@charset "UTF-8";


/* header
============================================================= */
@media screen and (max-width: 995px) {
    .headerSecondIn .corpName {
      width: 178px;
      padding-left: 0;
    }
    .modalClose { right: 15px; }
    .globalNavi { right: 15px; }
}
@media screen and (min-width: 768px) {
    .globalNavi { display: block!important; }
}
@media screen and (max-width: 767px) {
    .spHeadMenu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1100;
        display: block;
        background-color: #001e50;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .spHeadMenu > span {
        position: relative;
        display: block;
        width: 45px;
        height: 46px;
    }
    .spHeadMenu > span::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 9px;
        width: 27px;
        height: 2px;
        background-color: #ffffff;
        font-size: 0;
    }
    .spHeadMenu > span > span::before {
        content: "";
        position: absolute;
        top: 13px;
        left: 9px;
        width: 27px;
        height: 2px;
        background-color: #ffffff;
        font-size: 0;
        transition: 0.2s;
    }
    .spHeadMenu > span > span::after {
        content: "";
        position: absolute;
        bottom: 13px;
        left: 9px;
        width: 27px;
        height: 2px;
        background-color: #ffffff;
        font-size: 0;
        transition: 0.2s;
    }
    .spHeadMenu.headerOpen > span::before { display: none; }
    .spHeadMenu.headerOpen > span > span::before {
        top: 22px;
        transform: rotate(45deg);
    }
    .spHeadMenu.headerOpen > span > span::after {
        bottom: 22px;
        transform: rotate(-45deg);
    }
    .headerFirstIn::before {
        right: 0;
        left: 15px;
    }
    .headerFirstIn .corpLogo {
        float: none;
        height: 46px;
        padding-top: 20px;
    }
    .headerSecondIn { height: 65px; }
    .headerSecondIn .corpName {
        float: none;
        height: auto;
        padding-top: 21px;
    }
    .headerSecondIn .headerNavi {
        position: absolute;
        top: -50px;
        right: 45px;
        float: none;
        width: auto;
        height: 46px;
        padding-right: 0;
        box-sizing: border-box;
    }
    .headerSecondIn .headerNavi ul li.spCopy { display: none; }
    .headerSearch {
        width: 50px;
        padding: 9px 0 11px 0;
        text-align: center;
    }
    .headerSearch > img.spOnly {
        display: inline!important;
        width: 21px;
        height: auto;
    }
    .globalNavi {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        z-index: 1001;
        display: none;
        float: none;
        width: 100%;
    }
    .globalNavi > li {
        position: relative;
        float: none;
        width: 100%;
    }
    .globalNavi > li > a {
        z-index: auto;
        height: auto;
        min-height: 44px;
        padding: 14px 50px 14px 20px;
        background-color: #585859;
        border-bottom: solid 1px #abb2bf;
        transition: 0.2s;
    }
    .globalNavi > li > a:hover { background-color: #333333; }
    .globalNavi > li.spCopy { display: block; }
    .globalNavi > li.spCopy a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    width: 9px;
    height: 9px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    }
    .globalNavi > li.spCopy a:hover::before { right: 13px; }
    .spMore {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 44px;
        height: 43px;
        background-color: #394f75;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .spMore::before {
        content: "";
        position: absolute;
        right: calc(50% - 5px);
        top: calc(50% - 9px);
        width: 9px;
        height: 9px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(135deg);
    }
    .spMore.moreOpen::before {
        transform: rotate(-45deg);
        top: calc(50% - 4px);
    }
}

/* drop menu
============================================================= */
@media screen and (max-width: 767px) {
    .dropMenu {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0!important;
        border-top: none;
    }
    .dropMenuList li a {
        padding: 15px 30px 15px 20px;
        background-color: #8b8d8e;
        border-bottom: solid 1px #abb2bf;
    }
    .dropMenuList > li > ul {
        margin-top: 0;
    }
}


