@media only screen and (min-width: 769px) {
    .m-breadcrumbs{
        opacity: 0;
    }
}

@import url("https://fonts.googleapis.com/css?family=Work+Sans:700&display=swap");.tab-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab-label {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.tab-content {
    width: 100%;
    display: none
}

.tab-switch:checked+.tab-label+.tab-content {
    display: block
}

.tab-switch {
    display: none
}

.faq .faqArea {
    background: #fff
}

@media only screen and (min-width: 769px) {
    .faq .faqArea {
        padding:40px 60px
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea {
        padding:4vw 2.67vw 5.34vw
    }
}

.faq .faqArea__ttl {
    position: relative;
    border-bottom: 1px solid #009fe8;
    font-weight: 700;
    letter-spacing: .05em
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__ttl {
        font-size:18px;
        line-height: 2;
        padding: 0 0 20px 35px
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__ttl {
        font-size:4vw;
        line-height: 1.5;
        padding: 0 2.67vw 2.67vw 10.4vw
    }
}

.faq .faqArea__ttl:before {
    content: "";
    display: block;
    position: absolute
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__ttl:before {
        top:9px;
        left: 0;
        width: 27px;
        height: 20px;
        background: url(/assets/materials/shiritai-user-baibai-icon-faq01.svg) 50%/27px 20px no-repeat
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__ttl:before {
        top:.54vw;
        left: 1.6vw;
        width: 7.2vw;
        height: 5.2vw;
        background: url(/assets/materials/shiritai-user-baibai-icon-faq01.svg) 50%/7.2vw 5.2vw no-repeat
    }
}

.faq .faqArea__list {
    border-bottom: 1px solid #009fe8
}

.faq .faqArea__Q {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f5f6f7
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__Q {
        padding:17px 20px;
        cursor: pointer
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__Q {
        padding:2.67vw
    }
}

.faq .faqArea__Q__mark {
    display: block;
    background: #009fe8;
    color: #fff;
    text-align: center;
    font-family: "Work Sans",sans-serif;
    border-radius: 2px
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__Q__mark {
        width:26px;
        height: 26px;
        line-height: 24px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__Q__mark {
        width:6vw;
        height: 4.8vw;
        font-size: 3.74vw;
        line-height: 4.54vw;
        margin: 1.34vw 2.67vw 0 0
    }
}

.faq .faqArea__Q__txt {
    line-height: 1.7;
    width: 100%;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__Q__txt {
        font-size:4vw
    }
}

.faq .faqArea__A {
    line-height: 1.7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__A {
        padding:17px 20px
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__A {
        padding:2.67vw
    }
}

.faq .faqArea__A__mark {
    display: inline-block;
    background: #f29600;
    color: #fff;
    text-align: center;
    font-family: "Work Sans",sans-serif;
    border-radius: 2px
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__A__mark {
        width:26px;
        height: 26px;
        line-height: 26px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__A__mark {
        width:6vw;
        height: 4.8vw;
        font-size: 3.74vw;
        line-height: 4.8vw;
        margin: 1.34vw 2.67vw 0 0
    }
}

.faq .faqArea__A__txt {
    line-height: 1.7;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .faq .faqArea__A__txt {
        font-size:14px
    }
}

@media only screen and (max-width: 768px) {
    .faq .faqArea__A__txt {
        font-size:4vw
    }
}

.links {
    position: relative;
    background: #009fe8
}

.links .section__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 769px) {
    .links .section__inner:before {
        content:"";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 0;
        width: 780px;
        height: 100%;
        background: #fff;
        -webkit-transform: translateX(-310px);
        transform: translateX(-310px)
    }
}

@media only screen and (max-width: 768px) {
    .links .section__inner {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.links__img {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 769px) {
    .links__img {
        width:360px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 768px) {
    .links__img {
        width:100%
    }
}

.links__contents {
    position: relative
}

@media only screen and (min-width: 769px) {
    .links__contents {
        z-index:1;
        width: 480px
    }
}

@media only screen and (max-width: 768px) {
    .links__contents {
        z-index:0;
        background: #fff;
        margin: -22.66vw -4vw 0;
        padding: 28.67vw 4vw 9.34vw
    }
}

@media only screen and (min-width: 769px) {
    .links__ttl {
        font-size:30px;
        line-height: 1.3;
        letter-spacing: .075em;
        margin-bottom: 18px
    }
}

@media only screen and (max-width: 768px) {
    .links__ttl {
        font-size:6.67vw;
        line-height: 1.2;
        letter-spacing: .06em;
        margin-bottom: 4vw
    }
}

.links__txt {
    line-height: 1.7
}

@media only screen and (min-width: 769px) {
    .links__txt {
        font-size:14px;
        letter-spacing: .025em;
        margin-bottom: 22px
    }
}

@media only screen and (max-width: 768px) {
    .links__txt {
        font-size:4vw;
        letter-spacing: .05em;
        margin-bottom: 6.67vw
    }
}

.links .linksList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 769px) {
    .links .linksList__item {
        width:240px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 768px) {
    .links .linksList__item {
        width:100%;
        margin-bottom: 6.67vw
    }

    .links .linksList__item:last-child {
        margin-bottom: 0
    }
}

.links .linksList a {
    display: block;
    position: relative;
    color: #009fe8;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .links .linksList a {
        font-size:14px;
        padding-left: 21px
    }
}

@media only screen and (max-width: 768px) {
    .links .linksList a {
        font-size:4vw;
        padding-left: 6.94vw
    }
}

.links .linksList a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: url(/assets/materials/shiritai-user-baibai-icon-arw2.svg) 50%/cover no-repeat
}

@media only screen and (min-width: 769px) {
    .links .linksList a:before {
        top:1px;
        width: 15px;
        height: 15px
    }
}

@media only screen and (max-width: 768px) {
    .links .linksList a:before {
        top:1px;
        left: .67vw;
        width: 4vw;
        height: 4vw
    }
}

.m-breadcrumbs--transparent .m-breadcrumbs__item:before,.m-breadcrumbs--transparent .m-breadcrumbs__item:last-child .m-breadcrumbs__text,.m-breadcrumbs--transparent .m-breadcrumbs__link,.m-breadcrumbs--transparent .m-breadcrumbs__text {
    color: #999
}

.supportKv {
    position: relative;
    text-align:  center;
}

@media only screen and (min-width: 769px) {
    .supportKv {
        background:url(/assets/images/original/shiritai-user-baibai-topKv-pc_2109.jpg) center/cover no-repeat;
        width: 100%;
        height: 455px
    }
}

@media only screen and (min-width: 769px) {
    .supportKv__inner {
        width:940px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 768px) {
    .supportKv__inner {
        position: relative;
        background:url(/assets/images/original/shiritai-user-baibai-topKv-sp_2109.jpg) top/cover no-repeat;
        width: 100%;
        height: 110.13vw
    }
    .supportKv__inner::before {
        display:  block;
        content: '';
        position: absolute;
        background: url(/assets/images/original/shiritai-user-baibai-topKv-sp-textbg.png);
        background-size: 81.9vw 74.1vw;
        width: 81.9vw;
        height: 74.1vw;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform:  translate(-50%,-50%);
    }
}

@media only screen and (min-width: 769px) {
    .supportKv__shoulder{
        display:  block;
        font-family: "Work Sans",sans-serif;
        padding-top: 134px;
    }
}

@media only screen and (max-width: 768px) {
    .supportKv__shoulder{
        /*display:  none;*/
         display:  block;
        font-family: "Work Sans",sans-serif;
        padding-top: 22vw;
        letter-spacing: 0.075em;
        font-size: 2.9vw;
    }
}

.supportKv__ttl {
    position: relative;
    display: inline-block;
    color: #003d7c;
    letter-spacing: .025em;
    font-weight: 700;
    /*-webkit-filter: drop-shadow(1px 2px 3px rgba(0,0,0,.2));
    filter: drop-shadow(1px 2px 3px rgba(0,0,0,.2))*/
}

@media only screen and (min-width: 769px) {
    .supportKv__ttl {
        font-size:60px;
        line-height: 1;
        padding-bottom: 15px;
        margin: 25px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .supportKv__ttl {
        font-size: 13.9vw;
        line-height: 1.2;
        margin: 5.6vw 4vw 2vw
    }
}

.supportKv__ttl span {
    display: inline-block
}

@media only screen and (min-width: 769px) {
    .supportKv__ttl span {
        margin-left:-5px
    }
}


.supportKv__ttl .supportKv__subttl {
    display: block;
    font-size: 30px;
    margin-bottom: 8px;
    letter-spacing: .025em;
    font-weight: 700;
    color: #003d7c;
}

@media only screen and (max-width:768px) {
    .supportKv__ttl .supportKv__subttl {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }
}


.supportKv__catch {
    color: #003d7c;
    letter-spacing: .025em;
    -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,.2));
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,.2))
}

@media only screen and (min-width: 769px) {
    .supportKv__catch {
        font-size:20px;
        margin-bottom: 28px
    }
}

@media only screen and (max-width: 768px) {
    .supportKv__catch {
        font-size:4.27vw;
        line-height: 1.5;
        margin: 0 4vw 12vw
    }
}

.supportKv__txt {
    letter-spacing: .05em;
    font-weight: 700;
    -webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,.2));
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,.2))
}

@media only screen and (min-width: 769px) {
    .supportKv__txt {
        line-height:1.7;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .supportKv__txt {
        font-size:3.2vw;
        line-height: 1.9;
        margin: 0 4vw
    }
}

@media only screen and (min-width: 769px) {
    .supportKv .contsNav {
        position:relative;
        width: 940px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 768px) {
    .supportKv .contsNav {
        margin-top:-24.8vw;
        /*height: 60vw*/
        height: 36vw;
    }
}

@media only screen and (min-width: 769px) {
    .support__catch{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 60px;
        margin-bottom: 60px;
    }   
}

@media only screen and (max-width: 768px) {
    .support__catch{
        padding: 12.5vw 10.9vw 11.5vw;
    }
}

@media only screen and (min-width: 769px) {
    .support__catch__text{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 53.6%;
        font-size: 22px;
        letter-spacing: 0.05em;
    }
    .support__catch__text p{
        line-height: 1.9;
    }
}

@media only screen and (max-width: 768px) {
    .support__catch__text p{
        line-height: 1.7;
        letter-spacing: 0.05em;
    }
}


@media only screen and (min-width: 769px) {
    .support__catch__img{
        width: 46.4%;
        min-width: 545px;
        height: 384px;
        background: url(/assets/images/original/shiritai-user-chintai-catchFigure.jpg);
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .support__catch__img{
        display: none;
    }
}

.support__catch__head{

}

@media only screen and (min-width: 769px) {
    .support__catch__head{
        font-size: 34px;
        letter-spacing: 0.075em;
        margin-bottom: 58px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 768px) {
    .support__catch__head{
        font-size: 6.7vw;
        font-weight: bold;
        margin-bottom: 7.5vw;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
}

@media only screen and (min-width: 769px) {
    #shiritaiUserBaibai .supportMenu {
        padding-top:80px;
        background: #F7F7F7;
    }
}

@media only screen and (max-width: 768px) {
    #shiritaiUserBaibai .supportMenu {
        padding-left: 8vw;
        padding-right: 8vw;
    }
}


@media only screen and (max-width: 768px) {
    .supportMenu {
        margin:0 -4vw;
        background: #F7F7F7;
    }
}

@media only screen and (max-width: 768px) {
    #shiritaiUserBaibai .supportMenu .section__inner {
        padding-left: 0.7vw;
        padding-right: 0.7vw;
    }
}

.supportMenu__catch {
    text-align: center;
    letter-spacing: .05em;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .supportMenu__catch {
        font-size:16px;
        line-height: 1.9;
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .supportMenu__catch {
        font-size:4vw;
        line-height: 1.7;
        margin-bottom: 8vw
    }
}

.supportMenuList{

}

.supportMenuList__item{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

@media only screen and (min-width: 769px) {
    .supportMenuList__item{
       margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__item{
       margin-bottom: 2.7vw;
    }
}

@media only screen and (min-width: 769px) {
    .supportItem-01 .supportMenuList__icon{
        left: 35px;
    }
    .supportItem-02 .supportMenuList__icon{
        left: 32px;
    }
    .supportItem-03 .supportMenuList__icon{
        left: 33px;
    }
    .supportItem-04 .supportMenuList__icon{
        left: 30px;
    }
    .supportItem-05 .supportMenuList__icon{
        left: 32px;
    }
    .supportItem-06 .supportMenuList__icon,
    .supportItem-07 .supportMenuList__icon{
        left: 31px;
    }
    .supportItem-08 .supportMenuList__icon{
        left: 37px;
    }
    .supportItem-09 .supportMenuList__icon{
        left: 38px;
    }
    .supportItem-10 .supportMenuList__icon{
        left: 36px;
    }
    .supportItem-11 .supportMenuList__icon{
        left: 33px;
    }
    .supportItem-12 .supportMenuList__icon{
        left: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .supportItem-01 .supportMenuList__icon{
        left: 4vw;
    }
    .supportItem-02 .supportMenuList__icon{
        left: 3.3vw;
    }
    .supportItem-03 .supportMenuList__icon{
        left: 3.5vw;
    }
    .supportItem-04 .supportMenuList__icon{
        left: 2.7vw;
    }
    .supportItem-05 .supportMenuList__icon{
        left: 3.2vw;
    }
    .supportItem-06 .supportMenuList__icon,
    .supportItem-07 .supportMenuList__icon{
        left: 2.9vw;
    }
    .supportItem-08 .supportMenuList__icon{
        left: 4.5vw;
    }
    .supportItem-09 .supportMenuList__icon{
        left: 4.8vw;
    }
    .supportItem-10 .supportMenuList__icon,
    .supportItem-11 .supportMenuList__icon{
        left: 3.5vw;
    }
    .supportItem-12 .supportMenuList__icon{
        left: 3.6vw;
    }
}




.supportMenuList__head{
    position:  relative;
    background: #FFFFFF;
    color: #003D7C;
    font-weight: bold;
    letter-spacing: 0.075em;
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    .supportMenuList__head{
        font-size: 22px;
        padding: 18px 0 18px 90px;
        transition: all .2s ease-in-out;
    }
    .supportMenuList__head:hover{
        opacity: 0.8;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__head{
        font-size: 18px;
        padding: 4vw 16vw;
    }
}

.supportMenuList__head.openAccordion{
    background: #003D7C;
    color: #FFFFFF;
}

.supportMenuList__head:before{
    content: '';
    display:  block;
    position: absolute;
    width: 13px;
    height: 1px;
    background: #003D7C;
}
@media only screen and (min-width: 769px) {
    .supportMenuList__head:before{
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__head:before{
        top: 50%;
        right: 2.6vw;
        -webkit-transform: translateY(-50%);
        transform:  translateY(-50%);
    }
}

.supportMenuList__head:after{
    content: '';
    display:  block;
    position: absolute;
    width: 13px;
    height: 1px;
    background: #003D7C;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (min-width: 769px) {
    .supportMenuList__head:after{
        top: 30px;
        right: 30px;
        transition: transform .2s ease-in-out;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__head:after{
        top: 50%;
        right: 2.6vw;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform:  translateY(-50%) rotate(90deg);
    }
}

.supportMenuList__head.openAccordion:before{
    background: #FFFFFF;
}
.supportMenuList__head.openAccordion:after{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #FFFFFF;
}

.supportMenuList__icon{
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.supportMenuList__icon svg path{
    transition: fill 0.2s ease-in-out;
}

.supportMenuList__head.openAccordion .supportMenuList__icon svg path{
    fill: #FFFFFF;
}

.supportMenuList__item .threeClmTbl__fourth{
    display: none;
}

.supportMenuList__subList{
    display:-webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 769px) {
    .supportMenuList__subList{
        padding: 30px 30px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__subList{
        padding: 4.8vw 0.8vw 0;
    }
}

.supportMenuList__subList__item a{
    color: #003D7C;
    display:-webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
   -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 769px) {
    .supportMenuList__subList__item a{
        width: 273px;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__subList__item a{
        width: 41vw;
    }
}

.supportMenuList__subList__item a:hover{
    opacity: 0.8;
}

@media only screen and (min-width: 769px) {
   .supportMenuList__subList__item{
        border-right: 1px solid #003D7C;
        padding: 0 14px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .supportMenuList__subList__item:nth-child(3n+1){
        padding-left: 0;
    }
    .supportMenuList__subList__item:nth-child(3n){
        border-right: none;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .supportMenuList__subList__item{
        padding: 0 1.6vw;
        box-sizing: border-box;
        margin-bottom: 8vw;
    }

    .supportMenuList__subList__item:nth-child(odd){
        border-right: 1px solid #003D7C;
    }

    .supportMenuList__subList__item:nth-child(even){
    }
}

.supportMenuList__subList__item .num{
    font-family: "Work Sans",sans-serif;
    font-size: 10px;
    color: #003D7C;
    text-align:  center;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.supportMenuList__subList__item .num span{
    font-size: 18px;
    display: block;
}

.supportMenuList__subList__item .head{
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .supportMenuList__subList__item .head{
        font-size: 16px;
    }
}

.supportMenuList__subList__item .img{
    overflow: hidden;
}

.supportMenuList__subList__item .img img{
    transition:  transform 0.2s ease-in-out;
}

.supportMenuList__subList__item a:hover .img img{
    transform: scale(1.02);
}

.supportMenuList__subList__item .link{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
    letter-spacing: 0.075em;
}

@media only screen and (max-width: 768px) {
    .supportMenuList__subList__item .link{
        font-size: 12px;
    }
}

.supportMenuList__subList__item .link:before{
    content: '';
    display:  block;
    position: absolute;
    background: url(/assets/materials/shiritai-user-baibai-icon-arrow.svg);
    right: 0;
    top: 0px;
    width: 21px;
    height: 21px;
}

@media only screen and (max-width: 768px) {
    .supportMenuList__subList__item .link:before{
        width: 4.8vw;
        height: 4.8vw;
        background: url(/assets/materials/shiritai-user-baibai-icon-arrow.svg);
        background-size: cover;
    }
}








.specialOffer .section__inner {
    position: relative
}

@media only screen and (min-width: 769px) {
    .specialOffer__img {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 460px
    }
}

@media only screen and (max-width: 768px) {
    .specialOffer__img {
        position:relative;
        width: 100%
    }
}

.specialOffer__contents {
    position: relative;
    border: 1px solid #009fe8
}

@media only screen and (min-width: 769px) {
    .specialOffer__contents {
        width:540px;
        height: 100%;
        margin-left: 400px;
        padding: 50px 60px 57px 140px
    }
}

@media only screen and (max-width: 768px) {
    .specialOffer__contents {
        width:86.67vw;
        margin: -5.73vw auto 0;
        padding: 12.67vw 4.67vw 8.67vw
    }
}

.specialOffer__ttl {
    color: #009fe8;
    letter-spacing: .075em;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .specialOffer__ttl {
        font-size:30px;
        line-height: 1.2;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 768px) {
    .specialOffer__ttl {
        font-size:6.67vw;
        margin-bottom: 4vw
    }
}

.specialOffer__ttl__shoulder {
    display: block;
    font-family: "Work Sans",sans-serif;
    font-weight: 700;
    letter-spacing: .1em
}

@media only screen and (min-width: 769px) {
    .specialOffer__ttl__shoulder {
        font-size:14px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 768px) {
    .specialOffer__ttl__shoulder {
        font-size:3.2vw;
        margin-bottom: 2vw
    }
}

.specialOffer__txt {
    letter-spacing: .05em;
    line-height: 1.7
}

@media only screen and (min-width: 769px) {
    .specialOffer__txt {
        font-size:14px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 768px) {
    .specialOffer__txt {
        font-size:4vw;
        margin-bottom: 2vw
    }
}

@media only screen and (min-width: 769px) {
    .specialOffer__btn {
        height:60px;
        line-height: 60px
    }
}

@media only screen and (max-width: 768px) {
    .specialOffer__btn {
        height:13.34vw;
        line-height: 13.34vw
    }
}

/* top-news */
#shiritaiUserBaibai .s-top-news_inner{
    position: relative;
    padding: 16px;
}
#shiritaiUserBaibai .s-top-news_inner::before {
    border-left: 1px solid #003d7c;
    border-top: 1px solid #003d7c;
    border-bottom: 1px solid #003d7c;
    top: 0;
    left: 0;
}
#shiritaiUserBaibai .s-top-news_inner::after {
    border-right: 1px solid #003d7c;
    border-top: 1px solid #003d7c;
    border-bottom: 1px solid #003d7c;
    top: 0;
    right: 0;
}
#shiritaiUserBaibai .s-top-news_inner::before,
#shiritaiUserBaibai .s-top-news_inner::after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
}
#shiritaiUserBaibai .s-top-news_inner .news_item + .news_item {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px dotted #003d7c;
}

@media only screen and (min-width: 769px) {
    #shiritaiUserBaibai .s-top-news_inner strong{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    #shiritaiUserBaibai .s-top-news{
        margin-left: 2.67vw;
        margin-right: 2.67vw;
    }
    #shiritaiUserBaibai .s-top-news_inner{
        padding: 4.67vw;
    }
}

/* 20221115 サポートメニュー調整 */
.supportMenuList__item .threeClmTbl__fourth.s-subhed_wrap {
    background-color: #fff;
    padding-top: 18px;
}
.s-supportMenuList__subhead {
    background-color: #f6f6f6;
    margin: 0 18px;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .supportMenuList__item .threeClmTbl__fourth.s-subhed_wrap {
        padding-top: 0.8vw;
    }
    .s-supportMenuList__subhead {
        font-size: 16px;
        padding: 3vw;
        margin: 0 0.8vw;
    }
}
