@charset "UTF-8";

:root {
    --color-primary: #0168b6;
}

/* Hero Section Start */
.p_gastop {
    background: linear-gradient(180deg, #2e82c2 5.28%, #ddeffb 55.67%, #edf6fc 101.02%);
    padding: 60px;
}
@media screen and (max-width: 768px) {
    .p_gastop {
        padding: 30px 0;
    }
}
.p_gastop .p_gastop_logo {
    text-align: center;
}
.p_gastop .p_gastop_logo_image_pc {
    max-width: 880px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .p_gastop .p_gastop_logo_image_pc {
        display: none;
    }
}
.p_gastop .p_gastop_logo_image_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .p_gastop .p_gastop_logo_image_sp {
        display: block;
        width: 100%;
    }
}

.p_gastop .p_gastop_imagewrap {
    max-width: 880px;
    margin: auto;
    @media screen and (max-width: 768px) {
        max-width: 100%;
    }
}
.p_gastop .p_gastop_imagewrap .p_gastop_button {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: -28px;
    @media screen and (max-width: 768px) {
        max-width: 100%;
        padding: 0 32px;
        margin-top: -112px;
    }
}

.p_gaspost {
    width: 100%;
    max-width: 700px;
    margin: 24px auto 0;
    @media screen and (max-width: 768px) {
        max-width: 100%;
    }
}
.p_gaspost .p_gaspost_content {
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 880px;
    margin: 0 auto;
    padding: 24px 80px 32px 80px;
    text-align: center;
    position: relative;
    @media screen and (max-width: 768px) {
        padding: 20px;
        margin: 12px 32px 0;
    }
}

.p_gaspost .p_gaspost_content.is_ok .p_gaspost_ok {
    display: block;
}
.p_gaspost .p_gaspost_content.is_sorry .p_gaspost_sorry {
    display: block;
}
.p_gaspost .p_gaspost_content.is_sorry + .p_gaspost_lead {
    display: block;
}
.p_gaspost .p_gaspost_logo_image {
    width: 212px;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_logo_image {
        width: 132px;
    }
}
.p_gaspost .p_gaspost_text {
    color: #0168b6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_text {
        font-size: 16px;
        line-height: 140%;
    }
}
.p_gaspost .p_gaspost_input_flex {
    display: -webkit-box;
    display: flex;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_input_flex {
        display: block;
    }
}
.p_gaspost .p_gaspost_inputwrap {
    position: relative;
    width: calc(100% - 154px);
    text-align: left;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_inputwrap {
        width: 100%;
    }
}
.p_gaspost .p_gaspost_inputwrap::before {
    content: '〒';
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 24px;
    color: #0168b6;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_inputwrap::before {
        font-size: 20px;
    }
}
.p_gaspost .p_gaspost_input {
    font-family: 'Oswald';
    background-color: #edf6fc;
    height: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 10px 16px 10px 44px;
    margin: 0;
    color: #0168b6;
    width: calc(100% - 16px);
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_input {
        font-size: 20px;
        width: 100%;
    }
}
.p_gaspost .p_gaspost_input::-webkit-input-placeholder {
    color: rgba(1, 104, 182, 0.2);
}
.p_gaspost .p_gaspost_input::-moz-placeholder {
    color: rgba(1, 104, 182, 0.2);
}
.p_gaspost .p_gaspost_input::placeholder {
    color: rgba(1, 104, 182, 0.2);
}
.p_gaspost .p_gaspost_button {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background-color: #0168b6;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 180px;
    height: inherit;
    box-shadow: 0 4px 0 0 #00589b;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_button {
        height: inherit;
        margin-top: 12px;
        padding: 12px 24px;
        width: 100%;
    }
}
.p_gaspost .p_gaspost_button:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: none;
}
.p_gaspost .p_gaspost_note {
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_note {
        margin-top: 20px;
    }
}
.p_gaspost .p_gaspost_inputbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.p_gaspost .p_gaspost_result_image {
    margin: 20px auto 0;
    max-width: 160px;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_result_image {
        max-width: 140px;
    }
}
.p_gaspost .p_gaspost_result_box.is_ok .p_gaspost_ok {
    display: block;
}
.p_gaspost .p_gaspost_result_box.is_sorry .p_gaspost_sorry {
    display: block;
}
.p_gaspost .p_gaspost_note_mark {
    top: -3em;
    left: -2em;
    font-size: 11px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    width: 0;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_note_mark {
        top: -1.5em;
        left: -1em;
    }
}
.p_gaspost .p_gaspost_lead {
    font-size: 40px;
    color: #0168b6;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-top: 80px;
    padding-bottom: 49px;
}
@media screen and (max-width: 768px) {
    .p_gaspost .p_gaspost_lead {
        margin-top: 55px;
        font-size: 24px;
        padding-bottom: 60px;
    }
}
.p_gaspost .p_gaspost_lead_note {
    font-size: 11px;
    color: #0168b6;
    text-align: center;
    margin-top: 8px;
}
/* Hero Section End */

/* Save Money Section Start */
.p_gas_saveMoney_contents {
    text-align: center;
    width: 100%;
}
.p_gas_saveMoney_contents .p_gas_saveMoney_logo {
    margin-bottom: 40px;
    @media screen and (max-width: 768px) {
        margin-bottom: 20px;
    }
    @media screen and (max-width: 768px) {
        img {
            width: inherit;
        }
    }
}
.p_gas_saveMoney_contents .p_gas_saveMoney_title {
    color: #0168b6;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    @media screen and (max-width: 768px) {
        font-size: 26px;
        line-height: 160%;
    }
}
/* Save Money Section End */

.p_gas_offer_img {
    text-align: center;
    margin-bottom: 20px;
    @media screen and (max-width: 480px) {
        margin-bottom: 12px;
        img {
            width: inherit;
        }
    }
}

