

/* ****************************************************

layout.css
-----------------------------------
1: common parts for PC
    1-1: header
    1-2: main
    1-3: footer
    1-4: breadcrumbNav
-----------------------------------
2: common parts for Smartphone
    2-1: header
    2-2: main
    2-3: footer
    2-4: breadcrumbNav
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*202008 OB会ページ用ロゴ処理追加 siteLogo-ob-topicsのスタイル追加 */

/*=================================

    1: common parts for PC

================================ */

a:focus, *:focus { outline:none; }

/* ja */
.headerBlock .siteLogo > a,
.headerBlock .siteLogo-ob-topics > a,
.corporateInfo .siteLogo-ob-topics > a,
.corporateInfo .siteLogo > a {
    font-family: 'Noto Sans Japanese', serif;
}
.siteUtility .languageSwitch .current > a,
.siteUtility .languageSwitch .otherLanguage li > .ja,
.siteUtility .fontSizeSwitch ul > li > a,
.languageLinks > .ja > a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
.siteUtility .languageSwitch .otherLanguage li > .en,
.languageLinks > .en > a {
    font-family: Verdana, sans-serif;
}
.siteUtility .languageSwitch .otherLanguage li > .cn,
.languageLinks > .cn > a {
    font-family: Microsoft Yahei, Hiragino Sans GB, Verdana;
}

#allContainer {
    position: relative;
}
#globalHeader > .headerBlock,
#globalNav > ul,
#breadcrumbNav > ul,
#globalContents,
#footerNav > ul,
#globalFooter > .footerBlock {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}
@media only screen and (min-width: 769px) {

    #allContainer {
        overflow: hidden;
    }

    /* hover common settings */
    .siteUtility .socialLink li > a,
    .shareIconList > li > a,
    #footerContainer .pageTop > a {
        -webkit-transition: opacity 0.2s ease-out 0s;
        -moz-transition: opacity 0.2s ease-out 0s;
        -ms-transition: opacity 0.2s ease-out 0s;
        -o-transition: opacity 0.2s ease-out 0s;
        transition: opacity 0.2s ease-out 0s;
        opacity: 1;
    }
    .siteUtility .socialLink li > a:hover,
    .shareIconList > li > a:hover,
    #footerContainer .pageTop > a:hover {
        opacity: 0.9;
    }
    #globalNav > ul > li > a {
        -webkit-transition: background-color 0.2s ease-out 0s;
        -moz-transition: background-color 0.2s ease-out 0s;
        -ms-transition: background-color 0.2s ease-out 0s;
        -o-transition: background-color 0.2s ease-out 0s;
        transition: background-color 0.2s ease-out 0s;
    }
    .pagePrint a,
    #footerContainer .pageTop > a {
        -webkit-transition: transform 0.2s ease-out 0s;
        -moz-transition: transform 0.2s ease-out 0s;
        -ms-transition: transform 0.2s ease-out 0s;
        -o-transition: transform 0.2s ease-out 0s;
        transition: transform 0.2s ease-out 0s;
    }
    .pagePrint a:active,
    #footerContainer .pageTop > a:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

}

/* tablet */
.tablet body {
    min-width: 1200px;
}


/* 1-1: header
================================ */

/* headerContainer */
#headerContainer {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    z-index: 100;
}

/* headerBlock */
#globalHeader > .headerBlock {
    position: relative;
    padding-top: 17px;
}

