

/* ****************************************************

top.css
-----------------------------------
1: contents parts for PC
-----------------------------------
2: contents parts for Smartphone
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


/*=================================
    1: contents parts for PC
================================ */


/* layout
================================ */

@media print, screen and (min-width: 769px) {

    /* contentsContainer */
    #contentsContainer {
        padding-top: 86px;
    }

    #allContainer{
        width: 100%;
        overflow: auto;
    }

    /* shareIconWrap */
    .shareIconWrap {
        margin-top: 80px;
    }

    /* globalContents */
    #globalContents {
        max-width: none;
        padding: 0;
    }

    /* contentUtility */
    .contentUtility {
        display: none !important;
    }

    /* footerContainer */
    #footerContainer {
        position: relative;
        background-color: #ffffff;
        z-index: 50;
    }

}


/* contents
================================ */


/* slider */
.jumbotronArea .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    outline: none;
}
.jumbotronArea .bx-controls-direction .bx-prev {
    left: 0;
    background-image: url(../image/com_arrow_ic23_2.png);
    background-size: 62px;
    z-index: 2;
}
.jumbotronArea .bx-controls-direction .bx-next {
    right: 0;
    background-image: url(../image/com_arrow_ic24_2.png);
    background-size: 62px;
    z-index: 2;
}
@media print, screen and (min-width: 1216px) {
    .jumbotronArea .bx-controls-direction .bx-prev {
        margin-left: -62px;
    }
    .jumbotronArea .bx-controls-direction .bx-next {
        margin-right: -62px;
    }
}

/* jumbotronArea */
.jumbotronArea .top_slider {
    position: relative;
}
.jumbotronArea .top_slider ul {
    opacity: 0;
}
.jumbotronArea {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}
.jumbotronArea .top_slider {
    max-width: 865.5px;
    width: 100%;
    margin: 0 auto;
}
.jumbotronArea ul li img {
    width: 100%;
    height: auto;
}
.jumbotronArea .bx-viewport {
    overflow: visible !important;
}
.jumbotronArea .bx-viewport:before, .bx-viewport:before,
.jumbotronArea .bx-viewport:before, .bx-viewport:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(0,20,56,0.4);
    z-index: 1;
}
.jumbotronArea .bx-viewport:before {
    right: 100%;
    left: -100%;
}
.jumbotronArea .bx-viewport:after {
    left: 100%;
    right: -100%;
}
.jumbotronArea .img img {
    max-width: 100vw;
    width: auto;
    max-height: 484.5px;
    margin: 0 auto;
}

.jumbotronArea.noSlide .slider {
    display: block !important;
}
.tablet .jumbotronArea .img.spElm {
    display: block !important;
}

@media print, screen and (min-width: 769px) {
    .jumbotronArea.noSlide {
        max-width: 100vw;
    }
    .jumbotronArea.noSlide iframe {
        height: 1070px;
    }

}

/* siteContentsWrap */
.siteContentsWrap {
    position: relative;
    background-color: #ffffff;
    z-index: 10;
}
.btnType01.noArrowType a {
    cursor: pointer;
    transition: all 0.25s;
    padding-top: 18px;
    padding-bottom: 16px;
    border: none;
    background-color: #000000;
    color: #ffffff !important;
}
.btnType01.noArrowType a:hover {
    background: #002a6c !important;
    opacity: 1;
}
.btnType01 a {
    border: none;
}

