@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-chintai-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-chintai-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-chintai-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
}

@media only screen and (min-width:769px) {
    .supportKv {
        background: url(/assets/images/original/shiritai-user-chintai-topKv-pc_2109.jpg) top/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 {
        background: url(/assets/images/original/shiritai-user-chintai-topKv-sp_2109.jpg) top/cover no-repeat;
        width: 100%;
        height: 93.34vw
    }
}

.supportKv__ttl {
    position: relative;
    display: inline-block;
    color: #003d7c;
    letter-spacing: .025em;
    font-weight: 700;
    border-bottom: 1px solid #003d7c;
    -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: 34px;
        line-height: 1;
        padding-bottom: 15px;
        margin: 70px 0 15px
    }
}


.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;
    }
}


@media only screen and (max-width:768px) {
    .supportKv__ttl {
        font-size: 7.2vw;
        line-height: 1.1;
        padding-bottom: 4vw;
        margin: 8vw 4vw 2vw
    }
}

.supportKv__ttl span {
    display: inline-block
}

@media only screen and (min-width:769px) {
    .supportKv__ttl span {
        margin-left: -5px
    }
}

.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: 29.34vw
    }
}

.supportKv .contsNav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__list {
        margin-bottom: 10px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.supportKv .contsNav__item {
    display: block;
    position: relative;
    transition: background .2s ease-in-out
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item {
        width: 460px;
        height: 70px;
        -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 (max-width:768px) {
    .supportKv .contsNav__item {
        width: 100%;
        height: 14.67vw;
        line-height: 14.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item:before {
        transition: opacity .2s ease-in-out
    }
}

.supportKv .contsNav__item:first-child {
    z-index: 3;
    background: #009fe8
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item:first-child {
        position: relative
    }
}

.supportKv .contsNav__item:first-child:hover {
    background: rgba(0, 159, 232, .9)
}

.supportKv .contsNav__item:first-child a .contsNav__item__head:before {
    background: url(/assets/materials/shiritai-user-chintai-top-icon-nav01.svg) no-repeat
}

.supportKv .contsNav__item:last-child {
    background: #026ea7
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item:last-child {
        padding-right: 0
    }
}

.supportKv .contsNav__item:last-child:hover {
    background: rgba(2, 110, 167, .9)
}

.supportKv .contsNav__item:last-child a .contsNav__item__head:before {
    background: url(/assets/materials/shiritai-user-chintai-top-icon-nav05.svg) no-repeat
}

.supportKv .contsNav__item a {
    display: block;
    position: relative;
    height: 100%;
    color: #fff
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item a {
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__item a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.supportKv .contsNav__item--long {
    background: #026ea7;
    transition: background .2s ease-in-out;
    letter-spacing: .075em
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item--long {
        height: 70px;
        line-height: 70px;
        text-align: center;
        -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 (max-width:768px) {
    .supportKv .contsNav__item--long {
        height: 12vw;
        line-height: 12vw
    }
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item--long:hover {
        background: rgba(2, 110, 167, .9)
    }
}

.supportKv .contsNav__item--long a {
    display: block;
    color: #fff
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__item--long a .contsNav__item__num {
        background: #004f78
    }
}

.supportKv .contsNav__item--long a .contsNav__item__head:before {
    background: url(/assets/materials/shiritai-user-chintai-top-icon-nav05.svg) no-repeat
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__item--long a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item__num {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__item__num {
        display: none
    }
}

.supportKv .contsNav__item__head {
    color: #fff;
    letter-spacing: .075em;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item__head {
        position: relative;
        font-size: 20px;
        line-height: 70px;
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__item__head {
        padding: 0 4.27vw;
        font-size: 4vw;
        width: 100%
    }
}

.supportKv .contsNav__item__head:before {
    content: ""
}

@media only screen and (min-width:769px) {
    .supportKv .contsNav__item__head:before {
        display: inline-block;
        width: 21px;
        height: 21px;
        vertical-align: middle;
        margin-right: 20px;
        margin-top: -3px
    }
}

@media only screen and (max-width:768px) {
    .supportKv .contsNav__item__head:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 4.27vw;
        width: 4.94vw;
        height: 4.94vw
    }
}

.point__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:769px) {
    .point__list {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:768px) {
    .point__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.point__list__num {
    color: #009fe8;
    font-family: "Work Sans", sans-serif;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media only screen and (min-width:769px) {
    .point__list__num {
        width: 67px;
        font-size: 22px;
        padding: 0 17px
    }
}

@media only screen and (max-width:768px) {
    .point__list__num {
        width: 20.8vw;
        font-size: 6.14vw;
        padding: 0 6.67vw 0 4.67vw
    }
}

.point__list__num span {
    display: block;
    letter-spacing: .05em
}

@media only screen and (min-width:769px) {
    .point__list__num span {
        font-size: 10px
    }
}

@media only screen and (max-width:768px) {
    .point__list__num span {
        font-size: 2.67vw
    }
}

.point__list__ttl {
    letter-spacing: .07em;
    line-height: 1.4;
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:769px) {
    .point__list__ttl {
        font-size: 20px;
        padding: 0 13px
    }
}

@media only screen and (max-width:768px) {
    .point__list__ttl {
        font-size: 5.34vw;
        padding-right: 8vw
    }
}

.point__list__txt {
    line-height: 1.7
}

@media only screen and (min-width:769px) {
    .point__list__txt {
        font-size: 14px
    }
}

.point__item {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #009fe8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:769px) {
    .point__item {
        width: 300px;
        padding: 22px 0
    }
}

@media only screen and (max-width:768px) {
    .point__item {
        width: 100%;
        padding: 5.74vw 0;
        margin-bottom: 1.34vw
    }

    .point__item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:769px) {
    #shiritaiUserBaibai .supportMenu {
        padding-top: 80px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu {
        margin: 0 -4vw
    }
}

.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
    }
}

@media only screen and (min-width:769px) {
    .supportMenu__tab--content {
        margin-top: 40px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu__tab--content {
        margin-top: 8vw
    }
}

.supportMenu .cat__tabArea {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width:769px) {
    .supportMenu .catSwitch:checked+.catLabel {
        height: 70px;
        line-height: 76px;
        transition: background 0s ease-in-out
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catSwitch:checked+.catLabel {
        height: 17.61vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catSwitch:checked+.catLabel-01 {
        border-top: 6px solid #017dbe
    }

    .supportMenu .catSwitch:checked+.catLabel-01:hover {
        background: #009fe8
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catSwitch:checked+.catLabel-01 {
        border-top: 1.07vw solid #017dbe
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catSwitch:checked+.catLabel-02 {
        border-top: 6px solid #004f78
    }

    .supportMenu .catSwitch:checked+.catLabel-02:hover {
        background: #026ea7
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catSwitch:checked+.catLabel-02 {
        border-top: 1.07vw solid #004f78
    }
}

.supportMenu .catLabel {
    position: relative;
    color: #fff;
    text-align: center;
    letter-spacing: .075em;
    font-weight: 700;
    transition: background .2s ease-in-out
}

@media only screen and (min-width:769px) {
    .supportMenu .catLabel {
        width: 50%;
        height: 54px;
        line-height: 54px;
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catLabel {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        height: 14.67vw;
        font-size: 3.2vw
    }
}

.supportMenu .catLabel-01 {
    background: #009fe8
}

@media only screen and (min-width:769px) {
    .supportMenu .catLabel-01:hover {
        background: rgba(0, 159, 232, .8)
    }
}

.supportMenu .catLabel-02 {
    background: #026ea7
}

@media only screen and (min-width:769px) {
    .supportMenu .catLabel-02:hover {
        background: rgba(2, 110, 167, .8)
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent {
        padding: 30px 30px 0
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent {
        padding: 4vw 1.2vw
    }
}

.supportMenu .catContent-01 {
    background: #009fe8
}

.supportMenu .catContent-02 {
    background: #026ea7
}

.supportMenu .catContent__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.supportMenu .catContent__item {
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__item {
        width: 124px;
        font-size: 12px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__item {
        width: 24.27vw;
        font-size: 2.8vw;
        margin-bottom: 4.67vw
    }
}

.supportMenu .catContent__item a {
    display: block;
    color: #fff
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__item a:hover img {
        opacity: .8
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__item a:hover .catContent__item__name {
        text-decoration: underline
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__item img {
        width: 100px;
        transition: opacity .2s ease-in-out
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__item img {
        width: 18.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__item__name {
        margin: 10px 0 0;
        transition: -webkit-text-decoration .2s ease-in-out;
        transition: text-decoration .2s ease-in-out;
        transition: text-decoration .2s ease-in-out, -webkit-text-decoration .2s ease-in-out, -moz-text-decoration .2s ease-in-out
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__item__name {
        letter-spacing: 0;
        margin: 2.67vw 0 0
    }
}

.supportMenu .catContent__icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon {
        width: 100px;
        height: 100px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon {
        width: 18.67vw;
        height: 18.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._moving img {
        width: 60px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._moving img {
        width: 12vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._interior img {
        width: 56px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._interior img {
        width: 10.94vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._reform img {
        width: 50px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._reform img {
        width: 9.34vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._housecleaning img {
        width: 69px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._housecleaning img {
        width: 14.27vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._kyutoki img {
        width: 56px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._kyutoki img {
        width: 10.54vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._security img {
        width: 62px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._security img {
        width: 12.14vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._key img {
        width: 34px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._key img {
        width: 6.94vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._fireinsurance img {
        width: 46px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._fireinsurance img {
        width: 9.6vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._lightbulb img {
        width: 39px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._lightbulb img {
        width: 7.07vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._web img {
        width: 52px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._web img {
        width: 9.07vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._trunkroom img {
        width: 51px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._trunkroom img {
        width: 9.34vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._recycling img {
        width: 60px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._recycling img {
        width: 11.6vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._anshin img {
        width: 56px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._anshin img {
        width: 10.4vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._kinkyu24 img {
        width: 46px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._kinkyu24 img {
        width: 8.27vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._maintenance img {
        width: 63px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._maintenance img {
        width: 11.74vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._tax img {
        width: 56px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._tax img {
        width: 10.4vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._inspection img {
        width: 59px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._inspection img {
        width: 11.74vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._maintenanceservice img {
        width: 50px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._maintenanceservice img {
        width: 8.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._aircon img {
        width: 64px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._aircon img {
        width: 11.34vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._tap img {
        width: 49px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._tap img {
        width: 9.07vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._waterserver img {
        width: 35px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._waterserver img {
        width: 6.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._waterpurifier img {
        width: 50px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._waterpurifier img {
        width: 9.34vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._drycleaning img {
        width: 63px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._drycleaning img {
        width: 12vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._rental img {
        width: 58px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._rental img {
        width: 11.34vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._termite img {
        width: 65px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._termite img {
        width: 10.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._organize img {
        width: 51px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._organize img {
        width: 10.67vw
    }
}

@media only screen and (min-width:769px) {
    .supportMenu .catContent__icon._benefit img {
        width: 54px
    }
}

@media only screen and (max-width:768px) {
    .supportMenu .catContent__icon._benefit img {
        width: 10.67vw
    }
}

.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
    }
}

@media only screen and (min-width:769px) {
    .m-breadcrumbs {
        opacity: 0
    }
}

.supportKv {
    position: relative;
    text-align: center
}

@media only screen and (min-width:769px) {
    .supportKv {
        background: url(/assets/images/original/shiritai-user-chintai-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-chintai-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-chintai-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: block;
        font-family: Work Sans, sans-serif;
        padding-top: 22vw;
        letter-spacing: .075em;
        font-size: 2.9vw
    }
}

.supportKv__ttl {
    position: relative;
    display: inline-block;
    color: #003d7c;
    letter-spacing: .025em;
    font-weight: 700
}

@media only screen and (min-width:769px) {
    .supportKv__ttl {
        font-size: 60px;
        line-height: 1;
        padding-bottom: 15px;
        margin: 25px 0 0;
        border: 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
    }
}

@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: 1pc;
        letter-spacing: .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: .05em
    }
}

@media only screen and (min-width:769px) {
    .support__catch__img {
        width: 46.4%;
        min-width: 545px;
        height: 4in;
        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
    }
}

@media only screen and (min-width:769px) {
    .support__catch__head {
        font-size: 34px;
        letter-spacing: .075em;
        margin-bottom: 58px;
        line-height: 1.5
    }
}

@media only screen and (max-width:768px) {
    .support__catch__head {
        font-size: 6.7vw;
        font-weight: 700;
        margin-bottom: 7.5vw;
        line-height: 1.6;
        letter-spacing: .05em
    }
}

@media only screen and (min-width:769px) {
    #shiritaiUserChintai .supportMenu {
        padding-top: 5pc;
        background: #f7f7f7
    }
}

@media only screen and (max-width:768px) {
    #shiritaiUserChintai .supportMenu {
        padding-left: 4vw;
        padding-right: 4vw
    }
}

@media only screen and (max-width:768px) {
    .supportMenu {
        margin: 0 -4vw;
        background: #f7f7f7
    }
}

.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: 2pc
    }

    .supportItem-03 .supportMenuList__icon {
        left: 33px
    }

    .supportItem-04 .supportMenuList__icon {
        left: 30px
    }

    .supportItem-05 .supportMenuList__icon {
        left: 2pc
    }

    .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: #fff;
    color: #003d7c;
    font-weight: 700;
    letter-spacing: .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: .8
    }
}

@media only screen and (max-width:768px) {
    .supportMenuList__head {
        font-size: 18px;
        padding: 4vw 16vw
    }
}

.supportMenuList__head.openAccordion {
    background: #003d7c;
    color: #fff
}

.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: #fff
}

.supportMenuList__head.openAccordion:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: #fff
}

.supportMenuList__icon {
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.supportMenuList__icon svg path {
    transition: fill .2s ease-in-out
}

.supportMenuList__head.openAccordion .supportMenuList__icon svg path {
    fill: #fff
}

.supportMenuList__item .threeClmTbl__fourth {
    display: none
}

.supportMenuList__subList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -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 .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 .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: .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: 0;
        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 .num {
    font-family: Work Sans, sans-serif;
    font-size: 10px;
    color: #003d7c;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .1em
}

.supportMenuList__subList__item .num span {
    font-size: 18px;
    display: block
}

.supportMenuList__subList__item .head {
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

@media only screen and (max-width:768px) {
    .supportMenuList__subList__item .head {
        font-size: 1pc
    }
}

.supportMenuList__subList__item .img {
    overflow: hidden
}

.supportMenuList__subList__item .img img {
    transition: transform .2s ease-in-out
}

.supportMenuList__subList__item a:hover .img img {
    transform: scale(1.02)
}

.supportMenuList__subList__item .link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
    letter-spacing: .075em
}

@media only screen and (max-width:768px) {
    .supportMenuList__subList__item .link {
        font-size: 9pt
    }
}

.supportMenuList__subList__item .link:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/assets/materials/shiritai-user-chintai-icon-arrow.svg);
    right: 0;
    top: 0;
    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-chintai-icon-arrow.svg);
        background-size: cover
    }
}

@media only screen and (min-width: 769px) {
    .support__catch__text {
        font-size: 22px;
    }
}

/*@media only screen and (max-width: 768px) {
    .specialOffer__contents {
        margin: 8px auto;
        padding-top: 32px;
    }
}*/