/* siteLogo */
.headerBlock .siteLogo {
    position: relative;
    width: 224px;
    margin: 0 0 0 2px;
    padding: 1px 0;
    z-index: 15;
}
/* siteLogo */
.headerBlock .siteLogo-ob-topics {
    position: relative;
    width: 350px;
    margin: 0 0 0 2px;
    padding: 1px 0;
    z-index: 15;
}
/* siteUtility */
.headerBlock .siteUtility {
    position: absolute;
    top: 0;
    right: 10px;
}
.siteUtility > .utilityBox {
    position: relative;
    float: left;
}
.siteUtility > .utilityBox > * {
    height: 31px;
    padding-top: 7px;
}
.siteUtility .globalLink,
.siteUtility .siteSearch {
    width: 45px;
}
.siteUtility .globalLink {
    border-left: 1px solid #e0e0e0;
}
.siteUtility .globalLink a {
    outline: none;
}
.siteUtility .globalLink span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: url(../image/header_ic02.png) no-repeat 0 0;
    text-indent: -9999px;
}
.siteUtility .languageSwitch,
.siteUtility .siteSearch {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.siteUtility .languageSwitch .current,
.siteUtility .languageSwitch .otherLanguage li,
.siteUtility dt,
.siteUtility .fontSizeSwitch li {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.11;
}
.large .siteUtility .languageSwitch .current,
.large .siteUtility .languageSwitch .otherLanguage li,
.large .siteUtility dt,
.large .siteUtility .fontSizeSwitch li {
    font-size: 10px;
    font-size: 1rem;
}
.siteUtility .languageSwitch {
    padding: 13px 18px 0;
}
.siteUtility .languageSwitch .otherLanguage li > a {
    color: #666666;
    outline: none;
}
.siteUtility .languageSwitch .otherLanguage {
    overflow: hidden;
}
.siteUtility .languageSwitch .otherLanguage li {
    float: left;
}
.siteUtility .languageSwitch .otherLanguage li + li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #cccccc;
}
.siteUtility .languageSwitch .otherLanguage li > a {
    color: #444444;
}
.siteUtility .fontSizeSwitch {
    padding: 10px 20px 0;
}
.siteUtility .fontSizeSwitch dt {
    position: relative;
    top: 0.3em;
    float: left;
    margin-right: 10px;
    color: #666666;
}
.siteUtility .fontSizeSwitch dd {
    float: left;
}
.siteUtility .fontSizeSwitch ul {
    overflow: hidden;
    border: 1px solid #666666;
}
.siteUtility .fontSizeSwitch ul > li {
    display: table;
    float: left;
    width: 20px;
    line-height: 17px;
}
.large .siteUtility .fontSizeSwitch ul > li {
    line-height: 20px;
}
.siteUtility .fontSizeSwitch ul > li + li {
    margin-left: -1px;
    padding-left: 1px;
}
.siteUtility .fontSizeSwitch ul > li > a {
    display: table-cell;
    height: 17px;
    vertical-align: middle;
    padding: 0.1em 4px 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #666666;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.siteUtility .fontSizeSwitch ul > li > .standard {
    font-size: 10px;
    font-size: 1rem;
}
.large .siteUtility .fontSizeSwitch ul > li > .standard {
    font-size: 8px;
    font-size: 0.8rem;
}
.siteUtility .fontSizeSwitch ul > li > .large {
    font-size: 15px;
    font-size: 1.5rem;
}
.large .siteUtility .fontSizeSwitch ul > li > .large {
    font-size: 12.5px;
    font-size: 1.25rem;
}
.siteUtility .fontSizeSwitch ul > li+li{
    border-left: 1px solid #666666;
}
.siteUtility .fontSizeSwitch ul > li > a:hover,
.siteUtility .fontSizeSwitch ul > .active > a {
    background-color: #666;
    color: #fff;
}
/* print button */
.siteUtility .pagePrint{
    background-color:#fff;border-left:1px solid #e0e0e0;padding:7px 10px 2px 10px;
}
.siteUtility .pagePrint a{
    background-color:#f0f2f5;
}
.siteUtility .pagePrint a span{
    height:22px;
}
.siteUtility .pagePrint a:active{
    -webkit-transform:translateY(2px);transform: translateY(2px);
}
.siteUtility .siteSearch a {
    outline: none;
}
.siteUtility .siteSearch span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: url(../image/header_ic03_2.png) no-repeat 50% 50%;
    background-size: 20px;
    text-indent: -9999px;
}
.siteUtility .searchField {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(00,27,77,0.9);
    z-index: 200;
}
.searchField .searchInner {
    display: table;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.searchField form {
    display: table-cell;
    vertical-align: middle;
}
.searchField form > .searchBlock {
    position: relative;
    width: 100%;
    height: 50px;
}
.searchField form > .searchBlock > input {
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
}
.searchField form > .searchBlock > input[type="text"] {
    width: 100%;
    padding: 10px 160px 10px 10px;
    background-color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
}
.searchField form > .searchBlock > .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    padding-left: 66px;
    background: #003391 url(../image/header_ic04.png) no-repeat 40px 50%;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}
.searchField form > .closeBtn {
    width: 46px;
    height: 46px;
    margin: 2em auto 0;
}
.searchField form > .closeBtn > a {
    display: block;
    width: 46px;
    height: 46px;
    background: url(../image/header_bt01_2.png) no-repeat 0 0;
    background-size: 46px;
    text-indent: -9999px;
    outline: none;
    position: absolute;
    right: 30px;
    top: 30px;
}
.searchField form > .closeBtn > a:before {
    top: 50%;
    left: 0;
    margin-top: -7px;
}

/* globalNav */
#globalNav {
    position: relative;
    z-index: 10;
    height: 54px;
    margin: -36px auto 0;
    /*width: 100%;
    padding-left: 254px;*/
    width: auto;
    max-width: 1220px;
    padding-left: 0;
}
#globalNav > ul {
    position: static;
    float: right;
    width: 100%;
    max-width: 845px;
    padding: 0;
    margin-right: calc( (100vw - 1220px) / 2 );
}
/*OB会ページヘッダーナビ START*/
#globalNav > ul.ob_topics{text-align:right;}
#globalNav > ul.ob_topics > li{float:none;display:inline-block;}
@media screen and (max-width: 855px) and (min-width:769px){
    #globalNav > ul.ob_topics > li > a > .title{font-size:12px;}
}
/*OB会ページヘッダーナビ END*/
#globalNav > ul > li {
    float: left;
    width: auto;
    margin: 0 !important;
}
#globalNav > ul > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0 24px;
    color: #333333;
    text-align: center;
    outline: none;
    z-index: 50;
}
#globalNav > ul > li > a {
    transition: all 0.25s;
    /*padding: 16px 24px 10px;*/
    padding: 16px 24px 10px 15px;
    background: url(../image/com_arrow_ic12.png) no-repeat calc(100% - .4em) 55%;
    background-size: .8em auto !important;
}
#globalNav > ul > li > a:hover {
    background: url(../image/com_arrow_ic12_2.png) no-repeat calc(100% - .4em) 55%;
    background-size: .8em auto !important;
}
@media all and (-ms-high-contrast:none){
    #globalNav > ul > li > a {
        background: url(../image/com_arrow_ic12.png) no-repeat 95% 55%;
        background-size: 11px auto;
    }
    #globalNav > ul > li > a:hover {
        background: url(../image/com_arrow_ic12_2.png) no-repeat 95% 55%;
        background-size: 11px auto;
    }
}
#globalNav > ul > li:last-child > a {
    padding-right: 22px;
}
#globalNav > ul > li > a > .title {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
#globalNav > ul > li > a[href*="javascript:void(0);"] {
    cursor: default;
}
#globalNav > ul > li .release img.linkIcon[src*="blank"] {
    top: 0.25em;
}
#globalNav > ul > .current > a > .title {
    color: #000000;
}
#globalNav > ul > .current > a > .title:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    margin-left: 0;
    margin-bottom: -4px;
    border-bottom: 4px solid #668bc9;
    bottom: 4px;
}
#globalNav .dropDownMenu .navContainer.navType04 .col.textCol {
    padding-left: 5%;
    padding-bottom: 1.5em;
    vertical-align: middle;
}
#globalNav .dropDownMenu .navContainer.navType04 .col.textCol p {
    line-height: 2;
}
#globalNav .dropDownMenu .navContainer.navType04 .col.textCol p.title {
    font-size: 1.5em;
    font-weight: bold;
}
#newMenu .title .new {
    font-size: 9px;
    color: #F00;
    line-height: 1;
}

@media print, screen and (max-width: 1200px) and (min-width: 770px) {
    #globalNav > ul {
        margin-right: 0;
    }
}

@media print, screen and (max-width: 1092px) and (min-width: 770px) {
    #globalNav > ul {
        max-width: 650px;
    }
    #globalNav > ul > li > a {
        padding: 16px 20px 10px 10px;
    }
    #globalNav > ul > li > a > .title{
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: -0.04em;
    }
}
@media only screen and (max-width: 893px) and (min-width: 770px) {
    #globalNav > ul > li:nth-child(4),
    #globalNav > ul > li:nth-child(5),
    #globalNav > ul > li:nth-child(6){
        width: 18%;
    }
}