/* pickupArea */
.pickupArea{
    padding: 70px 0 20px;
}
.pickupArea section{
    margin: 0;
    padding: 0;
}
.pickupArea section > .headline{
    display: block;
    margin: 0 0 36px;
    padding: 0;
    color: #000000;
    font-family: 'PT Serif',sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.pickupArea section > .headline span{
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.pickupArea .pickupPanel{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.pickupArea .pickupPanel.clm1 {
    max-width: 300px;
}
.pickupArea .pickupPanel.clm2 {
    max-width: 600px;
}
.pickupArea .pickupPanel.clm3,
.pickupArea .pickupPanel.clm6{
    max-width: 900px;
}
.pickupArea .pickupPanel .panel {
    position: relative;
    float: left;
    width: 25%;
    max-width: 300px;
    height: auto;
    margin-bottom: 25px;
    /*max-height: 362px;*/
}
.pickupArea .pickupPanel.clm1 .panel {
    width: 100%;
}
.pickupArea .pickupPanel.clm2 .panel {
    width: 50%;
}
.pickupArea .pickupPanel.clm3 .panel,
.pickupArea .pickupPanel.clm6 .panel{
    width: calc(100% / 3);
}
.pickupArea .pickupPanel.clm5 .panel {
    width: 20%;
}
.pickupArea .pickupPanel.clm7 .panel:nth-child(5){
    margin-left: calc(25% / 2);
}
.pickupArea .pickupPanel .panel .img{
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
}
.pickupArea .pickupPanel .panel .title{
    margin: 18px;
    /*height: 44px;*/
}
.pickupArea .pickupPanel .panel a .title {
    color: #000000;
    font-weight: bold;
}
.pickupArea .pickupPanel .panel a:link,
.pickupArea .pickupPanel .panel a:visited{
    text-decoration: none;
}
.pickupArea .pickupPanel .panel a,
.pickupArea .pickupPanel .panel a .img span{
    transition:all 0.25s;
}
.pickupArea .pickupPanel .panel a:hover .title {
    color: #003da5;
}
.pickupArea .pickupPanel .panel a:hover .img span{
    background-color: #001438;
}
.pickupArea .pickupPanel .panel a:hover .img img{
    opacity: 0.9;
}
.pickupArea .pickupPanel .panel .playIcon .img > span:after {
    content: "[再生]";
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background: url(../image/com_other_ic11_2.png) no-repeat 0 0;
    background-size: 52px;
}

/* releaseArea */
.releaseArea{
    padding: 70px 0 90px;
    background: #eeeeee;
}
.releaseArea section{
    margin: 0;
    padding: 0;
}
.releaseArea section > .headline{
    display: block;
    margin: 0 0 36px;
    padding: 0;
    color: #000000;
    font-family: 'PT Serif',sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.releaseArea section > .headline a{
    color: #000000;
    transition: all 0.25s;
    pointer-events: none;
}
.releaseArea section > .headline a:hover{
    text-decoration: none;
    color: #003da5;
}
.releaseArea section > .headline span{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
.releaseArea .tabNav{
    background: #ffffff;
}
.releaseArea .tabWrap02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.releaseArea .tabWrap02 .tabNav a{
    color: #000000;
    padding-top: 20px;
    cursor: pointer;
    transition: all 0.25s;
}
.releaseArea .tabWrap02 .tabNav a > span{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.25s;
}
.releaseArea .tabWrap02 .tabNav a:hover span{
    color: #003da5;
}
.releaseArea .tabWrap02 .tabNav a:before{
    display: none;
}
.releaseArea .tabWrap02 > .tabDetail {
    padding-top: 0;
    display: none;
}
.releaseArea .tabWrap02 > .tabDetail.active{
    display: block;
}
.releaseArea .release{
    background: #ffffff;
}
.releaseArea .rssIcon{
    margin-top: 5px;
    line-height: 16px;
}
.linkTypeRss li > a:before {
    top: 0.45em;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../image/com_arrow_ic03_2.png) no-repeat 0 0;
    background-size: 13px;
}
.linkTypeRss li a:hover{
    text-decoration: none;
}
.releaseArea .rssIcon img{
    width: 12px;
    height: 13px;
}
.releaseArea .release .entryDetail{
    background: url(../image/com_arrow_ic03_2.png) no-repeat 0 50%;
    background-size: 16px;
    padding-left: 26px;
}
.releaseArea .release .entryList .title{
    padding-left: 15px;
}
.releaseArea .release .entryList .title a{
    padding-left: 0;
    color: #000000;
}
.releaseArea .release:hover .entryList .title a,
.releaseArea .release .entryList .title a:hover{
    color: #003da5;
    text-decoration: none !important;
}
.releaseArea .release .entryList .title .newIcon,
.releaseArea .release:hover .entryList .title a .newIcon,
.releaseArea .release .entryList .title a:hover .newIcon{
    color: #E61F1E;
}
.releaseArea .releaseWrap02 .release.noExpand {
    background: #ffffff;
}
.releaseArea .release+.release .entryDetail{
    border-top: 1px dashed #dfdfdf;
}
.releaseArea .tabWrap02 > .tabDetail > .btnType01.noArrowType{
    width: 270px;
}
.releaseArea .btnType01 {
    margin-top: 60px !important;
}
.releaseArea .otherContentsArea{
    max-width: 1200px;
    margin: 90px auto 0;
}
.releaseArea .otherContentsArea .btnType01 a {
    padding: 27px 2.26% 25px;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
}
.releaseArea .otherContentsArea .btnType01 a span{
    color: #000000;
}
.releaseArea .otherContentsArea .btnType01 a:hover span{
    color: #003da5;
    text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {

    .releaseArea .releaseWrap02 {
        margin-top: 0;
        border-top: none;
    }
    .releaseArea .releaseWrap02 .release {
        border-bottom: none;
    }
    .releaseArea .releaseWrap02 .release.noExpand {
        background: #ffffff;
    }
    [class*=tabWrap] .tabDetail .linkTypeRss{
        padding: 10px 0 !important;
    }
   .tabWrap02 .tabDetail {
       padding: 0;
       margin-top: 0;
    }
    .releaseArea .release{
        padding: 0 2.15% ;
    }
    .releaseArea .release .entryDetail{
        margin:  0;
        padding: 22px 26px 20px;
        background: url(../image/com_arrow_ic03_2.png) no-repeat 0 24px;
        background-size: 16px;
    }
    .releaseArea .releaseWrap02 .release .entryList {
        clear: none;
        overflow: hidden;
        float: none;
        margin-top: 0;
    }
    .tabWrap02 .tabNav a > span:before {
        display: none;
    }
    .tabWrap02 .tabNav a:link, .tabWrap02 .tabNav a:visited {
        text-decoration: none;
    }
    .tabWrap02 .tabNav.upper {
        border-bottom: 2px solid #ffffff;
    }
}

/* businessSection */
.businessArea{
    margin-bottom: 20px;
    text-align: center;
}
.businessArea .colWrap > .col a .title:before{
    display: none;
}
.businessArea > section > .headline {
    margin: 0 auto;
    text-align: center;
}
.businessArea > section > .headline{
    display: inline-block;
    color: #ffffff;
}
/*.businessArea > section > .headline a:hover{
    opacity: 0.8;
}*/
.businessArea > section > .headline{
    display: block;
    margin: 0 0 40px;
    padding: 0;
    color: #ffffff;
    font-family: 'PT Serif',sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.businessArea section > .headline span{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
.businessArea .businessSection{
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1318px;
    background: url(../image/top_bg_business.png) no-repeat 50% 65px;
}
.businessArea:before{
    content: "";
    display: block;
    width: 100%;
    height: 455px;
    background: #003391 linear-gradient(to bottom, #003391 0%, #001438 100%);
    background-size: 100% 455px;
    position: absolute;
    opacity: 0.8;
}
.businessArea .businessSection .bizCompanyBlock{
    max-width: 1200px;
    margin: 0 auto;
}
.businessArea .businessSection h3{
    color: #ffffff;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
}
.businessArea .businessSection p.text{
    color: #ffffff;
    margin-top: 18px;
}
.businessArea .businessSection .btnType01.noArrowType{
    width: 270px;
    margin: 20px auto 90px;
}
.businessArea .bizCompanyBlock .col{
    float: left;
    width: 25%;
    max-width: 300px;
    margin-bottom: 40px;
}
.businessArea .bizCompanyBlock .col .colText{
    margin-top: 24px;
    padding: 0 15px;
}
.large .businessArea .bizCompanyBlock .col .colText{
    padding: 0;
}
.businessArea .bizCompanyBlock .col .colText .title{
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 15px;
    color: #003da5;
    line-height: 1.2;
}
.businessArea .bizCompanyBlock .col .colText .caption{
    font-size: 14px;
    font-size: 1.4rem;
}
.businessArea .bizCompanyBlock .col a{
    text-decoration: none;
    transition: all 0.25s;
    height: 300px;
}
.businessArea .bizCompanyBlock .col a .img span{
    transition: all 0.25s;
}
.businessArea .bizCompanyBlock .col a:hover .img span{
    background-color: #001438;
}
.businessArea .bizCompanyBlock .col a:hover{
    background-color: #f2f2f2;
}
.bizMessageBlock{
    max-width: 1080px;
    margin: 30px auto 90px;
}
.bizMessageBlock .col{
    width: 48vw;
    max-width: 500px;
    float: left;
}
.bizMessageBlock .col+.col{
    float: right;
}
.bizMessageBlock .col a{
    color: #ffffff;
    text-decoration: none;
    display: table;
}
.bizMessageBlock .col a .img{
    position: absolute;
    width: 48vw;
    max-width: 510px;
}
.bizMessageBlock .col a .colName{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 48vw;
    max-width: 510px;
    font-size: 24px;
    font-size: 2.4rem;
    height: 255px;
    text-shadow: 0 0 7px #444;
    text-align: center;
}
@media only screen and (max-width: 1080px) {
    .bizMessageBlock .col a .colName{
        height: 23.6vw;
    }
    .businessArea .bizCompanyBlock .col{
        margin-bottom: 20px;
    }
    .businessArea .bizCompanyBlock .col a{
        height: 370px;
        min-height: 370px;
    }
}

/* categoryArea */
.categoryArea{
    padding: 70px 0 90px;
    background: #eeeeee;
}
.categoryArea > section {
    margin: 0 auto;
    max-width: 1080px;
}
.categoryArea > section > .headline {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.categoryArea > section > .headline a{
    display: inline-block;
}
.categoryArea > section > .headline > * {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    color: #000000;
    font-family: 'PT Serif',sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.categoryArea section > .headline span{
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.categoryArea section > .headline a{
    color: #000000;
    transition: all 0.25s;
    pointer-events: none;
}
.categoryArea section > .headline a:hover{
    text-decoration: none;
    color: #003da5;
}
.categoryArea section h3{
    font-family: 'Roboto', sans-serif !important;
    color: #003da5;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.categoryArea section h3 span{
    background: #eeeeee;
    display: inline-block;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}
.categoryArea section h3:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #003da5;
    margin-top: 13px;
}

/* aboutPanel */
.categoryArea .aboutPanel{
    margin-bottom: 66px;
}
.categoryArea .aboutPanel .col{
    width: 47.5%;
    float: left;
    margin-bottom: 26px;
    display: table;
}
.categoryArea .aboutPanel .col:first-child,
.categoryArea .aboutPanel .col:nth-child(3){
    margin-right: 5%;
}
.categoryArea .aboutPanel .col a{
    background: #ffffff;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.categoryArea .aboutPanel .col a:hover{
    text-decoration: none;
    background: #f6f6f6;
}
.categoryArea .aboutPanel .col a p{
    padding-right: 20px;
}
.categoryArea .aboutPanel .col a .title{
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
    margin-top: 25px;
}
.categoryArea .aboutPanel .col a .img{
    float: left;
    width: 150px;
    height: 150px;
    /*margin-left: 5px;
    margin-top: -12px;*/
    margin-right: 20px;
}
.categoryArea .aboutPanel .col a:hover .img span{
    background: #001438;
}
.categoryArea .aboutPanel .col a .title:before{
    display: none;
}
/* bannerPanel */
.categoryArea .bannerPanel ul.bannerBlock{
    margin-top: 40px;
    margin-bottom: 44px;
}
.categoryArea .bannerPanel ul.bannerBlock.clm1,
.categoryArea .bannerPanel ul.bannerBlock.clm2,
.categoryArea .bannerPanel ul.bannerBlock.clm3{
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
}
.categoryArea .bannerPanel ul.bannerBlock.clm1{
    max-width: 279px;
}
.categoryArea .bannerPanel ul.bannerBlock.clm2{
    max-width: 558px;
}
.categoryArea .bannerPanel ul.bannerBlock.clm3{
    max-width: 837px;
}
.categoryArea .bannerPanel ul.bannerBlock li{
    width: 25%;
    max-width: 243px;
    height: auto;
    max-height: 243px;
    float: left;
    margin-right: 36px;
    margin-bottom: 36px;
}
.categoryArea .bannerPanel ul.bannerBlock.clm1 li{
    width: 100%;
}
.categoryArea .bannerPanel ul.bannerBlock.clm2 li{
    width: 50%;
}
.categoryArea .bannerPanel ul.bannerBlock.clm3 li{
    width: calc(100% / 3);
}
@media only screen and (max-width: 1080px) {
    .categoryArea .bannerPanel ul.bannerBlock li{
        width: calc(94vw / 4);
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
}
.categoryArea .bannerPanel ul.bannerBlock li a{
    display: block;
    width: 100%;
    max-width: 243px;
    height: auto;
    max-height: 243px;
    transition: all 0.25s;
}
.categoryArea .bannerPanel ul.bannerBlock li:nth-child(4),
.categoryArea .bannerPanel ul.bannerBlock li:last-child{
    margin-right: 0;
}
.categoryArea .bannerPanel ul.bannerBlock li a:hover{
    background: #000000;
}
.categoryArea .bannerPanel .btnType01.noArrowType{
    width: 270px;
    margin-top: 0;
}
.messageArea,
.messageArea img{
    width: 100%;
}

/* footer */
#footerContainer{
    text-align: center;
    background: #ffffff;
    color: #003da5;
    border-top: 1px solid #003da5;
}
#footerContainer a{
    color: #003da5;
}
#globalFooter > .footerBlock {
    padding-bottom: 18px;
    padding-top: 0;
}
#footerContainer .siteLogoTop{
    margin-bottom: 36px;
}
#footerContainer .siteLogoTop img{
    width: 183px;
    height: 121px;
    margin: 0 auto;
}
#footerContainer .snsLink{
    margin-bottom: 36px;
}
#footerContainer .snsLink a{
    text-decoration: none;
    border: 1px solid #003da5;
    display: inline-block;
    padding: 10px 28px 10px 58px;
    transition: all 0.25s;
    background: url(../image/footer_icon_facebook.png) no-repeat 38px 48%;
    background-size: 10px 22px;
}
#footerContainer .snsLink a:hover{
    opacity: 0.7;
}
#footerContainer .siteUtility .footerLink{
    max-width: 640px;
    margin: 0 auto;
    padding-left: 6%;
}
#footerContainer .siteUtility .footerLink li {
    margin-right: 6%;
}
#footerContainer .siteUtility .footerLink li > a{
    font-size: 12px;
    font-size: 1.2rem;
}
#footerContainer .siteUtility .footerLink li > a:before {
    display: none;
}
#footerContainer #copyright{
    font-size: 10px;
    font-size: 1.0rem;
    font-family: 'Roboto', sans-serif !important;
    border-top: 1px solid #003da5;
    padding: 18px 0;
    margin-top: 0;
}



