﻿*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:where([hidden]:not([hidden=until-found])) {
    display: none !important
}

:where(html) {
    -webkit-text-size-adjust: none;
    color-scheme: dark light
}

@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%
    }
}

:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui,sans-serif;
    -webkit-font-smoothing: antialiased
}

:where(input,button,textarea,select) {
    color: inherit;
    font: inherit
}

:where(textarea) {
    resize: vertical;
    resize: block
}

:where(button,label,select,summary,[role=button],[role=option]) {
    cursor: pointer
}

:where(:disabled) {
    cursor: not-allowed
}

:where(label:has(>input:disabled),label:has(+input:disabled)) {
    cursor: not-allowed
}

:where(button) {
    border-style: solid
}

:where(a) {
    text-underline-offset: .2ex
}

:where(ul,ol) {
    list-style: none
}

:where(img,svg,video,canvas,audio,iframe,embed,object) {
    display: block
}

:where(img,picture,svg) {
    max-inline-size: 100%;
    block-size: auto
}

:where(p,h1,h2,h3,h4,h5,h6) {
    overflow-wrap: break-word
}

:where(h1,h2,h3) {
    line-height: calc(1em + .5rem)
}

:where(hr) {
    border: none;
    -webkit-border-before: 1px solid;
    block-size: 0;
    overflow: visible;
    border-block-start: 1px solid;
    color: inherit
}

:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px
}

:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)) {
    -webkit-clip-path: inset(50%) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(50%) !important
}

:root {
    --leading-trim: calc((1em - 1lh)/2)
}

body {
    color: #141414;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: Noto Sans JP,sans-serif;
    font-optical-sizing: auto;
    letter-spacing: .075em;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

    body.is-open {
        height: 100%;
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none
    }

a {
    color: #141414;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    a:hover {
        opacity: .8
    }

input, button, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    font: inherit
}

textarea {
    resize: vertical
}

input[type=submit], input[type=button], label, button, select {
    cursor: pointer
}

    select::-ms-expand {
        display: none
    }

.l-header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

