.p_pointGas_panel {
    max-width: 1200px;
    padding: 18px 0 48px;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
        padding: 10px 0px 30px;
    }
}
.p_pointGas_panel_inner_wrapper {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 80px 48px 80px;
    @media screen and (max-width: 768px) {
        padding: 48px 16px;
    }
}
.p_pointGas_panel.is_current {
    display: block;
}
.p_pointGas_panel.second_panel {
    padding-bottom: 0;
}
.p_pointGas__wrap {
    display: flex;
    gap: 32px;
    -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;
    }
}

.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;
}
.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;
    }
}
.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: 32px 40px;
    margin-top: 32px;

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

.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;
        }
    }
}
.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;
}
.p_pointGas_general_content {
    padding: 0;
}
.electricity_rates_image {
    text-align: center;
    padding-bottom: 48px;
    border-bottom: 2px dashed rgba(1, 104, 182, 0.2);
    @media screen and (max-width: 768px) {
        padding-bottom: 30px;
        &.sp_no_dash {
            border-bottom: none;
        }
        img {
            width: 100%;
            height: auto;
        }
    }
}
.p_pointGas_general_content .c-sono1-contents__caution {
    margin-top: 48px;
    @media screen and (max-width: 768px) {
        margin-top: 0;
    }
}
.p_middle_align {
    justify-content: center;
}
.p_font_adjust {
    font-size: 16px;
}

/* modal style adjustment */
dt.modal-calc-condition__item {
    font-weight: 400;
}
.modal-calc-condition {
    line-height: 1.5;
}

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

dd.modal-calc-condition__description {
    margin-left: 8px;
}
li.modal-calc-condition__item {
    &.gas_custom_style {
        padding-right: 8px;
    }
}
