@charset "UTF-8";

.main {
    padding-bottom: 106px;
}

.hero_img {
    width: 100%;
    height: auto;
}

.hero_img img {
    width: 100%;
    height: auto;
}

.sec {
    margin-bottom: 51px;
}

.sec_hd {
    padding: 12px 30px;
    background-color: #FFE553;
}

.sec_ttl {
    font-size: 20px;
    font-weight: bold;
}

.ttl_blue {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 30px;
    background-color: #D0EEFC;
}

.ttl_red {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 30px;
    background-color: #FFE6E5;
}

.sec_body {
    padding: 12px 30px;
    background-color: #fff;
}

.sec_list {
    background-color: #fff;
}

.sec_list dl {
    display: flex;
    flex-wrap: wrap;
}

.sec_list dt {
    width: 128px;
    padding: 19px 0 19px 37px;
    font-size: 18px;
}

.sec_list dd {
    width: calc(100% - 128px);
    padding: 19px 37px 19px 0;
    font-size: 18px;
}

.-shop .sec_list dt {
    width: 300px;
    padding: 19px 0 19px 37px;
    font-size: 18px;
}

.-shop .sec_list dd {
    width: calc(100% - 300px);
    padding: 19px 37px 19px 0;
    font-size: 18px;
}

.sec_body a.shoplist_btn {
    border: 3px solid #D0EEFC;
    background-color: #D0EEFC;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    max-width: 450px;
    padding: 8px 12px;
    gap: 10px;
    text-decoration: none;
    color: unset;
     transition: all 0.3s;
     font-weight: bold;
     /* font-size: 1.1em; */
     margin: 10px 0;
}
.sec_body a.shoplist_btn:hover{
    background-color: #fff;
    transition: all 0.3s;
}

.sec_list dt:not(:first-of-type),
.sec_list dd:not(:first-of-type) {
    border-top: solid 1px #B1B1B1;
}

.sec_inner {
    background-color: #fff;
}

.sec_inner_ttl {
    padding: 12px 30px;
    color: #FE453E;
    font-weight: 500;
    border-bottom: solid 2px #FE453E;
}

.sec_inner_body {
    padding: 12px 30px;
}

.sec_fig_row li {
    position: relative;
    border: solid 1px #707070;
}

.sec_date {
    display: flex;
    flex-wrap: wrap;
}

.-flow .sec_fig_row figure {
    position: relative;
    width: 30%;
}

.-flow .sec_fig_row figure.-w40 {
    width: 40%;
}

.-flow .sec_fig_row figure.-w48 {
    width: 48%;
}

.-flow .sec_fig_row figure img {
    width: 100%;
}

.-flow .sec_inner_body .flow_col_list .col.-flow01::before,
.-flow .sec_fig_row figure::before {
    content: attr(data-num);
    position: absolute;
    top: -18px;
    left: -18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background-color: #68C2EC;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50%;
}

.-flow .sec_inner_body .flow_col_list .col.-flow01::before {
    left: 0;
}

.-flow .sec_fig_row figure.none::before {
    content: none;
}

.flow_sub_ttl {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 12px;
}

.convenience {
    width: 100%;
    margin-bottom: 40px;
}

.cnv_img {
    margin-top: 30px;
    text-align: center;
}

#shop .sec_fig_row,
.sec_fig_row.-row3 {
    justify-content: space-between;
}

.sec_fig_row {
    display: flex;
    gap: 45px 40px;
    flex-wrap: wrap;
    margin: 36px 0 53px;
}

/* .sec_fig_row img {
    border: solid 1px #707070;
} */

.sec_inner .fig {
    margin-top: 55px;
    padding-bottom: 88px;
    text-align: center;
}

.sec_sub_ttl {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    border-bottom: solid 1px #B1B1B1;
}

.hero {
    padding-bottom: 20px;
}

.-home .hero {
    padding-bottom: 100px;
}


.intro {
    position: relative;
}