.p_kind {
    background-color: #edf6fc;
    padding: 80px 20px 110px;
}
@media screen and (max-width: 768px) {
    .p_kind {
        padding: 60px 20px 84px;
    }
}
.p_kind .p_kind_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #0168b6;
    position: relative;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .p_kind .p_kind_title {
        font-size: 28px;
        padding-bottom: 10px;
    }
}
.p_kind .p_kind_title::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .p_kind .p_kind_title::before {
        width: 48px;
        height: 4px;
    }
}
.p_kind .p_kind_list {
    display: -webkit-box;
    display: flex;
    max-width: 1152px;
    margin: 48px auto 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .p_kind .p_kind_list {
        margin-top: 30px;
        display: block;
    }
}
.p_kind .p_kind_list_item {
    background-color: #ffffff;
    border-radius: 15px;
    width: 49%;
    padding: 38px 0 30px;
}
@media screen and (max-width: 768px) {
    .p_kind .p_kind_list_item {
        width: 100%;
    }
    .p_kind .p_kind_list_item + .p_kind_list_item {
        margin-top: 20px;
    }
}
.p_kind .p_kind_item_title {
    font-weight: 700;
    font-size: 30px;
    color: #0168b6;
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .p_kind .p_kind_item_title {
        margin-top: 20px;
    }
}
.p_kind .p_kind_item_text {
    font-size: 18px;
    line-height: 150%;
    margin-top: 24px;
    padding: 0 40px;
}
@media screen and (max-width: 768px) {
    .p_kind .p_kind_item_text {
        font-size: 15px;
        padding: 0 24px;
        margin-top: 16px;
    }
}
.p_no1 {
    padding: 80px 20px 120px;
}
@media screen and (max-width: 768px) {
    .p_no1 {
        padding: 50px 20px 50px;
    }
}
.p_no1 .p_no1_flex {
    max-width: 965px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_flex {
        display: block;
    }
}
.p_no1 .p_no1_textbox {
    width: 47%;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_textbox {
        width: 100%;
    }
}
.p_no1 .p_no1_lead {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #0168b6;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_lead {
        font-size: 20px;
        margin-top: 0px;
    }
}
.p_no1 .p_no1_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #0168b6;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_title {
        font-size: 30px;
        line-height: 43px;
        margin-top: 12px;
    }
}
.p_no1 .p_no1_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 28px;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_text {
        margin-top: 14px;
    }
}
.p_no1 .p_no1_imagebox {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_imagebox {
        text-align: center;
        width: 100%;
        margin: 16px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_image {
        width: 90%;
        margin: auto;
        text-align: center;
    }
}
.p_no1_note {
    font-weight: 400;
    font-size: 11px;
    color: #202020;
    text-align: left;
    opacity: 70%;
    line-height: 160%;
    max-width: 788px;
    margin: auto;
    margin-top: 32px;
    @media screen and (max-width: 480px) {
        margin-top: 20px;
    }
}
.p_no1 .p_no1_note a {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .p_no1 .p_no1_note {
        text-align: center;
    }
}
.p_app {
    background: rgba(1, 104, 182, 0.15);
}
@media screen and (max-width: 768px) {
    .p_app {
        padding: 60px 20px;
    }
}
.p_app .p_app_flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 760px;
    margin: auto;
    gap: 16px;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_flex {
        padding: 24px 12px 26px 15px;
        background-color: rgba(1, 104, 182, 0.15);
        border-radius: 15px;
    }
}
.p_app .p_app_imagebox {
    position: relative;
    top: -48px;
    width: 36%;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_imagebox {
        top: 0;
        width: 113px;
    }
}
.p_app .p_app_textbox {
    width: 57%;
    padding-top: 60px;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_textbox {
        z-index: 1;
        width: calc(100% - 120px);
        padding-top: 0;
    }
}
.p_app .p_app_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_title {
        font-size: 18px;
        line-height: 28px;
    }
}
.p_app .p_app_text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_text {
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
    }
}
.p_app .p_app_link {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 900;
    color: #0168b6;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_link {
        font-size: 14px;
        line-height: 19px;
    }
}
.p_app .p_app_link:hover {
    text-decoration: none;
}
.p_app .p_app_banner_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_banner_list {
        width: calc(100% + 122px);
        margin-top: 24px;
        margin-left: -122px;
    }
}
.p_app .p_app_banner_item {
    width: 48%;
}
.p_app .p_app_note {
    margin-top: 12px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p_app .p_app_note {
        width: calc(100% + 122px);
        margin-left: -122px;
        font-size: 10px;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .p_app .p_app_text_content {
        min-height: 220px;
    }
}

/* Recommendation Start */
.p_top_recommended__heading {
    text-align: center;
    /* max-width: min(400px, 100%);
    margin-inline: auto;
    padding-inline: 32px;
    text-align: center;
    @media (min-width: 769px) {
        width: calc(684 / 1120 * 100%);
        max-width: 684px;
    } */
    @media screen and (max-width: 768px) {
        margin-bottom: 54px;
        img {
            width: 350px;
            height: 75px;
            max-width: 350px;
        }
    }
    @media screen and (max-width: 768px) {
        margin-bottom: 72px;
    }
}

.p_top_recommended__item {
    &:first-of-type {
        position: relative;
        margin-bottom: 32px;
    }
}
.p_top_recommended__description {
    text-align: center;
}
.p_top_recommended__titleWrap {
    height: 40px;
    align-items: center;
    justify-content: center;
}
.p_top_recommended__point {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background-color: #fee100;
    border-radius: 50px;
    line-height: 1;
    color: #0168b6;
    font-size: 15px;
    height: 35px;
    padding-inline: 24px;
    @media (min-width: 769px) {
        align-items: flex-end;
        font-size: 16px;
        height: 40px;
        padding: 10px 15px;
    }
}
.p_top_recommended__pointNumber {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    @media (min-width: 769px) {
        font-size: 24px;
    }
}
.p_top_recommended__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #0068b6;
    margin-top: 12px;
    line-height: 160%;
    letter-spacing: 2%;
    @media (min-width: 769px) {
        font-size: 30px;
        margin-top: 32px;
    }
}
.p_top_recommended__text {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 30px;
    @media (min-width: 769px) {
        line-height: 30px;
        margin-top: 16px;
    }
}