@media print, screen and (min-width: 769px) {

    #globalNav {
        display: block !important;
    }
    #globalNav > ul {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        max-width: calc(1220px - 240px);
        margin: 0;
    }
    #globalNav > ul > li {
        float: none;
    }
    #globalNav > ul > li > a {
        padding: .8em 1.5em .5em 1em !important;
        line-height: 1;
    }
    #globalNav > ul > li > a:hover,
    #globalNav > ul > li > a:active,
    #globalNav > ul > .active > a {
        text-decoration: none;
        z-index: 100;
    }
    #globalNav > ul > .active > a:before,
    #globalNav > ul > .active > a:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        margin-left: 0;
        margin-bottom: -4px;
        border-bottom: 4px solid #003da5;
    }
    #globalNav > ul > .active > a:before {
        display: none;
    }
    #globalNav > ul > .active > a:after {
        bottom: 4px;
    }
    #globalNav > ul > li > a > .title {
        padding: .3em 0 !important;
        white-space: nowrap;
    }
    #globalNav > ul > .active > a > .title {
        border-bottom-color: #ffffff;
        color: #666666;
        font-weight: normal;
    }
    #globalNav > ul > li#newMenu > a > .title {
        position: relative;
        padding: .3em .5em !important;
        vertical-align: middle;
        background-color: #17448A;
        font-weight: bold !important;
        color: #FFF !important;
    }
    #newMenu .title .text {
        display: inline-block;
        font-size: 11px;
    }
    #newMenu .title .new {
        position: absolute;
        top: -1em;
        left: 0;
    }
    #newMenu .range5Col > * {
        width: 19%;
        margin-left: 1%;
    }

    #newMenu .range6Col > * {
        width: 16%;
        margin-left: 0.7%;
    }
    #newMenu .range7Col > * {
        width: 12%;
        margin-top: 0 !important;
        margin-left: calc(100% / 7 - 12%);
    }
    #newMenu .range7Col > *:nth-child(8) {
        clear: none;
        margin-left: calc(100% / 7 - 12%) !important;
    }

    #globalNav .dropDownMenu .linkExpandNone > .img + * {
        margin-top: 0.5em;
    }
    #globalNav .dropDownMenu .linkExpandNone a:hover{
        text-decoration: none !important;
    }

    /* dropDownMenu */
    #globalNav .dropDownMenu {
        display: none;
        /*position: absolute;*/
        left: 0;
        /*width: 100%;*/
        position: fixed;
        width: 100vw;
        padding: 3.09% 3.34% 90px;
        border-top: none;
        background-color: rgba(00,27,77,0.95);
        color: #ffffff;
        z-index: 100;
        -webkit-animation-fill-mode:both;
        -ms-animation-fill-mode:both;
        animation-fill-mode:both;
        -webkit-animation-delay:0.2s;
        -ms-animation-delay:0.2s;
        animation-delay:0.2s;
        -webkit-animation-duration:0.35s;
        -ms-animation-duration:0.35s;
        animation-duration:0.35s;
        -webkit-animation-name: dropDown;
        animation-name: dropDown;
    }
    @-webkit-keyframes dropDown {
        0% { opacity: 0; transform: translateY(-10px);padding-bottom: 0; }
        25% { opacity: 0;}
        100% { opacity: 1; transform: translateY(0);padding-bottom: 90px; }
    }
    @keyframes dropDown {
        0% { opacity: 0; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);padding-bottom: 0; }
        25% { opacity: 0;}
        100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);padding-bottom: 90px; }
    }
    #globalNav .dropDownMenu .dropDownMenuPanel{
        max-width: 1200px !important;
        margin-left: auto;
        margin-right: auto;
    }
    #globalNav .dropDownMenu .navHeader > *:first-child,
    #globalNav .dropDownMenu .navContainer > *:first-child,
    #globalNav .dropDownMenu [class*=navType] > .col > *:first-child {
        margin-top: 0 !important;
    }
    #globalNav .dropDownMenu .categoryTop {
        padding: 0;
        line-height: 1.2;
    }
    #globalNav .dropDownMenu .categoryTop > * {
        display: inline-block;
        color: #ffffff;
        font-size: 17px;
        font-size: 1.7rem;
    }
    #globalNav .dropDownMenu .navHeader {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 36px;
    }
    #globalNav .dropDownMenu .navHeader .categoryTop a,
    #globalNav .dropDownMenu .navHeader .categoryTop span.ttl{
        font-size: 30px;
        font-size: 3.0rem;
        font-weight: bold;
        letter-spacing: 0.3rem;
        transition: all 0.25s;
        text-decoration: none;
    }
    #globalNav .dropDownMenu .navHeader .categoryTop a:hover{
        opacity: 0.8;
    }
    #globalNav .dropDownMenu .navHeader .categoryTop span a{
        font-weight: normal;
        letter-spacing: normal;
        font-size: 14px;
        font-size: 1.4rem;
        color: #ffffff;
        background: url(../image/com_arrow_ic03_3.png) no-repeat 0 50%;
        background-size: 14px;
        padding-left: 20px;
    }
    #globalNav .dropDownMenu .navHeader .categoryTop span{
        margin-left: 24px;
    }
    #globalNav .dropDownMenu .navHeader .categoryTop span.ttl{
        margin-left: 0;
    }
    #globalNav .dropDownMenu .navContainer {
        display: table;
        overflow: hidden;
        width: 100%;
        max-width: 1200px;
    }
    #globalNav .dropDownMenu .navContainer.bnrBtm{
        margin-top: 35px;
    }
    #globalNav .dropDownMenu [class*=navType] > .col {
        display: table-cell;
        vertical-align: top;
    }
    #globalNav .dropDownMenu .navType01 > .col {
        width: 25%;
        padding-right: 3%;
    }
    #globalNav .csr_hNav .dropDownMenu .navType01 > .col {
        width: 30%;
    }
    #globalNav .dropDownMenu .navType01 a,
    #globalNav .dropDownMenu .linkType01 a,
    #globalNav .dropDownMenu .linkType01 li .img span,
    #globalNav .dropDownMenu .linkType01 li a{
        text-decoration: none;
        transition: all 0.25s;
    }
    #globalNav .dropDownMenu .navType01 a:hover,
    #globalNav .dropDownMenu .linkType01 a:hover,
    #globalNav .dropDownMenu .linkType01 li.linkExpand:hover .img span,
    #globalNav .dropDownMenu .linkType01 li:hover a{
        opacity: 0.8;
    }
    #globalNav .dropDownMenu .linkType01 li.noExpand:hover .img span{
        opacity: 1;
    }
    #globalNav .dropDownMenu .navType02 > .col {
        width: 100%;
    }
    #globalNav .dropDownMenu .navType03 > .col {
        width: 25%;
    }
    #globalNav .dropDownMenu .navType03 > .col:nth-child(3) {
        width: 100%;
    }
    #globalNav .dropDownMenu .navContainer.navType04 {
        width: auto;
        max-width: 820px;
    }
    #globalNav .dropDownMenu .navContainer.navType04 + .navContainer {
        margin-top: 20px;
    }
    #globalNav .dropDownMenu .linkType01.range4Col li + li {
        margin-left: 10px;
    }
    #globalNav .dropDownMenu .navContainer.navType04 .col.imageCol {
        width: 40%;
        max-width: 320px;
    }
    #globalNav .dropDownMenu .range4Col{
        width: 96%;
    }
    /*#globalNav .dropDownMenu .navType01 > .col:nth-child(4n),*/
    #globalNav .dropDownMenu .navType01 > .col:nth-child(5n){
        padding-right: 0;
    }
    #globalNav .dropDownMenu .linkType01 li + li {
        margin-top: 18px;
    }
    #globalNav .dropDownMenu .linkType01 li a:before{
        background-image: none;
        border-top: 1px solid #ffffff;
        margin-top: 5px;
    }
    #globalNav .dropDownMenu .linkType01 li .img+a{
        padding-left: 0;
    }
    #globalNav .dropDownMenu .linkType01 li .img+a:before{
        border-top: none;
    }
    #globalNav .dropDownMenu .linkType01 li > a {
        padding-left: 18px;
        color: #ffffff;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #globalNav .dropDownMenu .linkType01 li > span {
        color: #ffffff;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #globalNav .dropDownMenu .linkType01 li > a:before {
        top: 0.2em;
    }
    #globalNav .dropDownMenu .bnrList{
        min-width: 208px;
    }
    #globalNav .dropDownMenu .bnrList li + li {
        margin-top: 18px;
    }
    #globalNav .dropDownMenu .bnrList li img {
        width: 100%;
    }
    #globalNav .dropDownMenu .bnrList a{
        text-decoration: none;
        color: #ffffff;
    }
    #globalNav .dropDownMenu .bnrList a span{
        transition: all 0.25s;
    }
    #globalNav .dropDownMenu .bnrList a:hover span{
        opacity: 0.8;
    }
    #globalNav .dropDownMenu .linkExpand > .img + * {
        margin-top: 0.5em;
    }
    #globalNav .dropDownMenu .releaseWrap01 {
        margin-top: -9px;
        border-top: none;
    }
    #globalNav .dropDownMenu .releaseWrap01 .release {
        border-bottom: none;
    }
    #globalNav .dropDownMenu .releaseWrap01 .release .entryDetail {
        padding: 9px 0;
    }
    #globalNav .dropDownMenu .otherLinks {
        margin-top: 2em;
        padding-top: 2em;
        border-top: 1px solid #cccccc;
    }
    #globalNav .dropDownMenu .navType02 .linkType01.range4Col > li {
        width: calc(25% - 10px);
        margin: 18px 0 0;
        padding-left: 10px;
    }
    #globalNav .dropDownMenu .navType02 .linkType01.range4Col > li:nth-child(-n+3) {
        margin-top: 0;
    }
    #globalNav .dropDownMenu .navRelease{
        width: 50%;
        float: left;
        margin-right: 0;
    }
    #globalNav .dropDownMenu .navRelease .release .entryList .title a{
        color: #ffffff;
        transition: all 0.25s;
        text-decoration: none;
    }
    #globalNav .dropDownMenu .navRelease .release .entryList .title a:hover{
        opacity: 0.8;
        text-decoration: none;
    }
    #globalNav .dropDownMenu .navRelease .newIcon{
        color: #f75e5e;
    }
    #globalNav .dropDownMenu .navRelease .release{
        padding: 4px 0 4px 24px;
        background: url(../image/com_arrow_ic03_3.png) no-repeat 0 16px;
        background-size: 14px;
    }
    #globalNav .dropDownMenu .navRelease .release+.release{
        border-top: 1px dashed #79a1ea;
    }
    #globalNav .dropDownMenu .navRelease .release .category {
        width: 100px;
    }
    #globalNav .dropDownMenu .navRelease .release .category li+li{
        margin-left: 0;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1050px) {

    .fixed #globalNav > ul {
        width: 100%;
    }
    .fixed #globalNav > ul > li {
        width: 16%;
        letter-spacing: -0.04em;
    }
    .fixed #globalNav > ul > li:nth-child(4) {
        width: 24%;
    }
    .fixed #globalNav > ul > li:nth-child(5) {
        width: 11%;
    }
    .fixed #globalNav > ul > li:nth-child(6) {
        width: 17%;
    }
    .fixed #globalNav > ul > li > a {
        padding-right: 0;
        padding-left: 0;
    }

}