.intro:before {
    content: "";
    display: inline-block;
    background-image: url(/assets/img/2025/bnr-intro.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 773px;
    height: 138px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -100px;
}

.intro .sec_body {
    padding: 62px 10px 30px;
    text-align: center;
    font-weight: 500;

}

.intro .sec_body h2 {
    font-size: 20px;
    color: #FF2626;
    margin-bottom: 15px;
}

.intro .sec_body p {
    font-size: 16px;
}

.flow_col_list {
    margin: 15px 0 30px;
}

.flow_col_list .col {
    position: relative;
    padding: 12px 30px;
    border: solid 2px #B1B1B1;
    border-radius: 3px;
    text-align: center;
}

.flow_col_list .col ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 12px;
}

.flow_col_list .col:not(:last-of-type)::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 19px;
    background-image: url(/assets/img/home/img-flow-arrow.svg);
    background-size: cover;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
}

.flow_col_list .col:not(:last-of-type) {
    margin-bottom: 28px;
}

.sub_sec_hd {
    padding: 12px 30px;
    background-color: #D0EEFC;
}

.-flow .sub_sec_hd {
    margin-top: 24px;
}

.sub_sec_body {
    padding: 12px 30px;
}

.sub_sec_body {
    padding: 12px 75px;
}

.faq_item {
    background-color: #fff;
    cursor: pointer;
}

.faq_hd {
    position: relative;
    padding: 20px 36px 12px 49px;
}

.faq_hd::before {
    content: 'Q';
    position: absolute;
    top: 16px;
    left: 20px;
    font-weight: bold;
    font-size: 22px;
}

.faq_hd::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 8px;
    background-image: url(/assets/img/home/img-faq-arrow.svg);
    background-size: cover;
}

.faq_body {
    height: 0;
    position: relative;
    overflow: hidden;
}

.-open .faq_body {
    height: auto;
    padding: 0 30px 20px 49px;
}

.faq_body::before {
    content: 'A';
    position: absolute;
    top: -3px;
    left: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #FE453E;
}

.app_intro {
    padding: 45px 20px 65px;
    background-color: #fff;
    text-align: center;
}

.app_intro_ttl {
    display: block;
    padding: 12px 30px;
    border-bottom: solid 2px #B1B1B1;
}

.app_intro ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 12px;
}

.contact .sec_body {
    padding: 12px 30px 39px;
}

.menu {
    margin-bottom: 51px;
    /* padding: 12px 30px; */
}

.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.menu li {
    border: 5px solid #fff;
    background-color: #FFE6E5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    /* width: 19%; */
    padding: 5px 12px;
    flex-grow: 1;
    gap: 10px;
}

.menu li a {
    position: relative;
    font-weight: 500;
    font-size: 18px;
}



.to_top {
    position: fixed;
    bottom: 70px;
    right: calc((100svw - 1100px)/2);
    width: 89px;
    height: 89px;
    background-color: #0D86DE;
    border-radius: 50%;
}

.to_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.click_open {
    position: relative;
}

.click_open::before {
    content: "＋";
    position: absolute;
    right: 20px;
    transition: all 0.3s;
}

.click_open.active::before {
    content: "－";
    transition: all 0.3s;
}

.open_wrap {
    display: none;
    background-color: #fff;

}

.news_wrap {}

.news_body {
    padding: 20px 30px;
    background-color: #fff;
    border-bottom: 1px solid #707070;
}

.news_body:last-child {
    border-bottom: none;
}

.news_ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0;
    background: linear-gradient(transparent 50%, #D0EEFC 50%, #D0EEFC 70%, transparent 70%);
    display: inline;
    /* background-color: #D0EEFC; */
    line-height: 1.3;
    /* border-top: 1px solid #B1B1B1; */
}

.news_body p {
    margin-top: 1em;
}

.news_body span {
    color: #7B7B7B;
    font-size: 15px;
    /* margin-bottom: 8px; */
    display: block;
}

.news_body a {
    color: #0D86DE;
    text-decoration: underline;
}

.news_body a:hover {
    text-decoration: none;
}

.faq_list {
    margin-bottom: 40px;
}

.faq_list h3 {
    margin-bottom: 8px;
}

.-flow .sec_hd,
.-faq .sec_hd {
    margin-bottom: 20px;
}

.faq_item {
    margin-bottom: 15px;
}

.faq_item span {
    font-weight: bold;
    font-size: 22px;
    margin-right: 0.8em;
}

