

/* ****************************************************

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 35px;
}
.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 .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;
    }
}

/* cbArea */
.cbArea{
    padding: 60px 0 35px;
    background: #eeeeee;
}
.cbArea section{
    margin: 0;
    padding: 0;
}
.cbArea section > .headline{
    display: block;
    margin: 0 0 36px;
    padding: 0;
    color: #000000;
    font-family: 'PT Serif',sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.cbArea section > .headline span{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
.cbArea .cbSection{
    max-width: 1120px;
    margin: 0 auto;
}
.cbArea .cbSection .colBlock a{
    display: block;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
    background: #173E92;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.cbArea .cbSection .colBlock a .colText p{
    transition: all 0.25s;
}
.cbArea .cbSection .colBlock a:hover .colText p{
    opacity: 0.8;
}
.cbArea .cbSection .colBlock .title{
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 0;
    padding-top: 25px;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
}
.cbArea .cbSection .colBlock a .img span{
    background-color: #173E92;
    transition: all 0.25s;
    width: 200px;
    height: 130px;
}
.cbArea .cbSection .colBlock a:hover,
.cbArea .cbSection .colBlock a:hover .img span{
    background-color: #002a6c;
}
html.large .cbArea .cbSection .colBlock .title{
    padding-top: 50px;
}
.cbArea .cbSection .colBlock a .img{
    float: left;
    /*margin: 40px 2% 0 25%;*/
    margin: 40px 2% 0 25%;
}
.cbArea .cbSection .col{
    max-width: 480px;
    /*float: left;*/
    max-height: 480px;
    /*margin-left: 115px;*/
}
.cbArea .cbSection .colWrap{
    display: flex;
    gap: 30px;
}
.cbArea .cbSection .colWrap:after{
    display: none;
}
@media only screen and (max-width: 768px){
    .cbArea .cbSection .colWrap{
        flex-wrap: wrap;
    }
}
/*.cbArea .cbSection .col+.col{
    margin-left: 5.0%;
}*/
.cbArea .cbSection .colWrap .clearfix{
    margin-bottom: 4.0em;
}
.cbArea .cbSection .col .colText{
    margin-top: 24px;
    padding: 0;
}
.cbArea .cbSection .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;
    text-align: center;
    transition: all 0.25s;
}
.cbArea .cbSection .col a:hover .colText .title{
    color: #002a6c;
}
.cbArea .cbSection .col .colText .title:before {
    display: none;
}
.cbArea .cbSection .col .colText .caption{
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    color: #000000;
}
.cbArea .cbSection .colBlock .caption{
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    color: #ffffff;
}
.cbArea .cbSection .colBlock .link{
    background: url(../image/com_arrow_ic24.png) 100% 50% no-repeat;
    background-size: 8px auto;
    margin-right: 25px;
    text-align: right;
    padding-right: 16px;
    margin-top: 40px;
    transition: all 0.25s;
}
.cbArea .cbSection .colBlock a .link2{
    position: absolute;
    margin-top: 10px !important;
    margin-left: 10px;
    background: #fff;
    padding: 2px 10px;
    color: #173E92;
    font-weight: bold;
    font-size: 100%;
}
html.large .cbArea .cbSection .colBlock .link{
    margin-top: 30px;
}
.cbArea .cbSection .colBlock a:hover .link{
    margin-right: 20px;
    padding-right: 12px;
}
.cbArea .cbSection .col a{
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
}
.cbArea .cbSection .col a .img{
    transition: all 0.25s;
}
.cbArea .cbSection .col a .img span{
    transition: all 0.25s;
}
.cbArea .cbSection .colBlock a .title{
    color: #ffffff;
}
.cbArea .cbSection .col a:hover .img span{
    background-color: #001438;
}
@media only screen and (max-width: 1080px) {
    .cbArea .cbSection .colBlock a .img{
        float: left;
        /*margin: 65px 5% 25px 10%;*/
		margin: 65px 5% 0 10%;
    }
    .cbArea .cbSection .colBlock .title{
        padding-top: 70px;
    }
    html.large .cbArea .cbSection .colBlock a .title{
        padding-top: 35px;
    }
    html.large .cbArea .cbSection .colBlock a .link{
        margin-top: 15px;
    }
    .cbArea .cbSection .colBlock a .caption{
        margin-right: 5%;
    }
    .cbArea .cbSection .colBlock a .caption br.pcElm{
        display: none;
    }
}
.cbArea .cbSection .playIcon .img > span:after {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTggNDk4Ij48Zz48Y2lyY2xlIGN4PSIyNDkiIGN5PSIyNDkiIHI9IjIzOC41IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoyMXB4Ii8+PHBvbHlnb24gcG9pbnRzPSIzNzMuMTcgMjQ5LjM5IDE3OSAxMzcuMjggMTc5IDM2MS40OSAzNzMuMTcgMjQ5LjM5IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==");
}
.cbArea .cbSection .colWrap h3{
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #003da5;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    transition: all 0.25s;
}
.cbArea .cbSection .colWrap h3 span{
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.cbArea .cbSection .colWrap h3:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #003da5;
    margin-top: 13px;
}
.cbArea .cbSection .col_desc{
    width: 100%;
    height: auto;
    padding:20px 40px 20px;
}
.cbArea .cbSection .col_banner{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 40px;
}
.cbArea .cbSection .col_banner img{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}


.cbArea .cbSection .col.movie{
    float: none;
    width: 64%;
    min-width: 640px;
    margin: 35px auto 0;
    text-align: center;
}
.cbArea .cbSection .col.movie a .img{
    width: 50%;
    float: left;
}
.cbArea .cbSection .col.movie a .colText {
    width: 45%;
    float: right;
    margin-top: 0;
}
.cbArea .cbSection .col.movie a .colText .title{
    text-align: left;
}

.workArea{
    margin-bottom: 50px;
}

.workArea .workSection{
    max-width: 1120px;
    margin: 0 auto;
}
.workArea .workSection .colBlock a{
    display: block;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
    background: #173E92;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.workArea .workSection .colBlock a .colText p{
    transition: all 0.25s;
}
.workArea .workSection .colBlock a:hover .colText p{
    opacity: 0.8;
}
.workArea .workSection .colBlock .title{
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem;
    padding-left: 0;
    padding-top: 85px;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
}
.workArea .workSection .colBlock a .img span{
    background-color: #173E92;
    transition: all 0.25s;
    width: 347px;
    height: 213px;
}
.workArea .workSection .colBlock a:hover,
.workArea .workSection .colBlock a:hover .img span{
    background-color: #002a6c;
}
html.large .workArea .workSection .colBlock .title{
    padding-top: 50px;
}
.workArea .workSection .colBlock a .img{
    float: left;
    /*margin: 65px 5% 25px 12%;*/
	margin: 65px 5% 0 12%;
}
.workArea .workSection .col{
    float: left;
    width: 31%;
    margin-top: 0px;
}
.workArea .workSection .col+.col{
    margin-left: 3.5%;
}
.workArea .workSection .colWrap .clearfix{
    margin-bottom: 2.5em;
}
.workArea .workSection .col .colText{
    margin-top: 24px;
    padding: 0;
}
.workArea .workSection .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;
    text-align: center;
    transition: all 0.25s;
}
.workArea .workSection .col a:hover .colText .title{
    color: #002a6c;
}
.workArea .workSection .col .colText .title:before {
    display: none;
}
.workArea .workSection .col .colText .caption{
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    color: #000000;
}
.workArea .workSection .colBlock .caption{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    color: #ffffff;
}
.workArea .workSection .colBlock .link{
    background: url(../image/com_arrow_ic24.png) 100% 50% no-repeat;
    background-size: 8px auto;
    margin-right: 25px;
    text-align: right;
    padding-right: 16px;
    margin-top: 40px;
    transition: all 0.25s;
}
.workArea .workSection .colBlock a .link2{
    position: absolute;
    margin-top: 15px !important;
    margin-left: 20px;
    background: #fff;
    padding: 5px 12px;
    color: #173E92;
    font-weight: bold;
    font-size: 110%;
}
html.large .workArea .workSection .colBlock .link{
    margin-top: 30px;
}
.workArea .workSection .colBlock a:hover .link{
    margin-right: 20px;
    padding-right: 12px;
}
.workArea .workSection .col a{
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
}
.workArea .workSection .col a .img{
    transition: all 0.25s;
}
.workArea .workSection .col a .img span{
    transition: all 0.25s;
}
.workArea .workSection .colBlock a .title{
    color: #ffffff;
}
.workArea .workSection .col a:hover .img span{
    background-color: #001438;
}
@media only screen and (max-width: 1080px) {
    .workArea .workSection .colBlock a .img{
        float: left;
        /*margin: 65px 5% 25px 10%;*/
		margin: 65px 5% 0 10%;
    }
    .workArea .workSection .colBlock .title{
        padding-top: 70px;
    }
    html.large .workArea .workSection .colBlock a .title{
        padding-top: 35px;
    }
    html.large .workArea .workSection .colBlock a .link{
        margin-top: 15px;
    }
    .workArea .workSection .colBlock a .caption{
        margin-right: 5%;
    }
    .workArea .workSection .colBlock a .caption br.pcElm{
        display: none;
    }
}
.workArea .workSection .playIcon .img > span:after {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTggNDk4Ij48Zz48Y2lyY2xlIGN4PSIyNDkiIGN5PSIyNDkiIHI9IjIzOC41IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoyMXB4Ii8+PHBvbHlnb24gcG9pbnRzPSIzNzMuMTcgMjQ5LjM5IDE3OSAxMzcuMjggMTc5IDM2MS40OSAzNzMuMTcgMjQ5LjM5IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==");
}
.workArea .workSection .colWrap h3{
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #003da5;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    transition: all 0.25s;
}
.workArea .workSection .colWrap h3 span{
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.workArea .workSection .colWrap h3:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #003da5;
    margin-top: 13px;
}
.workArea .workSection .col_desc{
    width: 100%;
    height: auto;
    padding:20px 40px 20px;
}
.workArea .workSection .col_banner{
    width: 97%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.workArea .workSection .col_banner img{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 15px 0;
}


.workArea .workSection .col.movie{
    float: none;
    width: 64%;
    min-width: 640px;
    margin: 35px auto 0;
    text-align: center;
}
.workArea .workSection .col.movie a .img{
    width: 50%;
    float: left;
}
.workArea .workSection .col.movie a .colText {
    width: 45%;
    float: right;
    margin-top: 0;
}
.workArea .workSection .col.movie a .colText .title{
    text-align: left;
}

/* 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;
}
.colName{
    color: #000;
    /*color: #003da5;*/
    font-weight: bold;
    text-decoration: none;
    display: table;
}
.bizMessageBlock .col a .img{
    position: relative;
    width: 48vw;
    max-width: 510px;
}
.bizMessageBlock .col a .colName{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 48vw;
    max-width: 510px;
    font-size: 20px;
    font-size: 2rem;
    height: 20px;
    padding-top: 10px;
    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{
    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),
.categoryArea .aboutPanel .col:nth-child(5),
.categoryArea .aboutPanel .col:nth-child(7),
.categoryArea .aboutPanel .col:nth-child(11){
    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 .title.small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height:1.4;
}
.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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.categoryArea .bannerPanel ul.bannerBlock.clm4{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.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);
}
.categoryArea .bannerPanel ul.bannerBlock.clm4 li{
    width: calc(92vw / 4);
}
@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.clm3 li:nth-child(3),
.categoryArea .bannerPanel ul.bannerBlock li:last-child{
    margin-right: 0;
}*/
.categoryArea .bannerPanel ul.bannerBlock.clm4 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: 170px;
    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 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;
    }

    /* 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;
    }

    /* cbArea */
    .cbArea{
        padding: 35px 4%;
    }
    .cbArea section > .headline{
        margin-bottom: 30px;
    }
    .cbArea .cbSection .colBlock a:hover,
    .cbArea .cbSection .colBlock a{
        background: none;
    }
    .cbArea .cbSection .colBlock a:hover .img,
    .cbArea .cbSection .colBlock a:hover .img span{
        background: #173E92;
    }
    .cbArea .cbSection .colBlock a .img{
        margin: 0;
        padding: 20px 35%;
        width: 100%;
        margin-bottom: 13px;
        background: #173E92;
    }
    .cbArea .cbSection .colBlock a .img img{
        width: 100%;
        height: auto;
    }
    .cbArea .cbSection .colBlock a .img span{
        width: 100%;
        height: auto;
    }
    .cbArea .cbSection .colBlock a .title{
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 8px;
        color: #173E92;
        letter-spacing: normal;
    }
    .cbArea .cbSection .colBlock a .caption{
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 0;
        margin-top: 0;
        color: #000000;
        letter-spacing: normal;
        font-weight: normal;
    }
    .cbArea .cbSection .colBlock a .link{
        display: inline-block;
        margin-top: 10px;
        text-align: left;
        font-size: 16px;
        font-size: 1.6rem;
        color: #173E92;
        letter-spacing: normal;
        background: url(../image/com_arrow_ic06.png) 100% 50% no-repeat;
        background-size: 8px auto;
    }
    .cbArea .cbSection .colWrap{
        gap: 4%;
    }
    .cbArea .cbSection .col{
        width: 48%;
        margin-bottom: 20px;
    }
    .cbArea .cbSection .col+.col{
        width: 48%;
        margin-top: 0;
        margin-left: 0;
    }
    .cbArea .cbSection .col:nth-child(2n+1){
        margin-left: 0;
    }
    .cbArea .cbSection .colWrap .clearfix.fix01+.col+.col+.col{
        margin-left: 3.5%;
    }
    .cbArea .cbSection .colWrap .clearfix.fix01+.col,
    .cbArea .cbSection .colWrap .clearfix.fix01+.col+.col{
        margin-left: 0;
    }
    .cbArea .cbSection .col a .img{
        border-width: 8px;
    }
    .cbArea .cbSection .col a .img img{
        width: 100%;
        height: auto;
    }
    .cbArea .cbSection .col .colText .title {
        margin-bottom: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .cbArea .cbSection .col .colText{
        margin-top: 12px;
    }
    .cbArea .cbSection .col .colText .caption{
        display: none;
    }
    .cbArea .cbSection .colWrap h3{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .cbArea .cbSection .col.movie{
        margin-left: auto;
        width: 85%;
        max-width: 400px;
        min-width: 250px;
        margin-top: 0;
    }
    .cbArea .cbSection .col.movie a .img{
        width: 100%;
        float: none;
    }
    .cbArea .cbSection .col.movie a .colText {
        width: 100%;
        float: none;
        margin-top: 12px;
    }
    .cbArea .cbSection .col_desc{
        width: 100%;
        height: auto;
    }
    .cbArea .cbSection .col_banner{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 80px;
    }
    .cbArea .cbSection .col_banner img{
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }


    /* 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: relative;
        width: 92%;
        max-width: 510px;
    }
    .bizMessageBlock .col a .colName {
        width: 92vw;
        max-width: 510px;
        font-size: 18px;
        font-size: 1.8rem;
        height: 20px;
        margin-bottom: 20px;
    }

    /* 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 .aboutPanel .col a p {
        padding-right: 5px;
    }
    .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,
    .categoryArea .bannerPanel ul.bannerBlock.clm4{
        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,
    .categoryArea .bannerPanel ul.bannerBlock.clm4{
        padding-left: 0;
    }

    .categoryArea .bannerPanel ul.bannerBlock.clm4{
        display: block;
    }
    .categoryArea .bannerPanel ul.bannerBlock li,
    .categoryArea .bannerPanel ul.bannerBlock.clm2 li,
    .categoryArea .bannerPanel ul.bannerBlock.clm3 li,
    .categoryArea .bannerPanel ul.bannerBlock.clm4 li{
        width: calc(88vw / 2);
        margin-right: 3.8vw;
        margin-bottom: 3.8vw;
    }
    .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),
    .categoryArea .bannerPanel ul.bannerBlock.clm4 li:nth-child(even){
        margin-right: 0;
    }
    .categoryArea .bannerPanel .btnType01.noArrowType{
        width: 210px;
        margin-top: 20px;
    }
    /* workArea */
    .workArea .workSection .col{
            width: 97%;
    margin-left: 5.5px;
    }
    .workArea .workSection .col+.col{
        margin-top: 0;
    margin-left: 5.5px;
    }
    .messageArea{
        width: 100%;
        /*height: 317px;*/
        height: 220px;
        background: url(../image/ja001_footerImg.webp) 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;
    }
    .siteUtility .footerLink{
        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) {
    .bizMessageBlock .col+.col{
        margin-top: 18px;
    }
    .bizMessageBlock .col,
    .bizMessageBlock .col+.col,
    .bizMessageBlock .col a .colName{
        height: 52vw;
    }
}
@media only screen and (max-width: 420px) {
    .pickupArea .pickupPanel .panel {
        margin-bottom: 0;
    }
    .categoryArea .aboutPanel .col a .title{
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .categoryArea .aboutPanel .col a .title.small {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .categoryArea .aboutPanel .col a .title.small+p.text{
        font-size: 1.1rem;
    }
    .categoryArea .aboutPanel .col a p {
        line-height: 1.4;
    }
    .jinContentsWrap p {
        margin-top: 0.5em;
    }
    .categoryArea .aboutPanel .col a .img{
        float: left;
        width: 90px;
        height: 90px;
        /*margin-top: -5px;*/
        margin-right: 10px;
    }
    .categoryArea .aboutPanel .col a {
        height: 90px;
    }
}

/* covidArea */
.covidAreawrap{
	padding-top: 100px;
}

.covidArea{
    padding: 70px 0 80px;
    background: #ffffff;
	border-bottom: 1px solid #eee;
    padding-top: 100px;
	margin-top: -100px;
}
.covidArea section .covid_release{
    margin: 0;
    padding: 0;
	font-size: 1.4em;
	font-size: 14px;
	display: flex;
	flex-direction:column;
}
.covidArea section .covid_release .map{
	width: 100%;
	margin-bottom: 1em;
}
.covidArea section .covid_release .map_image,	
.covidArea section .covid_release .covid_movie{	
	max-width: 450px;	
	margin: 0 auto;	
	margin-bottom: 2em;	
}
.covidArea section .covid_release .map img{
	display: block;
	margin: 0 auto;
}	
.covidArea section .covid_release .covid_movie .colText{	
	margin-top: 1em;	
}
.covidArea section .covid_release .numbers{
	width: 100%;
}
.covidArea section .covid_release .numbers .each_topics{
	margin-bottom: 1em;
}
.covidArea section .covid_release .numbers .right{
	text-align: right;
	margin-top: 1em;
}
.covidArea section .covid_release .flex_container{
	display: flex;
	flex-flow: wrap
}
.covidArea section .covid_release .flex_item{
	width: 50% !important;
	}
.covidArea section .covid_release .date{
	font-weight: bold;
	}
.covidArea section .covid_release .title{
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	}
.covidArea section > .headline{
    display: block;
    margin: 0 0 36px;
    padding: 0;
    color: #000000;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    /*font-weight: bold;*/
    line-height: 1.34;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.covidArea section > .headline span{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
.covidArea .covidSection{
    max-width: 1120px;
    margin: 0 auto;
}
.covidArea .covidSection .colBlock a{
    display: block;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
    background: #173E92;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.covidArea .covidSection .playIcon .img > span:after {	
    width: 60px;	
    height: 60px;	
    margin: -30px 0 0 -30px;	
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTggNDk4Ij48Zz48Y2lyY2xlIGN4PSIyNDkiIGN5PSIyNDkiIHI9IjIzOC41IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoyMXB4Ii8+PHBvbHlnb24gcG9pbnRzPSIzNzMuMTcgMjQ5LjM5IDE3OSAxMzcuMjggMTc5IDM2MS40OSAzNzMuMTcgMjQ5LjM5IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9nPjwvc3ZnPg==");	
}
@media print, screen and (min-width: 769px) {
	.covidArea section .covid_release{
	flex-direction: row;
	font-size: 1.5em;
	font-size: 15px;
}
.covidArea section .covid_release .map{
	width: 38%;
	margin-bottom: 0;
}
.covidArea section .covid_release .numbers{
	width: 55%;
	margin-left: 2.5em;
}
}
@media only screen and (max-width: 768px){
.covidAreawrap{
	padding-top: 62px;
}

.covidArea {
    padding: 0 4%;
    padding-top: 62px;
    margin-top: -62px;
    padding-bottom: 45px;
}
}



@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;
}