/* menu */
body > .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
#headerContainer .menuSwitch,
#globalNav .utilityLinks,
#globalNav .close {
    display: none;
}


/* 1-2: main
================================ */
#contentsContainer {
    /*padding-top: 1.5em;*/
    padding-top:1.7em;
}

/* globalContents */
#globalContents {
    position: relative;
    padding: 0 10px 100px;
}
#globalContents > .noSide #main {
    float: none;
    max-width: 1200px;
}

/* main */
#main {
    float: left;
    width: 100%;
    max-width: 920px;
}
#main > *:first-child {
    margin-top: 0 !important;
}

/* sidebar */
#sidebar {
    float: right;
    width: 240px;
}
#sidebar > *:first-child {
    margin-top: 0 !important;
}

/* localNav */
#localNav {
    margin-top: 2.5em;
    line-height: 1.3;
}
#localNav > *:first-child {
    margin-top: 0 !important;
}
#localNav a,
#localNav span {
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    outline: none;
}
#localNav a {
    color: #333333;
}
#localNav a .linkIcon {
    top: 0.25em;
}
#localNav .category2nd {
    border-top: 2px solid #cccccc;
}
#localNav .category2nd > a {
    padding: 19px 19px 18px;
    font-size: 24px;
    font-size: 2.4rem;
}
#localNav .category3rd {
    border-bottom: 1px solid #dddddd;
}
#localNav .category3rd > li {
    border-top: 1px solid #dddddd;
}
#localNav .category3rd > li > a,
#localNav .category3rd > li > span {
    position: relative;
    padding: 20px 20px 18px 28px;
    font-size: 16px;
    font-size: 1.6rem;
}
#localNav .category3rd > li > a:before,
#localNav .category3rd > li > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../image/com_arrow_ic28.png) no-repeat 0 0;
}
#localNav .category4th > li > a,
#localNav .category4th > li > span {
    padding: 12px 25px 9px 40px;
    font-size: 15px;
    font-size: 1.5rem;
}
#localNav .category5th > li > a,
#localNav .category5th > li > span {
    padding: 12px 20px 11px 60px;
    font-size: 14px;
    font-size: 1.4rem;
}
#localNav .category6th {
    padding-bottom: 20px;
}
#localNav .category6th > li > a,
#localNav .category6th > li > span {
    padding: 7px 20px 6px 80px;
    font-size: 13px;
    font-size: 1.3rem;
}
#localNav .category3rd a:hover,
#localNav .category3rd span:hover,
#localNav .category4th a:hover,
#localNav .category4th span:hover,
#localNav .category5th a:hover,
#localNav .category5th span:hover,
#localNav .category6th a:hover {
    background-color: #17448a;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#localNav .category3rd a:hover:before,
#localNav .category3rd span:hover:before {
    display: none;
}
#localNav .category4th > li > a,
#localNav .category4th > li > span,
#localNav .category5th > li > a,
#localNav .category5th > li > span,
#localNav .category6th > li > a,
#localNav .category6th > li > span {
    position: relative;
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before,
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before,
#localNav .category6th > li > a:before,
#localNav .category6th > li > span:before {
    content: "";
    position: absolute;
    background: no-repeat 0 0;
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before,
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before {
    width: 8px;
    height: 12px;
    background-image: url(../image/com_arrow_ic03.png);
}
#localNav .category4th > li > a:before,
#localNav .category4th > li > span:before {
    top: 1em;
    left: 20px;
}
#localNav .category5th > li > a:before,
#localNav .category5th > li > span:before {
    top: 1.1em;
    left: 40px;
}
#localNav .category6th > li > a:before,
#localNav .category6th > li > span:before {
    display: none;
}
#localNav .switch {
    position: relative;
    cursor: pointer;
}
#localNav .switch:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../image/com_other_ic02.png) no-repeat 0 -28px;
}
#localNav .switch > ul {
    -webkit-transition: background-color 0.2s ease-out 0s;
    -moz-transition: background-color 0.2s ease-out 0s;
    -ms-transition: background-color 0.2s ease-out 0s;
    -o-transition: background-color 0.2s ease-out 0s;
    transition: background-color 0.2s ease-out 0s;
}
#localNav .active > a,
#localNav .active > span {
    background-color: #f0f1f3;
    font-weight: bold;
}
#localNav .active > .switch:after {
    background-position: -14px -28px;
}
#localNav .active > ul,
#localNav .current > ul {
    background-color: #f0f1f3;
}
#localNav .current > a,
#localNav .current > a:hover,
#localNav .current > span,
#localNav .current > span:hover {
    background-color: #17448a;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#localNav .current > a:before,
#localNav .current > span:before {
    display: none !important;
}

/* sideNav */
[class*=sideNav] {
    margin-top: 2.5em;
}
[class*=sideNav] > *:first-child {
    margin-top: 0 !important;
}

