@charset "utf-8";

/*
===============================================================

    1.General Setting
    2.main
        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(../img/bg_slider01.gif) repeat #f1f1f1;
}
.newsBlock {
    float: left;
    width: 100%;
    margin: 0 0 8rem;
}
.newsBlock2 {
	width: 74.5%
}
.newsBlock section {
    margin: 0 0 3rem;
}
.newsBlock section:last-child {
    margin: 0;
}
.newsBlock iframe {
    width: 100%;
}

/*==== 2-2.visualBox ====*/

.visualBox {
    position: relative;
    width: 1024px;
    margin: 0 auto 20px;
}
.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 24px;
}
.topicsList dd {
    padding: 1.3rem 30px 1.3rem 22%;
}
.contBlock .topicsList dd {
    padding: 1.3rem 16px 1.3rem 27%;
}
.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%;
}
.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;
}
.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;
}

/*==== 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;
    }
}