.faq_item span.-a {
    color: #FE453E;
}

.faq_item dt,
.faq_item dd {
    padding: 20px 35px;
}

.faq_item dd {
    display: none;
}

.faq_item dt {
    position: relative;
}

.faq_item dt::before {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.faq_item dt.active::before {
    content: "－";
    transition: all 0.3s;
}

.copy {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.foot {
    margin-top: 80px;
}

.sec_body a {
    text-decoration: underline;
    color: #0C3BD6;
}

.sec_body span.-shimin {
    color: #FF2626;
    font-size: 22px;
}

.sec_body.-bdr {
    border-bottom: 1px solid #B1B1B1;
}

.poster {
    margin-top: 30px;
}

.poster img {
    width: 100%;
    height: auto;
}


@media screen and (max-width:768px) {

    .main {
        padding-bottom: 56px;
    }

    .sec {
        margin-bottom: 26px;
    }

    .sec_hd {
        padding: 10px 9px;
    }

    .sec_ttl {
        font-size: 15px;
    }

    .sec_body {
        padding: 10px 9px;
    }

    .menu {
        margin-bottom: 26px;
    }

    .menu ul {
        gap: 8px 5px;

    }


    .menu li a {
        font-size: 15px;
    }

    .menu li a::before {
        width: 16px;
        height: 16px;
    }

    .sec_list dl {
        display: block;
    }

    .sec_list dt,
    .-shop .sec_list dt {
        width: 100%;
        padding: 7px 9px 0;
        font-size: 14px;
        border-bottom: none;
    }

    .sec_list dd,
    .-shop .sec_list dd {
        width: 100%;
        padding: 2px 9px 7px;
        font-size: 14px;
        border-top: none;
    }

    .sec_list dd:not(:first-of-type) {
        border-top: none;
    }

    .sec_inner_ttl {
        padding: 10px 9px;
        border-bottom: solid 1px #FE453E;
    }

    .sec_inner_body {
        padding: 10px 9px;
    }

    .sec_fig_row {
        gap: 13px;
        margin-bottom: 10px;
    }

    .sec_fig_row figure {
        width: calc((100% - 26px)/3);
    }

    .sec_fig_row figure img {
        height: auto;
    }

    .sec_inner .fig {
        margin-top: 20px;
    }

    .sec_inner .fig img {
        max-width: 226px;
    }

    .flow_col_list .col {
        padding: 10px 9px;
        border: solid 1px #B1B1B1;
    }

    .flow_col_list .col ul {
        gap: 15px;
    }

    .sub_sec_hd {
        padding: 10px 9px;
    }

    .sub_sec_body {
        padding: 10px 15px;
    }

    .-flow .sec_fig_row figure::before {
        top: -11px;
        left: -11px;
        width: 22px;
        height: 22px;
        font-size: 13px;
        font-weight: 500;
    }

    .faq_hd {
        position: relative;
        padding: 10px 36px;
    }

    .faq_hd::before {
        content: 'Q';
        position: absolute;
        top: 6px;
        left: 12px;
        font-size: 18px;
    }

    .-open .faq_body {
        padding: 0px 9px 10px 36px;
    }

    .faq_body::before {
        top: -7px;
        left: 12px;
        font-size: 21px;
    }

    .sec_sub_ttl {
        padding: 10px 9px;
    }

    .contact .sec_body {
        padding: 10px 9px;
    }

    .app_intro {
        padding: 10px 15px;
    }

    .app_intro ul {
        gap: 15px;
    }

    .to_top {
        bottom: 30px;
        right: 10px;
        width: 48px;
        height: 48px;
    }

    .to_top a {
        font-size: 18px;
    }

    .intro .sec_body {
        padding: 40px 10px 30px;
    }

    .intro:before {
        width: 386px;
        height: 69px;
        top: -50px;
    }

    .ttl_blue,
    .ttl_red {
        font-size: 15px;
    }

    .news_ttl {
        font-size: 16px;
    }

    .news_body {
        padding: 12px;
    }

    .faq_item {
        margin-bottom: 15px;
    }

    .faq_item dt,
    .faq_item dd {
        padding: 10px 35px 10px 20px;
    }
}