@charset "UTF-8";


/*初期化*/
.header ul,
.header ol {
    line-height: initial;
    padding: initial;
}
.nyukai-simple-header a.link-label:hover {
    text-decoration: none;
}

/********** シンプルページヘッダー **********/
.nyukai-simple-header {
    width: 100%;
    min-width: 1000px;
    position: relative;
    background: #ffffff;
}


.nyukai-simple-header-logo img {
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 3;
    display: block;
    transition: 0.2s;
}

.nyukai-simple-header .close_btn_for_pop_on_header a {
    font-weight: bold;
    color: #00846D;
    display: block;
    width: 120px;
    line-height: 1;
}

.nyukai-simple-header .close_btn_for_pop_on_header {
    position: absolute;
    top: -9px;
    right: 10px;
}

.nyukai-simple-header a.link-label {
    min-width: 100px;
    max-width: 380px;
    text-decoration: none;
    border: 2px solid #00846D;
    text-align: center;
    transition: 0.2s;
    background: #ffffff;
}

.nyukai-simple-header-logo {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.nyukai-simple-header .close_btn_for_pop_on_header a {
    padding: 8px;
}

@media (max-width: 1000px) {
    .nyukai-simple-header .nyukai-simple-header-logo img {
        margin: 15px 0px 13px 10px;
    }
    .nyukai-simple-header,
    .nyukai-simple-header-logo {
        width: auto;
        min-width: auto;
    }
    .nyukai-simple-header {
        width: auto;
        min-width: auto;
    }
}

@media (max-width: 640px) {
    .nyukai-simple-header {
        min-width: 0px;
        border-bottom: 5px solid #f1f1f1;
        margin-bottom: 0px;
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        padding-bottom: 0;
    }
    .nyukai-simple-header-logo img {
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        height: 22.5px;
        width: auto;
    }
    .nyukai-simple-header .close_btn_for_pop_on_header a {
        margin: 0;
    }
}

@media all and (min-width: 641px) {
    .nyukai-simple-header {
        padding: 0;
        border-bottom: 5px solid #f1f1f1;
    }
    .nyukai-simple-header .nyukai-simple-header-logo {
        position: relative;
        padding-left: 10px;
    }
    .nyukai-simple-header .nyukai-simple-header-logo img {
        margin: 15px 0 0 0;
        padding: 0 0 15px 0;
        width: 165px;
        height: auto;
    }
}
/********** シンプルページヘッダー **********/

/*基本幅設定
　最大幅1000ｐｘ　ブレークポイント640ｐｘ
*/
/*----------------------------------------------------*/
/*header*/
/*-----------------------------------------------------*/

.header{
    width: 100%;
    min-width: 1000px;
    position: relative;
    border-top: 1px solid #ffffff;
    background: #ffffff;
    margin-bottom: 20px;
}

.header .sp-block{
    display: none;
}

/*----------------*/
/*既存デザイン対応 判別にhtmlに付与される「desktop」を利用*/

/*----------------*/
.desktop .header{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
@media all and (min-width:1024px){
    .desktop .header{
        overflow: hidden;
    }
}

@media all and (max-width:1024px){
    .desktop .header{
        width: 1024px;
        left: 50%;
        margin-left: -512px;
    }
}
/*----------------*/



@media all and (max-width:640px){
    .header{
        min-width: 0px;
        border-bottom: 3px solid #dddddd;
        margin-bottom: 0px;
        width: 100% !important;
        left: 0!important;
        margin-left: 0!important;
    }

    .header .sp-block{
        display: block;
    }
}
 

/*header 子要素配置*/
.header-logo{
    width: 1000px;
    margin: 0 auto;
}

.header-navigation{
    width: 1000px;
    margin: -54px auto 0;
}

.header-modal__button{
    display: none;
}

@media all and (max-width:640px){
    .header-logo{
        width: 100%;
    }
    
    .header-navigation{
        position: fixed;
        top: -5px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.78);
        z-index: 1000;
        width: 100%;
        margin-top: 0;
        z-index: 20;
    }
    
    .header-modal__button{
        display: block;
        cursor: pointer;
    }

    .header-modal__button.header-modal--opne{
        width: 48px;
        position: fixed;
        top: 7px;
        right: 4px;
        z-index: 11;
    }
}

/*------------------------------------*/
/*.header-logo*/
.header-logo{
    
}

.header-navigation .header-logo.nyukai_header-logo {
    display: none;
}

.header-navigation.header-navigation--open .header-logo.nyukai_header-logo {
    display: block;
    border-bottom: 3px solid #dddddd;
}

.header-logo.header-navigation--open {
    background: #FFFFFF;
}

.header-modal__button.header-navigation--open {
    position: fixed;
    z-index: 30;
    overflow: visible;
}

.header-modal__button.header-modal--opne.header-navigation--open::before {
    display: block;
    background: #00846D;
    width: 30px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 10px;
    border-top: none;
    border-bottom: none;
}

.header-modal__button.header-modal--opne.header-navigation--open::after {
    display: block;
    background: #00846D;
    width: 30px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 10px;
    border-top: none;
    margin-top: 0px;
}

.header-modal__button.header-modal--opne.header-navigation--open {
    overflow: visible;
}

/*.header-logo 子要素配置*/


.header-logo a{
    line-height: 1;
}

.header-logo img{
    margin-top: 22px;
    margin-bottom: 22px;
    z-index: 3;
    display: block;
    transition: 0.2s;
    height: 32px;
}


@media all and (max-width:640px){
    
    .header-logo a{
        line-height: 1;
        display: table;
        padding-top: 15px;
        padding-bottom: 13px;
        margin-left: 16px;
    }
    
    .header-logo img{
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        height: 20px;
        width: auto;
    }
    
}

/*-----------------------------------------------------*/
/*.header-navigation*/
.header-navigation{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 77px;
}

@media all and (max-width:640px){
    
    .header-navigation{
        padding-bottom: 0px;
        border-top: 5px solid #004832;
        
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        
        
        display: none;
    }
    
}

/*.header-navigation 子要素配置*/

.header-infomation{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.header-search{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.global-navigation{
    margin-top: 53px;
    
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    position: absolute;
    left: 0;
    right: 0;
}

.header-modal__button.header-modal--close{
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    left: 9%;
    margin-left: -13px;
}

@media all and (max-width:640px){

    /*.header-navigation 子要素配置*/
    
    .header-infomation{
        width: 82%;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        order: 3;
    }
    
    .header-search{
        order: 0;
        width: 82%;
    }
    
    .global-navigation{
        position: static;
        margin-top: 0px;
        order: 2;
        width: 82%;
    }
    
}

/*-----------------------------------------------------*/
/*.header-infomation*/

.header-infomation{
    text-align: right;
}

/*.header__infomation-navi 子要素配置*/

.header-infomation-link{
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width:640px){
    .header-infomation{
        text-align: left;
        background: #FFFFFF;
    }
    
    /*.header__infomation-navi 子要素配置*/
    .header-infomation-link{
        margin-right: 10px;
        display: none;
        vertical-align: middle;
    }
    
}
/*-----------------------------------------------------*/
/*.header-infomation-link*/
.header-infomation-link{}


@media all and (max-width:640px){
    .header-infomation-link{
        padding: 15px;
        width: 100%;
    }
}


.header-infomation-link > a{
    display: inline-block;
    margin-right: 15px;
    color: #00846D;
    text-decoration: none;
    border: none;
    padding: 1px 10px;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    transition: 0.2s;
    font-weight: bold;
}
.header-infomation-link > a:hover{
    opacity: 0.6;
}

.header-infomation-link > a:last-child{
    margin-right: 0;
}

.header-infomation-link > a.support{
    padding-left: 30px;
}

.header-infomation-link > a.kokorosan{
    padding-left: 35px;
}

.header-infomation-link > a.kokorosan.sp-block{
    display: none;
}

.header-infomation-link > a.support:before{
    position: absolute;
    top: 4px;
    left: 2px;
    width: 22px;
    height: 22px;
    content:"";
    display:inline-block;
    background: url(/content/dam/smcc/jp/ja/nyukai/icon/ic_support.svg) 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    transition: 0.2s;
}

.header-infomation-link > a.kokorosan:before{
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 27px;
    height: 25px;
    content:"";
    display:inline-block;
    background: url(/content/dam/smcc/jp/ja/nyukai/common/img/customer_support_kokorosan.png) 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    transition: 0.2s;
}

.header-infomation-link > a.kokorosan:hover:before{
    transform: scale(1.2);
}


@media all and (max-width:640px){
    /*.header-infomation-link 子要素配置*/
    .header-infomation-link > a{
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
        padding: 12px;
        border: 1px solid #004831;
        background: #ffffff;
        text-align: center;
        font-weight: bold; 
        font-size: 16px;
        line-height: 16px;
    }
    .header-infomation-link > a.support{
        padding-left: 10px;
    }
    .header-infomation-link > a.kokorosan{
        padding-left: 10px;
    }
    .header-infomation-link > a.kokorosan.pc-block{
        display: none;
    }
    .header-infomation-link > a.kokorosan.sp-block{
        display: block;
    }
    .header-infomation-link > a.support:before{
        top: 8px;
        left: 10px;
        width: 24px;
        height: 24px;
    }
    .header-infomation-link > a.kokorosan:before{
        bottom: 0;
        left: 10px;
        width: 37px;
        height: 35px;
    }
}

/*-----------------------------------------------------*/
/*.header-search*/

.header-search__form {
    height: 30px;
    display: flex;
    border: 1px solid #707070;
}

@media all and (max-width:640px){
    .header-search__form {
        display: flex;
        margin: 16px;
        height: 48px;
        align-items: center;
        background: #F5F5F5;
    }
}

.header-search{
    font-size: 0;
}

@media all and (max-width:640px){
    .header-search{
        background: #FFFFFF;
        text-align: left;
    }
}


/*.header-search 子要素配置*/
.header-search [type="text"]{
    vertical-align: middle;
    line-height: 1.3;
    padding: 0;
    font-size: 15px;
}

.header-search [type="text"]:focus-visible{
    outline: none;
    outline-offset: unset;
}

.header-search [type="submit"]{
    vertical-align: middle;
    font-size: 14px;
}

.header-search [type="submit"]:hover{
    opacity: 0.6;
    cursor: pointer;
}


/*------------------------------------*/
/*.header-search [type="text"]*/
.header-search [type="text"]{
    border: none;
    width: 250px;
    box-sizing: content-box;
    padding: 0 10px;
    background: #F5F5F5;
}

/*------------------------------------*/
/*.header-search [type="submit"]*/
.header-search [type="submit"]{
    display: inline-block;
    text-indent: -9999px;
    width: 42px;
    background: #F5F5F5 url(/content/dam/smcc/jp/ja/nyukai/icon/ic_search.svg) no-repeat center center;
    background-size: 16px auto;
    border: none;
}

@media all and (max-width:640px){
    .header-search [type="text"]{
        width: calc(100% - 30px);
        padding: 11px 10px !important;
        box-sizing: border-box;
        height: auto;
        font-size: 12px;
    }
    
    .header-search [type="submit"]{
        margin-left: -10px;
        background-color: transparent;
        background-size: 80% auto;
        width: 22px;
        height: 22px;
    }
}

/*-----------------------------------------------------*/
/*.global-navigation*/
.global-navigation{
    border-top: 1px solid #d5d5d5;
}

@media all and (max-width:640px){
    .global-navigation{
        background: #FFFFFF;
        border-top: none;
    }
}


/*.global-navigation 子要素配置*/
.global-navigation__box{
    width: 1000px;
    margin: 0 auto;
}

@media all and (max-width:640px){
    .global-navigation__box{
        width: 100%;
    }
}


/*------------------------------------*/
/*.global-navigation__box*/
.global-navigation__box{
    overflow: hidden;
}

@media all and (max-width:640px){
    .global-navigation__box ul{
        margin: 0px;
    }
    .global-navigation__list{
    }
}


/*.global-navigation__box 子要素配置*/
.global-navigation__list-item{
    display: block;
    float: left;
    width: calc(100%/5);
    position: relative;
}

.global-navigation__list-item--current:before{
    content: "";
    display: block;
    height: 7px;
    background: #00846D;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


@media all and (max-width:640px){
/*.global-navigation__box 子要素配置*/
    .global-navigation__list-item{
        width: 100%;
        border-top: 1px solid #d5d5d5;
    }

    .global-navigation__list-item:first-child{
        border-top: none;
    }
    
    
    .global-navigation__list-item--current:before{
        display: none;
    }
    
    .global-navigation__list-item.global-navigation__list-item--open:after{
        display: none;
    }

    .global-navigation__list-item.global-navigation__list-item--no-child:after,
    .global-navigation__list-item.global-navigation__list-item--no-child:before {
        display: none;
    }
    
}

@media all and (max-width:640px) and (orientation: landscape){
    .global-navigation__list-item{
        width: 50%;
    }
}

/*------------------------------------*/
/*.global-navigation__list-item a*/ 

.global-navigation__list-item a{
    color: #333333;
    padding: 17px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    transition: 0.2s;
    font-weight: bold;
    font-size: 18px;
}

.global-navigation__list-item:not(.global-navigation__list-item--current) a:hover{
    background: #EDF8F5;
}
.global-navigation__list-item:not(.global-navigation__list-item--current) a:hover:after{
    background: #EDF8F5;
}

.global-navigation__list-item a:before{
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}
.global-navigation__list-item.last a:after{
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #d5d5d5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
}


@media all and (max-width:640px){
    .global-navigation__list-item a{
        border-right: none;
        text-align: left;
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        padding: 13px 0;
        line-height: 16px;
        margin: 3px 24px;
    }
    .global-navigation__list-item a:before{
        content: "";
        position: absolute;
        top: 15px;
        left: auto;
        right: 0px;
        background: #00846D;
        width: 9px;
        height: 9px;
        transform: rotate(45deg);
        transform-origin: 0 0;
        margin: 0;
    }
    .global-navigation__list-item a:after,
    .global-navigation__list-item.last a:after{
        content: "";
        position: absolute;
        top: 15px;
        left: auto;
        right: 3px;
        background: #FFFFFF;
        width: 9px;
        height: 9px;
        transform: rotate(45deg);
        transform-origin: 0 0;
        margin: 0;
    }
}

@media all and (max-width:640px) and (orientation: landscape){
    .global-navigation__list-item a{
        display: inline-block;
        padding-right: 25px;
        font-size: 15px;
    }
    .header-infomation-link > a.kokorosan.sp-block{
        display: inline-block !important;
        margin-right: 10px;
    }
    .header-infomation-link > a {
        display: inline-block;
        margin-bottom: 0px;
        width: calc(50% - 10px);
    }
}

/*-----------------------------------------------------*/

/*.header-modal__button.header-modal--opne*/


.header-modal__button.header-modal--opne{
    font-size: 10px;
    overflow: hidden;
    cursor: pointer;
    padding: 8px 16px 8px 4px;
    background-color: rgba(255,255,255,0.80);
}

.header-modal__button.header-modal--opne.header-modal__button-bgGray{
    border: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.15);
}

.header-modal__button.header-modal--opne span{
    top: -100px;
    position: absolute;
}


.header-modal__button.header-modal--opne:before{
    content: "";
    display: block;
    height: 12px;
    border-top: 3px solid #00846D;
    border-bottom: 3px solid #00846D;
}

.header-modal__button.header-modal--opne:after{
    content: "";
    display: block;
    margin-top: 6px;
    border-top: 3px solid #00846D;
}

/*.header-modal__button.header-modal--close*/


.header-modal__button.header-modal--close:before{
    content: "";
    display: block;
    background: #ffffff;
    width: 36px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: -5px;
}

.header-modal__button.header-modal--close:after{
    content: "";
    display: block;
    background: #ffffff;
    width: 36px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: -5px;
}


.header-modal__cloase{
    top: -100px;
    position: absolute;
}

/*ハンバーガーメニュー 白ふち*/
.header-modal__button.header-modal--opne.header-modal__button-border{
    background: none;
    border: none;
    padding: 10px;
    right: 0px;
}

.header-modal__button.header-modal--opne.header-modal__button-border:before {
    content: "";
    display: block;
    height: 3px;
    background: #333;
    box-shadow: 0 0 0px 1px rgba(255,255,255,0.7);
    margin-bottom: 18px;
    border: none;
}
.header-modal__button.header-modal--opne.header-modal__button-border:after {
    content: "";
    display: block;
    margin-top: 3px;
    height: 3px;
    background: #333;
    box-shadow: 0 0 0px 1px rgba(255,255,255,0.7);
    border: none;
}
.header-modal__button.header-modal--opne.header-modal__button-border span {
    display: block;
    top: 50%;
    position: absolute;
    text-indent: -100px;
    margin-top: -1.5px;
    height: 3px;
    background: #333;
    box-shadow: 0 0 0px 1px rgba(255,255,255,0.7);
    width: calc(100% - 20px);
}


/*-----------------------------------------------------*/
/*ハンバーガーメニュー展開中のスクロール禁止*/
@media all and (max-width:640px){
    .nav-fixed {
        position: fixed;
    }
}