.l-header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: clamp(1.09375rem,1.0491071429rem + .2232142857vw,1.25rem);
    padding-right: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    padding-bottom: clamp(1.09375rem,1.0491071429rem + .2232142857vw,1.25rem);
    padding-left: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .l-header__top .c-hamburger {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 33.3333333333%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.l-header__top--logo-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-header__logo {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 33.3333333333%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.l-header__user {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 33.3333333333%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-header__user-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 0;
    right: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    justify-content: center;
    padding-top: clamp(.625rem,.625rem + 0vw,.625rem);
    padding-right: clamp(1.5625rem,1.5625rem + 0vw,1.5625rem);
    padding-bottom: clamp(.625rem,.625rem + 0vw,.625rem);
    padding-left: clamp(1.5625rem,1.5625rem + 0vw,1.5625rem);
    border-radius: 100vh;
    background-color: #88ba60;
    color: #fff;
    font-weight: 700;
    font-size: clamp(.875rem,.875rem + 0vw,.875rem);
    line-height: 100%;
}

.l-header__user-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: clamp(1.5625rem,1.4732142857rem + .4464285714vw,1.875rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-header__user-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .l-header__user-name:before {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(../../assets/img/icon/user.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

    .l-header__user-name span {
        display: block;
        margin-left: clamp(.625rem,.625rem + 0vw,.625rem);
        font-weight: 700;
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 100%
    }

.l-header__user-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: clamp(.625rem,.625rem + 0vw,.625rem)
}

    .l-header__user-info:before {
        display: inline-block;
        width: 1px;
        height: 20px;
        margin-right: clamp(.625rem,.625rem + 0vw,.625rem);
        background-color: #f0f0f0;
        content: ""
    }

    .l-header__user-info a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .l-header__user-info a:before {
            display: block;
            width: 24px;
            height: 24px;
            background-image: url(../../assets/img/icon/customer.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .l-header__user-info a span {
            display: block;
            margin-left: clamp(.625rem,.625rem + 0vw,.625rem);
            font-weight: 700;
            font-size: clamp(.875rem,.875rem + 0vw,.875rem);
            line-height: 100%
        }

.l-header__bottom {
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 10px 10px #ededed;
    box-shadow: 0 10px 10px #ededed
}

.l-header__bottom-inner {
    max-width: 1000px; /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/22 Fix */
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.l-header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: clamp(.9375rem,.9375rem + 0vw,.9375rem);
    padding-bottom: clamp(.9375rem,.9375rem + 0vw,.9375rem)
}

.l-header__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%; /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/22 Fix */
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0
}

    .l-header__list-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(.1875rem,.1875rem + 0vw,.1875rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(.1875rem,.1875rem + 0vw,.1875rem);
        color: #88ba60;
        font-weight: 700;
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 100%
    }

        .l-header__list-item a:before {
            display: block;
            min-width: 19px;
            margin-right: clamp(.625rem,.625rem + 0vw,.625rem);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

.l-header__list-item--top a:before {
    width: 24px;
    height: 22px;
    background-image: url(../images/icon/top.svg)
}

.l-header__list-item--comparison a:before {
    width: 24px;
    height: 18px;
    background-image: url(../images/icon/comparison.svg)
}

.l-header__list-item--billing a:before {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/billing.svg)
}

.l-header__list-item--procedure a:before {
    width: 19px;
    height: 24px;
    background-image: url(../images/icon/procedure.svg)
}

.l-header__list-item--faq a:before {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/faq.svg)
}

.l-header__list-item--news a:before {
    width: 24px;
    height: 28px;
    background-image: url(../images/icon/news.svg)
}

.l-footer {
    margin-top: auto;
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update */
    padding-top: clamp(3.75rem,3.75rem + 0vw,3.75rem);
    padding-bottom: clamp(2.5rem,2.5rem + 0vw,2.5rem);
    background-color: #88ba60
}

.l-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    row-gap: 40px;
    flex-wrap: wrap
}

.l-footer__links-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .l-footer__links-list li a {
        color: #fff;
        font-weight: 700
    }

.l-footer__links-list--top li {
    font-size: clamp(.875rem,.875rem + 0vw,.875rem);
    line-height: 100%
}

    .l-footer__links-list--top li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .l-footer__links-list--top li + li {
        margin-left: clamp(.9375rem,.6696428571rem + 1.3392857143vw,1.875rem)
    }

.l-footer__links-list--bottom li {
    font-size: clamp(.75rem,.75rem + 0vw,.75rem);
    line-height: 100%
}

    .l-footer__links-list--bottom li + li {
        margin-left: clamp(.625rem,.4464285714rem + .8928571429vw,1.25rem)
    }

.l-footer__copy {
    display: block;
    margin-top: clamp(3.75rem,3.75rem + 0vw,3.75rem);
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem);
    line-height: 100%;
    font-family: Poppins,sans-serif;
    text-align: center
}

.l-main {
    /*    KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Delete */
    /*    padding-top: clamp(10rem,8.9285714286rem + 5.3571428571vw,13.75rem)*/
}

.l-main--login, .l-main--register_form {
    /*    KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Delete */
    /*    padding-top: clamp(5.625rem,4.375rem + 6.25vw,10rem)*/
}

.l-inner {
    /* SYANAI_MISMU-29 KVN/QuocBao 2025/01/17 Update */
    max-width: 1320px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.l-inner--wide {
    max-width: 1120px
}

/* NghiaNT_ギア - 2025/01/21 - SYANAI_YOSHIMURA_A_WEB-29 - Set full of swiper slide */
.l-inner--full {
    width: 100% !important;
    max-width: none !important;
    max-height: 100%;
    padding: 0 !important;
}

.l-inner--narrow {
    width: 100%;
}

.c-hamburger:hover {
    cursor: pointer
}

.c-hamburger__border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 18px
}

    .c-hamburger__border span {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 8px;
        background-color: #88ba60;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .c-hamburger__border span:nth-of-type(1) {
            top: 0
        }

        .c-hamburger__border span:nth-of-type(2) {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .c-hamburger__border span:nth-of-type(3) {
            bottom: 0
        }

.c-hamburger.is-open .c-hamburger__border span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.c-hamburger.is-open .c-hamburger__border span:nth-of-type(2) {
    opacity: 0
}

.c-hamburger.is-open .c-hamburger__border span:nth-of-type(3) {
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.c-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 99;
    position: fixed;
    top: 72px;
    left: -100%;
    width: 100%;
    height: 100%;
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update */
    /*overflow-y: scroll;*/
    background-color: #88ba60;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .c-nav.is-open {
        visibility: visible;
        left: 0;
        opacity: 1
    }

    .c-nav p {
        color: #fff;
        text-align: center
    }

.c-nav__list {
    margin-top: 1em
}

    .c-nav__list li {
        text-align: center
    }

        .c-nav__list li a {
            color: #fff;
            text-decoration: underline
        }

        .c-nav__list li + li {
            margin-top: 1em
        }

.c-banner {
    margin-top: clamp(3.75rem,2.6785714286rem + 5.3571428571vw,7.5rem);
    margin-bottom: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}

.c-banner__inner {
    display: grid;
    grid-template-rows: auto auto;
    /*    KVN/BuiQuangLoi - 2025/01/20 - SYANAI_MISUMI-28 - Update ↓↓↓ */
    /*    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));*/
    grid-template-columns: auto auto;
    /*    KVN/BuiQuangLoi - 2025/01/20 - SYANAI_MISUMI-28 - Update ↑↑↑ */
    max-width: 1232px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    gap: 24px
}

.c-banner__item img {
    border-radius: 20px
}

.c-title {
    color: #88ba60;
    font-weight: 700;
    font-size: clamp(1.25rem,1.0357142857rem + 1.0714285714vw,2rem);
    text-align: center;
    --webkit-margin-after: calc(80px + var(--leading-trim));
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
    margin-block-end: calc(40px + var(--leading-trim))
}

.c-title--low {
    margin-bottom: clamp(1rem,.75rem + 1.25vw,1.875rem)
}

.c-sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #88ba60;
    font-weight: 700;
    font-size: clamp(1rem,.9642857143rem + .1785714286vw,1.125rem);
    line-height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-after: calc(32px + var(--leading-trim));
    margin-block-end: calc(32px + var(--leading-trim))
}

    .c-sub-title:before {
        display: block;
        width: 4px;
        height: 16px;
        margin-right: clamp(.9375rem,.8482142857rem + .4464285714vw,1.25rem);
        border-radius: 8px;
        background-color: #88ba60;
        content: ""
    }

.c-button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .c-button-block .c-button {
        margin-right: clamp(.5rem,.3571428571rem + .7142857143vw,1rem);
        margin-left: clamp(.5rem,.3571428571rem + .7142857143vw,1rem)
    }

.c-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #88ba60;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 60px;
    margin: 0 auto;
    border: none;
    border-radius: 100vh;
    font-size: clamp(1rem,1rem + 0vw,1rem);
    line-height: 100%
}

.c-button--orange {
    background-color: #f04b0e
}

.c-button--arrow {
    position: relative
}

    .c-button--arrow:after {
        display: block;
        width: 6px;
        min-width: 6px;
        height: 12px;
        min-height: 12px;
        background-image: url(../../assets/img/icon/arrow_right_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

    .c-button--arrow:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        right: 30px;
        transform: translateY(-50%)
    }

.c-button--white {
    background-color: #fff;
    color: #88ba60
}

    .c-button--white.c-button--arrow:after {
        display: block;
        width: 6px;
        min-width: 6px;
        height: 12px;
        min-height: 12px;
        background-image: url(../../assets/img/icon/arrow_right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

.c-form__block + .c-form__block {
    margin-top: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem)
}

.c-form__block--high {
    margin-top: clamp(1.5rem,1.3571428571rem + .7142857143vw,2rem) !important
}

.c-form__label-text {
    font-weight: 700;
    font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
    line-height: 100%
}

.c-form__input {
    display: block;
    width: 100%;
    margin-top: clamp(.75rem,.75rem + 0vw,.75rem);
    padding-top: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
    padding-right: clamp(1rem,1rem + 0vw,1rem);
    padding-bottom: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
    padding-left: clamp(1rem,1rem + 0vw,1rem);
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #fff;
    font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
    line-height: 100%
}

    .c-form__input::-webkit-input-placeholder {
        color: #d6d6d6
    }

    .c-form__input::-moz-placeholder {
        color: #d6d6d6
    }

    .c-form__input:-ms-input-placeholder {
        color: #d6d6d6
    }

    .c-form__input::-ms-input-placeholder {
        color: #d6d6d6
    }

    .c-form__input::placeholder {
        color: #d6d6d6
    }

.c-form__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .c-form__checkbox + .c-form__checkbox {
        margin-top: clamp(1rem,1rem + 0vw,1rem)
    }

    .c-form__checkbox input[type=checkbox] {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
        border: 1px solid #d6d6d6;
        border-radius: 2px;
        background-color: #fff
    }

        .c-form__checkbox input[type=checkbox]:checked:before {
            position: absolute;
            top: 1px;
            left: 4px;
            width: 6px;
            height: 9px;
            content: "";
            -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
            border-right: 2px solid #88ba60;
            border-bottom: 2px solid #88ba60
        }

    .c-form__checkbox label {
        margin-left: clamp(.5rem,.5rem + 0vw,.5rem);
        font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
        line-height: 100%
    }

.c-form__checkbox--register_form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .c-form__checkbox--register_form input[type=checkbox] {
        margin-top: .3em
    }

    .c-form__checkbox--register_form label {
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 1.7142857143
    }

.c-form__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .c-form__links a {
        color: #88ba60;
        font-size: clamp(.8125rem,.7946428571rem + .0892857143vw,.875rem);
        line-height: 100%;
        text-decoration: underline
    }

        .c-form__links a + a {
            -webkit-margin-before: calc(16px + var(--leading-trim));
            margin-block-start: calc(16px + var(--leading-trim))
        }

.c-form__error {
    color: #88ba60;
    font-size: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
    line-height: 100%;
    -webkit-margin-before: calc(8px + var(--leading-trim));
    margin-block-start: calc(8px + var(--leading-trim))
}

.c-form__text {
    margin-top: clamp(.5rem,.4285714286rem + .3571428571vw,.75rem);
    font-size: clamp(1rem,1rem + 0vw,1rem);
    line-height: 100%
}

.c-form__input--edit {
    border: 1px solid #88ba60;
    background-color: #88ba601a
}

.c-form__checkbox-contents {
    text-align: center
}


.p-login__contents {
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    padding-bottom: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.p-login__inner {
    max-width: 440px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.p-register_form__contents {
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    padding-bottom: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.p-register_form__inner {
    max-width: 780px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.p-register_form__contact {
    margin-top: clamp(2rem,1.4285714286rem + 2.8571428571vw,4rem)
}

    .p-register_form__contact p {
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 1.5;
        text-align: center
    }

    .p-register_form__contact .c-button {
        margin-top: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem)
    }

.p-index__slider {
    -webkit-transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.p-index__slider-wrapper {
    position: relative
}

    .p-index__slider-wrapper .swiper-slide {
        width: 100%
    }

        .p-index__slider-wrapper .swiper-slide img {
            width: 100%;
            border-radius: 30px
        }

    .p-index__slider-wrapper .swiper-pagination {
        bottom: -48px !important;
        line-height: 8px
    }

    .p-index__slider-wrapper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 7px !important;
        background-color: #ededed
    }

    .p-index__slider-wrapper .swiper-pagination-bullet-active {
        background-color: #88ba60
    }

/*    KVN/BuiQuangLoi - 2025/01/20 - SYANAI_MISUMI-28 - Delete  */
/*.p-index__feature {*/
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
    /*padding-top: 0;
}*/

    .p-index__feature .p-news__list {
        background: #fff;
    /* SYANAI_MISMU-32 KVN/QuangNgoc 2025/01/21 Delete Start*/
    /*    padding-top: clamp(1.5625rem,1.5625rem + 0vw,1.5625rem);
        padding-right: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        padding-bottom: clamp(1.5625rem,1.5625rem + 0vw,1.5625rem);
    padding-left: clamp(1.875rem,1.875rem + 0vw,1.875rem);*/
    /* SYANAI_MISMU-32 KVN/QuangNgoc 2025/01/21 Delete End*/
    }

        .p-index__feature .p-news__list li {
            padding-bottom: 0;
            border-bottom: 0
        }

            .p-index__feature .p-news__list li a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

            .p-index__feature .p-news__list li .head time {
                margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem)
            }

            .p-index__feature .p-news__list li .head .label {
                margin-left: 0
            }

            .p-index__feature .p-news__list li p {
                margin-top: 0;
                margin-left: clamp(1.875rem,1.875rem + 0vw,1.875rem)
            }

            .p-index__feature .p-news__list li + li {
                padding-top: clamp(1.125rem,1.125rem + 0vw,1.125rem);
            }

.p-index__billing {
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
    padding-top: clamp(0.75rem,3.3928571429rem + -1.214286vw,2rem);
}

.p-index__billing-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-index__billing-amount {
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    min-width: 300px;
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding: clamp(1.875rem,1.6964285714rem + .8928571429vw,2.5rem);
    border-radius: 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(#3ba27e),to(#88ba60));
    background: linear-gradient(#3ba27e,#88ba60);
    box-shadow: 0 0 30px #ededed;
    color: #fff
}

    .p-index__billing-amount h2 {
        font-weight: 700;
        font-size: clamp(1.25rem,1.0357142857rem + 1.0714285714vw,2rem);
        line-height: 100%
    }

    .p-index__billing-amount p {
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 100%;
        -webkit-margin-before: calc(16px + var(--leading-trim));
        margin-block-start: calc(16px + var(--leading-trim))
    }

    .p-index__billing-amount .amount-total {
        margin-top: clamp(1.25rem,1.1607142857rem + .4464285714vw,1.5625rem);
        text-align: right
    }

        .p-index__billing-amount .amount-total span.poppins {
            font-style: normal;
            font-weight: 400;
            font-weight: 600;
            font-size: clamp(3.75rem,3.75rem + 0vw,3.75rem);
            line-height: 1;
            font-family: Poppins,sans-serif
        }

        .p-index__billing-amount .amount-total span.unit {
            display: inline-block;
            margin-left: clamp(.625rem,.625rem + 0vw,.625rem);
            font-size: clamp(2rem,2rem + 0vw,2rem);
            line-height: 100%
        }

    .p-index__billing-amount table {
        width: 100%;
        margin-top: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem);
        border-collapse: collapse
    }

        .p-index__billing-amount table th, .p-index__billing-amount table td {
            padding-top: clamp(.4375rem,.3482142857rem + .4464285714vw,.75rem);
            padding-bottom: clamp(.4375rem,.3482142857rem + .4464285714vw,.75rem);
            border-bottom: 1px solid #f0f0f0;
            font-weight: 400;
            vertical-align: middle
        }

            .p-index__billing-amount table th span.poppins, .p-index__billing-amount table td span.poppins {
                font-style: normal;
                font-weight: 400;
                font-weight: 600;
                font-size: clamp(1rem,.8571428571rem + .7142857143vw,1.5rem);
                font-family: Poppins,sans-serif
            }

            .p-index__billing-amount table th span.unit, .p-index__billing-amount table td span.unit {
                display: inline-block;
                margin-left: clamp(.25rem,.25rem + 0vw,.25rem);
                font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem)
            }

        .p-index__billing-amount table th {
            font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
            text-align: left
        }

        .p-index__billing-amount table td {
            text-align: right
        }

    .p-index__billing-amount .amount-button {
        margin-top: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem)
    }

.p-index__billing-chart {
    -webkit-flex-basis: 640px;
    -ms-flex-preferred-size: 640px;
    flex-basis: 640px;
    margin-left: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem)
}

    .p-index__billing-chart .c-title {
        -webkit-margin-after: calc(20px + var(--leading-trim));
        margin-block-end: calc(20px + var(--leading-trim))
    }

.p-index__billing-chart-button .c-button {
    margin: unset;
    margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    margin-left: auto
}

.p-index__news {
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update START */
    padding-top: clamp(-0.25rem,3.3928571429rem + -6.214286vw,5rem);
    margin-top: 1.5rem;
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update END */
}

.p-index__news-contents {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(1.875rem,1.5178571429rem + 1.7857142857vw,3.125rem);
    padding-right: clamp(1.25rem,.1785714286rem + 5.3571428571vw,5rem);
    padding-bottom: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem);
    padding-left: clamp(1.25rem,.1785714286rem + 5.3571428571vw,5rem);
    border-radius: 20px;
    box-shadow: 0 0 30px #ededed
}

    .p-index__news-contents .p-news__list li a {
        -webkit-box-shadow: none;
        padding: 0;
        padding-bottom: clamp(1.125rem,1.0892857143rem + .1785714286vw,1.25rem);
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        box-shadow: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .p-index__news-contents .p-news__list li a:hover {
            border-bottom: 1px solid #88ba60
        }

    .p-index__news-contents .p-news__list li p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.p-index__news-all-link {
    margin-top: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem);
    text-align: center
}

    .p-index__news-all-link a {
        display: inline-block;
        position: relative;
        padding: 0 50px;
        color: #88ba60;
        font-size: clamp(1rem,1rem + 0vw,1rem);
        line-height: 100%
    }

        .p-index__news-all-link a:after {
            display: block;
            width: 6px;
            min-width: 6px;
            height: 12px;
            min-height: 12px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .p-index__news-all-link a:after {
            position: absolute;
            top: 3px;
            right: 0
        }

.p-use_default__container + .p-use_default__container {
    margin-top: clamp(3.75rem,3.3928571429rem + 1.7857142857vw,5rem)
}

.p-use_default__switch-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-use_default__switch-type-button {
    -webkit-transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 290px;
    height: 50px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color: #d2ebe2;
    color: #62a890;
    transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: clamp(1rem,1rem + 0vw,1rem);
    line-height: 100%
}

    .p-use_default__switch-type-button.is-active {
        background-color: #88ba60;
        color: #fff
    }

.p-use_default__switch-type-button--gas {
    margin-right: clamp(.3125rem,.2232142857rem + .4464285714vw,.625rem)
}

.p-use_default__switch-type-button--electricity {
    margin-left: clamp(.3125rem,.2232142857rem + .4464285714vw,.625rem)
}

.p-use_default__contents {
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(1.875rem,1.5178571429rem + 1.7857142857vw,3.125rem);
    padding-right: clamp(1.25rem,.7142857143rem + 2.6785714286vw,3.125rem);
    padding-bottom: clamp(1.875rem,1.5178571429rem + 1.7857142857vw,3.125rem);
    padding-left: clamp(1.25rem,.7142857143rem + 2.6785714286vw,3.125rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.p-use_default__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(.78125rem,.1830357143rem + 2.9910714286vw,2.875rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-use_default__period {
    font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
    line-height: 100%
}

.p-use_default__switch-units {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    padding-top: clamp(.15625rem,.1473214286rem + .0446428571vw,.1875rem);
    padding-right: clamp(.15625rem,.1294642857rem + .1339285714vw,.25rem);
    padding-bottom: clamp(.15625rem,.1473214286rem + .0446428571vw,.1875rem);
    padding-left: clamp(.15625rem,.1294642857rem + .1339285714vw,.25rem);
    border-radius: 5px;
    background-color: #f0f0f0
}

.p-use_default__switch-units-button {
    -webkit-transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 26px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: clamp(.8125rem,.7410714286rem + .3571428571vw,1.0625rem);
    line-height: 100%
}

    .p-use_default__switch-units-button.is-active {
        background-color: #88ba60;
        color: #fff
    }

.p-use_default__select-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-use_default__select {
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    flex-basis: 240px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .p-use_default__select:after {
        display: block;
        width: 6px;
        min-width: 6px;
        height: 12px;
        min-height: 12px;
        background-image: url(../../assets/img/icon/arrow_right_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

    .p-use_default__select:after {
        pointer-events: none;
        -webkit-transform: rotate(90deg);
        position: absolute;
        right: 20px;
        transform: rotate(90deg)
    }

    .p-use_default__select select {
        text-align: center;
        -moz-text-align-last: center;
        width: 100%;
        height: 45px;
        border-radius: 100vh;
        background-color: #88ba60;
        color: #fff;
        font-size: clamp(1rem,1rem + 0vw,1rem);
        line-height: 100%;
        text-align-last: center;
        cursor: pointer
    }

        .p-use_default__select select:focus {
            outline: none
        }

.p-use_default__value {
    -webkit-flex-basis: 600px;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    margin-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    -webkit-box-shadow: 0px 0px 30px #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: clamp(1.875rem,1.75rem + .625vw,2.3125rem);
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-bottom: clamp(1.875rem,1.625rem + 1.25vw,2.75rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.p-use_default__days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .p-use_default__days h3 {
        font-weight: 400;
        font-size: clamp(1rem,1rem + 0vw,1rem);
        line-height: 100%
    }

    .p-use_default__days p {
        margin-top: clamp(.625rem,.4464285714rem + .8928571429vw,1.25rem);
        color: #88ba60;
        font-weight: 700;
        font-size: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem);
        line-height: 1.2;
        letter-spacing: 0
    }

        .p-use_default__days p span {
            margin-right: clamp(.125rem,.125rem + 0vw,.125rem);
            font-style: normal;
            font-weight: 400;
            font-weight: 600;
            font-size: clamp(2.5rem,2.1428571429rem + 1.7857142857vw,3.75rem);
            font-family: Poppins,sans-serif;
            letter-spacing: 0
        }

.p-use_default__days-border {
    width: 2px;
    height: 117px;
    margin-right: clamp(1.875rem,.8392857143rem + 5.1785714286vw,5.5rem);
    margin-left: clamp(1.875rem,.8392857143rem + 5.1785714286vw,5.5rem);
    background-color: #d6d6d6
}

.p-bill_default__contents {
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(1.5rem,1.0714285714rem + 2.1428571429vw,3rem);
    padding-bottom: clamp(1.5rem,1.0714285714rem + 2.1428571429vw,3rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

    .p-bill_default__contents + .p-bill_default__contents {
        margin-top: clamp(2.5rem,2.0714285714rem + 2.1428571429vw,4rem)
    }

.p-bill_default__inner {
    max-width: 1250px; /* SYANAI_MISUMI-19 KVN/QuocBao 2025/01/07 Update */
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.p-bill_default__results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .p-bill_default__results .message {
        -webkit-flex-basis: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
        font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
        line-height: 1.75
    }

    .p-bill_default__results .company-info {
        -webkit-flex-basis: 320px;
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
        color: #88ba60;
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 1.5
    }

        .p-bill_default__results .company-info .company-name {
            font-weight: 700
        }

        .p-bill_default__results .company-info p + p {
            -webkit-margin-before: calc(12px + var(--leading-trim));
            margin-block-start: calc(12px + var(--leading-trim))
        }

.p-bill_default__v-point {
    margin-top: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem);
    color: #88ba60;
    font-weight: 700;
    font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
    line-height: 1.75
}

.p-bill_default__table-contents {
    margin-top: clamp(3.75rem,3.6785714286rem + .3571428571vw,4rem)
}

    .p-bill_default__table-contents + .p-bill_default__table-contents {
        margin-top: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem)
    }

.p-bill_default__table-block + .p-bill_default__table-block {
    margin-top: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem)
}

.p-bill_default__table-title {
    padding-top: clamp(.375rem,.3392857143rem + .1785714286vw,.5rem);
    padding-bottom: clamp(.375rem,.3392857143rem + .1785714286vw,.5rem);
    border: 1px solid #ededed;
    border-bottom: none;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color: #88ba60;
    color: #fff;
    font-weight: 700;
    font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
    line-height: 100%;
    text-align: center
}

.p-bill_default__table + .p-bill_default__table {
    margin-top: clamp(1rem,1rem + 0vw,1rem)
}

    .p-bill_default__table + .p-bill_default__table table {
        border-top-right-radius: 14px;
        border-top-left-radius: 14px
    }

.p-bill_default__table table {
    width: 100%;
    border: 1px solid #ededed;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-collapse: separate;
    border-spacing: 0;
    letter-spacing: 0
}

    .p-bill_default__table table tr:last-child th, .p-bill_default__table table tr:last-child td {
        border-bottom: none
    }

    .p-bill_default__table table th, .p-bill_default__table table td {
        width: 25%;
        padding-top: clamp(.5rem,.5rem + 0vw,.5rem);
        padding-right: clamp(.5rem,.3571428571rem + .7142857143vw,1rem);
        padding-bottom: clamp(.5rem,.5rem + 0vw,.5rem);
        padding-left: clamp(.5rem,.3571428571rem + .7142857143vw,1rem);
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
        line-height: 2;
        vertical-align: top
    }

        .p-bill_default__table table th.bold, .p-bill_default__table table td.bold {
            font-weight: 700
        }

            .p-bill_default__table table th.bold .poppins, .p-bill_default__table table td.bold .poppins {
                font-weight: 600
            }

        .p-bill_default__table table th span.poppins, .p-bill_default__table table td span.poppins {
            font-style: normal;
            font-weight: 400;
            font-family: Poppins,sans-serif
        }

        .p-bill_default__table table th span.unit, .p-bill_default__table table td span.unit {
            display: inline-block;
            margin-left: clamp(.5rem,.5rem + 0vw,.5rem)
        }

        .p-bill_default__table table th .between, .p-bill_default__table table td .between {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .p-bill_default__table table th.single, .p-bill_default__table table td.single {
            padding-top: clamp(1.5625rem,1.5625rem + 0vw,1.5625rem);
            padding-bottom: clamp(1.5625rem,1.5625rem + 0vw,1.5625rem);
            color: #88ba60;
            text-align: center !important
        }

            .p-bill_default__table table th.single .poppins, .p-bill_default__table table td.single .poppins {
                font-weight: 600;
                font-size: clamp(1.5rem,1.5rem + 0vw,1.5rem);
                line-height: 100%
            }

            .p-bill_default__table table th.single .unit, .p-bill_default__table table td.single .unit {
                font-weight: 700;
                font-size: clamp(1rem,1rem + 0vw,1rem);
                line-height: 100%
            }

        .p-bill_default__table table th.left, .p-bill_default__table table td.left {
            text-align: left !important
        }

        .p-bill_default__table table th.last, .p-bill_default__table table td.last {
            /* SYANAI_MISUMI-19 KVN/QuocBao 2025/01/11 Update */
            /* font-size: clamp(.75rem,.75rem + 0vw,.75rem) !important; */
            font-size: clamp(.75rem, .6785714286rem + .3571428571vw, 1rem);
        }

    .p-bill_default__table table th {
        background-color: #f8f8f8;
        font-weight: 400;
        text-align: left
    }

    .p-bill_default__table table td:last-child {
        border-right: none;
        text-align: right
    }

.p-faq__container + .p-faq__container {
    margin-top: clamp(2.5rem,1.7857142857rem + 3.5714285714vw,5rem)
}

.p-faq__block {
    padding-top: clamp(.9375rem,.8482142857rem + .4464285714vw,1.25rem);
    padding-right: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem);
    padding-bottom: clamp(.9375rem,.8482142857rem + .4464285714vw,1.25rem);
    padding-left: clamp(1.25rem,1.0714285714rem + .8928571429vw,1.875rem);
    -webkit-box-shadow: 0px 0px 30px #ededed;
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

    .p-faq__block + .p-faq__block {
        margin-top: clamp(.625rem,.4464285714rem + .8928571429vw,1.25rem)
    }

    .p-faq__block details[open] summary:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .p-faq__block details[open] p {
        -webkit-animation: fadeIn .5s ease;
        animation: fadeIn .5s ease
    }

    .p-faq__block summary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-weight: 700;
        font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
        line-height: 1.75;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .p-faq__block summary:after {
            display: block;
            width: 6px;
            min-width: 6px;
            height: 12px;
            min-height: 12px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .p-faq__block summary:after {
            -webkit-transform: rotate(90deg);
            margin-left: clamp(.625rem,.625rem + 0vw,.625rem);
            transform: rotate(90deg)
        }

        .p-faq__block summary:hover {
            cursor: pointer
        }

        .p-faq__block summary::-webkit-details-marker {
            display: none
        }

    .p-faq__block p {
        font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
        line-height: 1.75;
        -webkit-margin-before: calc(24px + var(--leading-trim));
        margin-block-start: calc(24px + var(--leading-trim))
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.p-news__list li {
    padding-bottom: clamp(1.125rem,1.0892857143rem + .1785714286vw,1.25rem);
}

    .p-news__list li .head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }

        .p-news__list li .head time {
            color: #141414;
            font-style: normal;
            font-weight: 400;
            font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
            line-height: 100%;
            font-family: Poppins,sans-serif
        }

        .p-news__list li .head span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            color: #141414;
            font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
            line-height: 100%;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
            padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
            padding-right: clamp(1.5rem,1.5rem + 0vw,1.5rem);
            padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
            padding-left: clamp(1.5rem,1.5rem + 0vw,1.5rem);
            border-radius: 100vh
        }

            .p-news__list li .head span.notice {
                background-color: #d2ebe2;
                color: #88ba60
            }

        .p-news__list li .head .label {
            display: inline-block;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            font-style: normal;
            font-weight: 400;
            font-weight: 700;
            font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
            line-height: 100%;
            font-family: Poppins,sans-serif;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
            padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
            padding-right: clamp(.75rem,.75rem + 0vw,.75rem);
            padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
            padding-left: clamp(.75rem,.75rem + 0vw,.75rem);
            border-radius: 8px
        }

            .p-news__list li .head .label.new {
                border: 1px solid #f04b0e;
                color: #f04b0e
            }

    .p-news__list li p {
        margin-top: clamp(.625rem,.5535714286rem + .3571428571vw,.875rem);
        color: #141414;
        font-size: clamp(1rem,.9642857143rem + .1785714286vw,1.125rem)
    }

    .p-news__list li + li {
        margin-top: clamp(1.125rem,1.0892857143rem + .1785714286vw,1.25rem)
    }

.pc-only {
    display: inline-block
}

.tablet-only, .sp-only {
    display: none
}

@media (max-width: 1023px) {
    .p-index__billing-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-index__billing-amount {
        -webkit-box-shadow: 0px 0px 15px #ededed;
        padding: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        border-radius: 20px;
        box-shadow: 0 0 15px #ededed;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        width: 100%
    }

        .p-index__billing-amount h2 {
            font-size: clamp(1.25rem,1.25rem + 0vw,1.25rem);
            text-align: center
        }

        .p-index__billing-amount p {
            font-size: clamp(.875rem,.875rem + 0vw,.875rem);
            -webkit-margin-before: calc(10px + var(--leading-trim));
            margin-block-start: calc(10px + var(--leading-trim));
            text-align: center
        }

        .p-index__billing-amount .amount-total {
            margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem);
            text-align: center
        }

            .p-index__billing-amount .amount-total span.poppins {
                font-size: clamp(3.875rem,3.875rem + 0vw,3.875rem)
            }

            .p-index__billing-amount .amount-total span.unit {
                margin-left: clamp(.75rem,.75rem + 0vw,.75rem);
                font-size: clamp(1.875rem,1.875rem + 0vw,1.875rem)
            }

        .p-index__billing-amount table {
            margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
        }

            .p-index__billing-amount table th, .p-index__billing-amount table td {
                padding-top: clamp(.4375rem,.4375rem + 0vw,.4375rem);
                padding-bottom: clamp(.4375rem,.4375rem + 0vw,.4375rem)
            }

                .p-index__billing-amount table th span.poppins, .p-index__billing-amount table td span.poppins {
                    font-size: clamp(1rem,1rem + 0vw,1rem)
                }

                .p-index__billing-amount table th span.unit, .p-index__billing-amount table td span.unit {
                    font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
                }

            .p-index__billing-amount table th {
                font-size: clamp(.875rem,.875rem + 0vw,.875rem)
            }

        .p-index__billing-amount .amount-button {
            margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
        }

    .p-index__billing-chart {
        /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
        margin-top: clamp(-3.25rem,3.75rem + -8vw,3.75rem);
        margin-left: 0;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        width: 100%
    }

        .p-index__billing-chart .c-title {
            -webkit-margin-after: calc(16px + var(--leading-trim));
            margin-block-end: calc(16px + var(--leading-trim))
        }

    .p-index__billing-chart-button .c-button {
        margin: 0 auto;
        margin-top: clamp(1.875rem,1.875rem + 0vw,1.875rem)
    }

    .pc-only {
        display: none
    }

    .tablet-only {
        display: inline-block
    }

    .sp-only {
        display: none
    }
}

/*    KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Update ↓↓↓ */
/* SYANAI_MISMU-20 KVN/QuangNgoc 2025/01/08 Add Start*/
/*@media (max-width: 639px){
    .c-banner__inner{
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    }
}
@media (max-width: 420px) {
    .c-banner__inner {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    }
}
@media (max-width: 1245px) {
    .c-banner .c-banner__inner {
        grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
        max-width: 1026px;
    }
}
@media (max-width: 718px) {
    .c-banner .c-banner__inner {
        grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
        max-width: 1026px;
    }
}*/
/* SYANAI_MISMU-20 KVN/QuangNgoc 2025/01/08 Add End*/

@media (min-width: 1270px) {
    .c-banner__inner {
        grid-template-columns: repeat(4,24%) !important;
    }
}
/*    KVN/BuiQuangLoi - 2025/01/20 - SYANAI_MISUMI-28 - Update ↑↑↑ */

@media (max-width: 767px) {
    .l-header {
        border-bottom: 1px solid #f0f0f0
    }

    .l-header__top {
        padding-top: clamp(1.09375rem,1.09375rem + 0vw,1.09375rem);
        padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        padding-bottom: clamp(1.09375rem,1.09375rem + 0vw,1.09375rem);
        padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

    .l-header__logo {
        max-width: 110px;
    }

    .l-header__user-button {
        display: none
    }

    .l-header__user-block {
        padding-top: 0
    }

    .l-header__user-name:before {
        width: 20px;
        height: 20px
    }

    .l-header__user-name span {
        display: none
    }

    .l-header__user-info a:before {
        width: 20px;
        height: 20px
    }

    .l-header__user-info a span, .l-header__bottom {
        display: none
    }

    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update */
    /*.l-footer {
        padding-top: clamp(4.375rem,4.375rem + 0vw,4.375rem);
        padding-bottom: clamp(3.125rem,3.125rem + 0vw,3.125rem)
    }*/

    .l-footer__inner {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        row-gap: 0;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-footer__logo {
        max-width: 174px
    }

    /*KVN/Truong - 2025/03/24 - SYANAI_YOSHIMURA_A_WEB-88*/
    .l-footer__links {
        margin-top: clamp(1.8rem,3.125rem + 0vw,1.125rem)
    }

    .l-footer__links-list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .l-footer__links-list--top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .l-footer__links-list--top li {
            font-size: clamp(1rem,1rem + 0vw,1rem)
        }

            .l-footer__links-list--top li a:after {
                display: block;
                width: 5px;
                min-width: 5px;
                height: 10px;
                min-height: 10px;
                background-image: url(../../assets/img/icon/arrow_right_white.svg);
                background-size: contain;
                background-repeat: no-repeat;
                content: ""
            }

            .l-footer__links-list--top li a:after {
                margin-left: clamp(.75rem,.75rem + 0vw,.75rem)
            }

            .l-footer__links-list--top li + li {
                margin-left: 0;
                -webkit-margin-before: calc(30px + var(--leading-trim));
                margin-block-start: calc(30px + var(--leading-trim))
            }

    .l-footer__links-list--bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        row-gap: 20px;
        flex-wrap: wrap
    }

        .l-footer__links-list--bottom li {
            width: 50%;
            font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
        }

            .l-footer__links-list--bottom li + li {
                margin-left: 0
            }

    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update */
    /*.l-footer__copy {
        margin-top: clamp(5rem,5rem + 0vw,5rem)
    }*/

    .l-main, .l-main--login, .l-main--register_form {
        /*    KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Delete */
        /*        padding-top: clamp(5.625rem,5.625rem + 0vw,5.625rem)*/
    }

    .c-hamburger__border {
        width: 20px;
        height: 12px
    }

    .c-nav {
        top: 61px
    }

    .c-banner {
        margin-top: clamp(3.75rem,3.75rem + 0vw,3.75rem)
    }

    .c-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .c-banner__item img {
        border-radius: 15px
    }

    .c-title {
        font-size: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        -webkit-margin-after: calc(40px + var(--leading-trim));
        /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
        margin-block-end: calc(25px + var(--leading-trim))
    }

    .c-title--low {
        /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
        margin-bottom: clamp(1.8rem,1rem + 0vw,1rem);
    }

    .c-sub-title {
        -webkit-margin-after: calc(16px + var(--leading-trim));
        margin-block-end: calc(16px + var(--leading-trim))
    }

        .c-sub-title:before {
            height: 15px;
            margin-right: clamp(.9375rem,.9375rem + 0vw,.9375rem)
        }

    .c-button-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .c-button-block .c-button {
            margin-right: 0;
            margin-left: 0
        }

            .c-button-block .c-button + .c-button {
                margin-top: clamp(.75rem,.75rem + 0vw,.75rem)
            }

    .c-button {
        max-width: 300px;
        height: 50px
    }

    .c-button--arrow:after {
        display: block;
        width: 5px;
        min-width: 5px;
        height: 10px;
        min-height: 10px;
        background-image: url(../../assets/img/icon/arrow_right_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

    .c-button--white.c-button--arrow:after {
        display: block;
        width: 5px;
        min-width: 5px;
        height: 10px;
        min-height: 10px;
        background-image: url(../../assets/img/icon/arrow_right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

    .c-form__block + .c-form__block {
        margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

    .c-form__block--high {
        margin-top: clamp(1.5rem,1.5rem + 0vw,1.5rem) !important
    }


    .c-form__block--highest {
        margin-top: clamp(2.5rem,2.0714285714rem + 2.1428571429vw,4rem) !important
    }

    .c-form__label-text {
        font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
    }

    .c-form__input {
        padding-top: clamp(.625rem,.625rem + 0vw,.625rem);
        padding-bottom: clamp(.625rem,.625rem + 0vw,.625rem);
        border-radius: 5px;
        font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
    }

    .c-form__checkbox label {
        font-size: clamp(.75rem,.75rem + 0vw,.75rem)
    }

    .c-form__checkbox--register_form label {
        font-size: clamp(.75rem,.75rem + 0vw,.75rem);
        line-height: 1.75
    }

    .c-form__links a {
        font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
    }

    .c-form__error {
        font-size: clamp(.625rem,.625rem + 0vw,.625rem)
    }

    .c-form__text {
        margin-top: clamp(.5rem,.5rem + 0vw,.5rem)
    }

    .p-login__contents, .p-register_form__contents {
        -webkit-box-shadow: 0px 0px 15px #ededed;
        padding-top: clamp(2.5rem,2.5rem + 0vw,2.5rem);
        padding-bottom: clamp(2.5rem,2.5rem + 0vw,2.5rem);
        border-radius: 10px;
        box-shadow: 0 0 15px #ededed
    }

    .p-register_form__contact {
        margin-top: clamp(2rem,2rem + 0vw,2rem)
    }

        .p-register_form__contact p {
            font-size: clamp(.875rem,.875rem + 0vw,.875rem);
            line-height: 1.7142857143
        }

        .p-register_form__contact .c-button {
            margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
        }

    .p-index__slider-wrapper .swiper-slide img {
        border-radius: 15px
    }

    .p-index__slider-wrapper .swiper-pagination {
        bottom: -38px !important;
        line-height: 6px
    }

    .p-index__slider-wrapper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 5px !important
    }

    /* SYANAI_MISUMI-33 KVN/QuocBao 2025/01/23 Update */
        .p-index__feature .p-news__list {
            padding: 0;
            -webkit-box-shadow: 0px 0px 15px #ededed;
            border-radius: 10px;
            box-shadow: 0 0 15px #ededed
        }

            .p-index__feature .p-news__list li a {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start
            }

            .p-index__feature .p-news__list li .head time {
                -webkit-box-ordinal-group: 1;
                -webkit-order: 0;
                -ms-flex-order: 0;
                order: 0;
                margin-left: 0
            }

            .p-index__feature .p-news__list li .head .label {
                -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
                -ms-flex-order: 2;
                order: 2;
                margin-left: clamp(.375rem,.375rem + 0vw,.375rem)
            }

            .p-index__feature .p-news__list li .head span {
                -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
                -ms-flex-order: 1;
                order: 1;
                margin-left: clamp(.375rem,.375rem + 0vw,.375rem)
            }

            .p-index__feature .p-news__list li p {
                margin-top: clamp(.75rem,.75rem + 0vw,.75rem);
                margin-left: 0
            }

    .p-index__news-contents {
        -webkit-box-shadow: 0px 0px 15px #ededed;
        padding-top: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        padding-bottom: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        border-radius: 10px;
        box-shadow: 0 0 15px #ededed
    }

        .p-index__news-contents .p-news__list li a {
            padding-bottom: clamp(1.125rem,1.125rem + 0vw,1.125rem)
        }

    .p-index__news-all-link {
        margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

        .p-index__news-all-link a {
            display: block;
            padding: 0
        }

            .p-index__news-all-link a:after {
                display: block;
                width: 5px;
                min-width: 5px;
                height: 10px;
                min-height: 10px;
                background-image: url(../../assets/img/icon/arrow_right.svg);
                background-size: contain;
                background-repeat: no-repeat;
                content: ""
            }

    .p-use_default__switch-type {
        padding-right: clamp(.625rem,.625rem + 0vw,.625rem);
        padding-left: clamp(.625rem,.625rem + 0vw,.625rem)
    }

    .p-use_default__switch-type-button {
        height: 45px
    }

    .p-use_default__switch-type-button--gas {
        margin-right: clamp(.3125rem,.3125rem + 0vw,.3125rem)
    }

    .p-use_default__switch-type-button--electricity {
        margin-left: clamp(.3125rem,.3125rem + 0vw,.3125rem)
    }

    .p-use_default__contents {
        -webkit-box-shadow: 0px 0px 15px #ededed;
        padding-top: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        padding-bottom: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        border-radius: 10px;
        box-shadow: 0 0 15px #ededed
    }

    .p-use_default__period {
        font-size: clamp(.75rem,.75rem + 0vw,.75rem)
    }

    .p-use_default__switch-units {
        width: 100px;
        padding-top: clamp(.15625rem,.15625rem + 0vw,.15625rem);
        padding-right: clamp(.15625rem,.15625rem + 0vw,.15625rem);
        padding-bottom: clamp(.15625rem,.15625rem + 0vw,.15625rem);
        padding-left: clamp(.15625rem,.15625rem + 0vw,.15625rem)
    }

    .p-use_default__switch-units-button {
        font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
    }

    .p-use_default__select-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .p-use_default__select {
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        width: 100%;
        max-width: 300px
    }

        .p-use_default__select:after {
            display: block;
            width: 5px;
            min-width: 5px;
            height: 10px;
            min-height: 10px;
            background-image: url(../../assets/img/icon/arrow_right_white.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

    .p-use_default__value {
        margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        margin-left: 0;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        width: 100%;
        -webkit-box-shadow: 0px 0px 15px #ededed;
        padding-top: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        padding-bottom: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        border-radius: 10px;
        box-shadow: 0 0 15px #ededed
    }

    .p-use_default__days p {
        margin-top: clamp(.625rem,.625rem + 0vw,.625rem);
        font-size: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

        .p-use_default__days p span {
            margin-right: 0;
            font-size: clamp(2.5rem,2.5rem + 0vw,2.5rem)
        }

    .p-use_default__days-border {
        width: 1px;
        height: 85px;
        margin-right: clamp(1.875rem,1.875rem + 0vw,1.875rem);
        margin-left: clamp(1.875rem,1.875rem + 0vw,1.875rem)
    }

    .p-bill_default__contents {
        -webkit-box-shadow: 0px 0px 15px #ededed;
        padding-top: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        padding-bottom: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        border-radius: 10px;
        box-shadow: 0 0 15px #ededed
    }

        .p-bill_default__contents + .p-bill_default__contents {
            margin-top: clamp(2.5rem,2.0714285714rem + 2.1428571429vw,4rem)
        }

    .p-bill_default__results {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .p-bill_default__results .message {
            -webkit-flex-basis: unset;
            -ms-flex-preferred-size: unset;
            flex-basis: unset;
            font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem);
            line-height: 1.5384615385
        }

        .p-bill_default__results .company-info {
            -webkit-flex-basis: unset;
            -ms-flex-preferred-size: unset;
            flex-basis: unset;
            margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem);
            font-size: clamp(.875rem,.875rem + 0vw,.875rem);
            line-height: 1.4285714286
        }

    .p-bill_default__v-point {
        margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 1.4285714286
    }

    .p-bill_default__table-contents {
        margin-top: clamp(3.75rem,3.75rem + 0vw,3.75rem)
    }

        .p-bill_default__table-contents + .p-bill_default__table-contents {
            margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
        }

    .p-bill_default__table-block + .p-bill_default__table-block {
        margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

    .p-bill_default__table-title {
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        font-size: clamp(.75rem,.75rem + 0vw,.75rem)
    }

    .p-bill_default__table + .p-bill_default__table table {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px
    }

    .p-bill_default__table table {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

        .p-bill_default__table table th, .p-bill_default__table table td {
            padding-right: clamp(.5rem,.5rem + 0vw,.5rem);
            padding-left: clamp(.5rem,.5rem + 0vw,.5rem);
            font-size: clamp(.75rem,.75rem + 0vw,.75rem);
            line-height: 1.6666666667
        }

            .p-bill_default__table table th span.unit, .p-bill_default__table table td span.unit {
                margin-left: clamp(.25rem,.25rem + 0vw,.25rem)
            }

            .p-bill_default__table table th .between p:first-child, .p-bill_default__table table td .between p:first-child {
                -webkit-flex-basis: 160px;
                -ms-flex-preferred-size: 160px;
                flex-basis: 160px
            }

            .p-bill_default__table table th.single .poppins, .p-bill_default__table table td.single .poppins {
                font-size: clamp(1.875rem,1.875rem + 0vw,1.875rem)
            }

            .p-bill_default__table table th.single .unit, .p-bill_default__table table td.single .unit {
                font-size: clamp(1.25rem,1.25rem + 0vw,1.25rem)
            }

            .p-bill_default__table table td:last-child {
                font-size: clamp(.875rem,.875rem + 0vw,.875rem)
            }

    .p-faq__container + .p-faq__container {
        margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
    }

    .p-faq__block {
        padding-top: clamp(.9375rem,.9375rem + 0vw,.9375rem);
        padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        padding-bottom: clamp(.9375rem,.9375rem + 0vw,.9375rem);
        padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
        -webkit-box-shadow: 0px 0px 15px #ededed;
        border-radius: 10px;
        box-shadow: 0 0 15px #ededed
    }

        .p-faq__block + .p-faq__block {
            margin-top: clamp(.625rem,.625rem + 0vw,.625rem)
        }

        .p-faq__block summary {
            font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem);
            line-height: 1.5384615385
        }

            .p-faq__block summary:after {
                display: block;
                width: 5px;
                min-width: 5px;
                height: 10px;
                min-height: 10px;
                background-image: url(../../assets/img/icon/arrow_right.svg);
                background-size: contain;
                background-repeat: no-repeat;
                content: ""
            }

        .p-faq__block p {
            font-size: clamp(.75rem,.75rem + 0vw,.75rem);
            line-height: 1.6666666667;
            -webkit-margin-before: calc(10px + var(--leading-trim));
            margin-block-start: calc(10px + var(--leading-trim))
        }

    .p-news__list li {
        padding-bottom: clamp(1.125rem,1.125rem + 0vw,1.125rem)
    }

        .p-news__list li .head time {
            font-size: clamp(.875rem,.875rem + 0vw,.875rem)
        }

        .p-news__list li .head span {
            margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
            padding-top: clamp(.25rem,.25rem + 0vw,.25rem);
            padding-right: clamp(.625rem,.625rem + 0vw,.625rem);
            padding-bottom: clamp(.25rem,.25rem + 0vw,.25rem);
            padding-left: clamp(.625rem,.625rem + 0vw,.625rem);
            border-radius: 11px;
            font-size: clamp(.75rem,.75rem + 0vw,.75rem)
        }

        .p-news__list li .head .label {
            margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
            padding-top: clamp(.125rem,.125rem + 0vw,.125rem);
            padding-right: clamp(.3125rem,.3125rem + 0vw,.3125rem);
            padding-bottom: clamp(.125rem,.125rem + 0vw,.125rem);
            padding-left: clamp(.3125rem,.3125rem + 0vw,.3125rem);
            border-radius: 4px;
            font-size: clamp(.75rem,.75rem + 0vw,.75rem)
        }

        .p-news__list li p {
            margin-top: clamp(.625rem,.625rem + 0vw,.625rem)
        }

        .p-news__list li + li {
            margin-top: clamp(1.125rem,1.125rem + 0vw,1.125rem)
        }

    .pc-only, .tablet-only {
        display: none
    }

    .sp-only {
        display: inline-block
    }
}

@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth
    }
}


/*address style*/

.chrgid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.chrgid__txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .chrgid__txt:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: sub;
        margin-right: 4px;
    }

    .chrgid__txt.-current:before {
        background: #88ba60;
    }

    .chrgid__txt.-last {
        margin-right: 6px;
    }

        .chrgid__txt.-last::before {
            background: #ccc;
        }

/*------------------*/

/*list_style*/

.p-bill_default__table-contents {
    margin: 20px;
}

.blitbl__table {
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 20px;
    border-collapse: separate;
    margin: 20px auto;
    overflow: hidden;
    letter-spacing: 0;
}

    .blitbl__table th,
    .blitbl__table td {
        border: 1px solid #ddd;
        padding: 15px;
        text-align: left;
    }

    .blitbl__table th {
        background-color: #88ba60;
        color: white;
        font-weight: bold;
    }

    .blitbl__table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .blitbl__table tbody tr:hover {
        background-color: #f1f1f1;
    }

    .blitbl__table td {
        font-size: 16px;
    }

    .blitbl__table a {
        color: #007B5F;
        text-decoration: none;
    }

        .blitbl__table a:hover {
            text-decoration: underline;
        }

.p-faq__block summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    outline: none;
}

.arrow {
    color: green;
    transition: transform 0.3s ease;
    margin-left: auto;
}

/*News*/

.nwsctn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    older syntax justify-content: center;
    standard method align-items: center;
    vertically center items
}


@media screen and (max-width: 768px) {
    .nwsctn {
        display: block;
    }
}

.nwscrd {
    background: #fff;
    padding: 20px 25px;
    width: calc(100% - 24px);
    margin-bottom: 16px;
    box-shadow: 1px 1px 10px -5px #bec3cd;
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    .nwscrd {
        width: 100%;
    }
}

.nwscrd:nth-last-of-type(2) {
    margin-bottom: 32px;
}

.nwscrd__top {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 12px;
}

.nwscrd__txt {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

    .nwscrd__txt.-top {
        margin-bottom: 12px;
    }

        .nwscrd__txt.-top span.-label {
            background: #88ba60;
            color: #fff;
            padding: 4px 4px;
            margin-right: 8px;
        }

            .nwscrd__txt.-top span.-label.-important {
                background: #d65655;
            }

        .nwscrd__txt.-top span.-date {
            font-size: 1rem;
        }

    .nwscrd__txt.-link a {
        color: #88ba60;
        text-decoration: underline;
    }

.nwscrd__title {
    font-size: 1.6rem;
    color: #88ba60;
    margin-bottom: 12px;
}


.nsibox {
    background: #fff;
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/17 Update */
    padding: 0;
}

.nsidte {
    margin-bottom: 16px;
}

.nsidte__txt {
    text-align: right;
    font-size: 14px;
}

.nsittl {
    margin-bottom: 24px;
}

.nsittl__title {
    text-align: center;
    font-size: 18px;
}

.nsimai {
    margin-bottom: 24px;
}

.nsimai__txt {
    font-size: 14px;
}

.nsibck {
    text-align: center;
}

    .nsibck a {
        background: #88ba60;
    }

.nwsctn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.nwscrd {
    background: #fff;
    padding: 20px 25px;
    width: calc(100% - 24px);
    margin-bottom: 16px;
    box-shadow: 1px 1px 10px -5px #bec3cd;
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    .nwscrd {
        width: 100%;
    }
}

.nwscrd:nth-last-of-type(2) {
    margin-bottom: 32px;
}

.nwscrd__top {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 12px;
}

.nwscrd__txt {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

    .nwscrd__txt.-top {
        margin-bottom: 12px;
    }

        .nwscrd__txt.-top span.-label {
            background: #88ba60;
            color: #fff;
            padding: 4px 4px;
            margin-right: 8px;
        }

            .nwscrd__txt.-top span.-label.-important {
                background: #d65655;
            }

        .nwscrd__txt.-top span.-date {
            font-size: 1rem;
        }

    .nwscrd__txt.-link a {
        color: #88ba60;
        text-decoration: underline;
    }

.nwscrd__title {
    font-size: 1.6rem;
    color: #88ba60;
    margin-bottom: 12px;
}

nwspgi {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}

.nwspgi__item {
    display: block;
    background: #88ba60;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    border-bottom: solid 3px #007db6;
}

    .nwspgi__item a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
    }



/*MYFORM*/

.mainbox {
    margin-bottom: 32px;
}

.mainbox__title {
    background: #88ba60;
    color: #fff;
    padding: 12px 16px;
    font-size: 1.6rem;
}

.mainbox__content {
    background: #fff;
    padding: 30px 20px;
}


.mytable {
    margin-bottom: 24px;
}

.mytable__table {
    display: -webkit-box;
    display: flex;
    max-width: 750px;
    margin: 0 auto 2px;
}

    .mytable__table dt {
        background: #88ba60;
        color: #fff;
        width: 250px;
        text-align: center;
        padding: 15px 10px;
        margin-right: 2px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .mytable__table dd {
        text-align: center;
        width: calc(100% - 250px);
        background: #f4f4f4;
        padding: 15px 10px;
        width: 500px;
    }

        .mytable__table dd span {
            font-size: 1.1rem;
            display: block;
            padding-top: 8px;
            color: #d65655;
        }

@media screen and (max-width: 768px) {
    .mytable__table {
        display: block;
    }

        .mytable__table dt {
            width: 100%;
        }

        .mytable__table dd {
            width: 100%;
        }
}

/*    KVN/QuangNgoc - 2025/03/25 - SYANAI_YOSHIMURA_A_WEB-90 - Add start */

@media screen and (max-width: 550px) {
    .btn-submit {
        padding: 16px 65px !important;
    }
}

@media screen and (max-width: 435px) {
    .btn-submit {
        font-size: 1rem !important;
        padding: 16px 45px !important;
    }
}
/*    KVN/QuangNgoc - 2025/03/25 - SYANAI_YOSHIMURA_A_WEB-90 - Add End */
.btn, .btn-mark, .btn-outline, .btn-submit {
    border: none;
    display: inline-block;
    background: #88ba60;
    color: white;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 8px 48px;
    border-radius: 16px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-tap-highlight-color: transparent;
    border-bottom: solid 3px #007db6;
}

    .btn:hover, .btn-mark:hover, .btn-outline:hover, .btn-submit:hover {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
        opacity: 0.7;
    }

    .btn:focus, .btn-mark:focus, .btn-outline:focus, .btn-submit:focus {
        outline: none;
    }

.btn-mark {
    position: relative;
    background: #88ba60;
}

    .btn-mark:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 31px;
        margin: auto;
        content: "";
        vertical-align: middle;
        box-sizing: border-box;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
    }

    .btn-mark:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: auto;
        right: 32px;
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-left: 3px solid #4fafd1;
    }

.btn-outline {
    background: transparent;
    border: solid 1px #6c757d;
    color: #6c757d;
    box-shadow: none;
}

    .btn-outline:hover {
        box-shadow: none;
    }

.btn-submit {
    padding: 16px 100px;
    border-radius: 24px;
    background: #4fafd1;
    border-bottom: solid #3198bc 3px;
}


.mpssub {
    text-align: center;
    color: #88ba60
}

.mpefrm {
    max-width: 940px;
    margin: auto; /* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Add */
}

.mpefrm__txt {
    font-size: 1.6rem;
    text-align: center;
    /* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Add ↓↓↓ */
    width: 100%;
    padding: 5px 0px;
    border-radius: 5px;
    /* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Add ↑↑↑ */
}

    .mpefrm__txt:read-only {
        background: #ccc;
    }

.mpefrm__submit {
    text-align: center;
}

    .mpefrm__submit input {
        background: #d65655;
        border-bottom: 3px solid #c54544;
    }

.btn-main {
    color: #fff !important;
    background: #88ba60;
    !important;
    border-bottom: 3px solid #007db6 !important;
}


.form__radio {
    display: none;
}

    .form__radio:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 5px;
        width: 12px;
        height: 12px;
        background: #88ba60;
        border-radius: 50%;
    }

    .form__radio + label {
        display: inline-block;
        padding-left: 25px;
        position: relative;
        margin-right: 15px;
    }

        .form__radio + label:before {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 1px;
            width: 20px;
            height: 20px;
            border: 1px solid #999;
            border-radius: 50%;
        }

.form__check {
    display: none;
}

    .form__check + label {
        padding-left: 20px;
        position: relative;
        display: block;
    }

        .form__check + label:before {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: -6px;
            width: 20px;
            height: 20px;
            border: 2px solid #999;
            border-radius: 0;
        }

    .form__check:checked + label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 0 2px;
    }

.form__file input[type="file"] {
    display: none;
}

.form__file label {
    background: #88ba60;
    color: white;
    font-size: 1.3rem;
    padding: 8px 10px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
}

    .form__file label:hover {
        opacity: 0.7;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

    .form__file label:after {
        content: "選択されていません";
        color: #333;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        /*     right: -140px;*/
        top: calc(50% - 10px);
    }

    .form__file label.changed:after {
        content: "";
    }

.form__file .filename {
    font-size: 12px;
}

input[type="date"].form__txt {
    width: 200px;
}
/*    KVN/QuangNgoc - 2025/03/25 - SYANAI_YOSHIMURA_A_WEB-90 - Add start */
.mypage_password_input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px
}

.password_input {
    border: none;
    flex: 1;
    padding-bottom: 14px;
}

.mypage_password_input:focus-within {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.password_input::placeholder {
    font-size: 11px;
}

@media(max-width: 500px) {
    .password_input {
        padding-bottom: 5px;
    }
}

.password_view_input {
    margin-right: 5px;
}
/*    KVN/QuangNgoc - 2025/03/25 - SYANAI_YOSHIMURA_A_WEB-90 - Add End */

.swiper-container {
    /*  SYANAI_MISUMI-33 - Full of swiper width
    margin-left: 25%;
    margin-right: 15%;
    */
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* NghiaNT_ギア - 2025/01/22 - SYANAI_MISUMI-33 - 開始 */
.swiper-slide {
    flex-shrink: 0;
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    border-radius: 30px;
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: fill; /* SYANAI_MISUMI-33 KVN/QuocBao 2025/01/24 Fix */
}

/* NghiaNT_ギア - 2025/01/22 - SYANAI_MISUMI-33 - 終了 */

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}   

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    /*width: calc(var(--swiper-navigation-size) / 44 * 27);*/
    width: 700px;
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-button-next.swiper-button-white {
        --swiper-navigation-color: #ffffff;
    }

    .swiper-button-prev.swiper-button-black,
    .swiper-button-next.swiper-button-black {
        --swiper-navigation-color: #000000;
    }

.swiper-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute; /*    KVN/BuiQuangLoi - 2025/01/20 - SYANAI_MISUMI-28 - Update */
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(-12px, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    margin: 0 7px !important;   /* NghiaNT_ギア - 2025/01/22 - SYANAI_MISUMI-33 - Space between pagination  */
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #88ba60;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: 200ms transform, 200ms top;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: 200ms transform, 200ms left;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-vertical > .swiper-pagination-progressbar,
    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


/*    Forget style*/

.p-login__container + .p-login__container {
    margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}

.l-shadow-contents {
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    padding-bottom: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.l-shadow-contents__inner {
    max-width: 780px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.l-shadow-contents__inner--narrow {
    max-width: 440px
}


/*Mypage form style*/

.c-form__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #acacac;
    font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
    line-height: 1.5;
    -webkit-margin-before: calc(8px + var(--leading-trim));
    margin-block-start: calc(8px + var(--leading-trim))
}

    .c-form__note span.symbol {
        margin-right: clamp(.25rem,.1785714286rem + .3571428571vw,.5rem)
    }

.c-form__radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(.75rem,.5357142857rem + 1.0714285714vw,1.5rem);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(.5rem,.5rem + 0vw,.5rem) clamp(3.125rem,2.8571428571rem + 1.3392857143vw,4.0625rem)
}

    .c-form__radio label input[type=radio] {
        position: relative;
        width: 16px;
        height: 16px;
        border: 1px solid #707070;
        border-radius: 50%
    }

        .c-form__radio label input[type=radio]:checked:before {
            position: absolute;
            top: 50%;
            content: "";
            -webkit-transform: translate(-50%,-50%);
            left: 50%;
            width: 10px;
            height: 10px;
            transform: translate(-50%,-50%);
            border-radius: 50%;
            background: #88ba60
        }

    .c-form__radio label span {
        display: inline-block;
        margin-left: clamp(.5rem,.5rem + 0vw,.5rem);
        font-size: clamp(1rem,.9285714286rem + .3571428571vw,1.25rem);
        line-height: 100%
    }

/*News style*/


.p-news__contents {
    width: calc(80% - clamp(2rem,.7857142857rem + 6.0714285714vw,6.25rem))
}

.p-news__list li a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(1.5rem,1.3571428571rem + .7142857143vw,2rem);
    padding-right: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    padding-bottom: clamp(1.5rem,1.3571428571rem + .7142857143vw,2rem);
    padding-left: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.p-news__list li .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

    .p-news__list li .head time {
        color: #141414;
        font-style: normal;
        font-weight: 400;
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 100%;
        font-family: Poppins,sans-serif
    }

    .p-news__list li .head span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #141414;
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        border-radius: 100vh;
        background-color: #d2ebe2;
        color: #88ba60
    }

    .p-news__list li .head .label {
        display: inline-block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 100%;
        font-family: Poppins,sans-serif;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(.75rem,.75rem + 0vw,.75rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(.75rem,.75rem + 0vw,.75rem);
        border-radius: 8px
    }

        .p-news__list li .head .label.new {
            border: 1px solid #f04b0e;
            color: #f04b0e
        }

.p-news__list li p {
    color: #141414;
    font-size: clamp(1rem,.9642857143rem + .1785714286vw,1.125rem);
    -webkit-margin-before: calc(16px + var(--leading-trim));
    margin-block-start: calc(16px + var(--leading-trim))
}

.p-news__list li + li {
    margin-top: clamp(1.125rem,1.0892857143rem + .1785714286vw,1.25rem)
}

.p-news__prevnext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(2.5rem,2.0714285714rem + 2.1428571429vw,4rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .p-news__prevnext a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #88ba60;
        color: #88ba60;
        font-size: clamp(1rem,1rem + 0vw,1rem);
        line-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 146px;
        height: 60px
    }

        .p-news__prevnext a:after {
            display: block;
            width: 6px;
            min-width: 6px;
            height: 12px;
            min-height: 12px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .p-news__prevnext a:after {
            margin-left: clamp(.5rem,.5rem + 0vw,.5rem);
            -webkit-transform: translateY(2px);
            transform: translateY(2px)
        }

        .p-news__prevnext a.prev {
            border-right: none;
            border-top-left-radius: 100vh;
            border-bottom-left-radius: 100vh;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
        }

            .p-news__prevnext a.prev:after {
                margin-right: clamp(.5rem,.5rem + 0vw,.5rem);
                margin-left: 0;
                -webkit-transform: translateY(2px) rotate(180deg);
                transform: translateY(2px) rotate(180deg)
            }

        .p-news__prevnext a.next {
            border-top-right-radius: 100vh;
            border-bottom-right-radius: 100vh
        }






.p-news_detail__article-head time {
    font-size: clamp(.875rem,.875rem + 0vw,.875rem)
}

.p-news_detail__article-head span {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-right: clamp(.625rem,.625rem + 0vw,.625rem);
    padding-bottom: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-left: clamp(.625rem,.625rem + 0vw,.625rem);
    border-radius: 11px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news_detail__article-head .label {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-right: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    padding-bottom: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-left: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    border-radius: 4px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news_detail__article-title {
    font-size: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    line-height: 1.6
}

.p-news_detail__article-contents {
    margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

    .p-news_detail__article-contents > * {
        margin-bottom: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

    .p-news_detail__article-contents p {
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 1.7142857143
    }

.p-news_detail__article-button {
    margin-top: clamp(2rem,2rem + 0vw,2rem);
    padding-top: clamp(2rem,2rem + 0vw,2rem)
}

.p-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(2rem,2rem + 0vw,2rem)
}

.p-news__nav {
    width: 100%
}

    .p-news__nav .c-sub-title {
        -webkit-margin-after: calc(12px + var(--leading-trim));
        margin-block-end: calc(12px + var(--leading-trim))
    }

    .p-news__nav nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .p-news__nav nav ul li a {
            font-size: clamp(.75rem,.75rem + 0vw,.75rem)
        }

.p-news__contents {
    width: 100%
}

.p-news__list li a {
    -webkit-box-shadow: 0px 0px 15px #ededed;
    padding-top: clamp(1.5rem,1.5rem + 0vw,1.5rem);
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-bottom: clamp(1.5rem,1.5rem + 0vw,1.5rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    border-radius: 10px;
    box-shadow: 0 0 15px #ededed
}

.p-news__list li .head time {
    font-size: clamp(.875rem,.875rem + 0vw,.875rem)
}

.p-news__list li .head span {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-right: clamp(.625rem,.625rem + 0vw,.625rem);
    padding-bottom: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-left: clamp(.625rem,.625rem + 0vw,.625rem);
    border-radius: 11px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news__list li .head .label {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-right: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    padding-bottom: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-left: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    border-radius: 4px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news__list li p {
    -webkit-margin-before: calc(8px + var(--leading-trim));
    margin-block-start: calc(8px + var(--leading-trim))
}

.p-news__list li + li {
    margin-top: clamp(1.125rem,1.125rem + 0vw,1.125rem)
}

.p-news__prevnext {
    margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}

    .p-news__prevnext a {
        width: 139px;
        height: 50px
    }

        .p-news__prevnext a:after {
            display: block;
            width: 5px;
            min-width: 5px;
            height: 10px;
            min-height: 10px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

/*        list Style*/


.c-table table {
    width: 100%;
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0
}

    .c-table table tr th:first-child {
        border-top-left-radius: 14px
    }

    .c-table table tr th:last-child {
        border-top-right-radius: 14px
    }

    .c-table table tr:last-child td:first-child {
        border-bottom-left-radius: 14px
    }

    .c-table table tr:last-child td:last-child {
        border-bottom-right-radius: 14px
    }

    .c-table table th, .c-table table td {
        padding-top: clamp(.875rem,.875rem + 0vw,.875rem);
        padding-right: clamp(.25rem,.25rem + 0vw,.25rem);
        padding-bottom: clamp(.875rem,.875rem + 0vw,.875rem);
        padding-left: clamp(.25rem,.25rem + 0vw,.25rem);
        border: 1px solid #ededed;
        text-align: center;
        vertical-align: middle
    }

        .c-table table th a, .c-table table td a {
            text-decoration: underline;
            color: #88ba60;
        }

    .c-table table th {
        background-color: #88ba60;
        color: #fff;
        font-weight: 700;
        font-size: clamp(.6875rem,.5982142857rem + .4464285714vw,1rem);
        line-height: 1.75
    }

    .c-table table td {
        font-style: normal;
        font-weight: 400;
        font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
        line-height: 100%;
        font-family: Poppins,sans-serif
    }

.c-table + .c-table {
    margin-top: clamp(1.125rem,.875rem + 1.25vw,2rem)
}

.c-table--overflow {
    overflow-x: auto;
    white-space: nowrap
}

    .c-table--overflow table th {
        font-size: clamp(.6875rem,.6696428571rem + .0892857143vw,.75rem);
        line-height: 1.1666666667
    }

        .c-table--overflow table th.billing-year-month {
            font-size: clamp(.6875rem,.5982142857rem + .4464285714vw,1rem);
            line-height: 1.75
        }

    .c-table--overflow table td {
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 100%
    }

        .c-table--overflow table td.type {
            background-color: #f8f8f8;
            font-style: normal;
            font-weight: 400;
            font-family: Noto Sans JP,sans-serif;
            font-optical-sizing: auto;
            letter-spacing: 0
        }

.c-table--last-year table th {
    background-color: #ededed;
    color: #728079
}

.c-table--last-year table td.type {
    background-color: #fff
}

.c-table--right-side {
    max-width: 400px;
    margin-left: auto
}

    .c-table--right-side table th {
        padding-top: clamp(.5rem,.5rem + 0vw,.5rem);
        padding-right: clamp(.1875rem,.1696428571rem + .0892857143vw,.25rem);
        padding-bottom: clamp(.5rem,.5rem + 0vw,.5rem);
        padding-left: clamp(.25rem,.25rem + 0vw,.25rem)
    }

    .c-table--right-side table td {
        padding-top: clamp(1.125rem,.9464285714rem + .8928571429vw,1.75rem);
        padding-right: clamp(.5625rem,.4732142857rem + .4464285714vw,.875rem);
        padding-bottom: clamp(1.125rem,.9464285714rem + .8928571429vw,1.75rem);
        padding-left: clamp(.5625rem,.4732142857rem + .4464285714vw,.875rem)
    }

.c-table__button {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding-top: clamp(.25rem,.2142857143rem + .1785714286vw,.375rem);
    padding-right: clamp(.9375rem,.8839285714rem + .2678571429vw,1.125rem);
    padding-bottom: clamp(.25rem,.2142857143rem + .1785714286vw,.375rem);
    padding-left: clamp(.9375rem,.8839285714rem + .2678571429vw,1.125rem);
    border-radius: 100vh;
    background-color: #88ba60;
    color: #fff;
    font-size: clamp(.6875rem,.6339285714rem + .2678571429vw,.875rem);
    line-height: 1.5714285714;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

/*Connect style*/

.c-form__address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(1.25rem,.3214285714rem + 4.6428571429vw,4.5rem)
}

    .c-form__address .c-form__label-text {
        width: 10%
    }

.c-form__address-contants {
    width: calc(90% - 72px)
}

    .c-form__address-contants label {
        display: block
    }

        .c-form__address-contants label + label {
            margin-top: clamp(.5rem,.3571428571rem + .7142857143vw,1rem)
        }

        .c-form__address-contants label.short {
            max-width: 314px
        }

        .c-form__address-contants label span {
            font-weight: 700;
            font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
            line-height: 100%
        }

.l-shadow-contents {
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    padding-bottom: clamp(2.5rem,2.3571428571rem + .7142857143vw,3rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.l-shadow-contents__inner {
    max-width: 780px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

.l-shadow-contents__inner--narrow {
    max-width: 440px
}





.p-pw__contact {
    margin-top: clamp(2rem,1.4285714286rem + 2.8571428571vw,4rem);
}

    .p-pw__contact p {
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 2;
        text-align: center
    }

    .p-pw__contact .c-button {
        margin-top: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem)
    }

label.short {
    max-width: 100%
}

.c-form__select {
    position: relative
}

    .c-form__select:after {
        display: block;
        width: 6px;
        min-width: 6px;
        height: 12px;
        min-height: 12px;
        background-image: url(../assets/img/icon/arrow_right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: ""
    }

    .c-form__select:after {
        position: absolute;
        top: 50%;
        left: 100px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        pointer-events: none
    }

    .c-form__select select {
        display: block;
        width: 100%;
        margin-top: clamp(.75rem,.75rem + 0vw,.75rem);
        padding-top: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
        padding-right: clamp(1rem,.8571428571rem + .7142857143vw,1.5rem);
        padding-bottom: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
        padding-left: clamp(1rem,.8571428571rem + .7142857143vw,1.5rem);
        border: 1px solid #d6d6d6;
        border-radius: 10px;
        background: #fff;
        font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
        line-height: 100%
    }

        .c-form__select select::-ms-expand {
            display: none
        }

.c-table table {
    width: 100%;
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0
}

    .c-table table tr th:first-child {
        border-top-left-radius: 14px
    }

    .c-table table tr th:last-child {
        border-top-right-radius: 14px
    }

    .c-table table tr:last-child td:first-child {
        border-bottom-left-radius: 14px
    }

    .c-table table tr:last-child td:last-child {
        border-bottom-right-radius: 14px
    }

    .c-table table th, .c-table table td {
        padding-top: clamp(.875rem,.875rem + 0vw,.875rem);
        padding-right: clamp(.25rem,.25rem + 0vw,.25rem);
        padding-bottom: clamp(.875rem,.875rem + 0vw,.875rem);
        padding-left: clamp(.25rem,.25rem + 0vw,.25rem);
        border: 1px solid #ededed;
        text-align: center;
        vertical-align: middle
    }

        .c-table table th a, .c-table table td a {
            text-decoration: underline
        }

    .c-table table th {
        background-color: #88ba60;
        color: #fff;
        font-weight: 700;
        font-size: clamp(.6875rem,.5982142857rem + .4464285714vw,1rem);
        line-height: 1.75
    }

    .c-table table td {
        font-style: normal;
        font-weight: 400;
        font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
        line-height: 100%;
        font-family: Poppins,sans-serif
    }

.c-table + .c-table {
    margin-top: clamp(1.125rem,.875rem + 1.25vw,2rem)
}

.c-table--overflow {
    overflow-x: auto;
    white-space: nowrap
}

    .c-table--overflow table th {
        font-size: clamp(.6875rem,.6696428571rem + .0892857143vw,.75rem);
        line-height: 1.1666666667
    }

        .c-table--overflow table th.billing-year-month {
            font-size: clamp(.6875rem,.5982142857rem + .4464285714vw,1rem);
            line-height: 1.75
        }

    .c-table--overflow table td {
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 100%
    }

        .c-table--overflow table td.type {
            background-color: #f8f8f8;
            font-style: normal;
            font-weight: 400;
            font-family: Noto Sans JP,sans-serif;
            font-optical-sizing: auto;
            letter-spacing: 0
        }

.c-table--last-year table th {
    background-color: #ededed;
    color: #728079
}

.c-table--last-year table td.type {
    background-color: #fff
}

.c-table--right-side {
    max-width: 400px;
    margin-left: auto
}

    .c-table--right-side table th {
        padding-top: clamp(.5rem,.5rem + 0vw,.5rem);
        padding-right: clamp(.1875rem,.1696428571rem + .0892857143vw,.25rem);
        padding-bottom: clamp(.5rem,.5rem + 0vw,.5rem);
        padding-left: clamp(.25rem,.25rem + 0vw,.25rem)
    }

    .c-table--right-side table td {
        padding-top: clamp(1.125rem,.9464285714rem + .8928571429vw,1.75rem);
        padding-right: clamp(.5625rem,.4732142857rem + .4464285714vw,.875rem);
        padding-bottom: clamp(1.125rem,.9464285714rem + .8928571429vw,1.75rem);
        padding-left: clamp(.5625rem,.4732142857rem + .4464285714vw,.875rem)
    }

.c-table__button {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding-top: clamp(.25rem,.2142857143rem + .1785714286vw,.375rem);
    padding-right: clamp(.9375rem,.8839285714rem + .2678571429vw,1.125rem);
    padding-bottom: clamp(.25rem,.2142857143rem + .1785714286vw,.375rem);
    padding-left: clamp(.9375rem,.8839285714rem + .2678571429vw,1.125rem);
    border-radius: 100vh;
    background-color: #88ba60;
    color: #fff;
    font-size: clamp(.6875rem,.6339285714rem + .2678571429vw,.875rem);
    line-height: 1.5714285714;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-login__container + .p-login__container {
    margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}

.c-form__text {
    font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
    line-height: 2
}

    .c-form__text + .c-form__text {
        -webkit-margin-before: calc(16px + var(--leading-trim));
        margin-block-start: calc(16px + var(--leading-trim))
    }

.c-form__text--mt {
    -webkit-margin-before: calc(12px + var(--leading-trim));
    margin-block-start: calc(12px + var(--leading-trim))
}

.c-form__text--mt-high {
    -webkit-margin-before: calc(40px + var(--leading-trim)) !important;
    margin-block-start: calc(40px + var(--leading-trim)) !important
}

.c-form__text--center {
    text-align: center
}

.c-form__text--orange {
    color: #f04b0e
}

.c-form__text--link a {
    color: #88ba60;
    text-decoration: underline
}

.c-form__text--bold {
    font-weight: 600
}


.c-form__textarea {
    width: 100%;
    min-height: 120px;
    margin-top: clamp(.75rem,.75rem + 0vw,.75rem);
    padding-top: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
    padding-right: clamp(1rem,.8571428571rem + .7142857143vw,1.5rem);
    padding-bottom: clamp(.625rem,.5892857143rem + .1785714286vw,.75rem);
    padding-left: clamp(1rem,.8571428571rem + .7142857143vw,1.5rem);
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #fff;
    font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
    line-height: 1.5;
    resize: vertical
}

    .c-form__textarea::-webkit-input-placeholder {
        color: #d6d6d6
    }

    .c-form__textarea::-moz-placeholder {
        color: #d6d6d6
    }

    .c-form__textarea:-ms-input-placeholder {
        color: #d6d6d6
    }

    .c-form__textarea::-ms-input-placeholder {
        color: #d6d6d6
    }

    .c-form__textarea::placeholder {
        color: #d6d6d6
    }

.c-form__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #acacac;
    font-size: clamp(.75rem,.6785714286rem + .3571428571vw,1rem);
    line-height: 1.5;
    -webkit-margin-before: calc(8px + var(--leading-trim));
    margin-block-start: calc(8px + var(--leading-trim))
}

    .c-form__note span.symbol {
        margin-right: clamp(.25rem,.1785714286rem + .3571428571vw,.5rem)
    }

.c-form__radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(.75rem,.5357142857rem + 1.0714285714vw,1.5rem);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(.5rem,.5rem + 0vw,.5rem) clamp(3.125rem,2.8571428571rem + 1.3392857143vw,4.0625rem)
}

    .c-form__radio label input[type=radio] {
        position: relative;
        width: 16px;
        height: 16px;
        border: 1px solid #707070;
        border-radius: 50%
    }

        .c-form__radio label input[type=radio]:checked:before {
            position: absolute;
            top: 50%;
            content: "";
            -webkit-transform: translate(-50%,-50%);
            left: 50%;
            width: 10px;
            height: 10px;
            transform: translate(-50%,-50%);
            border-radius: 50%;
            background: #88ba60
        }

    .c-form__radio label span {
        display: inline-block;
        margin-left: clamp(.5rem,.5rem + 0vw,.5rem);
        font-size: clamp(1rem,.9285714286rem + .3571428571vw,1.25rem);
        line-height: 100%
    }


.p-news_detail__article-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

    .p-news_detail__article-head time {
        color: #141414;
        font-style: normal;
        font-weight: 400;
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 100%;
        font-family: Poppins,sans-serif
    }

    .p-news_detail__article-head span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #141414;
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        border-radius: 100vh;
        background-color: #d2ebe2;
        color: #88ba60
    }

    .p-news_detail__article-head .label {
        display: inline-block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 100%;
        font-family: Poppins,sans-serif;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(.75rem,.75rem + 0vw,.75rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(.75rem,.75rem + 0vw,.75rem);
        border-radius: 8px
    }

        .p-news_detail__article-head .label.new {
            border: 1px solid #f04b0e;
            color: #f04b0e
        }

.p-news_detail__article-title {
    font-size: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem);
    line-height: 1.3333333333;
    -webkit-margin-before: calc(16px + var(--leading-trim));
    margin-block-start: calc(16px + var(--leading-trim))
}

.p-news_detail__article-contents {
    margin-top: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem)
}

    .p-news_detail__article-contents > * {
        margin-bottom: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem)
    }

    .p-news_detail__article-contents p {
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 2
    }

.p-news_detail__article-button {
    margin-top: clamp(2rem,1.4285714286rem + 2.8571428571vw,4rem);
    padding-top: clamp(2rem,1.8571428571rem + .7142857143vw,2.5rem);
    border-top: 1px solid #f0f0f0
}

.p-news__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(2rem,.7857142857rem + 6.0714285714vw,6.25rem)
}

.p-news__nav {
    width: 20%
}

    .p-news__nav .c-sub-title {
        -webkit-margin-after: calc(24px + var(--leading-trim));
        margin-block-end: calc(24px + var(--leading-trim))
    }

    .p-news__nav nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

        .p-news__nav nav ul li.current a {
            background-color: #88ba60;
            color: #fff
        }

        .p-news__nav nav ul li a {
            padding-top: clamp(.125rem,.125rem + 0vw,.125rem);
            padding-right: clamp(1.125rem,1.125rem + 0vw,1.125rem);
            padding-bottom: clamp(.125rem,.125rem + 0vw,.125rem);
            padding-left: clamp(1.125rem,1.125rem + 0vw,1.125rem);
            border: 1px solid #88ba60;
            border-radius: 100vh;
            background-color: #fff;
            color: #88ba60;
            font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
            line-height: 100%
        }

.p-news__contents {
    width: calc(80% - clamp(2rem,.7857142857rem + 6.0714285714vw,6.25rem))
}

.p-news__list li a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px #ededed;
    padding-top: clamp(1.5rem,1.3571428571rem + .7142857143vw,2rem);
    padding-right: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    padding-bottom: clamp(1.5rem,1.3571428571rem + .7142857143vw,2rem);
    padding-left: clamp(1.25rem,.8928571429rem + 1.7857142857vw,2.5rem);
    border-radius: 10px;
    box-shadow: 0 0 30px #ededed
}

.p-news__list li .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

    .p-news__list li .head time {
        color: #141414;
        font-style: normal;
        font-weight: 400;
        font-size: clamp(.875rem,.8392857143rem + .1785714286vw,1rem);
        line-height: 100%;
        font-family: Poppins,sans-serif
    }

    .p-news__list li .head span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #141414;
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        border-radius: 100vh;
        background-color: #d2ebe2;
        color: #88ba60
    }

    .p-news__list li .head .label {
        display: inline-block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        font-size: clamp(.75rem,.7142857143rem + .1785714286vw,.875rem);
        line-height: 100%;
        font-family: Poppins,sans-serif;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: clamp(.375rem,.3035714286rem + .3571428571vw,.625rem);
        padding-top: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-right: clamp(.75rem,.75rem + 0vw,.75rem);
        padding-bottom: clamp(.375rem,.375rem + 0vw,.375rem);
        padding-left: clamp(.75rem,.75rem + 0vw,.75rem);
        border-radius: 8px
    }

        .p-news__list li .head .label.new {
            border: 1px solid #f04b0e;
            color: #f04b0e
        }

.p-news__list li p {
    color: #141414;
    font-size: clamp(1rem,.9642857143rem + .1785714286vw,1.125rem);
    -webkit-margin-before: calc(16px + var(--leading-trim));
    margin-block-start: calc(16px + var(--leading-trim))
}

.p-news__list li + li {
    margin-top: clamp(1.125rem,1.0892857143rem + .1785714286vw,1.25rem)
}

.p-news__prevnext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(2.5rem,2.0714285714rem + 2.1428571429vw,4rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .p-news__prevnext a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #88ba60;
        color: #88ba60;
        font-size: clamp(1rem,1rem + 0vw,1rem);
        line-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 146px;
        height: 60px
    }

        .p-news__prevnext a:after {
            display: block;
            width: 6px;
            min-width: 6px;
            height: 12px;
            min-height: 12px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .p-news__prevnext a:after {
            margin-left: clamp(.5rem,.5rem + 0vw,.5rem);
            -webkit-transform: translateY(2px);
            transform: translateY(2px)
        }

        .p-news__prevnext a.prev {
            border-right: none;
            border-top-left-radius: 100vh;
            border-bottom-left-radius: 100vh;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
        }

            .p-news__prevnext a.prev:after {
                margin-right: clamp(.5rem,.5rem + 0vw,.5rem);
                margin-left: 0;
                -webkit-transform: translateY(2px) rotate(180deg);
                transform: translateY(2px) rotate(180deg)
            }

        .p-news__prevnext a.next {
            border-top-right-radius: 100vh;
            border-bottom-right-radius: 100vh
        }






.p-news_detail__article-head time {
    font-size: clamp(.875rem,.875rem + 0vw,.875rem)
}

.p-news_detail__article-head span {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-right: clamp(.625rem,.625rem + 0vw,.625rem);
    padding-bottom: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-left: clamp(.625rem,.625rem + 0vw,.625rem);
    border-radius: 11px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news_detail__article-head .label {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-right: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    padding-bottom: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-left: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    border-radius: 4px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news_detail__article-title {
    font-size: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    line-height: 1.6
}

.p-news_detail__article-contents {
    margin-top: clamp(1.25rem,1.25rem + 0vw,1.25rem)
}

    .p-news_detail__article-contents > * {
        margin-bottom: clamp(1.25rem,1.25rem + 0vw,1.25rem)
    }

    .p-news_detail__article-contents p {
        font-size: clamp(.875rem,.875rem + 0vw,.875rem);
        line-height: 1.7142857143
    }

.p-news_detail__article-button {
    margin-top: clamp(2rem,2rem + 0vw,2rem);
    padding-top: clamp(2rem,2rem + 0vw,2rem)
}

.p-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(2rem,2rem + 0vw,2rem)
}

.p-news__nav {
    width: 100%
}

    .p-news__nav .c-sub-title {
        -webkit-margin-after: calc(12px + var(--leading-trim));
        margin-block-end: calc(12px + var(--leading-trim))
    }

    .p-news__nav nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .p-news__nav nav ul li a {
            font-size: clamp(.75rem,.75rem + 0vw,.75rem)
        }

.p-news__contents {
    width: 100%
}

.p-news__list li a {
    -webkit-box-shadow: 0px 0px 15px #ededed;
    padding-top: clamp(1.5rem,1.5rem + 0vw,1.5rem);
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-bottom: clamp(1.5rem,1.5rem + 0vw,1.5rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    border-radius: 10px;
    box-shadow: 0 0 15px #ededed
}

.p-news__list li .head time {
    font-size: clamp(.875rem,.875rem + 0vw,.875rem)
}

.p-news__list li .head span {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-right: clamp(.625rem,.625rem + 0vw,.625rem);
    padding-bottom: clamp(.25rem,.25rem + 0vw,.25rem);
    padding-left: clamp(.625rem,.625rem + 0vw,.625rem);
    border-radius: 11px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news__list li .head .label {
    margin-left: clamp(.375rem,.375rem + 0vw,.375rem);
    padding-top: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-right: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    padding-bottom: clamp(.125rem,.125rem + 0vw,.125rem);
    padding-left: clamp(.3125rem,.3125rem + 0vw,.3125rem);
    border-radius: 4px;
    font-size: clamp(.75rem,.75rem + 0vw,.75rem)
}

.p-news__list li p {
    -webkit-margin-before: calc(8px + var(--leading-trim));
    margin-block-start: calc(8px + var(--leading-trim))
}

.p-news__list li + li {
    margin-top: clamp(1.125rem,1.125rem + 0vw,1.125rem)
}

.p-news__prevnext {
    margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}

    .p-news__prevnext a {
        width: 139px;
        height: 50px
    }

        .p-news__prevnext a:after {
            display: block;
            width: 5px;
            min-width: 5px;
            height: 10px;
            min-height: 10px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

.pc-only, .tablet-only {
    display: none
}

.sp-only {
    display: inline-block
}

}

@media (max-width: 767px) and (max-width: 767px) {
    .c-nav__sp-head .logo {
        max-width: 140px
    }
}

@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth
    }
}


/*Hamburger*/

.c-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 99;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update */
    max-width: 29em;
    /*overflow-y: scroll;*/
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: start; /*    KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Update */
    -ms-flex-pack: center;
    justify-content: start; /*    KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Update */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update */
    padding-top: 3vh;
    padding-bottom: 5vh;
    border: 2px solid #f0f0f0;
    transition: all .3s ease-in-out
}

    .c-nav.is-open {
        visibility: visible;
        left: 0;
        opacity: 1;
    }

cv__sp-head {
    /* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Update ↓↓↓ */
    /*    display: none;*/
    display: flex;
    width: 100%;
    max-width: 440px;
    justify-content: center;
    align-items: center;
    /* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Update ↑↑↑ */
}

/* KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Add ↓↓↓ */
.c-nav__sp-head {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}
/* KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Add ↑↑↑ */

.c-nav__inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update START */
    padding-left: clamp(1.55rem,1.25rem + 0vw,1.25rem);
    /*overflow-y: scroll*/
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Update END */
}

.c-nav__list-item {
    -webkit-transition: all .3s ease-in-out;
    border-bottom: 1px solid #f0f0f0;
    transition: all .3s ease-in-out;
    color: #88ba60;
}

    .c-nav__list-item:hover {
        border-bottom: 1px solid #88ba60
    }

    .c-nav__list-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: clamp(1.5rem,1.5rem + 0vw,1.5rem);
        color: #88ba60;
        font-weight: 700;
        font-size: clamp(1rem,.9642857143rem + .1785714286vw,1.125rem);
        line-height: 100%
    }

        .c-nav__list-item a:before {
            display: block;
            margin-right: clamp(.625rem,.625rem + 0vw,.625rem);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .c-nav__list-item a:after {
            display: block;
            width: 6px;
            min-width: 6px;
            height: 12px;
            min-height: 12px;
            background-image: url(../../assets/img/icon/arrow_right.svg);
            background-size: contain;
            background-repeat: no-repeat;
            content: ""
        }

        .c-nav__list-item a:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            right: clamp(1.5rem,1.5rem + 0vw,1.5rem);
            transform: translateY(-50%)
        }

.c-nav__list-item--top a:before {
    width: 24px;
    height: 22px;
    background-image: url(../assets/img/icon/top.svg)
}

.c-nav__list-item--comparison a:before {
    width: 24px;
    height: 18px;
    background-image: url(../assets/img/icon/comparison.svg)
}

.c-nav__list-item--billing a:before {
    width: 24px;
    height: 24px;
    background-image: url(../assets/img/icon/billing.svg)
}

.c-nav__list-item--procedure a:before {
    width: 19px;
    height: 24px;
    background-image: url(../assets/img/icon/procedure.svg)
}

.c-nav__list-item--faq a:before {
    width: 24px;
    height: 24px;
    background-image: url(../assets/img/icon/faq.svg)
}

.c-nav__list-item--meter a:before {
    width: 24px;
    height: 24px;
    background-image: url(../assets/img/icon/meter.svg)
}

.c-nav__list-item--news a:before {
    width: 24px;
    height: 28px;
    background-image: url(../assets/img/icon/news.svg)
}

.c-nav__list-item--mypage a:before {
    width: 24px;
    height: 24px;
    background-image: url(../assets/img/icon/mypage.svg)
}

.c-nav__min-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(1.5rem,1.0714285714rem + 2.1428571429vw,3rem);
    /* SYANAI_MISUMI-29 KVN/QuocBao 2025/01/20 Fix */
    margin-left: 1.5em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(1rem,1rem + 0vw,1rem)
}

.c-nav__min-list-item {
    width: calc(50% - clamp(1rem,1rem + 0vw,1rem))
}

    .c-nav__min-list-item a {
        color: #88ba60;
        font-weight: 700;
        font-size: clamp(.8125rem,.7589285714rem + .2678571429vw,1rem);
        line-height: 100%
    }

.c-nav__button {
    margin-top: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}

.c-banner {
    margin-top: clamp(3.75rem,2.6785714286rem + 5.3571428571vw,7.5rem);
    margin-bottom: clamp(2.5rem,2.5rem + 0vw,2.5rem)
}
/* SYANAI_MISMU-20 KVN/QuangNgoc 2025/01/08 Edit Start*/
.c-banner__inner {
    display: grid;
    grid-template-rows: auto auto;
    margin: 0 auto;
    padding-right: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    padding-left: clamp(1.25rem,1.25rem + 0vw,1.25rem);
    gap: clamp(1.25rem,1.1785714286rem + .3571428571vw,1.5rem)
}
/* SYANAI_MISMU-20 KVN/QuangNgoc 2025/01/08 Edit End*/
.c-banner__item img {
    border-radius: 20px
}

.c-nav__min-list {
    margin-top: clamp(1.5rem,1.5rem + 0vw,1.5rem)
}

.c-nav__min-list-item a {
    font-size: clamp(.8125rem,.8125rem + 0vw,.8125rem)
}

/*/mypagetable/*/



.mypage_table {
    display: -webkit-box;
    display: flex;
    max-width: 940px;
    margin: 0 auto 2px;
}

    .mypage_table:first-of-type dd {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .mypage_table:first-of-type dt {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .mypage_table:last-of-type dd {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .mypage_table:last-of-type dt {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    .mypage_table dt {
        background: #88ba60;
        color: #fff;
        width: 240px;
        text-align: center;
        padding: 15px 10px;
        margin-right: 2px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .mypage_table dd {
        text-align: center;
        width: calc(100% - 250px);
        background: #f4f4f4;
        padding: 10px 10px; /* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Update */
        width: 700px;
    }

        .mypage_table dd span {
            font-size: 1.1rem;
            display: block;
            padding-top: 8px;
            color: #d65655;
        }

/* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Add ↓↓↓ */
.mainbox__content > form #MailAddress,
.mainbox__content > form #Nickname,
.mainbox__content > form #NewPassword,
.mainbox__content > form #NewPasswordConfirmation {
    background-color: white;
}
/* KVN/BuiQuangLoi - 2025/01/15 - SYANAI_MISUMI-28 - Add ↑↑↑ */

/* KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Add ↓↓↓ */
#NewPassword,
#NewPasswordConfirmation {
    margin-right: 0px;
}

.Password {
    display: flex;
    position: relative;
    align-items: center;
}

#NewPasswordHideShow,
#NewPasswordConfirmationHideShow {
    width: 24px;
    height: 18px;
    /*    KVN/QuangNgoc - 2025/03/25 - SYANAI_YOSHIMURA_A_WEB-90 - Comment start */
    /*    position: absolute;*/
    /*    right: 5%;*/
    /*    KVN/QuangNgoc - 2025/03/25 - SYANAI_YOSHIMURA_A_WEB-90 - Comment End */
    background-image: url(../../assets/img/icon/hidePassword.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
/* KVN/BuiQuangLoi - 2025/01/17 - SYANAI_MISUMI-28 - Add ↑↑↑ */
.bold {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .mypage_table {
        display: block;
    }

        .mypage_table dt {
            width: 100%;
        }

        .mypage_table dd {
            width: 100%;
        }
}

/* SYANAI_MISUMI-33 KVN/QuocBao 2025/01/23 Fix responsive images in slider START */
.swiper-slide {
    width: 40rem !important;
}

.p-news__list p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
    .swiper-slide {
        width: 722px !important;
    }
}
@media screen and (max-width: 768px) {
    .swiper-slide {
        width: 355.333px !important;
    }
}
/* SYANAI_MISUMI-33 KVN/QuocBao 2025/01/23 Fix responsive images in slider END */

.bdftbl .message {
    font-size: clamp(.8125rem, .7589285714rem + .2678571429vw, 1.2rem);
}

.bdftbl .bdftbl__table th .main-text {
    display: inline;
}

.bdftbl .bdftbl__table th .unit-text {
    display: inline;
}

    .bdftbl .bdftbl__table th .unit-text:before {
        content: "\A";
        white-space: pre;
    }

@media screen and (max-width: 768px) {
    .bdftbl .message {
        font-size: clamp(.8125rem, .7589285714rem + .2678571429vw, 1.2rem);
    }

    .bdftbl .bdftbl__table th {
        position: relative;
        vertical-align: middle;
        justify-items: center;
    }

        .bdftbl .bdftbl__table th .main-text {
            writing-mode: vertical-rl;
            text-orientation: upright;
            display: block;
        }

        .bdftbl .bdftbl__table th .unit-text {
            writing-mode: horizontal-tb;
            white-space: nowrap;
            text-align: center;
            display: block;
        }
            .bdftbl .bdftbl__table th .unit-text:before {
                content: none;
                white-space: normal;
            }
}