/* sideNav01 */
.sideNav01 > .title {
    padding: 15px 0 14px;
    background-color: #f0f2f5;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.sideNav01 > .linkList > li > a {
    display: block;
    position: relative;
    padding: 8px 0 6px 20px;
    color: #444444;
    font-size: 14px;
    font-size: 1.4rem;
}
.sideNav01 > .linkList > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(../image/com_arrow_ic03.png) no-repeat 0 0;
}
.sideNav01 > .linkList > li > a:hover {
    color: #0a5fbe;
}

/* sideNav02 */
.sideNav02 > .title {
    border-top: 2px solid #cccccc;
}
.sideNav02 > .title > span {
    display: block;
    padding: 24px 17px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.11;
}
.sideNav02 > .linkList {
    border-bottom: 1px solid #dddddd;
}
.sideNav02 > .linkList > li {
    border-top: 1px solid #dddddd;
}
.sideNav02 > .linkList > li > a {
    display: block;
    padding: 17px 0 15px 40px;
    background: url(../image/com_arrow_ic03.png) no-repeat 20px 1.5em;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
}

/* sideWrap */
[class*=sideWrap] {
    margin-top: 2.5em;
}
[class*=sideWrap] > *:first-child {
    margin-top: 0 !important;
}

/* sidebarLinks */
.sidebarLinks + .sidebarLinks {
    margin-top: 2.5em;
}
.sidebarLinks .linkTitle {
    margin-top: 1em;
}
.sidebarLinks .banner figcaption {
    display: block;
    position: relative;
    margin-top: 1em;
    padding-left: 21px;
    line-height: 1.33;
}
.sidebarLinks .banner figcaption:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 8px;
    height: 12px;
    background: url(../image/com_arrow_ic03.png) no-repeat 0 0;
}
.sidebarLinks .banner figcaption .linkIcon {
    top: 0.1em;
    margin-right: 0;
}
.sidebarLinks .banner figcaption img[src*=blank].linkIcon,
.sidebarLinks .banner figcaption img[src*=sound].linkIcon {
    top: 0.25em;
}
.sidebarLinks .linkTitle {
    font-weight: bold;
}
.sidebarLinks .paragraph01,
.sidebarLinks [class*=linkType] {
    margin-top: 0.5em;
}
.sidebarLinks [class*=linkType] .linkIcon {
    margin-right: 0;
}

/* contentUtility */
.contentUtility {
    position: absolute;
    top: -54px;
    right: 10px;
}
.contentUtility > * {
    float: right;
    margin-right: 40px;
}
.contentUtility > *:first-child {
    margin-right: 0;
}

/* pagePrint */
.pagePrint a {
    display: table;
    padding: 0 20px;
    border: 1px solid #f0f2f5;
    background-color: #f0f2f5;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #555555;
    outline: none;
}
.pagePrint a:link,
.pagePrint a:visited {
    text-decoration: none;
}
.pagePrint a:hover,
.pagePrint a:active {
    text-decoration: none;
    opacity: 0.9;
}
.pagePrint span {
    display: table-cell;
    height: 38px;
    vertical-align: middle;
    padding-left: 22px;
    background: url(../image/com_print_ic01.png) no-repeat 0 50%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

/* languageLinks */
.languageLinks > li {
    display: table;
    float: left;
    margin-left: 20px;
}
.languageLinks > li:first-child {
    margin-left: 0;
}
.languageLinks > li > a {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    padding-left: 14px;
    background: url(../image/com_arrow_ic03.png) no-repeat 0 50%;
    font-size: 12px;
    font-size: 1.2rem;
}
.languageLinks > li > a:link,
.languageLinks > li > a:visited {
    color: #444444;
    text-decoration: none;
}
.languageLinks > li > a:hover,
.languageLinks > li > a:active {
    color: #0a5fbe;
    text-decoration: underline;
}
.languageLinks > li .linkIcon {
    top: 0.25em;
}

/* otherContentsWrap */
#otherContentsWrap {
    background-color: #f0f2f5;
}


/* 1-3: footer
================================ */

/* footerNav */
#footerNav {
    position: relative;
    background-color: #313131;
}
#footerNav > ul {
    padding: 0 4.58%;
}
#footerNav > ul > li {
    float: left;
    width: 15%;
}
#footerNav > ul > li:nth-child(3) {width: 13%;}
#footerNav > ul > li:nth-child(4) {width: 20%;}
#footerNav > ul > li:nth-child(5) {width: 20%;}
#footerNav > ul > li:nth-child(6) {width: 17%;}
#footerNav > ul > li a {
    display: table;
    width: 100%;
    color: #ffffff;
}
#footerNav > ul > li .title {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    padding-top: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
#footerNav > ul > li img.linkIcon[src*="blank"] {
    top: 0.45em;
    margin: 0 0 0 0.5em;
}

/* globalFooter */
#globalFooter {
    padding-top: 50px;
}
#globalFooter > .footerBlock {
    position: relative;
    padding-top: 90px;
    padding-bottom: 30px;
}

/* siteUtility */
.siteUtility .socialLink {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.siteUtility .socialLink li {
    display: table;
    float: left;
    width: 100px;
    margin-left: 1px;
}
.siteUtility .socialLink li:nth-child(2n+1) {
    margin-left: 0;
}
.siteUtility .socialLink li > a {
    display: table-cell;
    height: 100px;
    vertical-align: bottom;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
}
.siteUtility .socialLink li > .youtube {
    background: #333333 url(../image/footer_ic01.png) no-repeat 50% 38px;
}
.siteUtility .socialLink li > .facebook {
    background: #333333 url(../image/footer_ic02.png) no-repeat 50% 36px;
}
.siteUtility .footerLink li {
    position: relative;
    float: left;
    margin-right: 1.5%;
}
.siteUtility .footerLink li:last-child {
    margin-right: 0;
}
.siteUtility .footerLink li > a {
    padding-left: 14px;
    color: #444444;
    font-size: 12px;
    font-size: 1.2rem;
}
.siteUtility .footerLink li > a:hover {
    color: #0a5fbe;
}
.siteUtility .footerLink li > a:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 12px;
    background: url(../image/com_arrow_ic03.png) no-repeat 0 0;
}
.large .siteUtility .footerLink li > a:before {
    top: 0.6em;
}

/* corporateInfo */
.corporateInfo {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 0 10px;
}
.corporateInfo > * {
    display: table-cell;
    height: 48px;
    vertical-align: middle;
}
.corporateInfo .siteLogo {
    width: 65%;
}
.corporateInfo .siteLogo img {
    max-width: 282px;
}
.corporateInfo .siteLogo-ob-topics {
    width: 65%;
}
.corporateInfo .siteLogo-ob-topics img {
    max-width: 350px;
}
.corporateInfo .catchCopy {
    width: 35%;
    text-align: right;
}

/* copyright */
#copyright {
    margin-top: 1.5em;
    line-height: 1.1;
}
#copyright small {
    font-size: 12px;
    font-size: 1.2rem;
}

/* pageTop */
#footerContainer .pageTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
#footerContainer .pageTop > a {
    display: block;
    width: 55px;
    height: 55px;
    background: url(../image/com_pagetop_bt01.png) no-repeat 0 0;
    -webkit-background-size: 55px auto;
    background-size: 55px auto;
    text-indent: -9999px;
    outline: none;
}


