@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Manrope', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #292929;
}

.wifi_basic_btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #b51919;
    color: #fff !important;
    font-size: 2.0rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    /* min-width: 470px; */
    padding: 0 90px;
    height: 68px;
    border-radius: 100px;
    font-weight: bold;
    position: relative;
    transition: opacity .3s ease-out 0s;
}

#price .wifi_basic_btn01 {
    min-width: 400px;
}

.wifi_basic_btn01 .external_icon {
    position: absolute;
    top: 21px;
    right: 38px;
    width: 24px;
    height: auto;
}

.wifi_basic_btn01:hover {
    opacity: .9;
    transform: translateY(3px);
    transition: .3s;
    box-shadow: none;
}

.basic_btn02 {
    margin-top: 10px !important;
}

.section_block03 {
    margin-bottom: 100px;
}

table,
table th,
table td {
    border: 1px #ddd solid;
    border-collapse: collapse;
}

table th {
    background-color: #eee;
    font-weight: bold;
    text-align: center;
}

table td {
    text-align: center;
}

.text01 {
    font-size: 20px;
}

.text02 {
    font-size: 20px;
    text-align: center;
}

.wish_list_wrapper {
    width: 60%;
    margin: 0 auto 20px auto;
}

.wish_list_wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
}

.wish_list_wrapper ul li {
    display: flex;
    gap: 20px;
}

.wish_list_wrapper ul .check_icon {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    right: -9px;
    width: 15px;
    height: 9px;
    border-left: 3px solid #cf0000;
    border-bottom: 3px solid #cf0000;
    transform: rotate(-45deg);
}

.arrow_down {
    margin: 0 auto 30px auto;
    position: relative;
    width: 30px;
    height: 40px;
    background-color: #333;
}

.arrow_down::before {
    position: absolute;
    top: 38px;
    left: -12px;
    width: 0;
    height: 0;
    content: "";
    border-top: 27px solid #333;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
}

.key_text {
    font-size: 26px;
    text-align: center;
}


@media only screen and (max-width: 768px) {
    .basic_title01 {
        font-size: 22px;
    }

    .wifi_basic_btn01 {
        height: 56px;
        font-size: 18px;
    }

    .wifi_basic_btn01 .external_icon {
        top: 15px;
    }

    #price .wifi_basic_btn01 {
        min-width: 0;
    }

    .top_text {
        font-size: 18px;
    }

    .wish_list_wrapper {
        width: 96%;
    }

    .text01 {
        font-size: 16px;
    }

    .text02 {
        font-size: 16px;
        text-align: left;
    }


    .key_text {
        font-size: 22px;
        text-align: left;
    }


}

.price table {
    margin: 0 auto;
}

.price table th,
.price table td {
    padding: 10px 0;
    width: 300px;
}

.price_accent01 {
    color: #fff;
    background-color: #b51919;
    border-left: 5px solid #b51919;
    border-right: 5px solid #b51919;
    border-top: 5px solid #b51919;
}

.price_accent02 {
    border-left: 5px solid #b51919;
    border-right: 5px solid #b51919;
}

.price_accent03 {
    border-left: 5px solid #b51919;
    border-right: 5px solid #b51919;
    border-bottom: 5px solid #b51919;
}

.price table .img_block {
    width: 200px !important;
    margin: 0 auto;
}

.price table .img_block img {
    width: 100%;
}

.osusume {
    position: relative;
}

.osusume span {
    position: absolute;
    top: -37px;
    left: -3px;
}

#price .content_btns {
    margin-top: 0;
    padding: 20px 10px;
}

@media only screen and (max-width: 768px) {
    .price table {
        margin-bottom: 20px;
    }

    .price_accent01 {
        border-left: 3px solid #b51919;
        border-right: 3px solid #b51919;
        border-top: 3px solid #b51919;
    }

    .price_accent02 {
        border-left: 3px solid #b51919;
        border-right: 3px solid #b51919;
    }

    .price_accent03 {
        border-left: 3px solid #b51919;
        border-right: 3px solid #b51919;
        border-bottom: 3px solid #b51919;
    }

    .osusume span {
        top: -43px;
        left: 2px;
    }

    #price .content_btns {
        padding: 0 0 40px 0;
    }
}




.spec {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.spec table {
    flex: 1;
}

.spec .wifi_slider {
    width: 400px;
}

.spec img {
    width: 100%;
}

.slick-prev {
    left: 20px;
    z-index: 100;
}

.slick-next {
    right: 20px;
    z-index: 100;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #333;
    background-size: contain;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.slick-prev:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
    top: 9%;
    right: 5px;
}

.slick-next:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 41%;
    right: 15px;
}

.slick-dots li button:before {
    font-size: 10px;
}

@media only screen and (max-width: 768px) {
    .spec {
        flex-direction: column-reverse;
    }

    .spec table th,
    .spec table td {
        display: block;
        padding: 7px 0;
    }

    .spec .wifi_slider {
        width: 100%;
    }

}

.basic_btn01[target='_blank'].red:after {
    background-image: url(../../../../../common/img/ico_external05.png);
}

@media only screen and (max-width: 768px) {
    .hikari_renew .step_block .step_list li:first-child>p:not(.step) {
        margin: 0;
    }

    .hikari_renew .step_block .step_list li .cta {
        margin-bottom: 4.5rem !important;
    }

    .hikari_renew .step_block .step_list li .step.high {
        padding: 3rem 2rem;
    }

    .hikari_renew .step_block .step_list li .content_btns {
        left: 27%;
        width: 77%;
        top: 35px;
    }

    .hikari_renew .step_block .step_list li .content_btns a {
        height: 44px;
    }
}