﻿@charset "utf-8";

/*
===============================================================

    1.General Setting
    2.main
        2-1.emergBox
        2-2.visualBox
        2-3.noticeBox
        2-4.newsList topicsList
        2-5.workBox
        2-6.ctBox
        2-7.mbBox
        2-8.objBox

===============================================================
*/


/*======================================
    1.General Setting
======================================*/

h2 {
    font-size: 2.02rem;
    line-height: 1.5;
}

/*======================================
    2.main
======================================*/

.mainBlock {
    width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}
.mainBlock::after {
    display: table;
    clear: both;
    content: '';
}
.topBlock {
    background: url(/common/img/top/bg_slider01.gif) repeat #f1f1f1;
}
.newsBlock {
    float: left;
    width: 74.5%;
    margin: 0 0 8rem;
}
.newsBlock section {
    margin: 0 0 3rem;
}
.newsBlock section:last-child {
    margin: 0;
}
.newsBlock iframe {
    width: 100%;
}

/*==== 2-1.emergBox ====*/

.emergBox {
    background: url(/common/img/top/bg_emerg01.gif) repeat #cc1919;
}
.emerg_Inner {
    font-size: 2.02rem;
    font-weight: bold;
    line-height: 1.4;
    width: 1024px;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
}
.emergBox h2 {
    display: none;
}
.emergBox a {
    color: #fff;
}

/*==== 2-2.visualBox ====*/

.visualBox {
    position: relative;
    width: 1024px;
    margin: 0 auto 60px;
}
.sliderLink li {
    font-size: 34px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    list-style: none;
    cursor: pointer;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    border-radius: 30px;
    outline: 0 none;
    background: rgba(18, 51, 95, .8) none repeat scroll 0 0;
}
.sliderLink li:hover {
    opacity: .6;
}
.sliderLink .prev {
    left: 10px;
}
.sliderLink .next {
    right: 10px;
}
.sliderLink .prev .fa {
    margin-left: -6px;
}
.sliderLink .next .fa {
    margin-right: -6px;
}

/*==== 2-3.noticeBox  ====*/

.noticeBox {
    padding: 1rem 16px;
    border: 2px solid #b13231;
}
.noticeBox h2 {
    color: #e62c2c;
}
.noticeBox li {
    list-style: none;
}
.noticeBox a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.noticeBox a::before {
    position: absolute;
    top: 1.2rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}

/*==== 2-4.newsList topicsList ====*/