/* 1-4: breadcrumbNav
================================ */
#breadcrumbNav {
    padding-top: calc(86px + 1.5em);
}
#breadcrumbNav > ul {
    padding-right: 25em;
}
#breadcrumbNav > ul > li {
    position: relative;
    float: left;
    padding-left: 0.85em;
    font-size: 12px;
    font-size: 1.2rem;
}
#breadcrumbNav > ul > li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 4px;
    height: 7px;
    background: url(../image/breadcrumb_ic01.png) no-repeat 0 0;
}
#breadcrumbNav > ul > li > a {
    color: #484848;
}
#breadcrumbNav > ul > li:first-child {
    padding-left: 0;
}
#breadcrumbNav > ul > li:first-child:before {
    display: none;
}
#breadcrumbNav > ul > li:last-child {
    color: #000000;
}
#breadcrumbNav > ul > li[itemscope] {
    margin-right: 0.65em;
    font-weight: normal;
}



@media only screen and (max-width: 768px) {

    /*=================================

        2: common parts for Smartphone

    ================================ */
    #allContainer {
        padding-top: 0 !important;
    }
    #globalHeader > .headerBlock,
    #globalNav > ul,
    #breadcrumbNav > ul,
    #globalContents,
    #footerNav > ul,
    #globalFooter > .footerBlock {
        padding: 0;
    }

    /* menu */
    #headerContainer .menuSwitch,
    #globalNav .close {
        display: block;
    }


    /* 2-1: header
    ================================ */
    #headerContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: none;
        z-index: 150;
        height: 62px;
    }
    .menuOpening #headerContainer {
        position: absolute !important;
    }

    /* headerBlock */
    #globalHeader > .headerBlock {
        padding: 14px 15px 13px;
        border-bottom: 1px solid #dddddd;
    }

    /* siteLogo */
    .headerBlock .siteLogo {
        width: 149px !important;
        margin: 0 !important;
    }
    .headerBlock .siteLogo img {
        width: 100%;
    }
    .headerBlock .siteLogo-ob-topics {
        width: 200px !important;
        margin: 0 !important;
    }
    .headerBlock .siteLogo-ob-topics img {
        width: 100%;
    }

    /* siteUtility */
    .headerBlock .siteUtility {
        right: 60px;
    }
    .siteUtility > .utilityBox {
        display: none;
    }
    .siteUtility > .utilityBox:last-child {
        display: block;
    }
    .siteUtility .siteSearch {
        display: table-cell;
        vertical-align: middle;
        padding-top: 0 !important;
        border: none;
    }
    .siteUtility .siteSearch a {
        display: table;
        width: 60px;
        height: 62px;
        color: #000000;
    }
    .siteUtility .siteSearch span {
        display: table-cell;
        width: 60px;
        height: 60px;
        vertical-align: bottom;
        padding-bottom: 10px;
        background-position: 50% 16px;
        -webkit-background-size: 18px auto;
        background-size: 18px auto;
        font-size: 0.8rem;
        text-align: center;
        text-indent: 0;
    }
    .searchField form {
        padding: 0 20px;
    }
    .searchField form > .searchBlock,
    .searchField form > .searchBlock > input {
        height: 40px;
    }
    .searchField form > .searchBlock > input[type="text"] {
        padding: 8px 100px 8px 8px;
        font-size: 1.6rem;
    }
    .searchField form > .searchBlock > .submit {
        width: 90px;
        padding-left: 37px;
        background-position: 18px 50%;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
        font-size: 1.4rem;
    }
    .searchField form > .closeBtn {
        width: 37px;
        height: 37px;
    }
    .searchField form > .closeBtn > a {
        width: 37px;
        height: 37px;
        -webkit-background-size: 37px auto;
        background-size: 37px auto;
        top: 15px;
        right: 15px;
    }

    /* menuSwitch */
    .menuSwitch {
        position: absolute;
        top: 0;
        right: 0;
    }
    .menuSwitch > a {
        display: table;
        width: 60px;
        height: 62px;
        text-decoration: none;
        outline: none;
        color: #000000;
    }
    .menuSwitch > a > span:nth-of-type(1),
    .menuSwitch > a > span:nth-of-type(2),
    .menuSwitch > a > span:nth-of-type(3) {
        display: inline-block;
        position: absolute;
        left: 19px;
        width: 22px;
        height: 3px;
        border-radius: 0;
        background-color: #003da5;
        transition: all .25s;
    }
    .menuSwitch > a > span:nth-of-type(1) { top: 16px; }
    .menuSwitch > a > span:nth-of-type(2) { top: 23px; }
    .menuSwitch > a > span:nth-of-type(3) { top: 30px; }
    .menuSwitch > a > .title {
        display: table-cell;
        width: 60px;
        height: 60px;
        vertical-align: bottom;
        padding-bottom: 10px;
        font-size: 0.8rem;
        text-align: center;
    }
    .menuSwitch.active > a {
        background-color: #0d2756;
        color: #ffffff;
    }
    .menuSwitch.active > a > span:nth-of-type(1),
    .menuSwitch.active > a > span:nth-of-type(3) {
        left: 18px;
        width: 24px;
        background-color: #ffffff;
    }
    .menuSwitch.active > a > span:nth-of-type(1) {
        top: 15px;
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .menuSwitch.active > a > span:nth-of-type(2) {
        opacity: 0;
    }
    .menuSwitch.active > a > span:nth-of-type(3) {
        top: 31px;
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    .ie9 .menuSwitch.active > a {
        background: #0d2756 url(../image/header_ic09.png) no-repeat 50% 16px;
    }
    .ie9 .menuSwitch.active > a > span:nth-of-type(1),
    .ie9 .menuSwitch.active > a > span:nth-of-type(2),
    .ie9 .menuSwitch.active > a > span:nth-of-type(3) {
        display: none;
    }

    /* globalNav */
    #globalNav {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 0;
        z-index: 150;
        padding-left: 0;
    }
    #globalNav > ul {
        position: relative;
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        left: 0;
        background: rgba(00,27,77,0.95);
    }
    #globalNav > ul > li {
        position: relative;
        float: none;
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    #globalNav > ul > li > a {
        position: relative;
        display: table;
        padding: 0;
        outline: none;
        color: #ffffff;
        border-bottom: 1px solid #6e7d9a;
        text-align: left;
        z-index: 200;
        text-decoration: none;
        background: none;
    }
    #globalNav > ul > li > a:hover {
        padding: 0;
        background: none;
    }
    #globalNav > ul > li > a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 7px;
        height: 12px;
        margin-top: -5px;
        background: url(../image/com_arrow_ic22.png) no-repeat 0 0;
        background-size: 7px auto;
        transition: all 0.3s;
        transform: rotate(90deg);
    }
    /*OB会ページ用処理追加 START*/
    #globalNav > ul > li.ob_menu  > a:after {
        background: none;
    }
    /*OB会ページ用処理追加 END*/
    #globalNav > ul > li > a[target="_blank"]:after {
        display: none;
    }
    #globalNav > ul > li > a > .title {
        display: table-cell;
        height: 42px;
        vertical-align: middle;
        padding: 2px 30px 0 15px;
        border-bottom: none;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: normal;
        text-align: left;
        color: #ffffff;
    }
    #globalNav > ul > .current > a,
    #globalNav > ul > .current > a > .title{
        color: #ffffff;
        text-decoration: none;
    }
    #globalNav > ul > .current > a > .title:after{
        display: none;
    }
    #globalNav .dropDownMenu {
        display: none;
    }
    #globalNav .dropDownMenu a,
    #globalNav .dropDownMenu span {
        height: 38px;
        color: #ffffff;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #globalNav .dropDownMenu .navContainer > *:first-child,
    #globalNav .dropDownMenu [class*="navType"] > .col > *:first-child,
    #globalNav .dropDownMenu [class*="linkType"] li + li {
        margin-top: 0 !important;
    }
    #globalNav .dropDownMenu .linkExpand > .img,
    #globalNav .dropDownMenu .linkExpandNone > .img,
    #globalNav .dropDownMenu .releaseWrap01,
    #globalNav .dropDownMenu .linkType01 > li > a:before {
        display: none;
    }
    #globalNav .dropDownMenu .categoryTop {
        line-height: 1.33;
    }
    #globalNav .dropDownMenu .categoryTop > a,
    #globalNav .dropDownMenu .categoryTop > span,
    #globalNav .dropDownMenu .linkType01 > li > a,
    #globalNav .dropDownMenu .linkType01 > li > span {
        display: block;
        padding: 10px 30px 12px 0;
    }
    #globalNav .dropDownMenu .categoryTop a{
        display: none;
    }
    #globalNav .dropDownMenu .categoryTop span a{
        display: block;
        margin-left: 6%;
        margin-right: 6%;
    }
    #globalNav .dropDownMenu .linkType01 > li {
        border-top: 1px solid #6e7d9a;
        margin-left: 6%;
        margin-right: 6%;
    }
    #globalNav .dropDownMenu .bnrList {
        padding: 16px 0;
        border-top: 1px solid #6e7d9a;
        margin-left: 6%;
        margin-right: 6%;
    }
    #globalNav .dropDownMenu .categoryTop span+span{
        border-top: 1px solid #6e7d9a;
        margin-right: 6%;
        margin-left: 6%;
    }
    #globalNav .dropDownMenu .categoryTop span+span a{
        margin-left: 0;
    }
    #globalNav .dropDownMenu .bnrList > li + li {
        margin-top: 10px;
    }
    #globalNav .dropDownMenu .bnrList > li img {
        width: 100%;
    }
    #globalNav .dropDownMenu .otherLinks {
        margin-top: 0;
    }
    #globalNav .dropDownMenu .otherLinks > li > a {
        padding-left: 45px;
    }
    #globalNav > ul > li.active > a:after {
        transform: rotate(-90deg);
    }
    #globalNav .utilityLinks {
        display: block;
        padding: 15px;
        background-color: rgba(00,27,77,0.95);
    }
    #globalNav .utilityLinks .globalLink > a,
    #globalNav .utilityLinks .otherLanguage > li > a {
        display: block;
        padding: 10px 0 8px;
        background-color: #ffffff;
        color: #111111;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2;
        text-align: center;
    }
    #globalNav .utilityLinks .languageSwitch > .current {
        display: none;
    }
    #globalNav .utilityLinks .otherLanguage {
        overflow: hidden;
    }
    #globalNav .utilityLinks .otherLanguage > li {
        float: left;
        width: 49%;
    }
    #globalNav .utilityLinks .otherLanguage > li a{
        text-decoration: none;
    }
    /*#globalNav ul li:nth-child(5) a+.dropDownMenu .col:first-child li:first-child{
        border-top: none;
    }*/
    #globalNav ul li:nth-child(5) a+.dropDownMenu .col:first-child li:first-child,
    #globalNav ul li#newMenu a + .dropDownMenu .col:first-child li:first-child {
        border-top: none;
    }
    #globalNav .utilityLinks .otherLanguage > li:first-child {
        float: left;
    }
    #globalNav .utilityLinks .otherLanguage > li:nth-child(2) {
        float: right;
    }
    #globalNav .close {
        display: block;
        text-align: center;
        cursor: pointer;
        padding: 0 4% 15px;
        background-color: rgba(00,27,77,0.95);
    }
    #globalNav .close > a {
        display: block;
        background: url(../image/header_ic05.png) no-repeat 42% 50%;
        -webkit-background-size: 12px auto;
        background-size: 12px auto;
        color: #ffffff;
        font-size: 13px;
        font-size: 1.3rem;
        text-decoration: none;
        padding: 7px 0 7px 20px;
        background-color: #3d5177;
    }
    #globalNav .dropDownMenu .navContainer.navType04 li {
        margin-right: 6%;
        margin-left: 6%;
    }
    #globalNav .dropDownMenu .navContainer.navType04 .col.textCol {
        display: none;
    }
    #newMenu .title .new {
        margin-left: 2em;
        font-size: 10px;
    }
    #newMenu .dropDownMenu .linkType01 > li.subMenu {
        margin-left: 12%;
    }


    /* 2-2: main
    ================================ */
    #contentsContainer {
        padding: 75px 10px 0;
    }

    /* globalContents */
    #globalContents {
        padding-right: 0;
    }

    /* main */
    #main {
        float: none;
        width: 100%;
        padding-bottom: 40px;
    }

    /* sidebar */
    #sidebar {
        display: none;
        float: none;
        width: 100%;
        padding-bottom: 40px;
    }

    /* localNav */
    #localNav {
        display: none;
    }
    #localNav + * {

        margin-top: 0 !important;
    }

    /* sideNav */
    [class*=sideNav] {
        display: none;
    }
    [class*=sideNav] + * {
        margin-top: 0 !important;
    }

    /* sideNav02 */
    .sideNav02 {
        display: block;
        border: 1px solid #cccccc;
    }
    .sideNav02 > .title {
        border-top: none;
    }
    .sideNav02 > .title > span {
        padding: 16px 14px 15px;
        font-size: 1.6rem;
    }
    .sideNav02 > .linkList {
        border-bottom: none;
        background-color: #eeeeee;
    }
    .sideNav02 > .linkList > li {
        border-top: 1px solid #dddddd;
    }
    .sideNav02 > .linkList > li > a {
        padding: 13px 14px 12px 34px;
        background: none;
        font-size: 1.5rem;
    }
    .sideNav02 > .linkList > li > a img.linkIcon[src*="blank"] {
        top: 0.35em;
    }
    .sideNav02 > .spAcodSwitch {
        position: relative;
    }
    .sideNav02 > .spAcodSwitch:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        background: url(../image/com_other_ic02.png) no-repeat 0 0;
    }
    .sideNav02 > .spAcodSwitch.active:before {
        background-position: -14px 0;
    }
    .sideNav02 > .spAcodSwitch > span {
        padding-right: 30px;
    }

    /* contentUtility */
    .contentUtility {
        display: none;
    }

    /* otherContentsWrap */
    #otherContentsWrap {
        overflow: hidden;
        margin: 0 -10px 56px;
    }


    /* 2-3: footer
    ================================ */
    /* footerNav */
    #footerNav {
        display: none;
    }

    /* globalFooter */
    #globalFooter {
        padding-top: 0;
    }
    #globalFooter > .footerBlock {
        padding: 0 10px 10px;
    }

    /* siteUtility */
    .footerBlock .siteUtility {
        padding: 1.4em 0 0;
        border-top: 1px solid #cccccc;
    }
    .footerBlock .siteUtility > *:first-child {
        margin-top: 0 !important;
    }
    .siteUtility .socialLink {
        position: static;
        width: 151px;
        margin: 0 auto;
    }
    .siteUtility .socialLink li {
        width: 75px;
    }
    .siteUtility .socialLink li > a {
        height: 75px;
        padding-bottom: 18px;
        font-size: 0.7rem;
    }
    .siteUtility .socialLink li > .youtube {
        background-position: 50% 21px;
    }
    .siteUtility .socialLink li > .facebook {
        background-position: 50% 20px;
    }
    .siteUtility .footerLink {
        position: relative;
        margin-top: 1.4em;
    }
    .siteUtility .footerLink:before {
        content: "";
        position: absolute;
        top: 0.4em;
        left: 50%;
        width: 1px;
        height: 90%;
        background-color: #cccccc;
    }
    .siteUtility .footerLink li {
        width: 46.67%;
        margin: 0 0 0 6.66%;
    }
    .siteUtility .footerLink li:nth-child(2n+1) {
        clear: left;
        margin-left: 0;
    }
    .siteUtility .footerLink li > a {
        font-size: 1.04rem;
    }
    .siteUtility .footerLink li > a:before {
        top: 0.4em;
    }

    /* corporateInfo */
    .corporateInfo {
        position: static;
        height: auto;
        margin-top: 1.4em;
        padding: 1.4em 0 0;
        border-top: 1px solid #cccccc;
    }
    .corporateInfo > * {
        display: table-cell;
        height: auto;
        vertical-align: middle;
    }
    .corporateInfo .siteLogo {
        width: 50%;
        padding-right: 10px;
    }
    .corporateInfo .siteLogo-ob-topics {
        width: 50%;
        padding-right: 10px;
    }
    .corporateInfo .catchCopy {
        width: 50%;
        padding-left: 10px;
    }
    .corporateInfo .siteLogo img,
    .corporateInfo .siteLogo-ob-topics img,
    .corporateInfo .catchCopy img {
        width: 100%;
    }
    .corporateInfo .catchCopy img {
        display: block;
    }

    /* copyright */
    #copyright {
        margin-top: 1.4em;
        text-align: center;
    }
    #copyright small {
        font-size: 0.96rem;
    }

    /* pageTop */
    #footerContainer .pageTop > a {
        width: 56px;
        height: 56px;
        -webkit-background-size: 56px auto;
        background-size: 56px auto;
    }


    /* 2-4: breadcrumbNav
    ================================ */
    #breadcrumbNav {
        display: none;
    }

}


