
/* guide_top_registration */
.guide_top_registration {
    text-align: center;
    width: 100%;
    padding: 36px 0;
    background-color: #26b4e6;
    color: #fff;
}
.guide_top_registration_btn {
    background-color: #fff;
    margin: 16px auto 0;
    font-weight: 700;
}
.guide_top_registration_top_txt {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
}
.guide_top_registration_top_txt_s {
    font-size: 18px;
}
.guide_top_registration_txt {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 25px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .guide_top_registration {
        padding: 3.6rem 0;
    }
    .guide_top_registration_btn {
        margin: 1.3rem auto 0;
    }
    .guide_top_registration_top_txt {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .guide_top_registration_top_txt_s {
        font-size: 1.6rem;
    }
    .guide_top_registration_txt {
        font-size: 1.6rem;
        margin-top: 1.6rem;
    }
}

/* guide_top */
.guide_top {
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    border: 1px solid #ccc;
    margin-top: 80px;
}
.guide_top_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #26b4e6;
    letter-spacing: 0.2em;
}
.guide_top_ttl_inner {
    display: inline-block;
    padding: 0 44px;
    position: relative;
}
.guide_top_ttl_inner::before,
.guide_top_ttl_inner::after {
    content: "";
    display: block;
    width: 28px;
    height: 24px;
    background: url(../img//guide/guide_top_ttl_deco.svg) no-repeat center right / cover;
    position: absolute;
    bottom: 0;
}
.guide_top_ttl_inner::before {
    left: 0;
    transform: rotateY(180deg);
}
.guide_top_ttl_inner::after {
    right: 0;
}
.guide_top_list {
    display: flex;
    margin-top: 30px;
}
.guide_top_list li {
    width: 372px;
    text-align: center;
    width: 100%;
    flex: 1;
}
.guide_top_list li + li {
    border-left: 1px solid #26b4e6;
}
.guide_top_list_txt {
    font-size: 22px;
    font-weight: 700;
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.guide_top_list_txt_white_bg {
    display: inline-block;
    background-color: #26b4e6;
    color: #fff;
    line-height: 1;
    padding: 2px 3px 6px;
    margin: 4px 3px 0;
}
.guide_top_list_img {
    width: 100%;
    height: 144px;
}
.guide_top_list li:nth-child(1) .guide_top_list_img {
    background: url(../img/guide/guide_top_icon1.png) no-repeat center center / 115px 102px;
}
.guide_top_list li:nth-child(2) .guide_top_list_img {
    background: url(../img/guide/guide_top_icon2.png) no-repeat center center / 90px 87px;
}
.guide_top_list li:nth-child(3) .guide_top_list_img {
    background: url(../img/guide/guide_top_icon3.png) no-repeat center center / 114px 91px;
}
@media (max-width: 767px) {
    .guide_top {
        padding: 2.3rem 0 0;
        box-shadow: 0px 0px 0.8rem 0px rgb(0 0 0 / 15%);
        border: 0.1rem solid #ccc;
        margin-top: 4rem;
    }
    .guide_top_ttl {
        font-size: 1.8rem;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .guide_top_ttl_inner {
        padding: 0 2.35rem;
    }
    .guide_top_ttl_inner::before,
    .guide_top_ttl_inner::after {
        width: 2.5rem;
        height: 4.3rem;
        background: url(../img//guide/guide_top_ttl_deco_sp.svg) no-repeat center right / cover;
    }
    .guide_top_list {
        display: block;
        margin-top: 0;
        padding: 0 1.2rem;
    }
    .guide_top_list li {
        width: 100%;
        text-align: left;
        position: relative;
        padding-left: 12.4rem;
        padding: 2.8rem 0 2.8rem 12.4rem;
    }
    .guide_top_list li + li {
        border-left: none;
        border-top: 0.1rem solid #26b4e6;
    }
    .guide_top_list_txt {
        font-size: 1.8rem;
        height: auto;
        width: 100%;
        display: block;
    }
    .guide_top_list_txt_sub {
        margin-top: 1.2rem;
    }
    .guide_top_list_txt_white_bg {
        padding: 0.2rem 0.3rem;
        padding: 0.2rem 0.3rem 0.6rem;
        margin: 0.4rem 0.3rem 0;
    }
    .guide_top_list_img {
        width: 11.7rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .guide_top_list li:nth-child(1) .guide_top_list_img {
        background: url(../img/guide/guide_top_icon1.png) no-repeat center center / 9.15rem 8.15rem;
    }
    .guide_top_list li:nth-child(2) .guide_top_list_img {
        background: url(../img/guide/guide_top_icon2.png) no-repeat center center / 8.35rem 8.1rem;
    }
    .guide_top_list li:nth-child(3) .guide_top_list_img {
        background: url(../img/guide/guide_top_icon3.png) no-repeat center center / 8.75rem 7rem;
    }
}

/* product_btn_area */
.product_btn_area {
    margin-top: 24px;
}
.product_list {
    display: flex;
    justify-content: center;
}
.product_list li {
    width: 100%;
    height: 100px;
}
.product_list li + li {
    margin-left: 8px;
}
.product_list_btn {
    display: flex;
    justify-content: center;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
    line-height: 1.28;
}
.product_list_btn_icon {
    width: 20px;
    height: 20px;
    margin: 0 auto 11px;
}
.product_list_btn_arrow {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4px;
}
.product_list_btn_icon {
    width: 24px;
    height: 22px;
}
.product_list_btn_icon1 {
    background: url(../img/guide/guide_icon1.png) no-repeat center center / 21px 22px;
}
.product_list_btn_icon2 {
    background: url(../img/guide/guide_icon2.png) no-repeat center center / 17px 20px;
}
.product_list_btn_icon3 {
    background: url(../img/guide/guide_icon3.png) no-repeat center center / 24px 20px;
}
.product_list_btn_icon4 {
    background: url(../img/guide/guide_icon4.png) no-repeat center center / 17px 20px;
}
.product_list_btn_icon5 {
    background: url(../img/guide/guide_icon5.png) no-repeat center center / 19px 20px;
}
.product_list_btn_icon6 {
    background: url(../img/guide/guide_icon6.png) no-repeat center center / 22px 16px;
}
@media (min-width: 768px) {
    .product_list_btn:hover .product_list_btn_icon1 {
        background: url(../img/guide/guide_icon1_on.png) no-repeat center center / 21px 22px;
    }
    .product_list_btn:hover .product_list_btn_icon2 {
        background: url(../img/guide/guide_icon2_on.png) no-repeat center center / 17px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon3 {
        background: url(../img/guide/guide_icon3_on.png) no-repeat center center / 24px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon4 {
        background: url(../img/guide/guide_icon4_on.png) no-repeat center center / 17px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon5 {
        background: url(../img/guide/guide_icon5_on.png) no-repeat center center / 19px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon6 {
        background: url(../img/guide/guide_icon6_on.png) no-repeat center center / 22px 16px;
    }
}
@media (max-width: 767px) {
    .product_list {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    .product_list li {
        width: 10.9rem;
        height: 7.5rem;
    }
    .product_list li + li {
        margin-left: 0;
    }
    .product_list li:not(:nth-child(3n + 1)) {
        margin-left: 1.2rem;
    }
    .product_list li:nth-child(n + 4) {
        margin-top: 1.2rem;
    }
    .product_list_btn {
        border-radius: 0.3rem;
        padding-top: 1.4rem;
        line-height: 1.14;
    }
    .product_list_btn .btn_content {
        width: 100%;
    }
    .product_list_btn_icon {
        width: 2rem;
        height: 2rem;
        margin: 0 auto 11px;
    }
    .product_list_btn_txt_2line .product_list_btn_icon {
        margin-bottom: 0.4rem;
    }
    .product_list_btn_arrow {
        font-size: 2.4rem;
        right: 0.3rem;
        left: auto;
        bottom: 1rem;
    }
    .product_list_btn_icon {
        width: 2.4rem;
        height: 2.2rem;
    }
    .product_list_btn_icon1 {
        background: url(../img/guide/guide_icon1.png) no-repeat center center / 2.1rem 2.2rem;
    }
    .product_list_btn_icon2 {
        background: url(../img/guide/guide_icon2.png) no-repeat center center / 1.7rem 2rem;
    }
    .product_list_btn_icon3 {
        background: url(../img/guide/guide_icon3.png) no-repeat center center / 2.4rem 2rem;
    }
    .product_list_btn_icon4 {
        background: url(../img/guide/guide_icon4.png) no-repeat center center / 1.7rem 2rem;
    }
    .product_list_btn_icon5 {
        background: url(../img/guide/guide_icon5.png) no-repeat center center / 1.9rem 2rem;
    }
    .product_list_btn_icon6 {
        background: url(../img/guide/guide_icon6.png) no-repeat center center / 2.2rem 1.6rem;
    }
}

/* guide_delivery_detail */
.guide_delivery_detail {
    margin-top: 80px;
}
@media (max-width: 767px) {
    .guide_delivery_detail {
        margin-top: 3rem;
    }
}

/* guide_delivery_date */
.guide_delivery_date {
    margin-top: 24px;
}
.guide_delivery_date .content_ttl_icon {
    width: 17px;
}
@media (max-width: 767px) {
    .guide_delivery_date {
        margin-top: 1.2rem;
    }
    .guide_delivery_date .content_ttl_icon {
        width: 1.7rem;
    }
}

/* guide_delivery_price */
.guide_delivery_price {
    margin-top: 24px;
}
.guide_delivery_price .content_ttl_icon {
    width: 24px;
}
@media (max-width: 767px) {
    .guide_delivery_price {
        margin-top: 1.2rem;
    }
    .guide_delivery_price .content_ttl_icon {
        width: 2.4rem;
    }
}

/* guide_pay */
.guide_pay {
    margin-top: 24px;
}
@media (max-width: 767px) {
    .guide_pay {
        margin-top: 1.2rem;
    }
}

/* guide_content */
.guide_content_wrap {
    margin-top: 20px;
}
.guide_content_wrap + .guide_content_wrap {
    margin-top: 50px;
}
.guide_content_obi {
    padding: 10px 8px;
    font-size: 18px;
    font-weight: 700;
    background-color: #ebf8fc;
    line-height: 1;
}
.guide_content_col2 {
    display: flex;
}
.guide_content_col2_txt_area {
    width: 100%;
    flex: 1;
}
.guide_content_col2_img_area {
    width: 536px;
    margin: -24px 0 0 40px;
}
.guide_content_col2_img_wrap {
    position: relative;
}
.guide_content_col2_img_tag {
    bottom: calc(100% - 1px);
    right: 0;
    font-size: 12px;
    position: absolute;
    padding: 7px 10px;
    color: #808080;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.guide_content_txt {
    margin-top: 16px;
    line-height: 1.5;
}
.guide_content_col2_txt_status_wrap {
    margin-top: 16px;
}
.guide_content_txt_status_txt {
    color: #26b4e6;
    font-weight: 700;
}
.guide_content_txt_status_list {
    display: flex;
    margin-top: 8px;
}
.guide_content_txt_status_list li + li {
    margin-left: 8px;
}
.guide_content_txt_status_list .btn_s {
    border: 1px solid #ccc;
}
.guide_content_col2_img_wrap + .guide_content_col2_img_wrap {
    margin-top: 50px;
}
.guide_content_txt_bold {
    font-weight: 700;
}
.guide_content_txt_red {
    color: #d0121b;
}
.guide_content_txt_mt {
    display: inline-block;
    margin-top: 16px;
}
@media (max-width: 767px) {
    .guide_content_wrap {
        margin-top: 1.2rem;
    }
    .guide_content_wrap + .guide_content_wrap {
        margin-top: 3rem;
    }
    .guide_content_obi {
        padding: 0.8rem;
        font-size: 1.6rem;
    }
    .guide_content_col2 {
        display: block;
    }
    .guide_content_col2_img_area {
        width: 100%;
        margin: 1.2rem 0 0 0;
    }
    .guide_content_col2_img_wrap {
        position: relative;
    }
    .guide_content_col2_img_tag {
        top: -0.1rem;
        bottom: auto;
        font-size: 1.1rem;
        padding: 0.8rem 1.2rem;
        border: 0.1rem solid #ccc;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.3rem;
    }
    .guide_content_txt {
        margin-top: 1.2rem;
    }
    .guide_content_col2_txt_status_wrap {
        display: block;
        margin-top: 1.8rem;
    }
    .guide_content_txt_status_list {
        margin-top: 0.8rem;
    }
    .guide_content_txt_status_list li + li {
        margin-left: 0.8rem;
    }
    .guide_content_col2_img_wrap + .guide_content_col2_img_wrap {
        margin-top: 1.6rem;
    }
    .guide_content_txt_mt {
        margin-top: 1.2rem;
    }
}
