@charset "UTF-8";

/* ==============================既存cssをfix=================================*/
.l-content-area,
.p-bloc--lp {
    padding: 0px !important;
}

.l-content-area__inner {
    max-width: inherit !important;
}

@media screen and (max-width: 800px) {

    .l-project-wrap--login .l-wrap__outer,
    .l-wrap__outer,
    .p-bloc--1column .l-wrap__outer {
        padding: 0px !important;
    }
}

/* ==============================base=================================*/
.lp-231222__ctr {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/bg_pc.png);
    background-size: cover;
    background-color: #f7f7f7;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*--背景画像の固定--*/
}

.lp-231222__ctr * {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #0a005a;
}

.circle-box {
    margin: 0 auto 50px;
    background-color: #7d7d7d;
    border-radius: 20px;
    padding: 80px 0 90px;
    width: 90%;
    max-width: 1040px;
}

.circle-box .circle-box-inner {
    margin: 0 auto;
    width: 90%;
}

.circle-box .circle-box-inner.w860 {
    max-width: 860px;
}

.circle-box .circle-box-inner.w700 {
    max-width: 700px;
}

.img-box {
    text-align: center;
}

.lp-231222__ctr img {
    max-width: 100%;
}

.lp-231222__ctr .sec03 .scroll-ctr.no02 img {
    max-width: 50%;
}

.lp-231222__ctr a {
    transition: 0.3s;
}

.lp-231222__ctr a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 800px) {
    .lp-231222__ctr {
        width: 100%;
        margin: 0 auto;
        position: relative;
        background-image: none;
        background-color: inherit;
    }

    .lp-231222__ctr::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/bg_sp.png);
        background-size: cover;
    }

    .circle-box {
        margin: 0 auto 35px;
        padding: 40px 0 50px;
    }

    .circle-box .circle-box-inner.w860,
    .circle-box .circle-box-inner.w700 {
        max-width: inherit;
    }

    .lp-231222__ctr .circle-box img {
        max-width: 400px;
    }

    .lp-231222__ctr .sec03 .scroll-ctr.no02 img {
        max-width: 100%;
    }
}



@media screen and (max-width: 800px) {
    .lp-230901__area {
        position: relative;
        min-width: inherit !important;
        background-image: none;
        background-size: inherit;
        background-color: transparent;
    }


    footer {
        z-index: 10 !important;
    }
}


/* ==============================base cta-btn=================================*/
.cta-btn-ctr {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.cta-btn-ctr a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f03200;
    width: 360px;
    padding: 18px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 0px rgba(67, 67, 67, 0.5), inset 0px 17px 3px -11px rgba(249, 172, 152, 1), inset 2px -12px 3px -5px rgba(114, 55, 55, 0.7), inset 0px 0px 3px 5px rgba(198, 40, 0, 1);
}

.cta-btn-ctr a::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -15px;
    transform: rotate(45deg);
}

.cta-btn-ctr a p {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    padding-right: 50px;
}

@media screen and (max-width: 800px) {
    .cta-btn-ctr {
        justify-content: center;
        flex-direction: column;
        max-width: 300px;
        width: 60%;
        margin: 0 auto;
    }

    .cta-btn-ctr a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 0;
        border-radius: 5px;
    }

    .cta-btn-ctr a:last-child {
        margin-top: 25px;
    }

    .cta-btn-ctr a::after {
        content: '';
        width: 15px;
        height: 15px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        top: 50%;
        right: 8%;
        margin-top: -8px;
    }

    .cta-btn-ctr a p {
        font-size: 14px;
        line-height: 1.3;
        padding-right: 13%;
    }
}

/* ==============================


共通パーツ


=================================*/
.t-center,
.t-center * {
    text-align: center;
}

.t-c-wh,
.t-c-wh * {
    color: #fff;
}

.t-c-red,
.t-c-red * {
    color: red;
}

.kome {
    padding-left: 1em;
    text-indent: -1em;
}

/* ==============================


共通パーツ bg グラデ


=================================*/