/* contents area
============================================================= */
@media screen and (max-width: 995px) {
    .tabBtnList > ul > li { width: 161px; }
    .baseLayout01 > .baseCol01 .tabBtnList > ul > li { width: 144px; }
    .tabBtnList > ul > li:nth-child(6n) > .tabBtnBase > span { border-right: solid 1px #ffffff; }
    .tabBtnList > ul > li:nth-child(6n + 1) > .tabBtnBase > span { border-left: solid 1px #ffffff; }
    .baseLayout01 > .baseCol01 .tabBtnList > ul > li:nth-child(5n) > .tabBtnBase > span { border-right: solid 1px #ffffff; }
    .baseLayout01 > .baseCol01 .tabBtnList > ul > li:nth-child(5n + 1) > .tabBtnBase > span { border-left: solid 1px #ffffff; }
    .pageTop { right: 15px; }
    .pageTop.pageBtm { bottom: 105px; }
}
@media screen and (max-width: 767px) {
    .pcOnly { display: none!important; }
    .spOnly { display: block!important; }
    .spmb0 { margin-bottom: 0px!important; }
    .brandingImg { margin: 0 -15px; }
    .titleStyle01 {
        margin-top: 8px;
        margin-bottom: 20px;
    }
    .titleStyle01 + p.textLead {
    margin-top: -10px;
    margin-bottom: 20px;
    }
    .titleStyle02 { margin-bottom: 20px; }
    .col3set { margin-bottom: 0; }
    .col3set > .col {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .col4set { margin-bottom: 0; }
    .col4set > .col {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .col4set.anchorSet {
        max-width: calc(436px + 10px);
        margin-left: auto;
        margin-right: auto;
    }
    .col4set.anchorSet > .col {
        float: left;
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .col4set.anchorSet > .col:nth-child(2n) {
        margin-right: 0;
    }
    .ancImageItem .ancImageTitle {
        min-height: 46px;
    }
    .ancImageItem .ancImageTitle span {
        padding: 5px 22px 5px 5px;
        font-size: 12px;
    }
    .baseLayout01 > .baseCol01 {
        float: none;
        width: 100%;
    }
    .baseLayout01 > .baseCol02 {
        float: none;
        width: 100%;
    }
    .infoBox {
        margin: 0 -15px;
        padding: 25px 15px;
    }
    .infoBox > dl { display: block; }
    .infoBox > dl::before { display: none; }
    .infoBox > dl > dt {
        display: block;
        width: 100%;
        padding: 10px 0 2px 0;
    }
    .infoBox > dl > dd {
        display: block;
        width: 100%;
        padding: 2px 0 10px 0;
    }
    .tabBtnList > ul > li,.baseLayout01 > .baseCol01 .tabBtnList > ul > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
        background-color: #ffffff;
    }
    .tabBtnList > ul > li:nth-child(2n),.baseLayout01 > .baseCol01 .tabBtnList > ul > li:nth-child(2n) { margin-right: 0; }
    .tabBtnList > ul > li > .tabBtnBase {
        min-height: 45px;
        border-bottom: none;
    }
    .tabBtnList > ul > li > .tabBtnBase > span { border-left: none!important; border-right: none!important; }
    .col2set,.col2setR { margin-bottom: 30px; }
    .col2set > .col01,.col2set > .col02,.col2setR > .col01,.col2setR > .col02,
    .col2setType02 > .col01,.col2setType02 > .col02,.col2setType02R > .col01,.col2setType02R > .col02,
    .col2setType03 > .col01,.col2setType03 > .col02,.col2setType03R > .col01,.col2setType03R > .col02 {
        float: none;
        width: 100%;
    }
    .col2set > .col01,.col2setR > .col01,
    .col2setType02 > .col01,.col2setType02R > .col01,
    .col2setType03 > .col01,.col2setType03R > .col01 { margin-bottom: 15px; }
    .col2setAdjust { margin-bottom: 30px; }
    .col2setAdjust > .col {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .contentsList { display: none; }
    .secStyle01 { margin-bottom: 50px; }
    .secStyle02 { margin-bottom: 35px; }
    .col3imgList > li {
        float: none;
        width: 100%;
    }
    .baseLayout01 > .baseCol01 .col3imgList > li {
        float: none;
        width: 100%;
    }
    .responsiveTable01 col {
        width: 100%;
    }
    .responsiveTable01 th,.responsiveTable01 td {
        display: block;
        width: 100%;
    }
    .adbeReaderStyle dl {
        display: block;
    }
    .adbeReaderStyle dl dt {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .adbeReaderStyle dl dd {
        display: block;
        width: 100%;
    }
    .adbeReaderStyle a dl dt img {
        transition: 0.2s;
    }
    .adbeReaderStyle a:hover dl dt img {
        opacity: 0.8;
    }
    .col2setPanel li {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .col2boxList01 {
        display: block;
        margin-bottom: 30px;
    }
    .col2boxList01 > .col {
        width: 100%;
        margin-bottom: 15px;
    }
    .col2boxList01 > .col:last-of-type {
        margin-bottom: 0;
    }
    .col2menuList {
        display: block;
    }
    .col2menuList > .col {
        width: 100%;
        margin-bottom: 15px;
    }
    .HideSP {display: none;}
}


/* footer
============================================================= */
@media screen and (max-width: 767px) {
    .footerAreaIn {
        display: block;
        height: auto;
        padding-bottom: 15px;
    }
    .footerAreaIn .footerList {
        display: block;
        width: 100%;
        padding: 20px 0 15px 0;
        text-align: center;
    }
    .footerAreaIn .footerList li {
        margin-left: 7px;
        padding-left: 7px;
    }
    .footerAreaIn .copyRight {
        display: block;
        width: 100%;
        text-align: center;
    }
}