@media print {

    /*=================================

        3: print for PC

    ================================ */
    body {
        width: 100% !important;
    }
    .spElm,
    .headerBlock .siteLogo img,
    .headerBlock .siteLogo-ob-topics img,
    .headerBlock .siteUtility,
    #globalNav,
    #breadcrumbNav,
    #sidebar,
    .pagePrint,
    .languageLinks,
    #otherContentsWrap,
    #footerNav,
    .footerBlock .siteUtility,
    .corporateInfo,
    #footerContainer .pageTop {
        display: none !important;
    }
    #allContainer {
        padding-top: 0 !important;
    }
    #headerContainer {
        position: relative !important;
    }
    #globalHeader > .headerBlock {
        padding-bottom: 17px;
    }
    .headerBlock .siteLogo {
        width: 120px !important;
        height: 82px !important;
        margin: 0 auto !important;
        background: url(../image/header_logo01.png) no-repeat 0 0;
    }
    .headerBlock .siteLogo-ob-topics {
        width: 120px !important;
        height: 82px !important;
        margin: 0 auto !important;
        background: url(../image/header_logo_ob.png) no-repeat 0 0;
    }
    #main {
        float: none;
        width: 100% !important;
        max-width: 1200px !important;
        min-width: 920px !important;
        margin-right: auto;
        margin-left: auto;
        padding-top: 2.2em;
    }
    #footerContainer {
        border-top: 2px solid #cccccc;
    }
    #globalFooter {
        padding-top: 17px;
    }
    #globalFooter > .footerBlock {
        padding-top: 0;
    }
    #copyright {
        margin-top: 0;
    }
    table {
        border-collapse: separate;
    }

    .colWrap > .col,
    .range2Col > *,
    .range3Col > *,
    .range4Col > *,
    .range5Col > *,
    .range6Col > *,
    .range7Col > * {
        height: auto !important;
    }
    img,tr {page-break-inside: avoid;}

    .printLayout01 {
        display: flex;
        flex-wrap: wrap;
    }
    .printPageBreak {
        page-break-before: always;
    }

}