/* その1 */
.p_top_recommended__item_japan {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50vw);
    width: 120px;
    margin-left: -1%;
    @media (min-width: 769px) {
        top: -32px;
        left: -40px;
        transform: none;
        width: auto;
        margin-left: auto;
    }
}
.p_top_recommended1__title {
    font-size: 18px;
    @media (min-width: 769px) {
        font-size: 28px;
    }
}
.p_top_recommended1__title_img {
    margin-top: 12px;
    @media (min-width: 769px) {
        margin-top: 20px;
        width: 450px;
    }
}
.p_top_recommended1__divider {
    margin-block: 30px;
    @media (min-width: 769px) {
        margin-block: 48px;
    }
}
.p_top_recommended1__sp_img_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: min(400px, 100%);
    margin: auto;
    @media (min-width: 769px) {
        display: none;
    }
}
.p_top_recommended1__pc_img {
    display: none;
    @media (min-width: 769px) {
        display: block;
        margin-bottom: 48px;
    }
}
.p_top_recommended1__caution {
    counter-reset: caution-counter;
    padding-left: 20px;
    color: #282828;
    opacity: 70%;
    font-size: 11px;
    max-width: 964px;
    margin: auto;
    margin-top: 32px;

    @media (min-width: 769px) {
        width: fit-content;
        margin-top: 48px;
    }
}
.p_top_recommended1__caution_item {
    counter-increment: caution-counter;
    text-align: justify;
    letter-spacing: 0;
    + .p_top_recommended1__caution_item {
        margin-top: 8px;
    }
}
.p_top_recommended1__caution_item::before {
    content: '※' counter(caution-counter) ' ';
    margin-left: -20px;
}

/* その3 */
.p_top_recommended3__heading2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    @media (min-width: 769px) {
        gap: 16px;
    }
}
.p_top_recommended3__heading2_img {
    width: 170px;
    @media (min-width: 769px) {
        width: 220px;
    }
}
.p_top_recommended3__heading2_text {
    color: #0168b6;
    font-size: 20px;
    @media (min-width: 769px) {
        font-size: 30px;
    }
}

.p_top_recommended3_1__section {
    padding-inline: 8px;
    margin-block: 30px;
    @media (min-width: 769px) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 24px;
        padding-inline: 0;
        margin-block: 40px 48px;
    }
}
.p_top_recommended3_1__lead {
    font-size: 13px;
    margin-top: 20px;
    @media (min-width: 769px) {
        font-size: 18px;
    }
}

.p_top_recommended3_1__campaign_text {
    font-size: 10px;
    margin-top: 16px;
}

.p_top_recommended3_2__section {
    margin-top: 30px;
    @media (min-width: 769px) {
        margin-top: 48px;
    }
}
.p_top_recommended3_2__row {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    @media (min-width: 769px) {
        align-items: center;
        gap: 28px;
        margin-top: 32px;
    }
}
.p_top_recommended3_2__img {
    width: 90px;
    @media (min-width: 769px) {
        width: 140px;
    }
}
.p_top_recommended3_2__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    @media (min-width: 769px) {
        gap: 20px;
        font-size: 18px;
    }
}
.p_top_recommended3_2__item {
    display: inline-flex;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    @media (min-width: 769px) {
        gap: 12px;
    }
    img {
        width: inherit;
    }
}
.p_top_recommended3_2__item_icon {
    margin-top: 1px;
    @media (min-width: 769px) {
        width: 23px;
        margin-top: 0;
    }
}
.p_top_recommended3_2__slider {
    margin-top: 20px;
    margin-inline: -20px;
    padding-left: 20px;
    @media (min-width: 769px) {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
        margin-inline: auto;
        padding-left: 0;
        gap: 24px;
    }
    img {
        width: 280px;
        margin-inline: 6px;
        @media (min-width: 769px) {
            width: auto;
            margin: auto;
        }
    }
    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
        margin-left: -14px;
        line-height: 1;
    }
    .slick-dots li {
        height: fit-content;
    }
    .slick-dots li button {
        font-size: 0;
        background-color: #49c6af;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        opacity: 0.2;
        transition: width 0.2s, height 0.2s, opacity 0.2s;
    }
    .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        background-color: #49c6af;
        opacity: 1;
    }
    .slick-dots li button:hover {
        background-color: #49c6af;
        opacity: 1;
    }
}

/* その4 */
.p_top_recommended4__body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        margin-top: 16px;
    }
}
.p_top_recommended4__col {
    text-align: center;
    width: 50%;
    flex: 1;
    @media screen and (max-width: 1199px) {
        width: 100%;
    }
}
.p_top_recommended4__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--primary);
    font-weight: bold;
    @media (min-width: 769px) {
        text-align: left;
    }
}
.p_top_recommended4__heading_text1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 28px;
    @media (min-width: 769px) {
        justify-content: flex-start;
    }
    @media (min-width: 1200px) {
        font-size: 60px;
        white-space: nowrap;
    }
}
.p_top_recommended4__heading_text1_zero {
    position: relative;
    bottom: -0.08em;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    color: #f85858;
    font-weight: 500;
    line-height: 1;
    margin-inline: 2px;
    @media (min-width: 1200px) {
        bottom: -0.05em;
        font-size: 100px;
        margin-inline: 4px;
        white-space: nowrap;
    }
}
.p_top_recommended4__heading_text2 {
    font-size: 24px;
    @media (min-width: 1200px) {
        font-size: 40px;
    }
}
.p_top_recommended4__lead {
    font-size: 13px;
    white-space: nowrap;
    margin-top: 20px;
    @media (min-width: 769px) {
        text-align: left;
    }
    @media (min-width: 1200px) {
        font-size: 16px;
        margin-top: 32px;
    }
}
.p_top_recommended4__img {
    width: 100%;
    max-width: 320px;
    @media (min-width: 1200px) {
        max-width: none;
    }
}

.p_top_recommended__btn_more {
    width: 100%;
    @media (min-width: 769px) {
        width: 480px;
    }
}

/* Recommendation End */