.bg-blue {
    background: rgb(10, 0, 125);
    background: -moz-radial-gradient(circle, rgba(10, 0, 125, 1) 0%, rgba(10, 0, 90, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(10, 0, 125, 1) 0%, rgba(10, 0, 90, 1) 100%);
    background: radial-gradient(circle, rgba(10, 0, 125, 1) 0%, rgba(10, 0, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a007d", endColorstr="#0a005a", GradientType=1);
}

.bg-yellow {
    background: rgb(236, 196, 90);
    background: -moz-radial-gradient(circle, rgba(236, 196, 90, 1) 0%, rgba(231, 171, 0, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(236, 196, 90, 1) 0%, rgba(231, 171, 0, 1) 100%);
    background: radial-gradient(circle, rgba(236, 196, 90, 1) 0%, rgba(231, 171, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecc45a", endColorstr="#e7ab00", GradientType=1);
}

.bg-pale {
    background: rgb(236, 241, 241);
    background: -moz-radial-gradient(circle, rgba(236, 241, 241, 1) 0%, rgba(221, 229, 236, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(236, 241, 241, 1) 0%, rgba(221, 229, 236, 1) 100%);
    background: radial-gradient(circle, rgba(236, 241, 241, 1) 0%, rgba(221, 229, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf1f1", endColorstr="#dde5ec", GradientType=1);
}


/* ==============================


kv


=================================*/
.kv-ctr {
    margin-bottom: 50px;
    width: 100%;
}

/* ==============================


sec01


=================================*/

.sec01__txt-ctr {
    margin-bottom: 55px;
}

.sec01__txt-ctr .img-box {
    margin-bottom: 40px;
}

.sec01__txt-01 {
    margin-bottom: 30px;
    font-size: 33px;
}

.sec01__txt-02 {
    font-size: 18px;
    line-height: 1.8;
}

.sec01 .scroll-ctr {
    margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .sec01__txt-ctr {
        margin-bottom: 30px;
    }

    .sec01__txt-ctr .img-box {
        margin-bottom: 25px;
    }

    .sec01__txt-01 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .sec01__txt-02 {
        font-size: 11px;

    }

    .sec01 .scroll-ctr {
        margin-bottom: 40px;
    }
}

/* ==============================


sec02


=================================*/
.sec02 .img-box:nth-child(1) {
    margin-bottom: 40px;
}

.sec02 .img-box:nth-child(2) {
    margin-bottom: 65px;
}

.sec02 .scroll-ctr {
    margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
    .sec02 .img-box:nth-child(1) {
        margin-bottom: 20px;
    }

    .sec02 .img-box:nth-child(2) {
        margin-bottom: 50px;
    }

    .sec02 .scroll-ctr {
        margin-bottom: 35px;
    }
}

/* ==============================


sec03


=================================*/
.sec03 .img-box:nth-child(1) {
    margin-bottom: 40px;
}

.sec03 .img-box:nth-child(2) {
    margin-bottom: 70px;
}

.sec03 .img-box:nth-child(3) {
    margin-bottom: 35px;
    width: 945px;
    margin-left: -125px;
}

.sec03 .t-center {
    font-size: 14px;
    margin-bottom: 70px;
}

.sec03 .scroll-ctr.no01 {
    margin-bottom: 40px;
}

.sec03 .scroll-ctr.no02 {
    margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
    .sec03 .img-box:nth-child(1) {
        margin-bottom: 20px;
    }

    .sec03 .img-box:nth-child(2) {
        margin-bottom: 40px;
    }

    .sec03 .img-box:nth-child(3) {
        margin-bottom: 35px;
        width: 100%;
        margin: 0 auto 35px;
    }

    .sec03 .t-center {
        font-size: 11px;
        margin-bottom: 40px;
    }

    .sec03 .scroll-ctr.no01 {
        margin-bottom: 50px;
    }

    .sec03 .scroll-ctr.no02 {
        margin-bottom: 40px;
    }
}

/* ==============================


sec04


=================================*/
.sec04 {
    background-color: #eeeeee;
}

.sec04__ttl-ctr {
    width: 100%;
    background-color: #0a005a;
    padding: 55px 0 50px;
    margin-bottom: 5px;
}

.sec04__ttl-ctr_ttl {
    font-size: 60px;
    margin-bottom: 10px;
}

.sec04__ttl-ctr_sub {
    font-size: 28px;
}

@media screen and (max-width: 800px) {
    .sec04__ttl-ctr {
        padding: 20px 0;
        margin-bottom: 3px;
    }

    .sec04__ttl-ctr_ttl {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .sec04__ttl-ctr_sub {
        font-size: 12px;
    }
}

/* ==============================タブ ボタン=================================*/


.tab-label {
    padding: 25px 0px;
    order: -1;
    font-size: 42px;
    width: calc(50% - 200px);
    position: relative;
}

.tab-label.no01 {
    text-align: right;
    padding-right: 200px;
}

.tab-label.no02 {
    text-align: left;
    padding-left: 200px;
}

.tab-switch:checked+.tab-label::before {
    content: '';
    position: absolute;
    display: inline-block;
    max-width: 620px;
    width: 90%;
    height: 2px;
    bottom: 0px;
    background-color: #0a005a;
}

.tab-switch:not(:checked)+.tab-label::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.tab-switch:not(:checked)+.tab-label.no01::after {
    right: 0;
    border-top: 113px solid transparent;
    border-right: 30px solid #eeeeee;
}

.tab-switch:not(:checked)+.tab-label.no02::after {
    left: 0;
    border-bottom: 113px solid transparent;
    border-left: 30px solid #eeeeee;
}

.tab-switch:checked+.tab-label.no01::before {
    right: 60px;
}

.tab-switch:checked+.tab-label.no02::before {
    left: 60px;
}

/* アクティブなタブ */
.tab-switch:not(:checked)+.tab-label {
    background: #0a005a;
    cursor: pointer;
    color: #fff;
}

.tab-switch:not(:checked)+.tab-label+.sec04__tab-ctr {
    display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

@media screen and (max-width: 800px) {


    .tab-label {
        padding: 15px 0px;
        font-size: 18px;
        width: 40%;
    }

    .tab-label.no01 {
        padding-right: 10%;
    }

    .tab-label.no02 {
        padding-left: 10%;
    }

    .tab-switch:checked+.tab-label::before {
        width: 85%;
        height: 1px;
        max-width: inherit;
    }

    .tab-switch:not(:checked)+.tab-label::after {
        content: "";
        position: absolute;
        z-index: 10;
        bottom: -1px;
    }

    .tab-switch:not(:checked)+.tab-label.no01::after {
        right: -1px;
        border-top: 60px solid transparent;
        border-right: 15px solid #eeeeee;
    }

    .tab-switch:not(:checked)+.tab-label.no02::after {
        left: -1px;
        border-bottom: 60px solid transparent;
        border-left: 15px solid #eeeeee;
    }

    .tab-switch:checked+.tab-label.no01::before {
        right: 5%;
    }

    .tab-switch:checked+.tab-label.no02::before {
        left: 5%;
    }
}

/* ==============================タブ 商品=================================*/

.sec04__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec04__tab-ctr {
    width: 90%;
    max-width: 1060px;
    display: none;
    padding: 100px 0 0px;
}

.sec04__tab-ctr .t-center {
    font-size: 28px;
    margin-bottom: 80px;
    font-weight: 500;
}

.sec04__ttl-ctr__prd-ctr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec04__ttl-ctr__prd-ctr li {
    width: 30%;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.sec04__ttl-ctr__prd-ctr li:nth-child(-n+3) {
    margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
    .sec04__tab-ctr {
        max-width: inherit;
        padding: 40px 0 0px;
    }

    .sec04__tab-ctr .t-center {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .sec04__ttl-ctr__prd-ctr {
        width: 90%;
        margin: 0 auto;
        max-width: 450px;
    }

    .sec04__ttl-ctr__prd-ctr li {
        width: 48%;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
        border-radius: 40px;
        margin-bottom: 20px;
    }

    .sec04__ttl-ctr__prd-ctr li:nth-child(-n+3) {
        margin-bottom: 20px;
    }

    .sec04__ttl-ctr__prd-ctr li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

/* ==============================タブ その他=================================*/
.sec04__etc {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
}

.sec04__etc-kome {
    font-size: 14px;
    text-align: right;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 50px;
}

.sec04__etc-btn p {
    position: relative;
    background-color: #0a005a;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 42px;
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 120px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
}

.sec04__etc-btn p::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -15px;
    transform: rotate(45deg);

}

.sec04__etc-contact {
    text-align: center;
    line-height: 1;
    padding-bottom: 160px;
}

.sec04__etc-contact p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 30px;
}

.sec04__etc-contact p:nth-child(2) {
    font-size: 36px;
    margin-bottom: 20px;
}

.sec04__etc-contact p:nth-child(3) {
    font-size: 16px;
    margin-bottom: 10px;
}

.sec04__etc-contact p:nth-child(4) {
    font-size: 16px;
    margin-bottom: 35px;
}

.sec04__etc-contact p:nth-child(5) {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

@media screen and (max-width: 800px) {
    .sec04__etc {
        max-width: inherit;
    }

    .sec04__etc-kome {
        font-size: 11px;
        text-align: center;
        margin-bottom: 30px;
        padding-top: 25px;
    }

    .sec04__etc-btn p {
        width: 90%;
        font-size: 21px;
        padding: 15px 0;
        border-radius: 5px;
        margin: 0 auto 60px;
        max-width: 450px;
    }

    .sec04__etc-btn p::after {
        content: '';
        width: 20px;
        height: 20px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        top: 50%;
        right: 8%;
        margin-top: -11px;
    }

    .sec04__etc-contact {
        padding-bottom: 55px;
    }

    .sec04__etc-contact p:nth-child(1) {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .sec04__etc-contact p:nth-child(2) {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .sec04__etc-contact p:nth-child(3) {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .sec04__etc-contact p:nth-child(4) {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .sec04__etc-contact p:nth-child(5) {
        font-size: 10px;
        line-height: 1.4;
    }
}


/* ==============================


display none


=================================*/
/*::::::::::::pc用::::::::::::*/

@media screen and (min-width: 801px) {
    .sp_non {
        display: none !important;
    }
}

/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 800px) {
    .pc_non {
        display: none !important;
    }

    .pad_non {
        display: none !important;
    }

    .pc-pad_non {
        display: none !important;
    }
}


/* ==============================スクロール ベース=================================*/
.scroll-ctr {
    width: 100%;
    background-color: #fff;
}

p.scroll-ctr__title {
    font-size: 32px;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    line-height: 1;
}

p.scroll-ctr__title.bg-blue {
    color: #fff;
}

.scroll-ctr__contents {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-ctr__contents_inner {
    width: 94%;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}

.scroll-ctr__contents_inner-inner {
    padding: 30px 0px 40px;
}

.inner__1060 .scroll-ctr__contents_inner {
    padding: 0 180px;
}

.inner__700 .scroll-ctr__contents_inner {
    padding: 0 45px;
}

.scroll-ctr__contents.non-bar .scroll-ctr__contents_inner {
    height: fit-content;
    overflow-y: inherit;
}

@media screen and (max-width: 800px) {
    .scroll-ctr {
        width: 100%;
    }

    .sec-area__triangle .scroll-ctr {
        width: 90%;
        margin: 0 auto;
    }

    p.scroll-ctr__title {
        font-size: 16px;
        padding: 15px 0px;
    }

    .scroll-ctr__contents {
        height: 400px;
    }

    .scroll-ctr__contents_inner {
        width: 86%;
        max-width: inherit;
    }

    .inner__700 .scroll-ctr__contents_inner,
    .inner__1060 .scroll-ctr__contents_inner {
        padding: 0px 7%;
    }

    .scroll-ctr__contents.non-bar {
        height: 300px;
    }

    .scroll-ctr__contents.non-bar .scroll-ctr__contents_inner {
        height: 100%;
        overflow-y: scroll;
    }
}

/* ==============================スクロール バー================================*/
.simplebar-scrollbar::before {
    background: #0a005a !important;
    border-radius: 40px !important;
    width: 15px !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

.simplebar-track {
    background-color: #e2e2e2 !important;
    width: 17px !important;
}

@media screen and (max-width: 800px) {
    .simplebar-scrollbar::before {
        border-radius: 40px !important;
        width: 8px !important;
    }

    .simplebar-track {
        width: 10px !important;
    }
}

/* ==============================スクロール txt=================================*/
.scroll-ctr__contents_inner .scroll-txt-box:last-child {
    margin-bottom: 0px;
}

.scroll-txt-box {
    margin-bottom: 25px;
}

.scroll-ctr__contents p,
.scroll-ctr__contents li {
    font-size: 14px;
}

.scroll-ctr__contents li {
    line-height: 2;
}

.scroll-ctr__contents ol li {
    padding-left: 1em;
    text-indent: -1em;
}

p.scroll-txt__size-18 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

p.scroll-txt__kome {
    font-weight: 400;
    padding-left: 1em;
    text-indent: -1em;
    color: #868686;
    font-size: 12px;
}

p.scroll-txt__weight-b {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

p.scroll-txt__marker {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #0a005a;
    padding: 3px 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.scroll-m__10 {
    margin-bottom: 10px;
}

.scroll-li__circle li {
    position: relative;
    font-weight: 400 !important;
    padding-left: 18px;
}

.scroll-ctr__contents.non-bar .scroll-li__circle li {
    font-weight: 700 !important;
}

.scroll-li__circle li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #0a005a;
    border-radius: 7px;
}

.scroll-txt__link {
    display: inline-block;
    color: #003791;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 30px;
}

p.scroll-txt__obi {
    font-size: 18px;
    color: #fff;
    width: calc(100% - 20px);
    background-color: #0a005a;
    line-height: 1;
    padding: 5px 0px 5px 15px;
    margin-bottom: 10px;
}

.scroll-img__coupon {
    margin-bottom: 60px;
}

.scroll-img__alignment {
    max-width: 280px;
    margin-top: 20px;
}

.scroll-img__alignment.img-02 {
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {

    .scroll-ctr__contents p,
    .scroll-ctr__contents li {
        font-size: 12px;
    }

    .scroll-ctr__contents li {
        line-height: 1.6;
    }

    p.scroll-txt__size-18 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    p.scroll-txt__kome {
        font-size: 10px;
    }

    p.scroll-txt__marker {
        font-size: 12px;
        padding: 4px 20px;
        margin-bottom: 5px;
    }

    .scroll-m__10 {
        margin-bottom: 13px;
    }

    .scroll-li__circle li {
        padding-left: 14px;
    }

    .scroll-li__circle li::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 10px;
        height: 10px;
    }

    .scroll-txt__link {
        font-size: 14px;
    }

    p.scroll-txt__obi {
        font-size: 14px;
        line-height: 1.4;
        width: calc(100% - 20px);
        padding: 5px 0px 5px 15px;
    }

    .scroll-img__coupon {
        margin-bottom: 30px;
    }

    .scroll-img__alignment {
        max-width: 280px;
        margin-top: 20px;
    }

    .scroll-img__alignment.img-02 {
        margin-bottom: 30px;
    }
}


/* ==============================アコーディオン=================================*/
.ac-label {
    cursor: pointer;
    position: relative;
}

.ac-content {
    display: none;
}

/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
}

/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.plus2 {
    position: relative;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
}

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 800px) {
    .ac-label {
        cursor: pointer;
        position: relative;
    }

    .ac-content {
        display: none;
    }

    /* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
    .icon-wrap {
        right: 10%;
        top: 46%;
        width: 20px;
        height: 20px;
    }

    .plus2 {
        width: 100%;
        height: 100%;
    }

    /* プラスアイコン */
    /* ２本の線を.icon-wrapの中央に並行に重ねる */
    .icon:before,
    .icon:after {
        background: #fff;
        left: 60%;
        top: 60%;
        width: 55%;
    }
}