@media only screen and (max-width: 768px) {

    /*=================================
        2: contents parts for Smartphone
    ================================ */

    /* layout
    ================================ */

    /* contentsContainer */
    #contentsContainer {
        padding-top: 60px;
    }

    /* globalContents */
    #globalContents {
        padding-bottom: 0;
    }

    /* shareIconWrap */
    .shareIconWrap ul {
        float: none;
        left: auto;
    }
    .shareIconWrap li {
        left: auto;
    }


    /* contents
    ================================ */

    #allContainer{
        width: 100%;
        overflow: hidden;
    }
    #contentsContainer {
        padding-left: 0;
        padding-right: 0;
    }

    /* jumbotronArea */
    .jumbotronArea {
        width: auto;
        margin: 0 -10px;
        background-color: transparent;
    }
    .jumbotronArea img {
        width: 100%;
    }
    .jumbotronArea .slider .vidsType iframe {
        display: none;
    }
    .jumbotronArea .bx-viewport {
        position: static !important;
        z-index: 1;
    }
    .jumbotronArea .bx-viewport .panel{
        opacity: 1;
    }
    .jumbotronArea .bx-viewport .panel.active a:hover .img > span{
        background-color: transparent;
    }
    .jumbotronArea .bx-viewport .panel.active a:hover .img > span img{
        opacity: 1;
    }
    .jumbotronArea .overlay,
    .jumbotronArea .bx-controls {
        display: none;
    }

    /* pickupArea */
    .pickupArea{
        padding: 45px 4% 20px;
    }
    .pickupArea section > .headline{
        margin-bottom: 30px;
    }
    .pickupArea .pickupPanel{
        max-width: 580px;
    }
    .pickupArea .pickupPanel .panel {
        width: 50%;
        max-height: auto;
    }
    .pickupArea .pickupPanel.clm3 .panel,
    .pickupArea .pickupPanel.clm5 .panel,
    .pickupArea .pickupPanel.clm6 .panel {
        width: 50%;
    }
    .pickupArea .pickupPanel.clm7 .panel:nth-child(5){
        margin-left: 0;
    }
    .pickupArea .pickupPanel .panel .img{
        width: 100%;
        max-height: auto;
    }
    .pickupArea .pickupPanel .panel .title {
        margin: 8px 6px;
    }

    /* releaseArea */
    .releaseArea{
        padding: 45px 4%;
    }
    .releaseArea section > .headline{
        margin-bottom: 30px;
    }
    .releaseArea .tabWrap02{
        border: none !important;
        background: #ffffff;
    }
    .releaseArea [class*=tabWrap].tabSwitcher .spAcodNav a {
        color: #000000;
        background-color: #ffffff;
        border-bottom: 2px solid #003da5;
        transition: all 0.25s;
    }
    .releaseArea [class*=tabWrap].tabSwitcher .spAcodNav .active a{
        border-bottom: 2px solid #eeeeee;
    }
    .releaseArea [class*=tabWrap].tabSwitcher .spAcodNav a span{
        font-weight: normal;
    }
    .releaseArea [class*=tabWrap].tabSwitcher .tabDetail{
        border-bottom: 2px solid #003da5;
    }
    [class*=tabWrap].tabSwitcher .tabDetail > *:first-child {
        margin-top: 1em !important;
    }
    .releaseArea [class*=releaseWrap] {
        margin-top: 0.6em !important;
        border-top: 1px dashed #dfdfdf;
    }
    .releaseArea [class*=tabWrap].tabSwitcher .spAcodNav a:after {
        width: 12px;
        height: 7px;
        margin-top: -3px;
        background: url(../image/com_arrow_ic08_2.png) no-repeat 0 0;
        background-size: 12px 7px;
        transition: all 0.3s;
        transform: rotate(0deg);
    }
    .releaseArea [class*=tabWrap].tabSwitcher .spAcodNav .active a:after {
        transform: rotate(-180deg);
    }
    .releaseArea .release+.release .entryDetail{
        border-top: none;
    }
    .releaseArea .release {
        border-bottom: 1px dashed #dfdfdf;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .releaseArea .release .entryList .title{
        padding-left: 0;
    }
    .releaseArea .tabWrap02 > .tabDetail > .btnType01.noArrowType{
        width: 210px;
    }
    .releaseArea .btnType01 {
        margin-top: 18px !important;
        margin-bottom: 6px !important;
    }
    .releaseArea .otherContentsArea {
        margin: 30px auto 0;
    }
    .releaseArea .otherContentsArea [class*=btnType].spBreak > li + li {
        margin-top: 18px !important;
    }
    .releaseArea .otherContentsArea .btnType01 a {
        padding: 18px 3.26% 16px;
    }

    /* businessSection */
    .businessArea{
        margin-bottom: 45px;
    }
    .businessArea:before{
        height: 330px;
        background: #003391 linear-gradient(to bottom, #003391 0%, #001438 100%);
        background-size: 100% 330px;
    }
    .businessArea .businessSection{
        padding-top: 45px;
        background: url(../image/top_bg_business.png) no-repeat 50% 95px;
        background-size: 95% auto;
    }
    .businessArea .businessSection h3{
        font-size: 23px;
        font-size: 2.3rem;
    }
    .businessArea > section > .headline > * {
        margin-bottom: 20px;
    }
    .businessArea .businessSection p.text{
        margin-top: 20px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .businessArea .businessSection .btnType01.noArrowType{
        width: 210px;
        margin: 30px auto 45px;
    }
    .businessArea .bizCompanyBlock{
        width: 90%;
        margin: 0 auto;
    }
    .businessArea .bizCompanyBlock .colWrap{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .businessArea .bizCompanyBlock .col{
        width: 50%;
        max-width: 300px;
        margin-bottom: 21px;
    }
    .businessArea .bizCompanyBlock .colWrap > .col + .col {
        margin-top: 0;
    }
    .businessArea .bizCompanyBlock .col a {
        min-height: auto;
        height: auto;
    }
    .businessArea .bizCompanyBlock .col a:hover .img span,
    .businessArea .bizCompanyBlock .col a:hover{
        background-color: transparent;
    }
    .businessArea .bizCompanyBlock .col .colText {
        margin-top: 18px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 6px;
    }
    .businessArea .bizCompanyBlock .col .colText .title{
        margin-bottom: 8px;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .businessArea .bizCompanyBlock .col .colText .caption{
        display: none;
    }
    .bizMessageBlock{
        max-width: 510px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 45px;
    }
    .bizMessageBlock .colWrap {
        margin-top: 0;
    }
    .bizMessageBlock .col,
    .bizMessageBlock .col+.col{
        width: 100%;
        float: none;
        height: 256px;
    }
    .bizMessageBlock .col+.col{
        margin-top: 30px;
    }
    .bizMessageBlock .col a .img {
        position: absolute;
        width: 92%;
        max-width: 510px;
    }
    .bizMessageBlock .col a .colName {
        width: 92vw;
        max-width: 510px;
        font-size: 21px;
        font-size: 2.1rem;
        height: 256px;
    }

    /* categoryArea */
    .categoryArea{
        padding: 45px 0 15px;
        background: #eeeeee;
    }
    .categoryArea > section > .headline > * {
        margin-bottom: 30px;
    }
    .categoryArea .aboutPanel{
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom: 45px;
    }
    .categoryArea .aboutPanel h3:before{
        width: 92%;
    }
    .categoryArea .aboutPanel{
        margin-bottom: 27px;
    }
    .categoryArea .aboutPanel .col{
        width: 100%;
        float: none;
        margin-bottom: 18px;
    }
    .categoryArea .aboutPanel .col:first-child,
    .categoryArea .aboutPanel .col:nth-child(3){
        margin-right: 0;
    }

    .categoryArea .bannerPanel{
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom: 30px;
    }
    .categoryArea .bannerPanel h3:before{
        width: 92%;
    }
    .categoryArea .bannerPanel ul.bannerBlock,
    .categoryArea .bannerPanel ul.bannerBlock.clm2,
    .categoryArea .bannerPanel ul.bannerBlock.clm3{
        margin-bottom: 2vw;
        max-width: 515px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .categoryArea .bannerPanel ul.bannerBlock.clm2,
    .categoryArea .bannerPanel ul.bannerBlock.clm3{
        padding-left: 0;
    }
    .categoryArea .bannerPanel ul.bannerBlock li,
    .categoryArea .bannerPanel ul.bannerBlock.clm2 li,
    .categoryArea .bannerPanel ul.bannerBlock.clm3 li {
        width: calc(88vw / 2);
        margin-right: 4vw;
        margin-bottom: 4vw;
    }
    .categoryArea .bannerPanel ul.bannerBlock li:nth-child(even),
    .categoryArea .bannerPanel ul.bannerBlock.clm2 li:nth-child(even),
    .categoryArea .bannerPanel ul.bannerBlock.clm3 li:nth-child(even){
        margin-right: 0;
    }
    .categoryArea .bannerPanel .btnType01.noArrowType{
        width: 210px;
        margin-top: 20px;
    }
    .messageArea{
        width: 100%;
        /*height: 317px;*/
        height: 220px;
        background: url(../image/cn001_footerImg.png) no-repeat 50% 50%;
        background-size: cover;
    }
    .messageArea img{
        display: none;
    }

    /* footer */
    #footerContainer .footerBlock{
        padding-top: 45px;
    }
    .footerBlock .siteUtility {
        padding: 0;
        border-top: none;
    }
    .siteUtility .footerLink:before {
        display: none;
    }
    #footerContainer .siteUtility .footerLink{
        max-width: 100%;
        margin: 0 auto 30px;
        padding-left: 4%;
        padding-right: 4%;
        margin-bottom: 30px;
    }
    .siteUtility .footerLink li:first-child {
        border-top: 1px solid #003da5;
    }
    .siteUtility .footerLink li{
        width: 100%;
        margin: 0;
    }
    .siteUtility .footerLink li a{
        display: block;
        text-decoration: none;
        font-size: 13px;
        font-size: 1.3rem;
        padding: 14px 0;
        text-align: left;
        border-bottom: 1px solid #003da5;
    }

}
@media only screen and (max-width: 520px) {
    .pickupArea .pickupPanel .panel{
        height: 290px;
    }
    .bizMessageBlock .col+.col{
        margin-top: 18px;
    }
    .bizMessageBlock .col,
    .bizMessageBlock .col+.col,
    .bizMessageBlock .col a .colName{
        height: 47vw;
    }
}
@media only screen and (max-width: 380px) {
    .pickupArea .pickupPanel .panel{
        height: 230px;
    }
    .categoryArea .aboutPanel .col a .title{
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .categoryArea .aboutPanel .col a .img{
        float: left;
        width: 90px;
        height: 90px;
        /*margin-top: -5px;*/
        margin-right: 10px;
    }
    .categoryArea .aboutPanel .col a {
        height: 90px;
    }
}


@media print {
    /*=================================
        3: print for PC
    ================================ */
    body {
        overflow: hidden;
    }

}


/*=================================
    clearfix
=================================*/
.bizCompanyBlock > .companyNav > ul:after {
    content: "";
    display: block;
    clear: both;
}
.bizCompanyBlock > .companyNav > ul {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.ceo_message{
    color: #ffffff !important;
    text-decoration: none !important;
    display: table !important;
}