.p_process {
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .p_process {
        padding: 40px 0 60px;
    }
}
.p_process .p_process_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #0168b6;
    position: relative;
    padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_title {
        font-size: 28px;
        padding-bottom: 10px;
    }
}
.p_process .p_process_title::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_title::before {
        width: 48px;
        height: 4px;
    }
}
.p_process .p_process_lead {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    margin-top: 32px;
}
.p_process .p_process_tab_list {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
}
.p_process .p_process_tab {
    width: 50%;
    text-align: center;
    padding: 26px 0;
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_tab {
        font-size: 13px;
        line-height: 19px;
        padding: 10px 0;
    }
}
.p_process .p_process_tab.is_current {
    color: #0168b6;
    border-bottom: 2px solid #0168b6;
}
.p_process .p_process_panel {
    display: none;
}
.p_process .p_process_panel.is_current {
    display: block;
}
.p_process .p_process_list {
    margin-top: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1240px;
    margin: 48px auto 0;
    padding: 0 20px;
}
.p_process .p_process_list.is_col3 .p_process_list_item {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_list.is_col3 .p_process_list_item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .p_process .p_process_list {
        display: block;
        margin-top: 24px;
    }
}
.p_process .p_process_list_item {
    border: 6px solid #0168b6;
    border-radius: 30px;
    padding: 40px 20px 28px;
    width: 23%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_list_item {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border: 2px solid #0168b6;
        border-radius: 15px;
        padding: 28px 20px 24px;
    }
}
.p_process .p_process_arrow {
    position: relative;
    width: 2%;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_arrow {
        width: 100%;
        height: 40px;
    }
}
.p_process .p_process_arrow::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxMiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDE1TDAgMzBMMCAwTDEyIDE1WiIgZmlsbD0iIzAxNjhCNiIvPgo8L3N2Zz4K');
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_arrow::before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAiCAYAAADGUiAIAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH/SURBVHgBzZdBUsIwGIVf6sZjOJ7AIzDuhHHBEWAjS7kBcgJkY2dciDdwxpEt3EBvUG4gS8oIv/lb66RMStI2pf0WnWmStm+S/C+vAoP3lsDZAs2GCOGlB/92SUSPaDAEqc/vrrzoLtyO5HWFZhIA22gyY7Gz7pr2P0M0DyKBB55VvhFqjxjMee+20BDk8r/A7/STey/dKXryskYzILn8Y7UhJRb+zYpEM4pNzuo4Wf4EoRsot4Pc1LhAfQTkty8PGz3dSMKuh/qQnrrr6zq0YiPvBV5RA3L5Z/x9XZ+X+dQmvK+h2ILDolLJFsve60mPOx0pT9UhDC84pfdqi0rFgwHa0SlONg4q16ZBRrF47nxVHXR0nqrDLJapNugEON9ObAbaieViq8Z746KadK1cx04sE3vfEg6JPPWpbe3n9mLhOOgQvo95qo5cYqOg48h7ZWCa2hSVitFntQ/dfXxCiCsUx+ipOvLN7B8k9mW818pTdRQSW+YnMw4q+ZY/oZhYhr03f7EFeYtKpbhY9l6R6yg2BhUThQos9QLLoCPz8QJ+u9BeTSg+s/8iRM9qGMI+SlJabOS9oKPeaxtUTJQXy2yiILLK6A3kv/8IDnAjNjvoxEXlCDdiGQ46hDe1KW9QMeFOLPhkE0PFe0t5qg6nYtWgQ3tMXRRV9QzmM1TAL3/v43d87soMAAAAAElFTkSuQmCC);
        width: 21px;
        height: 17px;
        margin-left: -10.5px;
    }
}
.p_process .p_process_number {
    font-family: Oswald, sans-serif;
    -webkit-box-align: center;
    align-items: center;
    background-color: #0168b6;
    color: #ffffff;
    -webkit-box-pack: center;
    justify-content: center;
    left: -1px;
    position: absolute;
    top: -1px;
    display: -webkit-box;
    display: flex;
    border-radius: 20px 0 20px 0;
    font-size: 26px;
    height: 62px;
    width: 62px;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_number {
        border-radius: 15px 0 15px 0;
        height: 34px;
        width: 34px;
        font-size: 19px;
    }
}
.p_process .p_process_icon {
    width: 90%;
    margin: auto;
    max-width: 150px;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_icon {
        width: 100px;
        margin: 0;
    }
}
.p_process .p_process_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    color: #0168b6;
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    .p_process .p_process_text {
        margin-top: 0;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        width: calc(100% - 80px);
        padding-left: 15px;
    }
}
.p_point2__wrap {
    display: flex;
    gap: 32px;
    align-items: center;
    padding-bottom: 48px;
    border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
    flex-direction: column;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p_point2__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        gap: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
.p_point2__textArea {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .p_point2__textArea {
        width: 100%;
    }
}
.p_point2__textAreaTitle {
    text-align: center;
}
.p_point2__textAreaContent {
    color: #e85f5f;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
    .p_point2__textAreaContent {
        margin-top: 20px;
        font-size: 16px;
        line-height: 19.5px;
    }
}
.p_point2__textAreaNote {
    font-size: 10px;
    line-height: 1.4;
    display: block;
    margin-top: 12px;
}
@media screen and (max-width: 768px) {
    .p_point2__textAreaNote {
        margin-top: 8px;
    }
}
.p_point2__imageArea {
    width: 100%;
    padding-top: 30px;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .p_point2__imageArea {
        padding-top: 0;
    }
}
.p_point2__imageItem {
    width: 100%;
}
.p_point2__imageNote {
    font-size: 10px;
    line-height: 1.4;
    display: block;
    margin-top: 18px;
}
.p_point2__movieWrap {
    max-width: 663px;
    width: 100%;
    display: flex;
    margin: 40px auto 0;
    -webkit-box-align: center;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 768px) {
    .p_point2__movieWrap {
        margin-top: 30px;
        gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        max-width: none;
    }
}
.p_point2__movieTitle {
    font-size: 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p_point2__movieTitle {
        color: #0168b6;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
    }
}
@media screen and (max-width: 768px) {
    .p_point2__movieTitleImage {
        display: none;
    }
}
.p_point2__movieCopy {
    display: none;
}
@media screen and (max-width: 768px) {
    .p_point2__movieCopy {
        display: -webkit-inline-box;
        display: inline-flex;
        color: #0168b6;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        margin-top: 20px;
        gap: 8px;
        -webkit-box-align: center;
        align-items: center;
    }
    .p_point2__movieCopy::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 20px;
        background-color: #fee100;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
        clip-path: polygon(0 0, 100% 8%, 100% 100%, 51% 95%);
        margin-right: 2px;
    }
    .p_point2__movieCopy::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 20px;
        background-color: #fee100;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        -webkit-clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
        clip-path: polygon(0 8%, 100% 0, 51% 95%, 0 100%);
    }
}
.p_point2__youtubeWrap {
    max-width: 368px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .p_point2__youtubeWrap {
        max-width: none;
    }
}
.p_point3__wrap {
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .p_point3__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        gap: 30px;
    }
}
.p_point3__textArea {
    width: 50%;
    -webkit-box-flex: 1;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .p_point3__textArea {
        width: 100%;
    }
}
.p_point3__textAreaTitle {
    text-align: left;
}
@media screen and (max-width: 480px) {
    .p_point3__textAreaTitle {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .p_point3__textAreaTitleImage {
        display: none;
    }
}
.p_point3__textAreaTitleText {
    display: none;
}
@media screen and (max-width: 768px) {
    .p_point3__textAreaTitleText {
        font-weight: 700;
        line-height: 138%;
        font-size: 30px;
        color: #0168b6;
        display: inline-block;
    }
}
.p_point3__textAreaContent {
    font-size: 15px;
    line-height: 22.5px;
    margin-top: 32px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .p_point3__textAreaContent {
        margin-top: 20px;
        display: block;
        font-size: 13px;
        line-height: 19.5px;
        text-align: center;
    }
}
.p_point3__imageArea {
    width: 50%;
    -webkit-box-flex: 1;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .p_point3__imageArea {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        justify-items: center;
        text-align: center;
    }
}
.p_point3__imageItem {
    width: 100%;
}
.p_point3__youtubeWrap {
    max-width: 368px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .p_point3__youtubeWrap {
        max-width: none;
    }
}
.p_point3__contentTitle {
    text-align: center;
    color: #0168b6;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .p_point3__contentTitle {
        font-size: 20px;
        margin-top: 30px;
    }
}
.p_point3__content {
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .p_point3__content {
        margin-top: 20px;
    }
}
.p_voice {
    display: flex;
    gap: 21px;
}
@media screen and (max-width: 1199px) {
    .p_voice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        gap: 12px;
        -webkit-box-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .p_voice {
        gap: 9px;
    }
}
.p_voice__item {
    border-radius: 15px;
    background-color: #fff;
    padding: 24px;
    width: initial;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
}
@media screen and (max-width: 1199px) {
    .p_voice__item {
        width: 100%;
        padding: 19px 19px;
    }
}
.p_voice__content {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .p_voice__content {
        font-size: 15px;
    }
}
.p_voice__user {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .p_voice__user {
        font-size: 11px;
        margin-top: 5px;
    }
}
.p_voice__image {
    width: 64px;
}
.p_youtube {
    border-radius: 8px;
    -webkit-filter: drop-shadow(8px 8px 0px #ffffff);
    filter: drop-shadow(8px 8px 0px #ffffff);
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
}
.p_youtube__wrapper {
    width: 100%;
    height: 100%;
}
.p_youtube__player {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.p_youtube__player.is-hide {
    display: none;
}
.p_youtube__player-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.p_youtube__player-icon {
    position: absolute;
    width: 66px;
    height: 46px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.p_action {
    background-color: #00589b;
    padding: 24px 20px;
}
@media screen and (max-width: 1199px) {
    .p_action {
        padding: 20px;
    }
}
.p_action__wrapper {
    width: 100%;
    max-width: 712px;
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 20px;
}

.p_action__button {
    border-radius: 10px;
    padding: 18px 24px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    box-shadow: 0 4px 0 0 #d53337;
    background-color: #e85f5f;
    color: #fff;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}
.p_action__button:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}
@media screen and (max-width: 768px) {
    .p_action__button {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .p_action__button {
        padding: 14px 18px;
    }
}

.p_action__chatch {
    font-size: 15px;
    font-weight: 900;
    line-height: 100%;
    display: block;
}
@media screen and (max-width: 1199px) {
    .p_action__chatch {
        font-size: 11px;
    }
}
.p_action__text {
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    margin-top: 12px;
    display: block;
    &.no_margin {
        margin-top: 0;
    }
}
@media screen and (max-width: 1199px) {
    .p_action__text {
        font-size: 20px;
        margin-top: 6px;
    }
}
@media screen and (max-width: 768px) {
    .p_action__text {
        font-size: 18px;
    }
}
.p_action__link {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    color: #fff;
    text-align: center;
}
.p_tab {
    border-radius: 13px;
    overflow: hidden;
}
.p_tab__menu {
    background-color: #0168b6;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .p_tab__menu {
        gap: 6px;
        padding: 16px 13px 16px 12px;
    }
}
.p_tab__menuItem {
    color: #fff;
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 900;
    padding-bottom: 6px;
    position: relative;
    display: inline-block;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .p_tab__menuItem {
        width: 33.3333333333%;
        text-align: center;
        font-size: 13px;
    }
    .p_tab__menuItem:first-child {
        font-size: 12px;
        padding-left: 1px;
    }
}
.p_tab__menuItem:hover {
    opacity: 0.7;
}
.p_tab__menuItem.is-active:hover {
    pointer-events: none;
    opacity: 1;
    cursor: default;
}
.p_tab__menuItem.is-active::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
}
.p_tab__contents {
    background-color: #edf6fc;
    padding: 40px 44px;
}
@media screen and (max-width: 768px) {
    .p_tab__contents {
        padding: 24px;
    }
}
.p_tab__contentItem {
    display: none;
    gap: 40px;
}
@media screen and (max-width: 768px) {
    .p_tab__contentItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        gap: 17px;
    }
}
.p_tab__contentItem.is-active {
    display: flex;
}
.p_tab__graphArea {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .p_tab__graphArea {
        width: 100%;
    }
}
.p_tab__graphAreaTitle {
    color: #0168b6;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4583333333;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .p_tab__graphAreaTitle {
        font-size: 0;
    }
}
.p_tab__graphAreaTitleImage {
    display: none;
    width: 100%;
    padding: 8px;
}
@media screen and (max-width: 1199px) {
    .p_tab__graphAreaTitleImage {
        display: inline-block;
        width: 30vw;
    }
    .p_tab__graphAreaTitleImage--three {
        width: 21.3vw;
    }
    .p_tab__graphAreaTitleImage--one {
        width: 34vw;
    }
}
@media screen and (max-width: 768px) {
    .p_tab__graphAreaTitleImage {
        display: inline-block;
        width: 62vw;
    }
    .p_tab__graphAreaTitleImage--three {
        width: 45vw;
        padding: 0 13px;
    }
    .p_tab__graphAreaTitleImage--one {
        width: 66vw;
    }
}
.p_tab__imageGraph {
    margin-top: 48px;
}
@media screen and (max-width: 768px) {
    .p_tab__imageGraph {
        margin-top: 24px;
    }
}
.p_tab__expectationArea {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .p_tab__expectationArea {
        width: 100%;
    }
}
.p_tab__expectationTitle {
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .p_tab__expectationTitle {
        padding: 0 8px;
    }
}
.p_tab__expectationImage {
    margin-top: 24px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .p_tab__expectationImage {
        margin-top: 20px;
    }
}
.p_tab__expectationNote {
    font-size: 11px;
    line-height: 1.4545454545;
    margin-top: 24px;
}
.p_pointTitle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.p_pointTitle__text {
    background-color: #fee100;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 10px 15px;
    color: #0168b6;
    -webkit-box-align: end;
    align-items: flex-end;
    gap: 2px;
}
@media screen and (max-width: 768px) {
    .p_pointTitle__text {
        padding: 9px 11px 6px 11px;
        font-size: 15px;
        -webkit-box-align: center;
        align-items: center;
        gap: 4px;
        width: 95px;
        height: 35px;
        justify-content: center;
        line-height: 21.72px;
    }
}
.p_pointTitle__number {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .p_pointTitle__number {
        font-size: 20px;
        line-height: 29.64px;
    }
}
.p_section {
    background-color: #edf6fc;
    padding: 80px 20px;
}
@media screen and (max-width: 768px) {
    .p_section {
        padding: 30px 20px;
    }
}
.p_section__title {
    color: #0168b6;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .p_section__title {
        margin-top: 60px;
        font-size: 28px;
        line-height: 1.3214285714;
    }
}
.p_section__title::after {
    background: -webkit-linear-gradient(left, #0068b6 50%, #fee100 0);
    background: linear-gradient(90deg, #0068b6 50%, #fee100 0);
    border-radius: 10px;
    content: '';
    display: block;
    height: 5px;
    margin: 29px auto 0;
    overflow: hidden;
    width: 54px;
}
@media screen and (max-width: 768px) {
    .p_section__title::after {
        margin-top: 9px;
        width: 48px;
        height: 4px;
    }
}
.p_section__title:first-child {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .p_section__title--parts11 {
        font-size: 24px;
        line-height: 1.2083333333;
    }
    .p_section__title--parts11::after {
        display: none;
    }
}
.p_section__imageTitle {
    text-align: center;
}
.p_section__titlePoint {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #0168b6;
    position: relative;
    padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
    .p_section__titlePoint {
        font-size: 26px;
        padding-bottom: 20px;
    }
}
.p_section__titlePoint::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAKCAYAAABRy7uKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgB7dfPCcIwFAbw78UiiJfOIYV2hOIGnUC9FZdouoXHdoLiBK13D0LdQ8GDJ/uZiEM0IT/In3cLfJDkCf6SsssJqYTIKIjhuOuxgCcGKDarBK0tlJ2S8lyZsHqzzX0IyzM5Jmneo6psEW3Kbk9QI5g3Ur9GXJRAdgicEFEqeyXmCJwgQKZAPBE4gUCsTGw3BI7gYN4w1gicsCAadT8VQwht9jiR9TJF++vDTGjafO0PsE2a/+jKIPEwS48Pt+sU2h7+C4XNaGETZ1njAAAAAElFTkSuQmCC);
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .p_section__titlePoint::before {
        width: 48px;
        height: 4px;
    }
}
.p_section__cardWrap {
    margin: 48px auto 0;
    max-width: 1192px;
}
@media screen and (max-width: 768px) {
    .p_section__cardWrap {
        margin-top: 30px;
    }
}
.p_section__cardWrap.is_noMargin {
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .p_section__cardWrap.is_noMargin {
        margin-top: 0;
    }
}
.p_section__cardItem {
    margin-top: 48px;
}
@media screen and (max-width: 768px) {
    .p_section__cardItem {
        margin-top: 31px;
    }
}
.p_section__cardItem:first-child {
    margin-top: 0;
}
.p_section__buttonWrap {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .p_section__buttonWrap {
        margin-top: 31px;
    }
}
.p_section__button {
    background-color: #0168b6;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    max-width: 516px;
    height: 64px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: 0 3px #00589b;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.p_section__button:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}
.p_section__voice {
    margin: 48px auto 0;
    max-width: 1152px;
}
@media screen and (max-width: 1199px) {
    .p_section__voice {
        max-width: 516px;
    }
}
@media screen and (max-width: 768px) {
    .p_section__voice {
        margin-top: 30px;
    }
}
.p_sectionCard {
    background-color: #fff;
    border-radius: 15px;
    padding: 48px 80px;
}
@media screen and (max-width: 768px) {
    .p_sectionCard {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 480px) {
    .p_sectionCard {
        padding: 30px 16px;
    }
}
.p_sectionCard__contents {
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .p_sectionCard__contents {
        margin-top: 16px;
    }
}
.p_pointGas__tabs {
    display: -webkit-box;
    display: flex;
}
.p_pointGas__tab {
    width: 50%;
    text-align: center;
    padding: 26px 0;
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    list-style: none;
}
@media screen and (max-width: 768px) {
    .p_pointGas__tab {
        font-size: 13px;
        line-height: 19px;
        padding: 10px 0;
    }
}
.p_pointGas__tab.is_current {
    color: #0168b6;
    border-bottom: 2px solid #0168b6;
}
.p_pointGas_panel {
    display: none;
    padding: 48px 80px;
    @media screen and (max-width: 768px) {
        padding: 30px 20px;
    }
    @media screen and (max-width: 480px) {
        padding: 30px 16px;
    }
}
.p_pointGas_panel.is_current {
    display: block;
}
/* .p_pointGas_panel.second_panel {
    padding-bottom: 0;
} */
.p_pointGas__wrap {
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .p_pointGas__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .p_pointGas_wrap_order .p_pointGas__textArea {
        /* Make title and description participate in the parent flex flow. */
        display: contents;
    }

    .p_pointGas_wrap_order .p_pointGas__textAreaTitle {
        order: 1;
        width: 100%;
    }

    .p_pointGas_wrap_order .p_pointGas__imageArea {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .p_pointGas_wrap_order .p_pointGas__textAreaDescription {
        order: 3;
        width: 100%;
        margin-top: 0;
        @media screen and (max-width: 480px) {
            text-align: left;
        }
    }
}

.p_pointGas__textArea {
    -webkit-box-flex: 1;
    flex: 1;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .p_pointGas__textArea {
        width: 100%;
    }
}
.p_pointGas__textAreaTitle {
    text-align: center;
}
.p_pointGas__textAreaDescription {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    color: #242e32;
    opacity: 70%;
}
.p_pointGas__textAreaContent {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
    .p_pointGas__textAreaContent {
        margin-top: 16px;
    }
}
.p_pointGas__imageArea {
    -webkit-box-flex: 1;
    flex: 1;
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p_pointGas__imageArea {
        width: 100%;
    }
}
.p_pointGas__imageItem {
    width: 100%;
}
.p_pointGas_discountPrice {
    padding-bottom: 32px;
    text-align: center;
    @media screen and (max-width: 768px) {
        padding-bottom: 20px;
    }
}
.p_pointGas_payment {
    padding-bottom: 48px;
    text-align: center;
    @media screen and (max-width: 768px) {
        padding-bottom: 30px;
    }
}
.p_pointGas_sono .c-sono1-contents__images-row {
    gap: 48px;
    @media screen and (max-width: 768px) {
        gap: 20px;
    }
}
.p_pointGas_sono .c-sono1-contents__img-arrow {
    margin: 20px auto;
}
.electricity_rates_image {
    text-align: center;
    padding-bottom: 48px;
    border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
    img {
        width: 100%;
    }
    @media screen and (max-width: 768px) {
        padding-bottom: 30px;
        &.sp_no_dash {
            border-bottom: none;
        }
        img {
            width: inherit;
        }
    }
    @media screen and (max-width: 480px) {
        img {
            width: 100%;
        }
    }
}
.p_pointGas_general_content .c-sono1-contents__caution {
    margin-top: 48px;
    @media screen and (max-width: 768px) {
        margin-top: 0;
    }
}
/* .p_pointGas_general_content {
    padding: 0 80px;
    padding-bottom: 48px;
    @media screen and (max-width: 768px) {
        padding: 0 16px;
        padding-bottom: 30px;
    }
} */
.P_gas_cancellation {
    margin-top: 32px;
}
.p_point3 {
    margin-top: 48px;
    text-align: center;
    @media screen and (max-width: 768px) {
        margin-top: 30px;
    }
}
.p_point3_title {
    color: #0068b6;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 24px;
    @media screen and (max-width: 768px) {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
.p_pointGas_note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 16px;
}
.p_pointGas__textImage3 {
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 768px) {
    .p_pointGas__textImage3 {
        max-width: 90%;
    }
}
.p_pointGas__textLink {
    text-decoration: underline;
}
.p_pointGas__textLink:hover {
    text-decoration: none;
}
.p_fixedMenu {
    width: 72px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    gap: 10px;
    position: fixed;
    right: 0;
    bottom: 32px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.p_fixedMenu.is-show {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .p_fixedMenu {
        width: 50px;
        bottom: 44px;
    }
}
.p_fixedMenu__button {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: 0 3px #d53337;
    background-color: #e85f5f;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 20px 0;
    border-radius: 10px 0px 0px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
    .p_fixedMenu__button {
        font-size: 13px;
    }
}
.p_fixedMenu__button:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
}
.p_fixedMenu__button--simulation {
    color: #0168b6;
    box-shadow: 0 3px #00589b;
    background-color: #fff;
    padding: 16px 0;
    border: 1px solid #0168b6;
    border-right: none;
}
.p_footer_siteMap {
    padding: 60px 0;
}
@media screen and (max-width: 1199px) {
    .p_footer_siteMap {
        padding: 40px 0;
    }
}
.p_footer_siteMap__mainPage,
.p_footer_siteMap__subList {
    margin: 0 auto;
    max-width: 1100px;
}
@media screen and (max-width: 1199px) {
    .p_footer_siteMap__mainPage {
        max-width: 580px;
    }
}
.p_footer_siteMap__list {
    width: 100%;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.p_footer_siteMap__list:nth-child(n + 2) {
    margin-left: 0;
}
.p_footer_siteMap__list:nth-child(n + 2) {
    margin-top: 30px;
}
.p_footer_siteMap__item,
.p_footer_siteMap__subItem {
    font-size: 14px;
    line-height: 20px;
    width: 33.3333333333%;
}
@media screen and (max-width: 1199px) {
    .p_footer_siteMap__item,
    .p_footer_siteMap__subItem {
        font-size: 12px;
        font-weight: 400;
        width: 50%;
    }
}
.p_footer_siteMap__item {
    margin-top: 0;
}
.p_footer_siteMap__item:nth-child(n + 2) {
    margin-top: 0;
}
.p_footer_siteMap__subItem {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .p_footer_siteMap__subItem {
        margin-top: 30px;
    }
}
.p_footer_siteMap__link:before {
    background-image: url(https://looop-denki.com/api/image?imageName=d5726c1634ea4f76914e133fa4a9b1d9/c1998d4f67d94d1481da751e2039c64d/image.svg);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    width: 10px;
}
.p_footer_siteMap__subPage {
    padding: 0 15px;
    margin: 30px 0 0;
}
.p_footer_siteMap__subList {
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
}
@media screen and (max-width: 1199px) {
    .p_footer_siteMap__subList {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}
.p_footer_siteMap__subItem {
    text-align: left;
}
.p_footer_siteMap__logo:after {
    display: none;
}
body {
    font-size: 16px;
    font-family: Noto Sans JP, sans-serif;
}
.sp_only {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }
}
.pc_only {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
}
.nav {
    /* レスポンシブサンプル */
}
@media screen and (min-width: 1200px) {
    .nav {
        font-size: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .nav {
        font-size: 25px;
    }
}
@media screen and (max-width: 768px) {
    .nav {
        font-size: 15px;
    }
}
.p_point__review_title {
    font-size: 22px;
    color: #0068b6;
    text-align: center;
    margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
    .p_point__review_title {
        font-size: 30px;
        margin-bottom: 32px;
    }
}
.p_point2__review {
    padding-top: 30px;
}
@media screen and (min-width: 769px) {
    .p_point2__review {
        padding-top: 48px;
    }
}
.p_point2__textWrap {
    display: flex;
    gap: 16px;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .p_point2__textWrap {
        flex-flow: column;
        gap: 12px;
    }
}
.p_point2_textAreaReviewWrap {
    background-color: #edf6fc;
    border-radius: 15px;
    text-align: left;
    display: flex;
    align-items: stretch;
    gap: 16px;
    padding: 24px 32px;
    width: 100%;
    flex: 1;
}
@media screen and (max-width: 768px) {
    .p_point2_textAreaReviewWrap {
        gap: 12px;
        padding: 16px;
    }
}
.p_point2_textAreaReview {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .p_point2_textAreaReview {
        font-size: 14px;
        line-height: 19.6px;
    }
}
.no-border {
    border-bottom: none;
}
@media screen and (max-width: 768px) {
    .no-border {
        border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
    }
}
.no-padding-top {
    padding-top: 0px;
}

.no-padding {
    padding: 0px;
}

.modal-calc-condition {
    line-height: 1.5;
}
.modal-calc-condition__item {
    font-weight: normal;
}
li.modal-calc-condition__item {
    &.gas_custom_style {
        padding-right: 8px;
    }
}
.divider {
    width: 100%;
    border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
    margin: 48px 0;
    @media screen and (max-width: 768px) {
        margin: 30px 0;
    }
}

/* sono content css */
.c-sono1-contents {
    line-height: 1.5;
}

.c-sono1-contents__title {
    text-align: center;
    margin-bottom: 48px;
}

.c-sono1-contents__num-wrap {
    display: flex;
    align-items: flex-end;
    width: fit-content;
    height: 40px;
    background-color: #fee100;
    border-radius: 999px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #0168b6;
    padding: 10px 15px;
    margin: auto;

    @media screen and (max-width: 768px) {
        padding-inline: 24px;
        font-size: 15px;
        align-items: center;
        gap: 3px;
        height: 35px;
    }
}

.c-sono1-contents__num {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;

    @media screen and (max-width: 768px) {
        font-size: 20px;
    }
}

.c-sono1-contents__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #0168b6;
    margin-top: 32px;

    @media screen and (max-width: 768px) {
        margin-top: 16px;
    }
}

.c-sono1-contents__heading-text1 {
    font-size: 30px;

    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
}

.c-sono1-contents__heading-text2 {
    font-size: 40px;

    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
}

.c-sono1-contents__lead {
    font-size: 15px;
    margin-top: 24px;

    @media screen and (max-width: 768px) {
        font-size: 13px;
        margin-top: 16px;
    }
}

.c-sono1-contents__images-row {
    gap: 20px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.c-sono1-contents__img {
    max-width: calc(50% - 10px);

    @media screen and (max-width: 768px) {
        max-width: min(400px, 100%);
    }
}

.c-sono1-contents__img-arrow {
    display: block;
    margin: 32px auto;

    @media screen and (max-width: 768px) {
        width: 48px;
        height: 24px;
    }
}

.c-sono1-contents__caution {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    border: 2px solid #e85f5f;
    background-color: #e85f5f1a;
    border-radius: 10px;
    padding: 24px 40px;
    margin-top: 32px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }
}

.c-sono1-contents__caution-icon {
    @media screen and (max-width: 768px) {
        width: 40px;
    }
}

.c-sono1-contents__caution-list {
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media screen and (max-width: 768px) {
        gap: 10px;
    }
}

.c-sono1-contents__caution-item {
    position: relative;
    font-size: 14px;
    color: #e85f5f;
    padding-left: 22px;
    line-height: 160%;

    &::before {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 3px;
        left: 0;
        background: url('/assets/images/sono1-contents/icon-check.svg') 0 0 no-repeat;
        background-size: cover;
    }
}

.c-sono1-contents__caution-item-note {
    display: block;
    font-size: 12px;
}

.c-sono1-contents__caution-note {
    font-size: 11px;
    color: #202020;
    margin-top: 24px;
    opacity: 70%;
    line-height: 160%;
    p.caution_note_item {
        display: inline-flex;
        gap: 2px;
    }
}

.c-sono1-contents__caution-note-modal-trigger {
    text-decoration: underline;
    cursor: pointer;

    @media (hover: hover) {
        &:hover {
            text-decoration: none;
        }
    }
}

/* Fixed button css */

/* fixed button style */
.c-button {
    background-color: #0168b6;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 24px;
    border-radius: 60px;
    display: grid;
    place-items: center;
    text-align: center;
    max-width: 320px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 0px 0px #00589b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.c-button:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.c-button--cta {
    background-color: #e85f5f;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    padding: 15px 24px;
    box-shadow: 0px 4px 0px 0px #d63434;
}
@media screen and (max-width: 768px) {
    .c-button--cta {
        font-size: 20px;
        padding: 19px clamp(0.5rem, -0.036rem + 2.68vw, 1.25rem);
    }
}
.c-button--cta .c-button__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 41px;
}
@media screen and (max-width: 768px) {
    .c-button--cta .c-button__body {
        gap: clamp(0.5rem, -0.482rem + 4.91vw, 1.875rem);
    }
}
.c-button--cta .c-button__text-wrap {
    display: inline-grid;
    gap: 4px;
}
.c-button--cta {
    display: block;
    font-weight: 400;
    font-size: 16px;
}
.c-button--cta .c-button__exclamation {
    display: inline-block;
    -webkit-transform: rotate(20deg) translate(4px, -1px);
    transform: rotate(20deg) translate(4px, -1px);
    font-size: 20px;
}

.p_fixed-buttons {
    background-color: var(--color-primary);
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.p_fixed-buttons.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.p_fixed-buttons__inner {
    padding: 16px 20px;
    max-width: 940px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .p_fixed-buttons__inner {
        padding: 10px 12px;
    }
}
.p_fixed-buttons__button .c-button {
    max-width: 440px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .p_fixed-buttons__button .c-button--cta {
        padding: 19px clamp(0.25rem, -0.704rem + 4.07vw, 1.25rem);
    }
}
.p_fixed-buttons__button .c-button--cta .c-button__body {
    gap: clamp(1.25rem, 0.536rem + 1.49vw, 1.875rem);
}
.p_fixed-buttons__button .c-button--cta .c-button__left-icon {
    max-width: 45px;
}
@media screen and (max-width: 768px) {
    .p_fixed-buttons__button .c-button__main {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .p_fixed-buttons__button .c-button__main {
        font-size: 18px;
    }
}
.p_fixed-buttons__button {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .p_fixed-buttons__button {
        font-size: 12px;
    }
}

.main:has(.p_fixed-buttons.is-show) {
    -webkit-padding-after: 6.25rem;
    padding-block-end: 6.25rem;
}
@media screen and (max-width: 768px) {
    .main:has(.p_fixed-buttons.is-show) {
        -webkit-padding-after: 5.625rem;
        padding-block-end: 5.625rem;
    }
}
.p_fixed-buttons__button {
    height: 100%;
}

.sp-mt-16 {
    @media screen and (max-width: 768px) {
        margin-top: 16px;
    }
}

.c_heading {
    font-size: 40px;
    padding-block: 32px 20px;
}

dd.modal-calc-condition__description {
    margin-left: 8px;
}

@media screen and (max-width: 480px) {
    img {
        max-width: 100%;
        width: 100%;
    }
}