.topicsList dt, .newsList dt {
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    z-index: 1;
    float: left;
    clear: left;
}
.topicsList dd, .newsList dd {
    line-height: 1.4;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dotted #989898;
}
.topicsList dd:nth-of-type(2n+1), .newsList dd:nth-of-type(2n+1) {
    background: #eff2f6;
}
.topicsList dt {
    width: 22%;
    padding: 1.3rem 0 1.3rem 16px;
}
.topicsList dd {
    padding: 1.3rem 16px 1.3rem 22%;
}
.newsList dt {
    width: 32.8%;
    padding: 1.3rem 110px 1.3rem 16px;
}
.fsz_L .newsList dt {
    padding: 1.3rem 85px 1.3rem 16px;
}
.newsList dd {
    padding: 1.3rem 16px 1.3rem 32.8%;
}
.newsList span {
    font-size: 1.17rem;
    line-height: 1.6;
    position: absolute;
    right: 20px;
    display: inline-block;
    min-width: 60px;
    min-height: 22px;
    text-align: center;
    background: #fff;
}
.fsz_L .newsList span {
    right: 5px;
}
.news_label01 {
    border: 2px solid #6080b0;
}
.news_label02 {
    border: 2px solid #2a2f88;
}
.news_label03 {
    border: 2px solid #a4599e;
}
.news_label04 {
    border: 2px solid #72a85b;
}
.news_label05 {
    border: 2px solid #dbcc3a;
}
.news_label06 {
    border: 2px solid #44c4e2;
}
.news_label07 {
    border: 2px solid #ef6aa0;
}
.news_label08 {
    border: 2px solid #cf7f36;
}
.news_label09 {
    border: 2px solid #bc4c4c;
}
.news_label10 {
    border: 2px solid #978474;
}
.h2Box {
    position: relative;
    padding: .5rem 16px .5rem 0;
    border-bottom: 2px solid #b2b2b2;
}
.detail_link {
    position: absolute;
    right: 16px;
    bottom: 5px;
}
.detail_link li {
    display: inline;
    margin: 0 0 0 2.2rem;
    vertical-align: middle;
}
.detail_link a {
    font-size: 1.68rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.detail_link a::before {
    position: absolute;
    top: 1.2rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}
.rss_btn {
    background: #4d4d4d;
}
.rss_btn a {
    font-size: 1.17rem;
    padding: 0 8px;
    vertical-align: text-top;
    text-decoration: none;
    color: #fff;
}
.rss_btn a:hover {
    opacity: .6;
}
.rss_btn a::before {
    content: none;
}
.sideBlock {
    float: right;
    width: 21.9%;
}

/*==== 2-5.workBox ====*/

.workBox {
    margin: 0 0 3.5rem;
}
.workBox .h2Box {
    margin: 0 0 2rem;
}
.workBox li {
    display: table;
    width: 100%;
    margin: 0 0 2rem;
    list-style: none;
    border: 1px solid #5b7ca2;
    position: relative;
}
.workBox li:last-child {
    margin: 0 0 1rem;
}
.workBox li::before {
    position: absolute;
    top: 20px;
    top: calc(50% - 13px);
    right: 16px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    border-radius: 13px;
    background: #476d92;
}
.workBox li::after {
    position: absolute;
    top: 25px;
    top: calc(50% - 8px);
    right: 23px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 8px transparent solid;
    border-right-width: 0;
    border-left-color: #fff;
    z-index: 0;
}
.workBox li a:hover,
.workBox li:hover::before {
    opacity: .6;
}
.workBox li a {
    line-height: 1.3;
    position: relative;
    display: table-cell;
    height: 46px;
    padding: .8rem 55px .8rem 16px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    z-index: 1;
}
.workBox .detail_link {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
}

/*==== 2-6.ctBox ====*/

.ctBox {
    display: table;
    position: relative;
    margin: 0 0 2rem;
    width: 100%;
    line-height: 1.3;
    border: 1px solid #5b7ca2;
    height: 80px;
}
.ctBox a {
    text-decoration: none;
    padding: 1.2rem 80px 1.2rem 16px;
    
    color: #333;
    display: table-cell;
    vertical-align: middle;
}
.ctBox a:hover {
    opacity: .6;
}
.ctBox .fa {
    position: absolute;
    top: 19px;
    top: calc(50% - 20px);
    right: 22px;
    font-size: 40px;
    /* left: 4.7%;
    min-width: 32px;
    min-height: 32px;
    padding: 2px;
    text-align: center; */
    color: #194686;
}

/*==== 2-7.mbBox ====*/

.mbBox {
    display: table;
    width: 100%;
    position: relative;
}
.mbBox p {
    line-height: 1.3;
    position: relative;
    display: table-cell;
    height: 80px;
    padding: 1.2rem 80px 1.2rem 16px;
    vertical-align: middle;
    border: 1px solid #5b7ca2;
}
.mbBox img {
    position: absolute;
    top: 12px;
    top: calc(50% - 27px);
    right: 16px;
    border: 1px solid #b3b3b3;
}

/*==== 2-8.objBox ====*/

.objBox {
    float: left;
    width: 74.5%;
}
.objBox h2 {
    display: none;
}
.objBox ul::after {
    display: table;
    clear: both;
    content: '';
}
.objBox li {
    display: table;
    float: left;
    width: 32%;
    margin: 0 2% 2rem 0;
    list-style: none;
    background: #365f85;
    position: relative;
}
.objBox li:nth-child(3n) {
    margin-right: 0;
}
.objBox a {
    font-size: 2.42rem;
    line-height: 1.3;    
    display: table-cell;
    padding: 1.5rem 28px 1.5rem 74px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}
.objBox a:hover {
    opacity: .6;
}
.objBox a::before {
    position: absolute;
    top: 20px;
    top: calc(50% - 13px);
    left: 24px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    border-radius: 13px;
    background: #fff;
}
.objBox a::after {
    position: absolute;
    top: 25px;
    top: calc(50% - 8px);
    left: 34px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 8px transparent solid;
    border-right-width: 0;
    border-left-color: #476d92;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    /*==== 2-1.emergBox ====*/
    /*==== 2-2.visualBox ====*/
    .emerg_Inner, .visualBox {
        width: auto;
    }
    .visualBox {
        margin: 0 auto 70px;
    }
    .sliderLink li {
        font-size: 14px;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
    .sliderLink .fa {
        margin-top: 5px;
    }
    .sliderLink .prev .fa {
        margin-left: -3px;
    }
    .sliderLink .next .fa {
        margin-right: -3px;
    }
    .mainBlock {
        width: auto;
        padding: 0;
    }
    .newsBlock {
        float: none;
        width: auto;
        margin: 0 0 2rem;
    }
    .newsBlock section {
        margin: 0 0 2rem;
    }
    /*==== 2-3.noticeBox  ====*/
    .noticeBox ul {
        margin: 0 16px;
    }
    /*==== 2-4.newsList topicsList ====*/
    .topicsList, .newsList {
        padding: 0 14px;
    }
    .topicsList dt, .newsList dt {
        width: 100%;
        padding: 1.2rem 16px .4rem;
    }
    .topicsList dd, .newsList dd {
        padding: 1.3rem 16px;
    }
    .newsList span {
        right: auto;
        left: 165px;
    }
    .sideBlock, .objBox {
        float: none;
        width: auto;
    }
    /*==== 2-5.workBox ====*/
    .sideBlock {
        padding: 0 14px;
    }
    .workBox {
        margin: 0 0 4rem;        
    }
    .workBox .h2Box {
        margin: 0 0 1.4rem;
    }
    .workBox ul {
        font-size: 1.17rem;
        border: 1px solid #5b7ca2;
        border-bottom: none;
    }
    .workBox ul::after {
        display: table;
        clear: both;
        content: '';
    }
    .workBox li, .workBox li:last-child {
        float: left;
        width: 50%;
        margin: 0;
        border-top: none;
        border-left: none;
    }
    .workBox li:only-child {
        width: 100%;
        border-right: 0;
    }
    .workBox li:nth-child(odd) {
        clear: left;
    }
    .workBox li:nth-child(even) {
        border-right: none;
    }
    .workBox li:nth-child(odd):last-child, .workBox li:nth-child(odd):nth-last-child(2), .workBox li:nth-child(even):last-child {
        border-bottom: none;
    }
    .workBox li::before {
        top: 19px;
        top: calc(50% - 8px);
        right: 8px;
        width: 17px;
        height: 17px;
    }
    .workBox li::after {
        top: 23px;
        top: calc(50% - 4px);
        right: 8px;
        border-width: 5px;
    }
    .workBox li a {
        height: 29px;
        padding: 1.2rem 32px 1.2rem 8px;
    }    
    .workBox .detail_link {
        padding: 1.1rem 14px;
        text-align: left;
        border: 1px solid #5b7ca2;
    }
    .workBox .detail_link a {
        font-size: 1.2rem;
    }
    .workBox .detail_link a::before {
        top: .8rem;
    }
    /*==== 2-6.ctBox ====*/
    .ctBox {
        margin: 0 0 3rem;
        height: 54px;
    }
    .ctBox a {
        padding: 1.2rem 72px 1.2rem .8rem;
    }
    .ctBox .fa {
        right: 20px;
    }
    /*==== 2-7.mbBox ====*/
    .mbBox {
        display: none;
    }
    /*==== 2-8.objBox ====*/
    .objBox li {
        width: 50%;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
    .objBox li:only-child {
        width: 100%;
    }
    .objBox li:nth-child(odd) {
        border-right: 1px solid #fff;
    }
    .objBox li:nth-child(odd):last-child {
        border-bottom: none;
    }
    .objBox a {
        font-size: 1.68rem;
        padding: 1.9rem 14px 1.9rem 50px;
    }
    .objBox a::before {
        left: 14px;
    }
    .objBox a::after {
        left: 24px;
    }
}