/*=================================

    clearfix

=================================*/
.headerBlock .siteUtility:after,
.siteUtility .fontSizeSwitch dl:after,
#globalNav > ul:after,
.contentsWrap:after,
.contentUtility:after,
.languageLinks:after,
#footerNav > ul:after,
.siteUtility .socialLink:after,
.siteUtility .footerLink:after,
.corporateInfo:after,
#breadcrumbNav > ul:after {
    content: "";
    display: block;
    clear: both;
}
.headerBlock .siteUtility,
.siteUtility .fontSizeSwitch dl,
#globalNav > ul,
.contentsWrap,
.contentUtility,
.languageLinks,
#footerNav > ul,
.siteUtility .socialLink,
.siteUtility .footerLink,
.corporateInfo,
#breadcrumbNav > ul {
    zoom: 1;
}

/* 文字サイズ「大」の時の調整 */
html.large #globalNav {
}
html.large #globalNav > ul {
}
html.large #globalNav > ul > li > a {
    padding: .8em 1.5em .5em .5em !important;
}
html.large #globalNav > ul > li#newMenu > a > .title {
    padding: 0 0 .2em;
}
html.large #newMenu .title .text {
    font-size: 12px;
}
html.large #newMenu .title .new {
    font-size: 10px;
}

/* 不要なサイズ調整のリセット */
@media print, screen and (max-width: 1092px) and (min-width: 770px) {
    #globalNav > ul > li > a > .title {
        font-size: inherit !important;
        letter-spacing: 0;
    }
}
/* グロナビのサイズ調整 */
@media print, screen and (min-width: 1093px) and (max-width: 1200px) {
    html.large #globalNav > ul > li > a {
        font-size: 1.45vw !important;
        line-height: 1.25;
        white-space: nowrap;
    }
}
@media print, screen and (min-width: 769px) and (max-width: 1092px) {
    #globalNav {
        height: 2em;
        margin-top: -0.8em;
        padding-left: 0;
    }
    #globalNav > ul {
        max-width: calc(100% - 240px);
    }
    #globalNav > ul > li {
        width: auto !important;
    }
    #globalNav > ul > li > a {
        font-size: 1.25vw !important;
        line-height: 1.25;
        white-space: nowrap;
    }
    #newMenu .title .text {
        font-size: 1vw !important;
    }
}
@media print, screen and (min-width: 769px) and (max-width: 930px) {
    .headerBlock .siteLogo {
        width: 140px;
        margin: 8px 0;
    }
    #breadcrumbNav {
        padding-top: calc(77px + 1.5em);
    }

}