@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese";
@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap";

@keyframes arrowLink-hover-anim {}

@keyframes arrowLink-hover-anim {}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-fill {
    flex: 1 1 auto
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow-1 {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink-1 {
    flex-shrink: 1
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-stretch {
    align-items: stretch
}

.align-content-start {
    align-content: flex-start
}

.align-content-end {
    align-content: flex-end
}

.align-content-center {
    align-content: center
}

.align-content-between {
    align-content: space-between
}

.align-content-around {
    align-content: space-around
}

.align-content-stretch {
    align-content: stretch
}

.align-self-auto {
    align-self: auto
}

.align-self-start {
    align-self: flex-start
}

.align-self-end {
    align-self: flex-end
}

.align-self-center {
    align-self: center
}

.align-self-baseline {
    align-self: baseline
}

.align-self-stretch {
    align-self: stretch
}

@media(min-width: 576px) {
    .flex-sm-row {
        flex-direction: row
    }

    .flex-sm-column {
        flex-direction: column
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse
    }

    .flex-sm-wrap {
        flex-wrap: wrap
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .flex-sm-fill {
        flex: 1 1 auto
    }

    .flex-sm-grow-0 {
        flex-grow: 0
    }

    .flex-sm-grow-1 {
        flex-grow: 1
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1
    }

    .justify-content-sm-start {
        justify-content: flex-start
    }

    .justify-content-sm-end {
        justify-content: flex-end
    }

    .justify-content-sm-center {
        justify-content: center
    }

    .justify-content-sm-between {
        justify-content: space-between
    }

    .justify-content-sm-around {
        justify-content: space-around
    }

    .align-items-sm-start {
        align-items: flex-start
    }

    .align-items-sm-end {
        align-items: flex-end
    }

    .align-items-sm-center {
        align-items: center
    }

    .align-items-sm-baseline {
        align-items: baseline
    }

    .align-items-sm-stretch {
        align-items: stretch
    }

    .align-content-sm-start {
        align-content: flex-start
    }

    .align-content-sm-end {
        align-content: flex-end
    }

    .align-content-sm-center {
        align-content: center
    }

    .align-content-sm-between {
        align-content: space-between
    }

    .align-content-sm-around {
        align-content: space-around
    }

    .align-content-sm-stretch {
        align-content: stretch
    }

    .align-self-sm-auto {
        align-self: auto
    }

    .align-self-sm-start {
        align-self: flex-start
    }

    .align-self-sm-end {
        align-self: flex-end
    }

    .align-self-sm-center {
        align-self: center
    }

    .align-self-sm-baseline {
        align-self: baseline
    }

    .align-self-sm-stretch {
        align-self: stretch
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        flex-direction: row
    }

    .flex-md-column {
        flex-direction: column
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse
    }

    .flex-md-wrap {
        flex-wrap: wrap
    }

    .flex-md-nowrap {
        flex-wrap: nowrap
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .flex-md-fill {
        flex: 1 1 auto
    }

    .flex-md-grow-0 {
        flex-grow: 0
    }

    .flex-md-grow-1 {
        flex-grow: 1
    }

    .flex-md-shrink-0 {
        flex-shrink: 0
    }

    .flex-md-shrink-1 {
        flex-shrink: 1
    }

    .justify-content-md-start {
        justify-content: flex-start
    }

    .justify-content-md-end {
        justify-content: flex-end
    }

    .justify-content-md-center {
        justify-content: center
    }

    .justify-content-md-between {
        justify-content: space-between
    }

    .justify-content-md-around {
        justify-content: space-around
    }

    .align-items-md-start {
        align-items: flex-start
    }

    .align-items-md-end {
        align-items: flex-end
    }

    .align-items-md-center {
        align-items: center
    }

    .align-items-md-baseline {
        align-items: baseline
    }

    .align-items-md-stretch {
        align-items: stretch
    }

    .align-content-md-start {
        align-content: flex-start
    }

    .align-content-md-end {
        align-content: flex-end
    }

    .align-content-md-center {
        align-content: center
    }

    .align-content-md-between {
        align-content: space-between
    }

    .align-content-md-around {
        align-content: space-around
    }

    .align-content-md-stretch {
        align-content: stretch
    }

    .align-self-md-auto {
        align-self: auto
    }

    .align-self-md-start {
        align-self: flex-start
    }

    .align-self-md-end {
        align-self: flex-end
    }

    .align-self-md-center {
        align-self: center
    }

    .align-self-md-baseline {
        align-self: baseline
    }

    .align-self-md-stretch {
        align-self: stretch
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        flex-direction: row
    }

    .flex-lg-column {
        flex-direction: column
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse
    }

    .flex-lg-wrap {
        flex-wrap: wrap
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .flex-lg-fill {
        flex: 1 1 auto
    }

    .flex-lg-grow-0 {
        flex-grow: 0
    }

    .flex-lg-grow-1 {
        flex-grow: 1
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1
    }

    .justify-content-lg-start {
        justify-content: flex-start
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }

    .justify-content-lg-center {
        justify-content: center
    }

    .justify-content-lg-between {
        justify-content: space-between
    }

    .justify-content-lg-around {
        justify-content: space-around
    }

    .align-items-lg-start {
        align-items: flex-start
    }

    .align-items-lg-end {
        align-items: flex-end
    }

    .align-items-lg-center {
        align-items: center
    }

    .align-items-lg-baseline {
        align-items: baseline
    }

    .align-items-lg-stretch {
        align-items: stretch
    }

    .align-content-lg-start {
        align-content: flex-start
    }

    .align-content-lg-end {
        align-content: flex-end
    }

    .align-content-lg-center {
        align-content: center
    }

    .align-content-lg-between {
        align-content: space-between
    }

    .align-content-lg-around {
        align-content: space-around
    }

    .align-content-lg-stretch {
        align-content: stretch
    }

    .align-self-lg-auto {
        align-self: auto
    }

    .align-self-lg-start {
        align-self: flex-start
    }

    .align-self-lg-end {
        align-self: flex-end
    }

    .align-self-lg-center {
        align-self: center
    }

    .align-self-lg-baseline {
        align-self: baseline
    }

    .align-self-lg-stretch {
        align-self: stretch
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row
    }

    .flex-xl-column {
        flex-direction: column
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse
    }

    .flex-xl-wrap {
        flex-wrap: wrap
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .flex-xl-fill {
        flex: 1 1 auto
    }

    .flex-xl-grow-0 {
        flex-grow: 0
    }

    .flex-xl-grow-1 {
        flex-grow: 1
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1
    }

    .justify-content-xl-start {
        justify-content: flex-start
    }

    .justify-content-xl-end {
        justify-content: flex-end
    }

    .justify-content-xl-center {
        justify-content: center
    }

    .justify-content-xl-between {
        justify-content: space-between
    }

    .justify-content-xl-around {
        justify-content: space-around
    }

    .align-items-xl-start {
        align-items: flex-start
    }

    .align-items-xl-end {
        align-items: flex-end
    }

    .align-items-xl-center {
        align-items: center
    }

    .align-items-xl-baseline {
        align-items: baseline
    }

    .align-items-xl-stretch {
        align-items: stretch
    }

    .align-content-xl-start {
        align-content: flex-start
    }

    .align-content-xl-end {
        align-content: flex-end
    }

    .align-content-xl-center {
        align-content: center
    }

    .align-content-xl-between {
        align-content: space-between
    }

    .align-content-xl-around {
        align-content: space-around
    }

    .align-content-xl-stretch {
        align-content: stretch
    }

    .align-self-xl-auto {
        align-self: auto
    }

    .align-self-xl-start {
        align-self: flex-start
    }

    .align-self-xl-end {
        align-self: flex-end
    }

    .align-self-xl-center {
        align-self: center
    }

    .align-self-xl-baseline {
        align-self: baseline
    }

    .align-self-xl-stretch {
        align-self: stretch
    }
}

@media(min-width: 1400px) {
    .flex-xxl-row {
        flex-direction: row
    }

    .flex-xxl-column {
        flex-direction: column
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse
    }

    .flex-xxl-wrap {
        flex-wrap: wrap
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .flex-xxl-fill {
        flex: 1 1 auto
    }

    .flex-xxl-grow-0 {
        flex-grow: 0
    }

    .flex-xxl-grow-1 {
        flex-grow: 1
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1
    }

    .justify-content-xxl-start {
        justify-content: flex-start
    }

    .justify-content-xxl-end {
        justify-content: flex-end
    }

    .justify-content-xxl-center {
        justify-content: center
    }

    .justify-content-xxl-between {
        justify-content: space-between
    }

    .justify-content-xxl-around {
        justify-content: space-around
    }

    .align-items-xxl-start {
        align-items: flex-start
    }

    .align-items-xxl-end {
        align-items: flex-end
    }

    .align-items-xxl-center {
        align-items: center
    }

    .align-items-xxl-baseline {
        align-items: baseline
    }

    .align-items-xxl-stretch {
        align-items: stretch
    }

    .align-content-xxl-start {
        align-content: flex-start
    }

    .align-content-xxl-end {
        align-content: flex-end
    }

    .align-content-xxl-center {
        align-content: center
    }

    .align-content-xxl-between {
        align-content: space-between
    }

    .align-content-xxl-around {
        align-content: space-around
    }

    .align-content-xxl-stretch {
        align-content: stretch
    }

    .align-self-xxl-auto {
        align-self: auto
    }

    .align-self-xxl-start {
        align-self: flex-start
    }

    .align-self-xxl-end {
        align-self: flex-end
    }

    .align-self-xxl-center {
        align-self: center
    }

    .align-self-xxl-baseline {
        align-self: baseline
    }

    .align-self-xxl-stretch {
        align-self: stretch
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }
}

@media(min-width: 1400px) {
    .text-xxl-left {
        text-align: left
    }

    .text-xxl-right {
        text-align: right
    }

    .text-xxl-center {
        text-align: center
    }
}

.mt-0 {
    margin-top: 0px !important
}

.mb-0 {
    margin-bottom: 0px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.pt-0 {
    padding-top: 0px !important
}

.pb-0 {
    padding-bottom: 0px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

@media(max-width: 620px) {
    .mt-sp0 {
        margin-top: 0px !important
    }

    .mb-sp0 {
        margin-bottom: 0px !important
    }

    .mt-sp5 {
        margin-top: 5px !important
    }

    .mb-sp5 {
        margin-bottom: 5px !important
    }

    .mt-sp10 {
        margin-top: 10px !important
    }

    .mb-sp10 {
        margin-bottom: 10px !important
    }

    .mt-sp15 {
        margin-top: 15px !important
    }

    .mb-sp15 {
        margin-bottom: 15px !important
    }

    .mt-sp20 {
        margin-top: 20px !important
    }

    .mb-sp20 {
        margin-bottom: 20px !important
    }

    .mt-sp25 {
        margin-top: 25px !important
    }

    .mb-sp25 {
        margin-bottom: 25px !important
    }

    .mt-sp30 {
        margin-top: 30px !important
    }

    .mb-sp30 {
        margin-bottom: 30px !important
    }

    .mt-sp35 {
        margin-top: 35px !important
    }

    .mb-sp35 {
        margin-bottom: 35px !important
    }

    .mt-sp40 {
        margin-top: 40px !important
    }

    .mb-sp40 {
        margin-bottom: 40px !important
    }

    .mt-sp45 {
        margin-top: 45px !important
    }

    .mb-sp45 {
        margin-bottom: 45px !important
    }

    .mt-sp50 {
        margin-top: 50px !important
    }

    .mb-sp50 {
        margin-bottom: 50px !important
    }

    .mt-sp55 {
        margin-top: 55px !important
    }

    .mb-sp55 {
        margin-bottom: 55px !important
    }

    .mt-sp60 {
        margin-top: 60px !important
    }

    .mb-sp60 {
        margin-bottom: 60px !important
    }

    .mt-sp65 {
        margin-top: 65px !important
    }

    .mb-sp65 {
        margin-bottom: 65px !important
    }

    .mt-sp70 {
        margin-top: 70px !important
    }

    .mb-sp70 {
        margin-bottom: 70px !important
    }

    .mt-sp75 {
        margin-top: 75px !important
    }

    .mb-sp75 {
        margin-bottom: 75px !important
    }

    .mt-sp80 {
        margin-top: 80px !important
    }

    .mb-sp80 {
        margin-bottom: 80px !important
    }

    .mt-sp85 {
        margin-top: 85px !important
    }

    .mb-sp85 {
        margin-bottom: 85px !important
    }

    .mt-sp90 {
        margin-top: 90px !important
    }

    .mb-sp90 {
        margin-bottom: 90px !important
    }

    .mt-sp95 {
        margin-top: 95px !important
    }

    .mb-sp95 {
        margin-bottom: 95px !important
    }

    .mt-sp100 {
        margin-top: 100px !important
    }

    .mb-sp100 {
        margin-bottom: 100px !important
    }
}

@media(max-width: 620px) {
    .pt-sp0 {
        padding-top: 0px !important
    }

    .pb-sp0 {
        padding-bottom: 0px !important
    }

    .pt-sp5 {
        padding-top: 5px !important
    }

    .pb-sp5 {
        padding-bottom: 5px !important
    }

    .pt-sp10 {
        padding-top: 10px !important
    }

    .pb-sp10 {
        padding-bottom: 10px !important
    }

    .pt-sp15 {
        padding-top: 15px !important
    }

    .pb-sp15 {
        padding-bottom: 15px !important
    }

    .pt-sp20 {
        padding-top: 20px !important
    }

    .pb-sp20 {
        padding-bottom: 20px !important
    }

    .pt-sp25 {
        padding-top: 25px !important
    }

    .pb-sp25 {
        padding-bottom: 25px !important
    }

    .pt-sp30 {
        padding-top: 30px !important
    }

    .pb-sp30 {
        padding-bottom: 30px !important
    }

    .pt-sp35 {
        padding-top: 35px !important
    }

    .pb-sp35 {
        padding-bottom: 35px !important
    }

    .pt-sp40 {
        padding-top: 40px !important
    }

    .pb-sp40 {
        padding-bottom: 40px !important
    }

    .pt-sp45 {
        padding-top: 45px !important
    }

    .pb-sp45 {
        padding-bottom: 45px !important
    }

    .pt-sp50 {
        padding-top: 50px !important
    }

    .pb-sp50 {
        padding-bottom: 50px !important
    }

    .pt-sp55 {
        padding-top: 55px !important
    }

    .pb-sp55 {
        padding-bottom: 55px !important
    }

    .pt-sp60 {
        padding-top: 60px !important
    }

    .pb-sp60 {
        padding-bottom: 60px !important
    }

    .pt-sp65 {
        padding-top: 65px !important
    }

    .pb-sp65 {
        padding-bottom: 65px !important
    }

    .pt-sp70 {
        padding-top: 70px !important
    }

    .pb-sp70 {
        padding-bottom: 70px !important
    }

    .pt-sp75 {
        padding-top: 75px !important
    }

    .pb-sp75 {
        padding-bottom: 75px !important
    }

    .pt-sp80 {
        padding-top: 80px !important
    }

    .pb-sp80 {
        padding-bottom: 80px !important
    }

    .pt-sp85 {
        padding-top: 85px !important
    }

    .pb-sp85 {
        padding-bottom: 85px !important
    }

    .pt-sp90 {
        padding-top: 90px !important
    }

    .pb-sp90 {
        padding-bottom: 90px !important
    }

    .pt-sp95 {
        padding-top: 95px !important
    }

    .pb-sp95 {
        padding-bottom: 95px !important
    }

    .pt-sp100 {
        padding-top: 100px !important
    }

    .pb-sp100 {
        padding-bottom: 100px !important
    }
}

.fonts-10 {
    font-size: 10px !important
}

.fonts-11 {
    font-size: 11px !important
}

.fonts-12 {
    font-size: 12px !important
}

.fonts-13 {
    font-size: 13px !important
}

.fonts-14 {
    font-size: 14px !important
}

.fonts-15 {
    font-size: 15px !important
}

.fonts-16 {
    font-size: 16px !important
}

.fonts-17 {
    font-size: 17px !important
}

.fonts-18 {
    font-size: 18px !important
}

.fonts-19 {
    font-size: 19px !important
}

.fonts-20 {
    font-size: 20px !important
}

.fonts-21 {
    font-size: 21px !important
}

.fonts-22 {
    font-size: 22px !important
}

.fonts-23 {
    font-size: 23px !important
}

.fonts-24 {
    font-size: 24px !important
}

.fonts-25 {
    font-size: 25px !important
}

.fonts-26 {
    font-size: 26px !important
}

.fonts-28 {
    font-size: 28px !important
}

.fonts-30 {
    font-size: 30px !important
}

.fonts-40 {
    font-size: 40px !important
}

@media(min-width: 576px) {
    .fonts-sm-10 {
        font-size: 10px !important
    }

    .fonts-sm-11 {
        font-size: 11px !important
    }

    .fonts-sm-12 {
        font-size: 12px !important
    }

    .fonts-sm-13 {
        font-size: 13px !important
    }

    .fonts-sm-14 {
        font-size: 14px !important
    }

    .fonts-sm-15 {
        font-size: 15px !important
    }

    .fonts-sm-16 {
        font-size: 16px !important
    }

    .fonts-sm-17 {
        font-size: 17px !important
    }

    .fonts-sm-18 {
        font-size: 18px !important
    }

    .fonts-sm-19 {
        font-size: 19px !important
    }

    .fonts-sm-20 {
        font-size: 20px !important
    }

    .fonts-sm-21 {
        font-size: 21px !important
    }

    .fonts-sm-22 {
        font-size: 22px !important
    }

    .fonts-sm-23 {
        font-size: 23px !important
    }

    .fonts-sm-24 {
        font-size: 24px !important
    }

    .fonts-sm-25 {
        font-size: 25px !important
    }

    .fonts-sm-26 {
        font-size: 26px !important
    }

    .fonts-sm-28 {
        font-size: 28px !important
    }

    .fonts-sm-30 {
        font-size: 30px !important
    }

    .fonts-sm-40 {
        font-size: 40px !important
    }
}

@media(min-width: 768px) {
    .fonts-md-10 {
        font-size: 10px !important
    }

    .fonts-md-11 {
        font-size: 11px !important
    }

    .fonts-md-12 {
        font-size: 12px !important
    }

    .fonts-md-13 {
        font-size: 13px !important
    }

    .fonts-md-14 {
        font-size: 14px !important
    }

    .fonts-md-15 {
        font-size: 15px !important
    }

    .fonts-md-16 {
        font-size: 16px !important
    }

    .fonts-md-17 {
        font-size: 17px !important
    }

    .fonts-md-18 {
        font-size: 18px !important
    }

    .fonts-md-19 {
        font-size: 19px !important
    }

    .fonts-md-20 {
        font-size: 20px !important
    }

    .fonts-md-21 {
        font-size: 21px !important
    }

    .fonts-md-22 {
        font-size: 22px !important
    }

    .fonts-md-23 {
        font-size: 23px !important
    }

    .fonts-md-24 {
        font-size: 24px !important
    }

    .fonts-md-25 {
        font-size: 25px !important
    }

    .fonts-md-26 {
        font-size: 26px !important
    }

    .fonts-md-28 {
        font-size: 28px !important
    }

    .fonts-md-30 {
        font-size: 30px !important
    }

    .fonts-md-40 {
        font-size: 40px !important
    }
}

@media(min-width: 992px) {
    .fonts-lg-10 {
        font-size: 10px !important
    }

    .fonts-lg-11 {
        font-size: 11px !important
    }

    .fonts-lg-12 {
        font-size: 12px !important
    }

    .fonts-lg-13 {
        font-size: 13px !important
    }

    .fonts-lg-14 {
        font-size: 14px !important
    }

    .fonts-lg-15 {
        font-size: 15px !important
    }

    .fonts-lg-16 {
        font-size: 16px !important
    }

    .fonts-lg-17 {
        font-size: 17px !important
    }

    .fonts-lg-18 {
        font-size: 18px !important
    }

    .fonts-lg-19 {
        font-size: 19px !important
    }

    .fonts-lg-20 {
        font-size: 20px !important
    }

    .fonts-lg-21 {
        font-size: 21px !important
    }

    .fonts-lg-22 {
        font-size: 22px !important
    }

    .fonts-lg-23 {
        font-size: 23px !important
    }

    .fonts-lg-24 {
        font-size: 24px !important
    }

    .fonts-lg-25 {
        font-size: 25px !important
    }

    .fonts-lg-26 {
        font-size: 26px !important
    }

    .fonts-lg-28 {
        font-size: 28px !important
    }

    .fonts-lg-30 {
        font-size: 30px !important
    }

    .fonts-lg-40 {
        font-size: 40px !important
    }
}

@media(min-width: 1200px) {
    .fonts-xl-10 {
        font-size: 10px !important
    }

    .fonts-xl-11 {
        font-size: 11px !important
    }

    .fonts-xl-12 {
        font-size: 12px !important
    }

    .fonts-xl-13 {
        font-size: 13px !important
    }

    .fonts-xl-14 {
        font-size: 14px !important
    }

    .fonts-xl-15 {
        font-size: 15px !important
    }

    .fonts-xl-16 {
        font-size: 16px !important
    }

    .fonts-xl-17 {
        font-size: 17px !important
    }

    .fonts-xl-18 {
        font-size: 18px !important
    }

    .fonts-xl-19 {
        font-size: 19px !important
    }

    .fonts-xl-20 {
        font-size: 20px !important
    }

    .fonts-xl-21 {
        font-size: 21px !important
    }

    .fonts-xl-22 {
        font-size: 22px !important
    }

    .fonts-xl-23 {
        font-size: 23px !important
    }

    .fonts-xl-24 {
        font-size: 24px !important
    }

    .fonts-xl-25 {
        font-size: 25px !important
    }

    .fonts-xl-26 {
        font-size: 26px !important
    }

    .fonts-xl-28 {
        font-size: 28px !important
    }

    .fonts-xl-30 {
        font-size: 30px !important
    }

    .fonts-xl-40 {
        font-size: 40px !important
    }
}

@media(min-width: 1400px) {
    .fonts-xxl-10 {
        font-size: 10px !important
    }

    .fonts-xxl-11 {
        font-size: 11px !important
    }

    .fonts-xxl-12 {
        font-size: 12px !important
    }

    .fonts-xxl-13 {
        font-size: 13px !important
    }

    .fonts-xxl-14 {
        font-size: 14px !important
    }

    .fonts-xxl-15 {
        font-size: 15px !important
    }

    .fonts-xxl-16 {
        font-size: 16px !important
    }

    .fonts-xxl-17 {
        font-size: 17px !important
    }

    .fonts-xxl-18 {
        font-size: 18px !important
    }

    .fonts-xxl-19 {
        font-size: 19px !important
    }

    .fonts-xxl-20 {
        font-size: 20px !important
    }

    .fonts-xxl-21 {
        font-size: 21px !important
    }

    .fonts-xxl-22 {
        font-size: 22px !important
    }

    .fonts-xxl-23 {
        font-size: 23px !important
    }

    .fonts-xxl-24 {
        font-size: 24px !important
    }

    .fonts-xxl-25 {
        font-size: 25px !important
    }

    .fonts-xxl-26 {
        font-size: 26px !important
    }

    .fonts-xxl-28 {
        font-size: 28px !important
    }

    .fonts-xxl-30 {
        font-size: 30px !important
    }

    .fonts-xxl-40 {
        font-size: 40px !important
    }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 2rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 2rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 2.5rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 2.5rem
}

.g-7,
.gx-7 {
    --bs-gutter-x: 3rem
}

.g-7,
.gy-7 {
    --bs-gutter-y: 3rem
}

.g-8,
.gx-8 {
    --bs-gutter-x: 3.12rem
}

.g-8,
.gy-8 {
    --bs-gutter-y: 3.12rem
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 2rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 3rem
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 3rem
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 3.12rem
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 3.12rem
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 2rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2rem
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 3rem
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 3rem
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 3.12rem
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 3.12rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 2rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3rem
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3rem
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 3.12rem
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 3.12rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 2rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 3rem
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 3rem
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 3.12rem
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 3.12rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 3.12rem
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 3.12rem
    }
}

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

#feedly-mini {
    display: none !important
}

body,
html {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W4", sans-serif;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    transition: .2s;
    font-weight: 600
}

.pc-only {
    display: block
}

@media(max-width: 1000px) {
    .pc-only {
        display: none
    }
}

.sp-only {
    display: none
}

@media(max-width: 1000px) {
    .sp-only {
        display: block
    }
}

.pc-md-only {
    display: block
}

@media(max-width: 800px) {
    .pc-md-only {
        display: none
    }
}

.noscroll {
    overflow: hidden
}

@media(max-width: 991px) {
    .m-pc991 {
        display: none
    }
}

@media(max-width: 767px) {
    .m-pc767 {
        display: none
    }
}

@media(max-width: 575px) {
    .m-pc575 {
        display: none
    }
}

.m-sp991 {
    display: none
}

@media(max-width: 991px) {
    .m-sp991 {
        display: block
    }
}

.m-sp767 {
    display: none
}

@media(max-width: 767px) {
    .m-sp767 {
        display: block
    }
}

.m-sp575 {
    display: none
}

@media(max-width: 575px) {
    .m-sp575 {
        display: block
    }
}

.mw-800 {
    width: 800px;
    max-width: 100%
}

.mw-600 {
    width: 600px;
    max-width: 100%
}

.clear-both {
    clear: both
}

.position-relative {
    position: relative
}

input.form-control:focus,
select.form-control:focus,
button:focus {
    outline: none;
    box-shadow: none
}

.clearfix {
    clear: both
}

.font-wbold {
    font-weight: bold
}

.font-w900 {
    font-weight: 900
}

.font-w700 {
    font-weight: 700
}

.font-w600 {
    font-weight: 600
}

.font-w500 {
    font-weight: 500
}

.font-w300 {
    font-weight: 300
}

.lineheight-1 {
    line-height: 1
}

.lineheight-15 {
    line-height: 1.5
}

.lineheight-18 {
    line-height: 1.8
}

.lineheight-2 {
    line-height: 2
}

.font-Oswald {
    font-family: "Oswald", sans-serif
}

.container {
    position: relative;
    margin-inline: auto
}

@media(min-width: 1330px) {
    .container-option1260 {
        max-width: 1260px
    }
}

@media(min-width: 1330px) {
    .container-option1260 {
        max-width: 1260px
    }
}

@media(min-width: 1150px) {
    .container-option1130 {
        max-width: 1130px
    }
}

@media(min-width: 1070px) {
    .container-option1000 {
        max-width: 1000px
    }
}

@media(min-width: 768px) {
    .container-option750 {
        max-width: 750px
    }
}

@media(max-width: 575px) {
    .container {
        padding: 0 20px
    }

    .container-p0 {
        padding: 0
    }
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-35 {
    width: 35%
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-50 {
    width: 50%
}

.w-55 {
    width: 55%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.max-w-430 {
    max-width: 430px
}

.min-w-430 {
    min-width: 430px
}

.max-w-575 {
    max-width: 575px
}

.min-w-575 {
    min-width: 575px
}

.max-w-768 {
    max-width: 768px
}

.min-w-768 {
    min-width: 768px
}

.max-w-1070 {
    max-width: 1070px
}

.min-w-1070 {
    min-width: 1070px
}

.max-w-1150 {
    max-width: 1150px
}

.min-w-1150 {
    min-width: 1150px
}

.max-w-1330 {
    max-width: 1330px
}

.min-w-1330 {
    min-width: 1330px
}

.d-none {
    display: none !important
}

.mg-auto {
    margin-inline: auto
}

.pd-x0 {
    padding-left: 0;
    padding-right: 0
}

.pd-x10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.row-x10 {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.pd-x20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.row-x20 {
    margin-left: -20px !important;
    margin-right: -20px !important
}

.pd-x27 {
    padding-left: 27px !important;
    padding-right: 27px !important
}

.row-x27 {
    margin-left: -27px !important;
    margin-right: -27px !important
}

.pd-x40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.row-x40 {
    margin-left: -40px !important;
    margin-right: -40px !important
}

.pd-x50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.row-x50 {
    margin-left: -50px !important;
    margin-right: -50px !important
}

@media(min-width: 768px) {
    .pd-x5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .row-x5 {
        margin-left: -5px !important;
        margin-right: -5px !important
    }
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.color-blue {
    color: var(--color-blue)
}

.btn--link-page img {
    width: 6px;
    margin-right: 5px
}

.btn--link-page:hover {
    text-decoration: underline
}

.title--border-left {
    border-left: 5px solid #941c80;
    padding: 2px 0 2px 20px
}

.box {
    margin-inline: auto;
    padding: 30px 60px
}

@media(max-width: 767px) {
    .box {
        padding: 20px 20px
    }
}

.box--minimum {
    max-width: 870px
}

.title-text {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2% 3%;
    font-size: 26px;
    line-height: 32px
}

.below-text {
    position: relative;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    margin-bottom: 1.5em;
    padding: .6em 1.8em;
    border-bottom: solid 2px #941c80
}

.below-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.below-text::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 49.6%;
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.arrow-below {
    position: relative
}

.arrow-below::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #941c80 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 20px 20px 0 20px
}

.bg--white {
    background-color: #fff
}

.bg--black {
    background-color: #333
}

.bg--gray {
    background-color: #f5f5f5
}

.bg--gray2 {
    background-color: #ddd
}

.bg--purple {
    background-color: #941c80
}

.bg--lightpurple {
    background-color: #f6ecf4
}

.bg--blue {
    background-color: #4fc2f2
}

.bg--lightblue {
    background-color: #4fc2f2
}

.bdr {
    border-style: solid;
    border-width: 1px
}

.bdr--white {
    border-color: #fff
}

.bdr--black {
    border-color: #333
}

.bdr--gray {
    border-color: #f5f5f5
}

.bdr--gray2 {
    border-color: #ddd
}

.bdr--purple {
    border-color: #941c80
}

.bdr--lightpurple {
    border-color: #f6ecf4
}

.bdr--blue {
    border-color: #4fc2f2
}

.bdr--lightblue {
    border-color: #4fc2f2
}

.tc--white {
    color: #fff
}

.tc--black {
    color: #333
}

.tc--gray {
    color: #f5f5f5
}

.tc--gray2 {
    color: #ddd
}

.tc--purple {
    color: #941c80
}

.tc--lightpurple {
    color: #f6ecf4
}

.tc--blue {
    color: #4fc2f2
}

.tc--lightblue {
    color: #4fc2f2
}

.align-center {
    display: grid;
    place-items: center
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #941c80;
    background-color: #f5ecf4 !important;
    color: #941c80
}

.btn-arrow--down {
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
    background-image: url("/img/icon/icon-down2.svg")
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.transform-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.transform-center-x {
    left: 50%;
    transform: translateX(-50%)
}

.transform-center-y {
    top: 50%;
    transform: translateY(-50%)
}

.border-none {
    border: none !important
}

.bool-list {
    margin: 0 10px
}

.bool-list .bool-item {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: .2em
}

.bool-list .bool-item::before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto;
    background-image: url("/img/icon/icon-check.svg");
    background-repeat: no-repeat;
    background-size: contain
}

.bool-list .bool-item.false {
    color: #ddd
}

.bool-list .bool-item.false::before {
    background-image: url("/img/icon/icon-false.svg")
}

.common-tab {
    position: relative
}

.common-tab .tab-wrapper .tabs {
    margin: 0;
    padding: 0 60px
}

.common-tab .tab-wrapper .tabs .tab-link {
    padding: 10px 10px;
    margin: 0 6px;
    background-color: var(--color-white);
    position: relative
}

.common-tab .tab-wrapper .tabs .tab-link:hover,
.common-tab .tab-wrapper .tabs .tab-link.active {
    color: var(--color-black);
    background-color: #f6ecf4
}

.common-tab .tab-wrapper .tabs .tab-link span {
    font-size: 14px;
    display: block;
    width: 100%
}

.common-tab .tab-wrapper .tabs .tab-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #f6ecf4;
    opacity: 0
}

.common-tab .tab-wrapper .tabs .tab-link.active::after {
    opacity: 1
}

@media(max-width: 767px) {
    .common-tab .tab-wrapper .tabs .tab-link {
        flex-wrap: wrap
    }

    .common-tab .tab-wrapper .tabs .tab-link span {
        font-size: 9px
    }
}

@media(max-width: 575px) {
    .common-tab .tab-wrapper .tabs {
        padding: 0 7px
    }

    .common-tab .tab-wrapper .tabs .tab-link {
        border-right: solid 1px #941c80;
        margin: 0 2px;
        padding: 10px 2px
    }

    .common-tab .tab-wrapper .tabs .tab-link span {
        font-size: 9px
    }

    .common-tab .tab-wrapper .tabs .tab-link strong {
        font-size: 13px
    }
}

.common-tab .content-wrapper {
    background-color: #f5ecf4;
    border: 1px solid #941c80;
    padding: 40px 60px
}

.common-tab .content-wrapper .tab-content {
    background-color: var(--color-white)
}

.common-tab .content-wrapper .tab-content .head-title-tabs {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

.common-tab .content-wrapper .tab-content .head-title-tabs::before {
    content: none
}

.common-tab .content-wrapper .tab-content .button--click-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.common-tab .content-wrapper .tab-content .button--click-top a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.common-tab .content-wrapper .tab-content .button--click-top a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.common-tab .content-wrapper .tab-content .button--click-top a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.common-tab .content-wrapper .tab-content .button--click-top a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.common-tab .content-wrapper .tab-content .button--click-top a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.common-tab .content-wrapper .tab-content .button--click-top a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.common-tab .content-wrapper .tab-content .button--click-top a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .common-tab .content-wrapper .tab-content .button--click-top a {
        width: 100%;
        max-width: 100%
    }
}

.common-tab .content-wrapper .tab-content .button--click-top a img {
    left: auto;
    right: 15px
}

@media(min-width: 1024px) {
    .common-tab .content-wrapper .tab-content .row-x17 {
        margin: 0 -17px
    }

    .common-tab .content-wrapper .tab-content .pd-x17 {
        padding: 0 17px
    }
}

.common-tab .content-wrapper .tab-content .main--tab-feature .head-block {
    padding: 10px 40px;
    border-bottom: solid 2px #941c80;
    position: relative
}

.common-tab .content-wrapper .tab-content .main--tab-feature .head-block::before,
.common-tab .content-wrapper .tab-content .main--tab-feature .head-block::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.common-tab .content-wrapper .tab-content .main--tab-feature .head-block::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.common-tab .content-wrapper .tab-content .main--tab-feature .head-block::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.common-tab .content-wrapper .tab-content .main--tab-feature .gallery--body {
    display: flex;
    flex-wrap: wrap
}

.common-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img {
    position: relative;
    overflow: hidden;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
}

.common-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img .text-name {
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: var(--color-white);
    padding: 3px 5px;
    text-align: center;
    font-size: 14px
}

@media(max-width: 575px) {
    .common-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img .text-name {
        font-size: 9px
    }
}

@media(max-width: 991px) {
    .common-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img {
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
}

@media(max-width: 767px) {
    .common-tab .content-wrapper {
        padding: 30px 20px
    }
}

@media(max-width: 575px) {
    .common-tab .content-wrapper {
        border-left: 0;
        border-right: 0
    }
}

.order-list {
    padding-left: 1em
}

.order-list--item {
    padding-bottom: 1em
}

.youtube-include {
    width: 100%;
    aspect-ratio: 16/9
}

.youtube-include iframe {
    width: 100%;
    height: 100%
}

.download-item {
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--color-white);
    position: relative
}

.download-item .image-block {
    flex: 0 0 120px;
    max-width: 120px
}

@media(max-width: 420px) {
    .download-item .image-block {
        flex: 0 0 83px;
        max-width: 83px
    }
}

.download-item .content-block {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding: 16px 0 0 50px
}

@media(min-width: 768px) {
    .download-item .content-block .title-h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media(max-width: 767px) {
    .download-item .content-block .title-h3 .m-sp767 {
        display: inline-block
    }
}

@media(max-width: 575px) {
    .download-item .content-block {
        padding: 0 0 0 20px
    }
}

@media(max-width: 420px) {
    .download-item .content-block {
        flex: 0 0 calc(100% - 83px);
        max-width: calc(100% - 83px)
    }
}

.download-item .bottom-btn {
    position: absolute;
    right: 30px;
    bottom: 50px;
    width: calc(100% - 230px)
}

.download-item .bottom-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.download-item .bottom-btn a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.download-item .bottom-btn a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.download-item .bottom-btn a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.download-item .bottom-btn a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.download-item .bottom-btn a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.download-item .bottom-btn a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.download-item .bottom-btn a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .download-item .bottom-btn a {
        width: 100%;
        max-width: 100%
    }
}

.download-item .bottom-btn .btn-transparent {
    width: 100%
}

.download-item .bottom-btn .btn-transparent.m-sp767 {
    display: none
}

@media(max-width: 767px) {
    .download-item .bottom-btn {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 30px
    }

    .download-item .bottom-btn .btn-transparent.m-pc767 {
        display: none
    }

    .download-item .bottom-btn .btn-transparent.m-sp767 {
        display: inline-flex;
        padding-left: 20px
    }
}

@media(max-width: 767px) {
    .download-item {
        flex-wrap: wrap;
        align-items: center;
        padding: 18px 18px 30px;
        margin-bottom: 20px
    }
}

.common-table table {
    width: 100%;
    table-layout: fixed
}

.common-table table td,
.common-table table th {
    padding: 1em 1em;
    border: 1px solid #ddd
}

.common-table table td {
    font-weight: normal
}

.common-table table thead td,
.common-table table thead th {
    background-color: #f5f5f5
}

@media(max-width: 767px) {
    .common-table table {
        width: auto;
        min-width: 700px
    }
}

@media(max-width: 767px) {
    .common-table {
        overflow-x: scroll
    }
}

.c-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 100
}

.c-modal-container::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.c-modal-container.active {
    opacity: 1;
    visibility: visible
}

.c-modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%
}

@media(max-width: 1000px) {
    .c-modal-body {
        vertical-align: top;
        width: 98%
    }
}

.c-modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border: 1px solid var(--color-black);
    background-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.c-modal-close:hover {
    background-color: var(--color-white);
    border: 1px solid #777;
    color: #777
}

.c-modal-content {
    background: #fff;
    padding: 80px 135px
}

@media(max-width: 1000px) {
    .c-modal-content {
        padding: 60px 18px
    }
}

.c-modal-txt {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: 300
}

@media(max-width: 1000px) {
    .c-modal-txt {
        font-size: 16px;
        text-align: left;
        line-height: 32px
    }
}

.c-modal-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 45px
}

@media(max-width: 1000px) {
    .c-modal-info {
        display: block
    }
}

.c-modal-btn {
    position: relative;
    display: block;
    padding: 30px 40px;
    width: 400px;
    height: 94px;
    border: solid 1px #941c80;
    color: #941c80;
    background-color: #fff;
    transition: .2s;
    border-radius: 100px;
    font-size: 24px;
    line-height: 26px
}

@media(max-width: 1000px) {
    .c-modal-btn {
        width: auto;
        font-size: 18px;
        padding: 19px 40px;
        height: 74px
    }
}

@media(max-width: 575px) {
    .c-modal-btn {
        display: flex;
        padding: 12px 10px 12px 43px;
        height: 73px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }
}

.c-modal-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 40px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../../../img/common/mail.svg);
    background-size: contain;
    background-repeat: no-repeat
}

@media(max-width: 575px) {
    .c-modal-btn::before {
        left: 18px
    }
}

.c-modal-btn:hover {
    border: solid 1px #db75ca;
    color: #db75ca
}

@media(max-width: 1000px) {
    .c-modal-btn.-call {
        margin-top: 15px
    }
}

.c-modal-btn.-call::before {
    background-image: url(../../../img/common/call.svg)
}

@media(max-width: 575px) {
    .c-modal-btn.-call {
        font-size: 22px
    }

    .c-modal-btn.-call span {
        display: block;
        width: 100%
    }
}

.c-modal-btn.-close {
    width: 240px;
    height: 44px;
    color: #000;
    min-width: 240px;
    margin: 50px auto 0;
    border: solid 1px #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px 40px
}

.c-modal-btn.-close::before {
    left: 25px;
    width: 14px;
    height: 14px;
    background-image: url(../../../img/common/close.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.c-modal-btn.-close:hover {
    opacity: .6
}

.c-modal-btn span {
    display: block;
    font-size: 16px;
    font-weight: 300
}

@media(max-width: 1000px) {
    .c-modal-btn span {
        font-size: 14px
    }
}

.p-top {
    position: relative
}

@media(max-width: 800px) {
    .p-top {
        margin-bottom: 96px
    }
}

.p-top__inner {
    width: calc(100% - 100px - 100px);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 74px;
    padding-bottom: 80px
}

@media(max-width: 1000px) {
    .p-top__inner {
        width: calc(100% - 56px - 56px)
    }
}

@media(max-width: 800px) {
    .p-top__inner {
        width: calc(100% - 20px - 20px)
    }
}

@media(max-width: 1000px) {
    .p-top__inner {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.p-top__body {
    width: 50%
}

@media(max-width: 800px) {
    .p-top__body {
        width: calc(100% - 16px - 16px);
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 390px) {
    .p-top__body {
        width: calc(100% - 4.1025641026vw * 2)
    }
}

.p-top__ttl {
    font-size: 30px;
    position: relative;
    margin-bottom: 65px;
    text-align: center;
    line-height: 46px
}

.p-top__ttl::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 120px;
    height: 5px;
    background-color: #941c80;
    transform: translateX(-50%)
}

@media(max-width: 1000px) {
    .p-top__ttl::after {
        height: 3px;
        bottom: -17px
    }
}

@media(max-width: 1000px) {
    .p-top__ttl {
        font-size: 22px;
        line-height: 30px
    }
}

.p-top.top--kv {
    background-image: url("../../../img/top/kv.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 150px
}

@media(max-width: 1000px) {
    .p-top.top--kv {
        padding-bottom: 0
    }
}

@media(max-width: 575px) {
    .p-top.top--kv {
        background-image: url("../../../img/top/kv-sp.webp") !important
    }
}

@media(max-width: 800px) {
    .p-top.top--kv {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.p-top.top--kv .p-top__inner {
    padding-top: 150px;
    padding-bottom: 30px;
    min-height: 730px;
    width: 100%;
    max-width: 1260px;
    padding-right: 0;
    padding-left: 3%
}

@media screen and (max-width: 1100px) {
    .p-top.top--kv .p-top__inner {
        min-height: 700px
    }
}

@media(max-width: 800px) {
    .p-top.top--kv .p-top__inner {
        padding-top: 50px;
        margin-bottom: 0;
        min-height: inherit
    }
}

.p-top.top--kv .p-top__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__content {
        display: block;
        width: calc(100% - 33px - 33px);
        padding-top: 35px;
        margin: 0 auto;
        max-height: inherit
    }
}

.p-top.top--kv .p-top__box {
    min-width: 40%;
    color: #fff;
    margin-top: -2%
}

@media screen and (max-width: 1200px) {
    .p-top.top--kv .p-top__box {
        margin-top: 1%
    }
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__box {
        text-align: center
    }
}

@media(max-width: 800px) {
    .p-top.top--kv .p-top__box {
        min-width: inherit
    }
}

.p-top.top--kv .p-top__imgbox {
    width: 60%
}

@media screen and (max-width: 1200px) {
    .p-top.top--kv .p-top__imgbox {
        margin-bottom: -6%
    }
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__imgbox {
        width: 70%;
        transform: translateY(20px);
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
}

@media(max-width: 800px) {
    .p-top.top--kv .p-top__imgbox {
        width: 90%;
        transform: translateY(5%)
    }
}

.p-top.top--kv .p-top__imgbox img {
    width: 100%
}

.p-top.top--kv .p-top__lead {
    font-size: 38px;
    line-height: 62px;
    white-space: nowrap
}

@media screen and (max-width: 1070px) {
    .p-top.top--kv .p-top__lead {
        font-size: 3.5vw
    }
}

.p-top.top--kv .p-top__lead.shadow {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .75)
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__lead {
        font-size: 5vw;
        line-height: 7vw
    }
}

.p-top.top--kv .p-top__sub {
    margin-top: 34px;
    font-size: 22px;
    line-height: 2.3rem
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__sub {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 2%;
        margin: 0 auto;
        flex-wrap: wrap
    }
}

.p-top.top--kv .p-top__sub-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 2%;
    color: #fff
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__sub-item {
        width: 32%;
        justify-content: space-evenly
    }
}

.p-top.top--kv .p-top__sub-item:last-child {
    margin-bottom: 0
}

.p-top.top--kv .p-top__sub-img {
    width: 100%;
    max-width: 65px;
    height: 65px
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__sub-img {
        width: 125%;
        margin: 0 auto 10px
    }
}

.p-top.top--kv .p-top__sub-txt {
    font-size: 2.2vw;
    text-align: center;
    line-height: 3.5vw
}

.p-top.top--kv .p-top__sub-txt .br2 {
    display: none
}

@media screen and (max-width: 700px) {
    .p-top.top--kv .p-top__sub-txt {
        font-size: 2.7vw;
        line-height: 4.3vw
    }

    .p-top.top--kv .p-top__sub-txt .br1 {
        display: none
    }

    .p-top.top--kv .p-top__sub-txt .br2 {
        display: block
    }
}

.p-top.top--kv .p-top__below {
    margin-top: 20px
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__below {
        margin-top: 0;
        background: #941c80;
        padding: 10% 20px 0px
    }
}

.p-top.top--kv .p-top__below-box {
    background: #fff;
    padding: 45px 20px 50px;
    border-radius: 10px;
    text-align: center
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__below-box {
        padding: 27px 17px
    }
}

.p-top.top--kv .p-top__below-ttl {
    position: relative;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    margin-bottom: 37px;
    border-bottom: solid 2px #941c80;
    padding: 16px 40px
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__below-ttl {
        font-size: 15px;
        line-height: 26px;
        padding: 0 13px 13px
    }
}

.p-top.top--kv .p-top__below-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.p-top.top--kv .p-top__below-ttl::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__below-ttl::after {
        left: 49.5%
    }
}

.p-top.top--kv .p-top__below-inner {
    display: flex;
    justify-content: center;
    gap: 30px
}

@media(max-width: 1000px) {
    .p-top.top--kv .p-top__below-inner {
        display: block
    }
}

.p-top.top--kv2 {
    background-image: url("../../../img/top/kv2.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 150px
}

@media(max-width: 1000px) {
    .p-top.top--kv2 {
        padding-bottom: 0
    }
}

@media(max-width: 575px) {
    .p-top.top--kv2 {
        background-image: url("../../../img/top/kv2.png") !important
    }
}

@media(max-width: 800px) {
    .p-top.top--kv2 {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.p-top.top--kv2 .p-top__content {
    gap: 1%
}

.p-top.top--kv2 .p-top__box {
    width: 55%
}

@media(max-width: 1100px) {
    .p-top.top--kv2 .p-top__box {
        width: 50%
    }
}

@media(max-width: 1000px) {
    .p-top.top--kv2 .p-top__box {
        width: 100%
    }
}

.p-top.top--kv2 .p-top__imgbox img {
    width: 100%;
    margin-top: -4%
}

@media(max-width: 1000px) {
    .p-top.top--kv2 .p-top__imgbox img {
        margin-top: 2%
    }
}

.p-top.top--kv2 .p-top__below {
    padding-top: 7%
}

.p-top.top--kv2 .p-top__below div .p-top__sub {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.p-top.top--kv2 .p-top__sub-item {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px
}

@media(max-width: 1000px) {
    .p-top.top--kv2 .p-top__sub-item {
        padding-bottom: 2%
    }

    .p-top.top--kv2 .p-top__sub-item:last-child {
        padding-bottom: 0
    }
}

.p-top.top--kv2 .p-top__sub-item div {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    gap: 10px
}

.p-top.top--about {
    background-image: url("../../../img/top/about-bg.jpg");
    background-size: cover;
    background-position: center
}

@media(max-width: 1000px) {
    .p-top.top--about {
        background-position: inherit;
        margin-bottom: 0
    }
}

@media(max-width: 575px) {
    .p-top.top--about {
        background-image: url("../../../img/top/about-bg2.webp") !important
    }
}

.p-top.top--about .p-top__box {
    text-align: center
}

.p-top.top--about .p-top__lead {
    font-size: 30px;
    color: #941c80;
    margin-bottom: 36px
}

@media(max-width: 1000px) {
    .p-top.top--about .p-top__lead {
        font-size: 20px;
        margin-bottom: 17px
    }
}

.p-top.top--about .p-top__movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%
}

.p-top.top--about .p-top__movie-wrap {
    max-width: 820px;
    max-height: 462px;
    margin: 0 auto
}

.p-top.top--about .p-top__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-top.top--about .p-top__below {
    margin-top: 80px;
    padding: 74px 60px 80px;
    background: #fff
}

@media(max-width: 1000px) {
    .p-top.top--about .p-top__below {
        margin-top: 0;
        padding: 60px 37px
    }
}

.p-top.top--about .p-top__below-box {
    text-align: center
}

.p-top.top--about .p-top__below-txt {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

@media(max-width: 1000px) {
    .p-top.top--about .p-top__below-txt {
        text-align: left
    }
}

.p-top.top--about .p-top__below-flex {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 72px
}

@media(max-width: 1000px) {
    .p-top.top--about .p-top__below-flex {
        display: block;
        margin-top: 45px
    }
}

.p-top.top--about .p-top__below-item {
    position: relative;
    background: #f5ecf4;
    padding: 3%;
    border-radius: 5px;
    text-align: center
}

@media(max-width: 1000px) {
    .p-top.top--about .p-top__below-item {
        margin-top: 50px;
        padding: 30px
    }

    .p-top.top--about .p-top__below-item:first-child {
        margin-top: 0
    }

    .p-top.top--about .p-top__below-item .p-top__below-txt {
        text-align: center
    }
}

@media(max-width: 390px) {
    .p-top.top--about .p-top__below-item {
        padding: 30px 25px
    }
}

.p-top.top--about .p-top__below-icon {
    position: absolute;
    top: -42px;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 70px;
    transform: translateX(-50%)
}

.p-top.top--about .p-top__below-icon img {
    width: 100%;
    height: 100%
}

.p-top.top--about .p-top__below-farm {
    font-size: 150%;
    color: #941c80
}

.p-top.top--about .p-top__below-farm span {
    color: #fff;
    background-color: #941c80;
    padding: 0 10px;
    border-radius: 5px;
    margin-left: 10px
}

.p-top.top--can {
    position: relative;
    counter-reset: number 0
}

@media(max-width: 1000px) {
    .p-top.top--can {
        margin-bottom: 0
    }
}

.p-top.top--can .p-top__bg {
    position: absolute;
    top: 0;
    right: 65%;
    z-index: -100
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__bg {
        height: 100%;
        right: 88%;
        background-color: #941c80
    }
}

.p-top.top--can .p-top__list-item {
    border: solid 1px #ddd;
    margin-bottom: 20px
}

.p-top.top--can .p-top__list-item:last-child {
    margin-bottom: 0
}

.p-top.top--can .p-top__list-ttl {
    position: relative;
    color: #fff;
    padding: 2% 3% 2% 140px;
    font-size: 24px;
    line-height: 32px;
    background-color: #000
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-ttl {
        font-size: 18px;
        padding: 2% 2% 2% 80px
    }
}

.p-top.top--can .p-top__list-ttl::before {
    counter-increment: number 1;
    content: "0" counter(number) ".";
    position: absolute;
    left: 40px;
    font-size: 40px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-ttl::before {
        left: 16px;
        font-size: 30px;
        left: 16px;
        font-size: 30px
    }
}

.p-top.top--can .p-top__list-ttl::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 20px 20px 0 20px
}

.p-top.top--can .p-top__list-inner {
    display: flex;
    justify-content: center;
    background: #fff;
    gap: 4%;
    padding: 5% 5% 5% 5%
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-inner {
        flex-flow: column;
        align-items: center;
        padding: 30px 17px
    }
}

.p-top.top--can .p-top__list-left {
    width: 100%;
    max-width: 547px
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-left {
        max-width: unset;
        padding: 0 3% 0 3%
    }
}

.p-top.top--can .p-top__list-lead {
    font-size: 30px;
    position: relative;
    padding-left: 50px;
    line-height: 2.7rem
}

.p-top.top--can .p-top__list-lead::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    margin: auto;
    background-image: url(../../../img/top/check.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-lead::before {
        top: 0;
        bottom: inherit;
        width: 30px;
        height: 30px
    }
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-lead {
        font-size: 22px
    }
}

.p-top.top--can .p-top__list-txt {
    font-size: 18px;
    line-height: 36px;
    margin-top: 24px;
    font-weight: 300
}

@media(max-width: 1000px) {
    .p-top.top--can .p-top__list-txt {
        font-size: 16px;
        margin: 1rem 0 1rem
    }
}

.p-top.top--can .p-top__list-right {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 400px
}

.p-top.top--can .p-top__list-right img {
    width: 100%
}

.p-top.top--can .p-top__list-right span {
    margin-top: 1rem;
    display: block;
    font-size: 14px;
    font-weight: 300
}

.p-top.top--reason {
    background-color: #f5ecf4
}

@media(max-width: 1000px) {
    .p-top.top--reason {
        margin-bottom: 0
    }
}

.p-top.top--reason .p-top__list {
    display: flex;
    justify-content: center;
    gap: 10px
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list {
        display: block
    }
}

.p-top.top--reason .p-top__list-item {
    width: 360px;
    background: #fff;
    padding: 3% 3% 3% 2%
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 6% 4%
    }

    .p-top.top--reason .p-top__list-item:last-child {
        margin-bottom: 0
    }
}

.p-top.top--reason .p-top__list-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 1rem
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list-ttl {
        align-items: baseline
    }
}

.p-top.top--reason .p-top__list-ttl-img {
    width: 100%;
    max-width: 65px
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list-ttl-img {
        width: 56px
    }
}

.p-top.top--reason .p-top__list-ttl-img img {
    width: 100%
}

.p-top.top--reason .p-top__list-ttl span {
    white-space: nowrap
}

.p-top.top--reason .p-top__list-txt {
    position: relative;
    padding-left: 30px;
    margin-top: 1.2rem;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9rem
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list-txt {
        font-size: 16px;
        margin-top: 1rem
    }
}

.p-top.top--reason .p-top__list-txt::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url(../../../img/top/check.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.p-top.top--reason .p-top__list-icon {
    width: 100%;
    margin: 0 auto;
    max-width: 130px
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list-icon {
        max-height: inherit
    }
}

@media(max-width: 1000px) {
    .p-top.top--reason .p-top__list-icon {
        width: auto
    }
}

.p-top.top--user {
    background-color: #f5ecf4;
    margin-bottom: 0
}

.p-top.top--user .p-top__list {
    display: flex;
    justify-content: center;
    gap: 10px
}

@media(max-width: 800px) {
    .p-top.top--user .p-top__list {
        display: block
    }
}

.p-top.top--user .p-top__list-item {
    width: 100%;
    max-width: 360px;
    background: #fff;
    padding: 25px 30px 60px
}

@media(max-width: 1000px) {
    .p-top.top--user .p-top__list-item {
        padding: 20px 17px 60px;
        max-width: inherit;
        margin-top: 20px
    }
}

.p-top.top--user .p-top__list-above {
    display: flex;
    gap: 20px;
    font-size: 16px;
    line-height: 28px
}

.p-top.top--user .p-top__list-above-img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px
}

.p-top.top--user .p-top__list-above-img img {
    width: 100%
}

.p-top.top--user .p-top__list-above-right {
    width: 100%
}

.p-top.top--user .p-top__list-above-txt {
    position: relative;
    margin-top: 15px;
    border-bottom: solid 1px #941c80;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 300
}

.p-top.top--user .p-top__list-sub {
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px
}

.p-top.top--user .p-top__list-txt {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px
}

.p-top.top--price {
    margin-bottom: 0;
    background-color: #941c80
}

.p-top.top--price .p-top__ttl {
    color: #fff
}

.p-top.top--price .p-top__ttl::after {
    content: "";
    background-color: #fff
}

.p-top.top--price .p-top__txt {
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 22px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__txt {
        font-size: 16px;
        text-align: left;
        line-height: 32px
    }
}

.p-top.top--price .p-top__sub {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin-top: 22px;
    font-weight: 300
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__sub {
        font-size: 13px;
        line-height: 20px;
        text-align: left
    }
}

.p-top.top--price .p-top__box-inner {
    display: flex;
    margin-top: 45px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-inner {
        display: block
    }
}

.p-top.top--price .p-top__box-left {
    width: 100%;
    padding: 25px 50px;
    background-color: #fff
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-left {
        padding: 17px 17px 60px
    }
}

.p-top.top--price .p-top__box-left::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    height: 85%;
    bottom: auto;
    background: #ddd;
    margin: auto
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-left::after {
        display: none
    }
}

.p-top.top--price .p-top__box-left.left-flex .p-top__box-price {
    height: 100%
}

.p-top.top--price .p-top__box-left.left-flex .p-top__box-list {
    margin-top: auto
}

.p-top.top--price .p-top__box-right {
    position: relative;
    width: 100%;
    padding: 25px 50px;
    background-color: #fff
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-right {
        padding: 17px 17px 40px;
        margin-top: 20px
    }
}

.p-top.top--price .p-top__box-lead {
    font-size: 22px;
    border-bottom: solid 1px #941c80;
    padding-bottom: 17px;
    width: 100%;
    text-align: center
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-lead {
        font-size: 20px
    }
}

.p-top.top--price .p-top__box-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-top: 40px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-price {
        gap: 24px;
        align-items: flex-start;
        margin-top: 22px
    }
}

.p-top.top--price .p-top__box-price-blue {
    color: #009fe3
}

.p-top.top--price .p-top__box-price span {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-price span {
        font-size: 13px
    }
}

.p-top.top--price .p-top__box-osusume {
    width: 90px;
    height: 90px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-osusume {
        width: 67px;
        height: 67px
    }
}

.p-top.top--price .p-top__box-osusume img {
    width: 100%
}

.p-top.top--price .p-top__box-list {
    display: flex;
    justify-content: center
}

.p-top.top--price .p-top__box-list-item {
    position: relative;
    padding-left: 30px;
    margin-top: 36px;
    font-size: 22px;
    line-height: 32px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__box-list-item {
        font-size: 20px;
        margin-top: 15px
    }
}

.p-top.top--price .p-top__box-list-item:last-child {
    margin-top: 20px
}

.p-top.top--price .p-top__box-list-item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url(../../../img/top/check.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.p-top.top--price .p-top__box-list-item span {
    color: #941c80
}

.p-top.top--price .p-top__below {
    position: relative;
    color: #fff;
    padding: 35px 100px;
    font-size: 22px;
    background-color: #009fe3;
    text-align: center
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__below {
        font-size: 16px;
        padding: 30px 20px;
        line-height: 26px
    }
}

.p-top.top--price .p-top__below::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #009fe3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 40px 70px 0 70px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__below::after {
        bottom: -25px
    }
}

.p-top.top--price .p-top__below span {
    font-size: 14px;
    font-weight: 300;
    display: block;
    line-height: 26px
}

@media(max-width: 1000px) {
    .p-top.top--price .p-top__below span {
        font-size: 13px;
        line-height: 20px
    }
}

.p-top.top--price .p-top__below.below-price::after {
    content: none
}

.p-top.top--download {
    margin-bottom: 0
}

.p-top.top--download .p-top__inner {
    position: relative
}

.p-top.top--download .p-top__img {
    position: absolute;
    bottom: -15%;
    right: 0;
    z-index: 99
}

@media(max-width: 1000px) {
    .p-top.top--download .p-top__img {
        display: none
    }
}

.p-top.top--download .p-top__box {
    max-width: 545px;
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, .33);
    border-radius: 5px
}

.p-top.top--download .p-top__download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px
}

@media(max-width: 1000px) {
    .p-top.top--download .p-top__download {
        display: block;
        text-align: center
    }
}

.p-top.top--download .p-top__download-txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300
}

@media(max-width: 1000px) {
    .p-top.top--download .p-top__download-txt {
        margin-top: 20px
    }
}

.p-top.top--download .p-top__download-txt span {
    display: block
}

@media(max-width: 1000px) {
    .p-top.top--download .p-top__download-txt span {
        display: inline-block
    }
}

.p-top.top--download .p-top__download-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    margin-top: 15px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 100px;
    padding: 15px 83px;
    transition: .2s
}

@media(max-width: 1000px) {
    .p-top.top--download .p-top__download-btn a {
        padding: 15px 50px
    }
}

.p-top.top--download .p-top__download-btn a::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/common/download_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .2s
}

.p-top.top--download .p-top__download-btn a:hover {
    color: #777;
    border: solid 1px #777
}

.p-top.top--download .p-top__download-btn a:hover::before {
    opacity: .5
}

.p-top.top--faq {
    margin-bottom: 0;
    background-color: #f5ecf4
}

.p-top.top--faq .p-top__content {
    position: relative
}

.p-top.top--faq .p-top__accordion-wrap {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, .25)
}

.p-top.top--faq .p-top__accordion-box {
    border-bottom: solid 1px #ddd
}

.p-top.top--faq .p-top__accordion-head {
    position: relative;
    margin-left: 30px;
    padding: 30px 30px 30px 60px;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer
}

@media(max-width: 1000px) {
    .p-top.top--faq .p-top__accordion-head {
        font-size: 16px;
        line-height: 26px;
        padding: 20px 43px 15px 42px;
        margin-left: 18px
    }
}

.p-top.top--faq .p-top__accordion-head::before {
    content: "";
    background-image: url(../../../img/common/faq_q.svg);
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px
}

@media(max-width: 1000px) {
    .p-top.top--faq .p-top__accordion-head::before {
        background-size: cover;
        width: 30px;
        height: 30px
    }
}

.p-top.top--faq .p-top__accordion-head::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 20px;
    margin: auto;
    width: 18px;
    height: 18px;
    transition: .2s;
    background: url(../../../img/common/plus.svg);
    background-repeat: no-repeat
}

.p-top.top--faq .p-top__accordion-head.open::after {
    background: url(../../../img/common/minus.svg);
    height: 2px
}

.p-top.top--faq .p-top__accordion-inner {
    display: none;
    position: relative;
    border-top: 1px solid #ddd;
    width: 95%;
    margin: 0px auto
}

@media(max-width: 1000px) {
    .p-top.top--faq .p-top__accordion-inner {
        margin: 0px auto 0px 18px
    }
}

.p-top.top--faq .p-top__accordion-inner::before {
    content: "";
    background: url(../../../img/common/faq_a.svg);
    position: absolute;
    top: 30px;
    left: 55px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
}

@media(max-width: 1000px) {
    .p-top.top--faq .p-top__accordion-inner::before {
        background-size: cover;
        left: 0;
        width: 30px;
        height: 30px
    }
}

.p-top.top--faq .p-top__accordion-inner ul {
    list-style: disc;
    margin: 32px 58px 25px 140px
}

@media(max-width: 1000px) {
    .p-top.top--faq .p-top__accordion-inner ul {
        margin: 20px 20px 20px 60px
    }
}

.p-top.top--faq .p-top__accordion-inner ul li {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

.p-top.-news {
    margin-bottom: 0
}

.p-top.-news .p-top__news-item {
    display: flex;
    align-items: center;
    gap: 74px;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}

@media(max-width: 1000px) {
    .p-top.-news .p-top__news-item {
        display: block;
        margin-top: 20px
    }

    .p-top.-news .p-top__news-item:first-child {
        margin-top: 0
    }
}

.p-top.-news .p-top__news-txt {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 1000px) {
    .p-top.-news .p-top__news-txt {
        display: block;
        margin-left: 20px;
        padding-top: 13px;
        padding-bottom: 20px
    }
}

.p-top.-news .p-top__news-txt:hover {
    opacity: .6
}

.p-top.-news .p-top__news-txt:first-child {
    padding-top: 0
}

.p-top.-news .p-top__news-txt::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media(max-width: 1000px) {
    .p-top.-news .p-top__news-txt::before {
        top: 22px
    }
}

.p-top-wrapper {
    position: relative
}

.p-top-wrapper .p-top__below {
    margin-top: 20px;
    position: absolute;
    bottom: 100%;
    width: 100%;
    max-width: 1260px;
    padding: 30px;
    left: 0;
    right: 0;
    margin: auto
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below {
        margin-top: 0;
        background: #941c80;
        padding: 30px 20px 20px;
        position: static
    }
}

@media(max-width: 800px) {
    .p-top-wrapper .p-top__below {
        position: static;
        min-height: 26vw
    }
}

.p-top-wrapper .p-top__below-box {
    background: #fff;
    padding: 45px 20px 50px;
    border-radius: 10px;
    text-align: center
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below-box {
        padding: 27px 17px
    }
}

.p-top-wrapper .p-top__below-ttl {
    position: relative;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    margin-bottom: 37px;
    border-bottom: solid 2px #941c80;
    padding: 16px 40px
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below-ttl {
        font-size: 15px;
        line-height: 26px;
        padding: 0 13px 13px
    }
}

@media(max-width: 575px) {
    .p-top-wrapper .p-top__below-ttl {
        padding: 0 5px 13px
    }
}

.p-top-wrapper .p-top__below-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.p-top-wrapper .p-top__below-ttl::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below-ttl::after {
        left: 49.5%
    }
}

.p-top-wrapper .p-top__below-inner {
    display: flex;
    justify-content: center;
    gap: 30px
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below-inner {
        display: block
    }
}

.p-top-wrapper .p-top__below-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #fff;
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
    border-radius: 100px;
    padding: 15px 83px 15px 103px;
    min-width: 180px;
    transition: .2s
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below-btn {
        padding: 15px;
        min-width: inherit
    }
}

.p-top-wrapper .p-top__below-btn::before {
    content: "";
    position: absolute;
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/common/register.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.p-top-wrapper .p-top__below-btn:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.p-top-wrapper .p-top__below-btn.-download {
    background: #009fe3;
    background: linear-gradient(90deg, rgb(0, 159, 227) 0%, rgb(92, 195, 239) 100%)
}

@media(max-width: 1000px) {
    .p-top-wrapper .p-top__below-btn.-download {
        margin-top: 15px
    }
}

.p-top-wrapper .p-top__below-btn.-download::before {
    background-image: url(../../../img/common/download.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.p-top-wrapper .p-top__below-btn.-download:hover {
    background: #4fc2f2;
    background: linear-gradient(90deg, rgb(79, 194, 242) 0%, rgb(145, 220, 252) 100%)
}

.top--news {
    padding: 65px 0 80px
}

@media(max-width: 575px) {
    .top--news {
        padding: 58px 0 60px
    }
}

.js-slick {
    background: #941c80
}

.btn--next-page a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn--next-page a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.btn--next-page a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.btn--next-page a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.btn--next-page a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.btn--next-page a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn--next-page a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.btn--next-page a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .btn--next-page a {
        width: 100%;
        max-width: 100%
    }
}

.btn--next-page a img {
    left: auto;
    right: 15px
}

.btn--next-page.border-transparent a {
    border-color: var(--color-white)
}

.btn--next-page.border-transparent a:hover {
    border-color: var(--color-white)
}

.another-crops {
    container-type: inline-size;
    padding: 10px;
    font-weight: normal
}

.another-crops-list {
    display: grid;
    justify-content: center;
    text-align: left;
    grid-gap: .3em 1em;
    grid-template-columns: auto auto auto;
    font-size: 13px
}

.another-crops.recommend .another-crops-list {
    padding: 22px 0;
    grid-gap: .3em 2em;
    grid-template-columns: auto auto auto auto auto;
    font-size: 18px
}

@media(max-width: 767px) {
    .another-crops.recommend .another-crops-list {
        padding: 10px 0;
        grid-gap: .3em 1em;
        grid-template-columns: auto auto auto;
        font-size: 13px
    }
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-red: #e4032e;
    --color-blue: #009FE3
}

.c-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.03))
}

.c-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    height: 100%;
    margin: 20px auto;
    padding: 0 20px
}

@media(max-width: 1000px) {
    .c-header__inner {
        margin: 0;
        padding-right: 0;
        box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, .25)
    }
}

.c-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(max-width: 1000px) {
    .c-header__logo {
        max-width: 90px;
        margin: 5px 0
    }
}

.c-header__logo img {
    width: auto;
    height: 73px
}

@media(max-width: 1000px) {
    .c-header__logo img {
        width: 100%;
        height: auto
    }
}

.c-header__content {
    display: flex;
    gap: 40px
}

@media(max-width: 1200px) {
    .c-header__content {
        gap: 1.5vw;
        align-items: center
    }
}

.c-header__nav-list {
    display: flex;
    height: 80%;
    justify-content: center;
    align-items: center;
    gap: 25px
}

@media(max-width: 1200px) {
    .c-header__nav-list {
        gap: 1.5vw;
        margin-top: 15px
    }
}

.c-header__nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

@media(max-width: 800px) {
    .c-header__nav-item {
        display: block;
        height: inherit
    }
}

.c-header__nav-ttl {
    display: flex;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    transition: .2s;
    position: relative;
    cursor: pointer;
    height: 100%
}

@media(max-width: 1200px) {
    .c-header__nav-ttl {
        font-size: 1.4vw
    }
}

.c-header__nav-ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 5px;
    width: 0;
    border-bottom: 5px solid #941c80;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width: 1200px) {
    .c-header__nav-ttl::after {
        bottom: -10px
    }
}

.c-header__nav-ttl:hover::after,
.c-header__nav-ttl.active::after {
    opacity: 1;
    width: 100%;
    left: 0
}

.c-header__nav-item.active .c-header__nav-ttl::after {
    opacity: 1;
    width: 100%;
    left: 0
}

.c-header__btn-list {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.c-header__btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
    border-radius: 100px;
    padding: 8px 40px;
    min-width: 180px;
    transition: .2s
}

.c-header__btn-inner::before {
    content: "";
    position: absolute;
    left: 13px;
    width: 20px;
    height: 20px;
    background-image: url(../../../img/common/register.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.c-header__btn-inner:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.c-header__btn-inner.-white {
    border: solid 1px #941c80;
    color: #941c80;
    background-color: #fff;
    background: #fff
}

.c-header__btn-inner.-white::before {
    background-image: url(../../..//img/common/login.svg)
}

.c-header__btn-inner.-white:hover {
    color: #db75ca;
    border: solid 1px #db75ca
}

.c-header__btn-inner.-white:hover::before {
    background-image: url(/img/common/login-pink.svg)
}

.c-header__btn-txt {
    font-size: 14px
}

@media(max-width: 1200px) {
    .c-header__btn-txt {
        font-size: 1.3vw
    }
}

.c-header__right {
    display: flex
}

.c-header__register {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
    text-align: center;
    padding: 10px 15px;
    position: relative
}

@media(max-width: 575px) {
    .c-header__register {
        padding: 5px 12px
    }
}

.c-header__register-txt {
    color: #fff;
    font-size: 9px
}

.c-header__register a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-header__login {
    text-align: center;
    padding: 10px 15px;
    border-right: solid 1px #ddd;
    position: relative
}

@media(max-width: 575px) {
    .c-header__login {
        padding: 5px 12px
    }
}

.c-header__login-txt {
    font-size: 9px;
    margin-top: 5px;
    color: #941c80
}

.c-header__login a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-header .burger-btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.c-header .burger-btn-wrap {
    padding: 15px
}

@media(max-width: 575px) {
    .c-header .burger-btn-wrap {
        padding: 11px
    }
}

.c-header .bar {
    background-color: #000;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 25px
}

.c-header .bar_top {
    top: 10px
}

.c-header .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-header .bar_bottom {
    bottom: 10px
}

.c-header .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s
}

.c-header .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s
}

.c-header .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s
}

.c-header .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: -1
}

.c-header .header-nav {
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 2;
    max-height: calc(100vh - 72px);
    overflow: auto;
    margin-top: 72px
}

@media(max-width: 575px) {
    .c-header .header-nav {
        margin-top: 61px;
        max-height: calc(100vh - 61px)
    }
}

.c-header .nav-list {
    padding-top: 10px
}

.c-header .nav-item {
    position: relative;
    font-size: 16px;
    line-height: 54px;
    text-align: left;
    border-bottom: solid 1px #ddd;
    padding-left: 15px
}

.c-header .nav-item::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-header .nav-item a {
    display: block
}

.c-header .nav__below {
    margin: 30px auto
}

.c-header .nav__below-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #fff;
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
    border-radius: 100px;
    padding: 15px 68px 15px 88px;
    max-width: 300px;
    transition: .2s;
    margin: 0 auto
}

.c-header .nav__below-btn::before {
    content: "";
    position: absolute;
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/common/register.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.c-header .nav__below-btn.-download {
    margin-top: 15px;
    background: #009fe3;
    background: linear-gradient(90deg, rgb(0, 159, 227) 0%, rgb(92, 195, 239) 100%)
}

.c-header .nav__below-btn.-download::before {
    background-image: url(../../../img/common/download.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.c-header .nav-wrapper.fade {
    opacity: 1;
    visibility: visible
}

.c-footer {
    background-color: #000
}

.c-footer__inner {
    width: calc(100% - 100px - 100px);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    height: 100%;
    padding: 40px 20px 25px
}

@media(max-width: 1000px) {
    .c-footer__inner {
        width: calc(100% - 56px - 56px)
    }
}

@media(max-width: 800px) {
    .c-footer__inner {
        width: calc(100% - 20px - 20px)
    }
}

@media(max-width: 1250px) {
    .c-footer__inner {
        width: 100%
    }
}

@media(max-width: 1000px) {
    .c-footer__inner {
        padding: 20px 20px 20px;
        justify-content: center
    }
}

@media(max-width: 800px) {
    .c-footer__inner {
        width: calc(100% - 16px - 16px);
        flex-direction: column;
        justify-content: center;
        gap: 20px
    }
}

@media(max-width: 390px) {
    .c-footer__inner {
        width: calc(100% - 4.1025641026vw - 4.1025641026vw)
    }
}

@media(max-width: 1000px) {
    .c-footer__content {
        display: none
    }
}

.c-footer__nav {
    display: flex;
    gap: 20px
}

@media(max-width: 1200px) {
    .c-footer__nav {
        gap: 1.5vw;
        margin-top: 15px
    }
}

.c-footer__nav-txt {
    color: #fff;
    font-size: 17px
}

@media(max-width: 1200px) {
    .c-footer__nav-txt {
        font-size: 15px
    }
}

.footer-copyright {
    background-color: #2c2c2c;
    color: var(--color-white)
}

.footer-copyright .row--footer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 20px 25px
}

.footer-copyright .row--footer .ul--copyright {
    display: flex;
    flex-wrap: wrap;
    max-width: 420px
}

.footer-copyright .row--footer .ul--copyright li {
    margin: 0 35px 12px 0
}

.footer-copyright .row--footer .lable--copy {
    font-weight: 300
}

@media(max-width: 575px) {
    .footer-copyright .row--footer .ul--copyright {
        font-size: 14px;
        margin-bottom: 15px
    }

    .footer-copyright .row--footer .ul--copyright li {
        width: 100%;
        margin: 0 0 8px;
        text-align: center
    }

    .footer-copyright .row--footer .lable--copy {
        text-align: center
    }
}

.head-title--h1 {
    font-size: 30px;
    color: var(--color-black);
    font-weight: bold;
    padding-bottom: 20px
}

.head-title--h1 span {
    position: relative;
    padding-bottom: 20px
}

.head-title--h1 span::before {
    content: "";
    position: absolute;
    width: 120px;
    bottom: 0;
    height: 5px;
    background-color: #941c80;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

@media(max-width: 575px) {
    .head-title--h1 {
        font-size: 22px;
        padding-bottom: 16px
    }

    .head-title--h1 span {
        padding-bottom: 17px
    }

    .head-title--h1 span::before {
        height: 3px;
        width: 80px
    }
}

.head-title--h2 {
    padding-left: 25px;
    position: relative;
    line-height: 1.5
}

.head-title--h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 5px;
    height: 100%;
    background-color: #941c80
}

@media(max-width: 575px) {
    .head-title--h2::before {
        width: 3px
    }
}

main {
    display: block;
    margin-top: 113px
}

@media(max-width: 1200px) {
    main {
        margin-top: 122px
    }
}

@media(max-width: 991px) {
    main {
        margin-top: 71px
    }
}

@media(max-width: 575px) {
    main {
        margin-top: 61px
    }
}

@media(min-width: 1001px) {
    main.page--top {
        margin-top: 0
    }
}

.p-top__inner {
    width: calc(100% - 100px - 100px);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 74px;
    padding-bottom: 80px
}

@media(max-width: 1000px) {
    .p-top__inner {
        width: calc(100% - 56px - 56px)
    }
}

@media(max-width: 800px) {
    .p-top__inner {
        width: calc(100% - 20px - 20px)
    }
}

@media(max-width: 1000px) {
    .p-top__inner {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.p-top.section--try {
    background-color: #941c80;
    padding-top: 30px;
    padding-bottom: 30px
}

@media(max-width: 1000px) {
    .p-top.section--try {
        margin-bottom: 0
    }
}

.p-top.section--try .p-top__inner {
    padding-top: 0;
    padding-bottom: 0
}

.p-top.section--try .p-top__below {
    position: relative
}

.p-top.section--try .p-top__below-img {
    position: absolute;
    left: 0;
    bottom: -170px;
    width: 100%;
    max-width: 248px;
    z-index: 1
}

@media(max-width: 1000px) {
    .p-top.section--try .p-top__below-img {
        display: none
    }
}

.p-top.section--try .p-top__below-img img {
    width: 100%
}

.p-top.section--try .p-top__below-box {
    background: #fff;
    padding-top: 29px;
    padding-bottom: 50px;
    border-radius: 10px;
    text-align: center
}

@media(max-width: 1000px) {
    .p-top.section--try .p-top__below-box {
        padding: 27px 17px
    }
}

.p-top.section--try .p-top__below-ttl {
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    margin-bottom: 37px;
    border-bottom: solid 2px #941c80;
    padding: 16px 40px
}

@media(max-width: 1000px) {
    .p-top.section--try .p-top__below-ttl {
        font-size: 15px;
        line-height: 26px;
        padding: 0 13px 13px
    }
}

@media(max-width: 390px) {
    .p-top.section--try .p-top__below-ttl {
        padding: 0 5px 13px
    }
}

.p-top.section--try .p-top__below-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.p-top.section--try .p-top__below-ttl::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 49.6%;
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

@media(max-width: 800px) {
    .p-top.section--try .p-top__below-ttl::after {
        left: 49.5%
    }
}

.p-top.section--try .p-top__below-inner {
    display: flex;
    justify-content: center;
    gap: 30px
}

@media(max-width: 767px) {
    .p-top.section--try .p-top__below-inner {
        display: block
    }
}

.p-top.section--try .p-top__below-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #fff;
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
    border-radius: 100px;
    padding: 15px 15px 15px 15px;
    width: 300px;
    max-width: 100%;
    transition: .2s
}

@media(max-width: 1000px) {
    .p-top.section--try .p-top__below-btn {
        padding: 15px;
        min-width: inherit;
        margin: 0 auto
    }
}

.p-top.section--try .p-top__below-btn::before {
    content: "";
    position: absolute;
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/common/register.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.p-top.section--try .p-top__below-btn:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.p-top.section--try .p-top__below-btn.-download {
    background: #009fe3;
    background: linear-gradient(90deg, rgb(0, 159, 227) 0%, rgb(92, 195, 239) 100%)
}

@media(max-width: 767px) {
    .p-top.section--try .p-top__below-btn.-download {
        margin-top: 15px
    }
}

.p-top.section--try .p-top__below-btn.-download::before {
    background-image: url(../../../img/common/download.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.p-top.section--try .p-top__below-btn.-download:hover {
    background: #4fc2f2;
    background: linear-gradient(90deg, rgb(79, 194, 242) 0%, rgb(145, 220, 252) 100%)
}

.section--breadcrumb {
    background-color: var(--color-white);
    padding: 9px 0;
    font-size: 12px;
    color: var(--color-white);
    font-weight: 300
}

.section--breadcrumb .breadcrumb {
    display: flex;
    margin: 0 -17px;
    flex-wrap: wrap
}

.section--breadcrumb .breadcrumb li {
    padding: 0 17px;
    position: relative;
    color: #ddd
}

.section--breadcrumb .breadcrumb li:not(:last-child)::after {
    position: absolute;
    content: "＞";
    right: -4px;
    top: 3px;
    line-height: 1
}

.section--breadcrumb .breadcrumb li a {
    text-decoration: underline;
    color: #4fc2f2
}

@media(max-width: 575px) {
    .text-left-sp {
        text-align: left
    }
}

.modal-popup {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.modal-popup .modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 90%;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, .35);
    padding: 75px 30px 30px;
    background-color: var(--color-white)
}

.modal-popup .modal-wrapper.modal-transition {
    transition: all .3s .12s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.modal-popup .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s
}

.modal-popup.is-visible {
    visibility: visible
}

.modal-popup.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.modal-popup.is-visible .modal-transition {
    opacity: 1
}

.modal-popup .modal-header,
.modal-popup .modal-content {
    padding: 1em;
    background-color: #fff
}

.modal-popup .modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
    border-bottom: 1px solid #e8e8e8
}

.modal-popup .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border: 1px solid var(--color-black);
    background-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.modal-popup .modal-close:hover {
    background-color: var(--color-white);
    border: 1px solid #777;
    color: #777
}

.modal-popup .modal-body {
    max-width: 991px;
    margin: 0 auto;
    max-height: 80vh;
    overflow: auto
}

.modal-popup .modal-content .video--block {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.modal-popup .modal-content .video--block::before {
    display: block;
    padding-top: 56.25%;
    content: ""
}

.modal-popup .modal-content .video--block iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.modal-popup .modal-content *:first-child {
    margin-top: 0
}

.modal-popup .modal-content *:last-child {
    margin-bottom: 0
}

.modal-popup .modal-close--btn {
    width: 240px;
    height: 44px;
    color: #000;
    min-width: 240px;
    margin: 30px auto 0;
    border: solid 1px #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px 40px;
    position: relative;
    display: block;
    transition: .2s;
    border-radius: 100px;
    text-align: center;
    cursor: pointer
}

.modal-popup .modal-close--btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 25px;
    width: 14px;
    height: 14px;
    background-image: url(../../../img/common/close.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.modal-popup .modal-close--btn:hover {
    opacity: .6
}

@media(max-width: 575px) {
    .modal-popup .modal-wrapper {
        padding: 50px 0 10px
    }

    .modal-popup .modal-close--btn {
        margin-top: 5px;
        margin-bottom: 10px
    }
}

.section-page--beginner {
    padding: 75px 0 80px
}

@media(max-width: 767px) {
    .section-page--beginner {
        padding: 55px 0 60px
    }
}

/*TODO: include again with valid address*/
/* .section-page--beginner.beginner--styleTop {
    background-color: #f5f5f5;
    background-image: url(../../img/common/backgroud-block.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../../../img/common/backgroud-block2.jpg");
    background-position: center bottom;
    background-color: var(--color-white)
} */

.section-page--beginner.beginner--styleTop .beginner-AI {
    background-color: var(--color-white);
    position: relative;
    padding: 48px 50px 50px
}

.section-page--beginner.beginner--styleTop .beginner-AI .col-lg-6 {
    position: relative
}

.section-page--beginner.beginner--styleTop .beginner-AI .col-lg-6:first-child::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd
}

.section-page--beginner.beginner--styleTop .beginner-AI .title-row {
    padding-bottom: 3px;
    border-bottom: 1px solid #941c80
}

.section-page--beginner.beginner--styleTop .beginner-AI .title-h3 {
    color: #941c80
}

.section-page--beginner.beginner--styleTop .beginner-AI .image-block {
    padding: 0 10px
}

@media(max-width: 991px) {
    .section-page--beginner.beginner--styleTop .beginner-AI .col-lg-6:first-child {
        padding-bottom: 32px
    }

    .section-page--beginner.beginner--styleTop .beginner-AI .col-lg-6:first-child::after {
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0
    }

    .section-page--beginner.beginner--styleTop .beginner-AI .col-lg-6:last-child {
        padding-top: 32px
    }

    .section-page--beginner.beginner--styleTop .beginner-AI .image-block {
        padding: 0 0
    }
}

@media(max-width: 767px) {
    .section-page--beginner.beginner--styleTop.beginner--styleTop .beginner-AI {
        padding: 0 18px 35px
    }

    .section-page--beginner.beginner--styleTop.beginner--styleTop .beginner-AI .col-lg-6:first-child::after {
        width: calc(100% - 24px)
    }
}

.section-page--beginner.beginner--style2 {
    padding: 80px 0 120px;
    background-color: #f5f5f5
}

.section-page--beginner.beginner--style2 .row--btn-bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--beginner.beginner--style2 .row--btn-bottom a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--beginner.beginner--style2 .row--btn-bottom a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--beginner.beginner--style2 .row--btn-bottom a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--beginner.beginner--style2 .row--btn-bottom a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--beginner.beginner--style2 .row--btn-bottom a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--beginner.beginner--style2 .row--btn-bottom a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--beginner.beginner--style2 .row--btn-bottom a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--beginner.beginner--style2 .row--btn-bottom a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--beginner.beginner--style2 .row--btn-bottom .btn-below {
    width: 100%;
    justify-content: flex-start;
    padding-left: 40px;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #941c80;
    background: #f5ecf4 !important;
    color: #941c80
}

.section-page--beginner.beginner--style2 .row--btn-bottom .btn-below span {
    font-size: 30px;
    margin-right: 15px
}

.section-page--beginner.beginner--style2 .row--btn-bottom .btn-below img {
    left: auto;
    right: 15px
}

@media(max-width: 991px) {
    .section-page--beginner.beginner--style2 .row--btn-bottom .btn-below {
        text-align: left
    }

    .section-page--beginner.beginner--style2 .content-text {
        margin-bottom: 25px
    }
}

@media(max-width: 767px) {
    .section-page--beginner.beginner--style2 {
        padding: 60px 0
    }

    .section-page--beginner.beginner--style2 .row--btn-bottom .btn-below {
        height: 63px;
        padding-left: 28px;
        line-height: 1.4
    }
}

.section-page--beginner.beginner--style3 {
    padding: 70px 0 120px;
    background-color: var(--color-white)
}

.section-page--beginner.beginner--style3 .item--row {
    background-color: var(--color-white);
    border: 1px solid #ddd;
    height: 100%
}

.section-page--beginner.beginner--style3 .item--row .text-content {
    padding: 30px 40px 40px
}

.section-page--beginner.beginner--style3 .item--row .text-content .title-head {
    color: #941c80
}

.section-page--beginner.beginner--style3 .item--row .text-content ul li {
    padding-left: 10px
}

.section-page--beginner.beginner--style3 .item--row .text-content ul li:not(:last-child) {
    margin-bottom: 7px
}

.section-page--beginner.beginner--style3 .item--row .store-app {
    background-color: #f5ecf4;
    border-radius: 10px;
    padding: 30px 30px 30px
}

.section-page--beginner.beginner--style3 .item--row .store-app .title-stores {
    padding: 10px 40px;
    border-bottom: solid 2px #941c80;
    position: relative
}

.section-page--beginner.beginner--style3 .item--row .store-app .title-stores::before,
.section-page--beginner.beginner--style3 .item--row .store-app .title-stores::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.section-page--beginner.beginner--style3 .item--row .store-app .title-stores::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.section-page--beginner.beginner--style3 .item--row .store-app .title-stores::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.section-page--beginner.beginner--style3 .item--row .store-app .title-stores::after {
    border-top: 20px solid #f5ecf4;
    bottom: -15px
}

@media(max-width: 991px) {
    .section-page--beginner.beginner--style3 .col-lg-6:not(:last-child) .item--row {
        margin-bottom: 55px;
        height: auto
    }
}

@media(max-width: 575px) {
    .section-page--beginner.beginner--style3 {
        padding: 60px 0 80px
    }

    .section-page--beginner.beginner--style3 .head-title--h1 {
        padding-bottom: 0
    }

    .section-page--beginner.beginner--style3 .head-title--h1 span {
        display: block;
        width: 100%
    }

    .section-page--beginner.beginner--style3 .item--row .text-content {
        padding: 20px 20px 25px
    }

    .section-page--beginner.beginner--style3 .item--row .store-app {
        padding: 20px 20px 30px
    }
}

.item--block:not(:last-child) {
    margin-bottom: 60px
}

.item--block .title-head {
    position: relative;
    color: #fff;
    padding: 2% 10px 2% 10px;
    font-size: 24px;
    line-height: 32px;
    background-color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center
}

.item--block .title-head span {
    font-size: 45px;
    margin-right: 15px
}

.item--block .title-head::after {
    position: absolute;
    top: calc(100% - 3px);
    content: "";
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-style: solid;
    border-color: var(--color-black) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 20px 20px 0 20px
}

.item--block .main-content {
    padding: 55px 30px 90px;
    background-color: var(--color-white);
    border: 1px solid #ddd;
    border-top: 0
}

.item--block .main-content .row-step1 .col-lg-4:not(:last-child) {
    position: relative
}

.item--block .main-content .row-step1 .col-lg-4:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -9px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-left: 15px solid #941c80;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid rgba(0, 0, 0, 0)
}

.item--block .main-content .row-step1 .text-content {
    padding: 10px 0 0
}

.item--block#step1 .main-content {
    padding: 55px 60px 90px
}

.item--block .number-step {
    color: #941c80;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid #941c80
}

.item--block .number-step span {
    font-size: 36px;
    margin-left: 8px
}

.item--block .slider-item {
    position: relative
}

.item--block .slider-item .slick-list.draggable {
    padding-right: 130px
}

.full-show .item--block .slider-item .slick-list.draggable {
    padding-right: 0
}

.item--block .slider-item .item {
    padding: 0 10px
}

.item--block .slider-item .item .btn--link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item--block .slider-item .item .btn--link a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.item--block .slider-item .item .btn--link a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.item--block .slider-item .item .btn--link a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.item--block .slider-item .item .btn--link a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.item--block .slider-item .item .btn--link a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item--block .slider-item .item .btn--link a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.item--block .slider-item .item .btn--link a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .item--block .slider-item .item .btn--link a {
        width: 100%;
        max-width: 100%
    }
}

.item--block .slider-item .slick-arrow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    z-index: 10;
    cursor: pointer;
    bottom: -63px
}

.item--block .slider-item .slick-arrow.slick-prev {
    right: 47px
}

.item--block .slider-item .slick-arrow.slick-next {
    right: 0
}

.item--block .slider-item .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -46px;
    display: flex
}

.item--block .slider-item .slick-dots li {
    padding: 0 9px
}

.item--block .slider-item .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
    border: 0
}

.item--block .slider-item .slick-dots li.slick-active button {
    background-color: #941c80
}

.item--block .btn--register a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item--block .btn--register a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.item--block .btn--register a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.item--block .btn--register a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.item--block .btn--register a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.item--block .btn--register a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item--block .btn--register a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.item--block .btn--register a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .item--block .btn--register a {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width: 991px) {
    .item--block .main-content .row-step1 .col-lg-4:not(:last-child) {
        position: relative
    }

    .item--block .main-content .row-step1 .col-lg-4:not(:last-child) .item-st1 {
        margin-bottom: 60px
    }

    .item--block .main-content .row-step1 .col-lg-4:not(:last-child)::after {
        right: auto;
        top: auto;
        bottom: 8px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        border-top: 15px solid #941c80;
        border-right: 15px solid rgba(0, 0, 0, 0);
        border-left: 15px solid rgba(0, 0, 0, 0)
    }

    .item--block .main-content .row-step1 .text-content {
        padding: 10px 0 0
    }
}

@media(max-width: 767px) {
    .item--block:not(:last-child) {
        margin-bottom: 40px
    }

    .item--block .title-head {
        padding: 19px 15px 19px;
        font-size: 18px;
        height: 90px
    }

    .item--block .title-head span {
        font-size: 36px
    }

    .item--block .title-head::after {
        border-width: 13px 13px 0 13px
    }

    .item--block#step1 .title-head {
        padding: 27px 15px 32px;
        height: auto
    }

    .item--block#step1 .main-content {
        padding: 40px 18px 40px
    }

    .item--block .main-content {
        padding: 40px 0 20px
    }

    .item--block .slider-item {
        padding-bottom: 60px
    }

    .item--block .slider-item .slick-list.draggable {
        padding-right: 80px
    }

    .full-show .item--block .slider-item .slick-list.draggable {
        padding-right: 0
    }

    .item--block .slider-item .item .col-lg-5 {
        padding: 0 37px
    }

    .item--block .slider-item .item .number-step {
        font-size: 24px
    }

    .item--block .slider-item .slick-arrow {
        bottom: 0
    }

    .item--block .slider-item .slick-arrow.slick-prev {
        right: 60px
    }

    .item--block .slider-item .slick-arrow.slick-next {
        right: 20px
    }

    .item--block .slider-item .slick-dots {
        bottom: 10px;
        left: 11px;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media(max-width: 575px) {
    .item--block .main-content {
        overflow: hidden
    }

    .item--block .slider-item {
        margin-left: -5px
    }

    .item--block .slider-item .slick-list.draggable {
        padding-right: 45px
    }

    .full-show .item--block .slider-item .slick-list.draggable {
        padding-right: 0
    }

    .item--block .slider-item .item {
        padding: 0
    }

    .item--block .slider-item .item .col-lg-5 {
        padding: 0 30px
    }

    .item--block .slider-item .item .col-lg-7 img {
        padding: 0 5px
    }
}

.section-how--beginner {
    padding: 80px 0 50px;
    position: relative
}

.section-how--beginner .text-top-section {
    color: #941c80
}

.section-how--beginner .p-top__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 25%
}

.section-how--beginner .p-top__bg img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.section-how--beginner .container {
    position: relative;
    z-index: 5
}

.section-how--beginner .row-col-4 .col-lg-4:not(:last-child) {
    position: relative
}

.section-how--beginner .row-col-4 .col-lg-4:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -9px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-left: 15px solid #941c80;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid rgba(0, 0, 0, 0)
}

.section-how--beginner .item--st1 {
    background-color: var(--color-white);
    margin-bottom: 30px
}

.section-how--beginner .item--st1 .text-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 10px 18px
}

.section-how--beginner .item--st2 {
    background-color: var(--color-white);
    border: 1px solid #ddd;
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.section-how--beginner .item--st2 .title-item {
    background-color: var(--color-black);
    padding: 22px 10px;
    text-align: center;
    color: var(--color-white)
}

.section-how--beginner .item--st2 .text-content {
    padding: 30px
}

.section-how--beginner.style-2 .p-top__bg {
    left: auto;
    right: 0
}

@media(max-width: 991px) {
    .section-how--beginner .row-col-4 .col-lg-4:not(:last-child)::after {
        right: auto;
        top: auto;
        bottom: 3px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        border-top: 15px solid #941c80;
        border-left: 15px solid rgba(0, 0, 0, 0);
        border-right: 15px solid rgba(0, 0, 0, 0)
    }

    .section-how--beginner .col-lg-4:not(:last-child) .item--st1 {
        margin-bottom: 60px
    }
}

@media(max-width: 767px) {
    .section-how--beginner {
        padding: 60px 0 30px
    }

    .section-how--beginner.style-2 {
        padding: 60px 0 30px
    }

    .section-how--beginner .p-top__bg {
        background-color: #941c80;
        width: 38px
    }

    .section-how--beginner .p-top__bg img {
        display: none
    }

    .section-how--beginner .head-title--h1 {
        padding-bottom: 0
    }

    .section-how--beginner .head-title--h1 span {
        width: 100%;
        display: block
    }

    .section-how--beginner .text--note {
        padding-left: 35px
    }

    .section-how--beginner .text--note.note-s2 {
        padding: 0 35px 0 0
    }

    .section-how--beginner .item--st2 .title-item {
        padding: 17px 10px
    }

    .section-how--beginner .item--st2 .text-content {
        padding: 28px 18px 27px
    }
}

.section-how--video {
    background-color: #941c80;
    padding: 40px 0
}

.section-how--video .body-video {
    background-color: var(--color-white);
    padding: 38px 140px 45px
}

.section-how--video .body-video .title--head-vdeo {
    color: #941c80
}

.section-how--video .body-video .video-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.section-how--video .body-video .video-block::before {
    display: block;
    content: "";
    padding-top: 56.25%
}

.section-how--video .body-video .video-block iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media(max-width: 991px) {
    .section-how--video .body-video {
        padding: 38px 70px 45px
    }
}

@media(max-width: 767px) {
    .section-how--video {
        padding: 60px 0
    }

    .section-how--video .body-video {
        padding: 18px 15px 40px
    }
}

.fas {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative
}

.fas::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.fas.fa-chevron-circle-left::before {
    background-image: url("../../../img/icon/fa-chevron-circle-left.svg")
}

.fas.fa-chevron-circle-right::before {
    background-image: url("../../../img/icon/fa-chevron-circle-right.svg")
}

.fas.fa-chevron-circle-left:hover::before {
    background-image: url("../../../img/icon/circle-left-hover.svg")
}

.fas.fa-chevron-circle-right:hover::before {
    background-image: url("../../../img/icon/circle-right-hover.svg")
}

@media(max-width: 767px) {
    .fas {
        width: 30px;
        height: 30px
    }
}

/*TODO: include again with valid address*/
/* .section-page--feature {
    padding: 75px 0 80px;
    background-color: #f5f5f5;
    background-image: url(../../img/common/backgroud-block.jpg);
    background-position: center top;
    background-repeat: no-repeat
} */

.section-page--feature .body-feature-tab {
    position: relative
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs {
    margin: 0;
    padding: 0 24px
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link {
    padding: 10px 10px;
    margin: 0 6px;
    background-color: var(--color-white);
    position: relative
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link:hover,
.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link.active {
    color: var(--color-black);
    background-color: #f6ecf4
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #f6ecf4;
    opacity: 0
}

.section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link.active::after {
    opacity: 1
}

@media(max-width: 767px) {
    .section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link {
        flex-wrap: wrap
    }

    .section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link span {
        font-size: 9px
    }
}

@media(max-width: 575px) {
    .section-page--feature .body-feature-tab .tab-wrapper .tabs {
        padding: 0 7px
    }

    .section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link {
        border-right: solid 1px #941c80;
        margin: 0 2px;
        padding: 10px 2px
    }

    .section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link span {
        font-size: 9px
    }

    .section-page--feature .body-feature-tab .tab-wrapper .tabs .tab-link strong {
        font-size: 13px
    }
}

.section-page--feature .body-feature-tab .content-wrapper {
    background-color: #f5ecf4;
    border: 1px solid #941c80;
    padding: 40px 60px
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content {
    background-color: var(--color-white);
    padding: 28px 50px 38px
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .head-title-tabs {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .head-title-tabs::before {
    content: none
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .button--click-top a img {
    left: auto;
    right: 15px
}

@media(min-width: 1024px) {
    .section-page--feature .body-feature-tab .content-wrapper .tab-content .row-x17 {
        margin: 0 -17px
    }

    .section-page--feature .body-feature-tab .content-wrapper .tab-content .pd-x17 {
        padding: 0 17px
    }
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .head-block {
    padding: 10px 40px;
    border-bottom: solid 2px #941c80;
    position: relative
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .head-block::before,
.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .head-block::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .head-block::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -15px;
    border-top: 15px solid #941c80;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .head-block::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -14px;
    border-top: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0)
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .gallery--body {
    display: flex;
    flex-wrap: wrap
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img {
    position: relative;
    overflow: hidden;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%
}

.section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img .text-name {
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: var(--color-white);
    padding: 3px 5px;
    text-align: center;
    font-size: 14px
}

@media(max-width: 575px) {
    .section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img .text-name {
        font-size: 9px
    }
}

@media(max-width: 991px) {
    .section-page--feature .body-feature-tab .content-wrapper .tab-content .main--tab-feature .gallery--body .item-img {
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
}

@media(max-width: 767px) {
    .section-page--feature .body-feature-tab .content-wrapper {
        padding: 30px 20px
    }

    .section-page--feature .body-feature-tab .content-wrapper .tab-content {
        padding: 28px 18px 40px
    }
}

@media(max-width: 575px) {
    .section-page--feature .body-feature-tab .content-wrapper {
        border-left: 0;
        border-right: 0
    }
}

@media(max-width: 575px) {
    .section-page--feature {
        padding: 55px 0 0
    }

    .section-page--feature .text-des {
        text-align: left
    }

    .section-page--feature .body-feature-tab {
        margin: 0 -20px
    }
}

.section--feature-beginners {
    padding: 80px 0 80px;
    overflow: hidden
}

.section--feature-beginners.pd-b40 {
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .section--feature-beginners {
        padding: 60px 0 60px
    }

    .section--feature-beginners.pd-b40 {
        padding-bottom: 30px
    }

    .section--feature-beginners .text-description {
        padding: 0 0 0 35px;
        text-align: left
    }
}

.section--feature-beginners.top--can .p-top__bg {
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 25%
}

@media(max-width: 1000px) {
    .section--feature-beginners.top--can .p-top__bg {
        height: 100%;
        right: auto;
        background-color: rgba(0, 0, 0, 0)
    }
}

@media(max-width: 767px) {
    .section--feature-beginners.top--can .p-top__bg {
        background-color: #941c80;
        width: 38px
    }

    .section--feature-beginners.top--can .p-top__bg img {
        display: none
    }
}

.section--feature-beginners.top--can .p-top__bg img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.section--feature-beginners.top--can .p-top__list-item {
    position: relative;
    border: none
}

.section--feature-beginners.top--can .p-top__list-item:not(:last-child) {
    margin-bottom: 80px
}

.section--feature-beginners.top--can .p-top__list-item.mb-40 {
    margin-bottom: 40px
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl::before,
.section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl::after {
    content: none
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl .category--item li {
    margin-left: 10px
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl .category--item li:first-child {
    margin-left: 40px
}

@media(max-width: 575px) {
    .section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl {
        flex-wrap: wrap
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl .category--item {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl .category--item li {
        margin: 10px 5px 0 !important
    }
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-row {
    padding: 20px 60px 40px;
    background-color: var(--color-white);
    border: 1px solid #ddd;
    border-top: 0
}

@media(min-width: 1199px) {
    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .cel-4 {
        max-width: 38%;
        flex: 0 0 38%
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .cel-8 {
        max-width: 62%;
        flex: 0 0 62%
    }
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead {
    position: relative;
    padding: 20px 0 20px 60px
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 38px;
    height: 38px;
    margin: auto;
    background-image: url(../../../img/top/check.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 991px) {
    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .m-md-20 {
        margin-bottom: 20px
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .m-md-40 {
        margin-bottom: 40px
    }
}

@media(max-width: 575px) {
    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row {
        padding: 30px 17px 25px
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead {
        padding: 16px 0 0 50px
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead:not(:last-child) {
        padding-bottom: 16px
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-row .list-lead::before {
        width: 30px;
        height: 30px
    }
}

.section--feature-beginners.top--can .p-top__list-item .item--list {
    background-color: var(--color-white);
    border: 1px solid #ddd;
    margin-bottom: 40px;
    height: calc(100% - 40px)
}

@media(max-width: 991px) {
    .section--feature-beginners.top--can .p-top__list-item .item--list {
        margin-bottom: 30px;
        height: calc(100% - 30px)
    }
}

.section--feature-beginners.top--can .p-top__list-item .item--list .content-i {
    padding: 23px 30px 35px
}

.section--feature-beginners.top--can .p-top__list-item .item--list .content-i .color-blue:hover {
    text-decoration: underline
}

.section--feature-beginners.top--can .p-top__list-item .item--list .content-i .icon-right {
    padding-top: 3px;
    margin-right: 6px
}

@media(max-width: 1200px)and (min-width: 992px) {
    .section--feature-beginners.top--can .p-top__list-item .item--list .content-i .d-flex {
        flex-wrap: wrap
    }

    .section--feature-beginners.top--can .p-top__list-item .item--list .content-i .category--item {
        margin-top: 6px
    }
}

@media(max-width: 575px) {
    .section--feature-beginners.top--can .p-top__list-item .item--list .content-i {
        padding: 20px 18px 25px
    }
}

.section--feature-beginners.top--can .p-top__list-item .coming-soon-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    font-size: 50px;
    font-weight: bold;
    color: var(--color-white)
}

@media(max-width: 767px) {
    .section--feature-beginners.top--can .p-top__list-item.mb-40 {
        margin-bottom: 30px !important
    }

    .section--feature-beginners.top--can .p-top__list-item:not(:last-child) {
        margin-bottom: 60px
    }

    .section--feature-beginners.top--can .p-top__list-item .p-top__list-ttl {
        font-size: 20px;
        padding: 15px 10px
    }
}

.section--feature-beginners.feature--styleRight {
    background-color: #f5f5f5
}

.section--feature-beginners.feature--styleRight .p-top__bg {
    right: 0;
    left: auto
}

@media(max-width: 575px) {
    .section--feature-beginners.feature--styleRight .text-description {
        padding: 0 35px 0 0
    }
}

.section--feature-beginners .container {
    position: relative;
    z-index: 5
}

.section--feature-beginners .category--item {
    display: inline-flex
}

.section--feature-beginners .category--item li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    border-radius: 4px;
    background-color: #941c80;
    font-size: 14px;
    color: var(--color-white);
    padding: 0 17px;
    font-weight: 300
}

.section--feature {
    display: none
}

.section--feature.active {
    display: block
}

/*TODO: include again with valid address*/
/* .section-page--case {
    padding: 75px 0 80px;
    background-color: #f5f5f5;
    background-image: url(../../img/common/backgroud-block.jpg);
    background-position: center top;
    background-repeat: no-repeat
} */

.section-page--case .style-color-1 {
    background-color: #646d70
}

.section-page--case .style-color-2 {
    background-color: #009cb4
}

.section-page--case .style-color-3 {
    background-color: #88a626
}

.section-page--case .style-color-4 {
    background-color: #003848
}

.section-page--case .style-border-1,
.section-page--case .style-border-2,
.section-page--case .style-border-3,
.section-page--case .style-border-4 {
    border-width: 1px;
    border-style: solid
}

.section-page--case .style-border-1 {
    border-color: #1466d5;
    color: #1466d5 !important
}

.section-page--case .style-border-2 {
    border-color: #24a75b;
    color: #24a75b !important
}

.section-page--case .style-border-3 {
    border-color: #ef9134;
    color: #ef9134 !important
}

.section-page--case .style-border-4 {
    border-color: #003848;
    color: #003848 !important
}

@media(max-width: 575px) {
    .section-page--case {
        padding: 55px 0
    }
}

.section-page--case .item--row {
    flex-wrap: wrap;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    padding: 30px 30px 15px;
    background-color: var(--color-white);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16)
}

.section-page--case .item--row .image-block {
    flex: 0 0 25%;
    max-width: 25%
}

.section-page--case .item--row .image-block img {
    width: 100%;
    object-fit: cover;
    height: 150px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .2)
}

.section-page--case .item--row .content-block {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0 0 30px
}

.section-page--case .item--row .content-block .btn--user a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--case .item--row .content-block .btn--user a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--case .item--row .content-block .btn--user a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--case .item--row .content-block .btn--user a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--case .item--row .content-block .btn--user a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--case .item--row .content-block .btn--user a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--case .item--row .content-block .btn--user a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--case .item--row .content-block .btn--user a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--case .item--row .content-block .btn--user a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--case .item--row .content-block .btn--user a img {
    left: auto;
    right: 15px
}

@media(min-width: 991px) {
    .section-page--case .item--row .content-block .title-h3 {
        min-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .section-page--case .item--row .content-block .title-h3 a:hover {
        color: #941c80
    }
}

@media(max-width: 767px) {
    .section-page--case .item--row .content-block .title-h3 .m-sp767 {
        display: inline-block
    }
}

@media(max-width: 575px) {
    .section-page--case .item--row .content-block {
        padding: 0 0 0 20px
    }
}

.section-page--case .item--row .case--category {
    margin: 12px 0 0 -6px
}

.section-page--case .item--row .case--category .category-i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 12px;
    border-radius: 6px;
    height: 21px;
    width: auto;
    border-color: #941c80;
    color: #941c80 !important;
    margin: 0 0 8px 6px
}

@media(max-width: 767px) {
    .section-page--case .item--row {
        flex-wrap: wrap;
        align-items: center;
        padding: 18px 18px 30px;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .section-page--case .item--row {
        flex-wrap: wrap;
        padding: 12px 10px 15px
    }

    .section-page--case .item--row .image-block {
        flex: 0 0 110px;
        max-width: 110px
    }

    .section-page--case .item--row .content-block {
        flex: 0 0 calc(100% - 110px);
        max-width: calc(100% - 110px);
        padding: 0 0 0 10px
    }

    .section-page--case .item--row .content-block .btn--user a {
        font-size: 14px;
        height: 36px
    }
}

.section-page--case .table--case .table {
    width: 100%
}

.section-page--case .table--case .table tbody tr td {
    padding: 0 15px;
    border: 2px solid #f5f5f5;
    border-top-width: 1px;
    border-bottom-width: 5px;
    color: var(--color-black);
    text-align: center;
    vertical-align: middle;
    height: 60px;
    background-color: #f5ecf4
}

.section-page--case .table--case .table tbody tr td:first-child {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
    color: var(--color-white)
}

@media(max-width: 991px) {

    .section-page--case .table--case .table,
    .section-page--case .table--case tbody,
    .section-page--case .table--case tr,
    .section-page--case .table--case td {
        display: block
    }

    .section-page--case .table--case .table tbody tr:not(:last-child) {
        margin-bottom: 15px
    }

    .section-page--case .table--case .table tbody tr td {
        padding: 10px 15px;
        height: auto !important;
        background-color: #f5ecf4 !important;
        border: 1px solid #e7dbe6
    }

    .section-page--case .table--case .table tbody tr td:first-child {
        background: #941c80;
        background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%);
        color: var(--color-white) !important
    }

    .section-page--case .table--case .table tbody tr td.m-pc991 {
        display: none
    }

    .section-page--case .table--case .table tbody tr:first-child td {
        color: var(--color-black)
    }
}

.section-page--casedetail .main-detail-case.main-detail-news .head--detail {
    border: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px 0px
}

.section-page--casedetail .main-detail-case.main-detail-news .head--detail .category-i {
    max-width: 100%;
    padding: 0 18px;
    border-radius: 6px;
    height: 32px;
    width: auto;
    border-color: #941c80 !important;
    color: #941c80 !important
}

.section-page--casedetail .main-detail-case.main-detail-news .text-absolute {
    position: absolute;
    bottom: 6%;
    padding: 0 5%;
    left: 3%;
    max-width: 75%;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center
}

@media(max-width: 991px) {
    .section-page--casedetail .main-detail-case.main-detail-news .text-absolute {
        font-size: 10px
    }
}

@media(max-width: 575px) {
    .section-page--casedetail .main-detail-case.main-detail-news .text-absolute {
        font-size: 1.5vw;
        padding: 0 10px
    }
}

@media(max-width: 767px) {
    .section-page--casedetail .main-detail-case.main-detail-news .head--detail {
        flex-wrap: wrap
    }

    .section-page--casedetail .main-detail-case.main-detail-news .head--detail .date-i {
        width: 100%;
        margin-bottom: 8px
    }

    .section-page--casedetail .main-detail-case.main-detail-news .head--detail .category-i {
        margin: 0 6px 6px 0
    }
}

.section-page--casedetail .main-detail-case .img--inline {
    float: right
}

.section-page--casedetail .main-detail-case .img--inline.w-120 {
    max-width: 320px;
    padding: 0 0 0 15px
}

.section-page--casedetail .main-detail-case .image--line-block {
    float: right;
    max-width: 375px;
    padding: 0 0 0 15px;
    position: relative
}

@media(max-width: 425px) {
    .section-page--casedetail .main-detail-case .image--line-block {
        float: none;
        max-width: 100%;
        padding: 0
    }
}

.section-page--casedetail .main-detail-case .text--ltr {
    position: absolute;
    top: 0;
    left: -15px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

@media(min-width: 992px) {
    .section-page--casedetail .main-detail-case .text--ltr {
        letter-spacing: 5px
    }
}

@media(max-width: 991px) {
    .section-page--casedetail .main-detail-case .text--ltr {
        font-size: 13px;
        letter-spacing: 2px
    }
}

@media(max-width: 767px) {
    .section-page--casedetail .main-detail-case .text--ltr {
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        left: 0;
        top: -20px;
        right: 0;
        text-align: center
    }
}

.section-page--casedetail .main-detail-case .text--note-i {
    position: absolute;
    padding: 12px 12px 20px;
    background-color: var(--color-white);
    font-weight: 300;
    font-size: 13px;
    width: 85%;
    bottom: 15%;
    right: 0;
    text-align: center
}

@media(max-width: 425px) {
    .section-page--casedetail .main-detail-case .text--note-i {
        bottom: 7%;
        font-size: 11px
    }
}

.text-content-detail h2,
.text-content-detail h3,
.text-content-detail h4 {
    font-weight: bold
}

.text-content-detail h2 {
    margin-bottom: 1.25rem
}

.text-content-detail h3 {
    margin-bottom: 1.15rem
}

.text-content-detail .table--top tr td {
    padding: 10px 0;
    vertical-align: middle
}

.text-content-detail .table--top tr td:first-child {
    padding-right: 30px
}

@media(max-width: 575px) {
    .text-content-detail .table--top tr td {
        padding: 5px 0
    }
}

.menu-col-detail {
    padding: 30px 30px 30px;
    background-color: #f1f9fb;
    display: flex;
    align-items: center;
    color: #009fe3
}

.menu-col-detail .title-h3 {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    letter-spacing: 12px
}

.menu-col-detail ul li {
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative
}

.menu-col-detail ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 17px;
    height: 12px;
    background-image: url(../../../img/other/case/icon-check.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width: 575px) {
    .menu-col-detail {
        padding: 15px 20px 17px;
        flex-wrap: wrap
    }

    .menu-col-detail .title-h3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 8px
    }
}

/*TODO: include again with valid address*/
/* .section-page--price .column-top--price {
    padding: 80px 0 90px;
    background-color: #f5f5f5;
    background-image: url(../../img/common/backgroud-block.jpg);
    background-position: center top;
    background-repeat: no-repeat
} */

.section-page--price .column-top--price .p-top__box-left {
    position: relative
}

.section-page--price .column-top--price .p-top__box-left::after {
    background-color: #ddd;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 0;
    height: 85%;
    bottom: auto
}

.section-page--price .column-top--price .p-top__box-lead {
    border-color: #ddd
}

.section-page--price .column-top--price .btn-registration {
    margin-bottom: 28px
}

.section-page--price .column-top--price .btn-registration a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--price .column-top--price .btn-registration a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--price .column-top--price .btn-registration a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--price .column-top--price .btn-registration a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--price .column-top--price .btn-registration a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--price .column-top--price .btn-registration a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--price .column-top--price .btn-registration a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--price .column-top--price .btn-registration a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--price .column-top--price .btn-registration a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--price .column-top--price .p-top__box-price .p-top__box-price-blue {
    font-size: 60px
}

@media(max-width: 767px) {
    .section-page--price .column-top--price .p-top__box-price .p-top__box-price-blue {
        font-size: 50px
    }
}

.section-page--price .column-top--price .p-top__box-price .p-top__box-price-blue span {
    margin-top: 5px
}

.section-page--price .column-top--price .p-top__box-list-wrap .p-top__box-list-item:not(:last-child) {
    margin-top: 0
}

@media(max-width: 767px) {
    .section-page--price .column-top--price {
        padding: 60px 0 52px
    }

    .section-page--price .column-top--price .description--title,
    .section-page--price .column-top--price .p-top__below {
        padding-bottom: 20px
    }

    .section-page--price .column-top--price .description--title span,
    .section-page--price .column-top--price .p-top__below span {
        margin-top: 7px
    }
}

.section-page--price .column-main--price {
    padding: 50px 0 60px
}

@media(max-width: 767px) {
    .section-page--price .column-main--price {
        padding: 30px 0 50px
    }
}

.section-page--price .column-main--price .block-column--step .item--step {
    background-color: var(--color-white);
    padding: 42px 60px 40px 60px;
    position: relative
}

.section-page--price .column-main--price .block-column--step .item--step:not(:last-child) {
    margin-bottom: 48px
}

.section-page--price .column-main--price .block-column--step .item--step:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 88px;
    height: 28px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-image: url(../../../img/icon/Polygon-4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10
}

.section-page--price .column-main--price .block-column--step .item--step .left--text {
    flex: 0 0 59%;
    max-width: 59%;
    padding-right: 40px
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .title--step img {
    margin-left: 12px
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--price .column-main--price .block-column--step .item--step .left--text .btn-application a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--price .column-main--price .block-column--step .item--step .right--img {
    flex: 0 0 41%;
    max-width: 41%
}

@media(max-width: 991px) {
    .section-page--price .column-main--price .block-column--step .item--step {
        flex-wrap: wrap;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16)
    }

    .section-page--price .column-main--price .block-column--step .item--step .left--text,
    .section-page--price .column-main--price .block-column--step .item--step .right--img {
        flex: 0 0 100%;
        max-width: 100%
    }

    .section-page--price .column-main--price .block-column--step .item--step .left--text {
        margin-bottom: 30px;
        padding-right: 0
    }

    .section-page--price .column-main--price .block-column--step .item--step .right--img img {
        width: 100%
    }
}

@media(max-width: 767px) {
    .section-page--price .column-main--price .block-column--step .item--step {
        padding: 42px 18px 40px
    }

    .section-page--price .column-main--price .block-column--step .item--step:not(:last-child) {
        margin-bottom: 38px
    }
}

.section-page--price .column-main--price .block-column--table .table-wp {
    margin-bottom: 40px
}

.section-page--price .column-main--price .block-column--table .table-wp .head-table,
.section-page--price .column-main--price .block-column--table .table-wp .body-table,
.section-page--price .column-main--price .block-column--table .table-wp .main-table li {
    border: 1px solid #bcbcbc;
    border-bottom: none
}

.section-page--price .column-main--price .block-column--table .table-wp .head-table {
    background-color: #333;
    color: var(--color-white);
    padding: 11px 20px
}

.section-page--price .column-main--price .block-column--table .table-wp .body-table {
    background-color: #ebebeb;
    padding: 9px 20px
}

.section-page--price .column-main--price .block-column--table .table-wp .main-table li {
    padding: 12px 20px;
    background-color: var(--color-white)
}

.section-page--price .column-main--price .block-column--table .table-wp .main-table li:last-child {
    border-bottom: 1px solid #bcbcbc
}

@media(max-width: 767px) {
    .section-page--price .column-main--price .block-column--table .table-wp {
        margin-bottom: 30px
    }
}

.section-page--price .column-main--price .price-table {
    width: 100%;
    table-layout: fixed
}

.section-page--price .column-main--price .price-table td,
.section-page--price .column-main--price .price-table th {
    padding: 1em 1em;
    border: 1px solid #ddd
}

.section-page--price .column-main--price .price-table td {
    font-weight: normal
}

.section-page--price .column-main--price .price-table th {
    background-color: #f5f5f5
}

.section-page--price .column-main--price .price-table thead td,
.section-page--price .column-main--price .price-table thead th {
    border: none;
    background-color: none
}

.example-table {
    width: 100%;
    table-layout: auto;
    text-align: left
}

.example-table td,
.example-table th {
    padding: 1em 0 1em 1em;
    border: none
}

.example-table thead td,
.example-table thead th {
    color: #fff;
    background-color: #333
}

.example-sum {
    text-align: right;
    color: #941c80;
    padding-top: 1em;
    border-top: 1px solid #941c80
}

.period-image img {
    display: block;
    min-width: 500px
}

@media(max-width: 767px) {
    .period-image {
        overflow-x: scroll
    }

    .period-image::-webkit-scrollbar {
        top: 1em;
        height: 1em
    }

    .period-image::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 7px
    }

    .period-image::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 7px
    }
}

.tag-crops {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background-color: #941c80;
    border-radius: 10em;
    padding: .2em 1em
}

.false .tag-crops {
    color: #ddd;
    background-color: #f5f5f5
}

/*TODO: include again with valid address*/
/* .section-page--download {
    padding: 75px 0 20px;
    background-color: #f5f5f5;
    background-image: url(../../img/common/backgroud-block.jpg);
    background-position: center top;
    background-repeat: no-repeat
} */

@media(max-width: 575px) {
    .section-page--download {
        padding: 55px 0 10px
    }
}

.section-page--download .item--row {
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--color-white);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .16)
}

.section-page--download .item--row .image-block {
    flex: 0 0 120px;
    max-width: 120px
}

@media(max-width: 420px) {
    .section-page--download .item--row .image-block {
        flex: 0 0 83px;
        max-width: 83px
    }
}

.section-page--download .item--row .content-block {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding: 16px 0 0 50px
}

@media(min-width: 768px) {
    .section-page--download .item--row .content-block .title-h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media(max-width: 767px) {
    .section-page--download .item--row .content-block .title-h3 .m-sp767 {
        display: inline-block
    }
}

@media(max-width: 575px) {
    .section-page--download .item--row .content-block {
        padding: 0 0 0 20px
    }
}

@media(max-width: 420px) {
    .section-page--download .item--row .content-block {
        flex: 0 0 calc(100% - 83px);
        max-width: calc(100% - 83px)
    }
}

.section-page--download .item--row .bottom-btn {
    position: absolute;
    right: 30px;
    bottom: 50px;
    width: calc(100% - 230px)
}

.section-page--download .item--row .bottom-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--download .item--row .bottom-btn a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--download .item--row .bottom-btn a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--download .item--row .bottom-btn a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--download .item--row .bottom-btn a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--download .item--row .bottom-btn a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--download .item--row .bottom-btn a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--download .item--row .bottom-btn a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--download .item--row .bottom-btn a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--download .item--row .bottom-btn .btn-transparent {
    width: 100%
}

.section-page--download .item--row .bottom-btn .btn-transparent.m-sp767 {
    display: none
}

@media(max-width: 767px) {
    .section-page--download .item--row .bottom-btn {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 30px
    }

    .section-page--download .item--row .bottom-btn .btn-transparent.m-pc767 {
        display: none
    }

    .section-page--download .item--row .bottom-btn .btn-transparent.m-sp767 {
        display: inline-flex;
        padding-left: 20px
    }
}

@media(max-width: 767px) {
    .section-page--download .item--row {
        flex-wrap: wrap;
        align-items: center;
        padding: 18px 18px 30px;
        margin-bottom: 20px
    }
}

.section-page--download.download--video {
    background-image: none;
    padding: 50px 0 100px
}

.section-page--download.download--video .item--video {
    margin-bottom: 35px
}

.section-page--download.download--video .item--video .video-block {
    position: relative
}

.section-page--download.download--video .item--video .video-block .block-modal--video {
    cursor: pointer
}

.section-page--download.download--video .item--video .text-video {
    padding: 15px 0 0
}

@media(max-width: 575px) {
    .section-page--download.download--video .item--video {
        margin-bottom: 25px
    }
}

.section-page--download.download--video .bottom--btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--download.download--video .bottom--btn a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--download.download--video .bottom--btn a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--download.download--video .bottom--btn a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--download.download--video .bottom--btn a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--download.download--video .bottom--btn a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--download.download--video .bottom--btn a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--download.download--video .bottom--btn a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--download.download--video .bottom--btn a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--download.download--video .bottom--btn a img {
    left: auto;
    right: 13px
}

@media(max-width: 575px) {
    .section-page--download.download--video {
        padding: 30px 0 80px
    }
}

.tab-wrapper {
    text-align: center;
    display: block
}

.tab-wrapper .tabs {
    margin: 0 -13px;
    padding: 0 12px;
    display: flex;
    justify-content: center
}

.tab-wrapper .tabs .tab-link {
    margin: 0 13px;
    flex: 1;
    list-style: none;
    padding: 15px 15px;
    color: #941c80;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 1px #941c80;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.tab-wrapper .tabs .tab-link:hover,
.tab-wrapper .tabs .tab-link.active {
    color: var(--color-black);
    background-color: #f6ecf4
}

@media(max-width: 1024px) {
    .tab-wrapper .tabs .tab-link {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .tab-wrapper .tabs .tab-link {
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .tab-wrapper .tabs .tab-link {
        margin: 0;
        padding: 12px 5px;
        border-right: 0
    }

    .tab-wrapper .tabs .tab-link:last-child {
        border-right: solid 1px #941c80
    }
}

@media(max-width: 575px) {
    .tab-wrapper .tabs {
        margin: 0;
        padding: 0 20px
    }
}

.content-wrapper {
    padding: 40px 0 0
}

@media(max-width: 575px) {
    .content-wrapper {
        padding: 60px 0 0
    }
}

.content-wrapper .tab-content {
    display: none
}

.content-wrapper .tab-content.active {
    display: block
}

.content-wrapper .tab-content .head-title-tabs {
    color: var(--color-black);
    padding: 4px 15px;
    padding-left: 20px;
    position: relative
}

.content-wrapper .tab-content .head-title-tabs::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 5px;
    height: 100%;
    background-color: #941c80
}

@media(max-width: 575px) {
    .content-wrapper .tab-content .head-title-tabs::before {
        width: 3px
    }
}

.content-wrapper .tab-content .p-top__accordion-inner ul {
    margin-left: 125px
}

.content-wrapper .tab-content .p-top__accordion-inner ul li {
    list-style-type: none
}

.content-wrapper .tab-content .p-top__accordion-inner ul li a {
    color: #009fe3;
    word-wrap: break-word
}

.content-wrapper .tab-content .p-top__accordion-inner ul li a:hover {
    text-decoration: underline
}

.content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table {
    width: 100%
}

.content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr th {
    border: 1px solid #bcbcbc;
    padding: 7px 15px;
    text-align: center;
    font-size: 18px;
    background-color: #333;
    color: var(--color-white)
}

.content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr td {
    border: 1px solid #bcbcbc;
    padding: 7px 15px;
    vertical-align: middle;
    font-size: 16px
}

@media(max-width: 991px) {
    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table {
        display: block;
        width: 100%
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table thead,
    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr {
        display: none
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tbody,
    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr:first-child,
    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table td {
        display: block;
        width: 100%
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr td {
        padding: 0
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr td .head-table {
        padding: 7px 15px;
        text-align: center;
        font-size: 16px;
        background-color: #333;
        color: var(--color-white);
        border-bottom: 1px solid #bcbcbc;
        font-weight: 600;
        line-height: 1.35
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr td .td-pc,
    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr td .td-sp {
        padding: 7px 15px;
        vertical-align: middle;
        font-size: 16px;
        border-bottom: 1px solid #bcbcbc;
        line-height: 1.4
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li.table--faq .table tr td .td-sp:last-child {
        border-bottom: 0
    }
}

@media(max-width: 1000px) {
    .content-wrapper .tab-content .p-top__accordion-inner ul {
        margin-left: 50px
    }
}

@media(max-width: 575px) {
    .content-wrapper .tab-content .p-top__accordion-inner ul {
        margin-left: 45px
    }

    .content-wrapper .tab-content .p-top__accordion-inner ul li {
        font-size: 16px
    }
}

.section-page--faq {
    padding: 80px 0 0;
    position: relative
}

.section-page--faq.faq-option2 {
    background-color: #f6ecf4;
    padding: 0 0 120px;
    border-top: 1px solid #941c80
}

@media(max-width: 575px) {
    .section-page--faq.faq-option2 {
        padding-bottom: 80px
    }
}

@media(max-width: 575px) {
    .section-page--faq .text-des {
        text-align: left;
        margin-bottom: 115px
    }
}

.section-page--faq .tab-wrapper {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%
}

.section-page--news {
    padding: 75px 0 120px
}

@media(max-width: 575px) {
    .section-page--news {
        padding: 55px 0 80px
    }
}

.section-page--news .category-news {
    padding-left: 65px
}

@media(max-width: 575px) {
    .section-page--news .category-news {
        padding-left: 0
    }

    .section-page--news .category-news span {
        font-size: 13px;
        display: inline-block
    }
}

.section-page--news .category-news span {
    border: 1px solid #24a75b;
    color: #009fe3;
    padding: 3px 20px;
    border-radius: 4px
}

.main-content-news .item-news {
    padding: 20px 0 20px;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    color: var(--color-black);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-content-news .item-news .date-span {
    margin-right: 23px
}

.main-content-news .item-news .category-text {
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    border-radius: 4px;
    max-width: 115px;
    font-size: 12px;
    width: 100%;
    color: var(--color-white);
    font-weight: 600
}

.main-content-news .item-news .text-content {
    position: relative;
    margin-left: 45px
}

.main-content-news .item-news .text-content::before {
    position: absolute;
    content: "";
    left: -17px;
    top: 6px;
    background-image: url(../../../img/icon/icon-right-news.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 6px;
    height: 11px
}

@media(max-width: 767px) {
    .main-content-news .item-news .text-content {
        margin: 12px 0 0;
        padding-left: 18px;
        width: 100%
    }

    .main-content-news .item-news .text-content::before {
        left: 0
    }
}

.main-content-news .item-news:hover {
    opacity: .8
}

@media(max-width: 767px) {
    .main-content-news .item-news {
        padding: 20px 0 15px;
        flex-wrap: wrap
    }
}

.main-content-news .style-color-1 {
    background-color: #646d70
}

.main-content-news .style-color-2 {
    background-color: #009cb4
}

.main-content-news .style-color-3 {
    background-color: #88a626
}

.main-content-news .style-color-4 {
    background-color: #003848
}

.main-content-news .style-border-1,
.main-content-news .style-border-2,
.main-content-news .style-border-3,
.main-content-news .style-border-4 {
    border-width: 1px;
    border-style: solid
}

.main-content-news .style-border-1 {
    border-color: #1466d5;
    color: #1466d5 !important
}

.main-content-news .style-border-2 {
    border-color: #24a75b;
    color: #24a75b !important
}

.main-content-news .style-border-3 {
    border-color: #ef9134;
    color: #ef9134 !important
}

.main-content-news .style-border-4 {
    border-color: #003848;
    color: #003848 !important
}

.section-page--newsdetial {
    padding: 60px 0 120px
}

@media(max-width: 620px) {
    .section-page--newsdetial {
        padding: 30px 0 80px
    }
}

.section-page--newsdetial .main-detail-news .head--detail {
    border-top: 1px solid #666;
    padding-top: 20px;
    position: relative
}

.section-page--newsdetial .main-detail-news .head--detail .category-i {
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 2px;
    color: var(--color-white);
    margin-left: 5px;
    max-width: 115px;
    width: 100%
}

.section-page--newsdetial .main-detail-news .text-content-detail a {
    color: #009fe3;
    text-decoration: underline
}

.section-page--newsdetial .main-detail-news .text-content-detail a sup {
    top: -0.01rem
}

.section-page--newsdetial .main-detail-news .text-content-detail a sup img {
    vertical-align: top
}

.section-page--newsdetial .main-detail-news .text-content-detail a.icon-r {
    font-size: 18px;
    margin-top: 3px;
    text-decoration: none;
    line-height: 1.2;
    display: inline-block
}

.section-page--newsdetial .main-detail-news .text-content-detail a.icon-r img {
    margin-right: 4px;
    vertical-align: middle
}

.section-page--newsdetial .main-detail-news .text-content-detail a.icon-r .img-icon {
    margin: 0 0 0 5px;
    vertical-align: text-top
}

@media(max-width: 575px) {
    .section-page--newsdetial .main-detail-news .text-content-detail a.icon-r {
        font-size: 16px
    }
}

.section-page--newsdetial .main-detail-news .form--contact .head-title--detail {
    position: relative;
    border: none;
    line-height: 1.5;
    padding-bottom: 0
}

.section-page--newsdetial .main-detail-news .form--contact .group--row .table {
    width: 100%
}

.section-page--newsdetial .main-detail-news .form--contact .group--row .table tr td {
    border: 1px solid #bcbcbc;
    padding: 12px 20px;
    background-color: #fff;
    vertical-align: middle
}

.section-page--newsdetial .main-detail-news .form--contact .group--row .table tr td:first-child {
    background-color: #ebebeb;
    width: 280px;
    max-width: 100%
}

.section-page--newsdetial .main-detail-news .form--contact .group--row .table tr td a {
    display: flex;
    align-items: center;
    color: #009fe3;
    font-size: 16px
}

.section-page--newsdetial .main-detail-news .form--contact .group--row .table tr td a span {
    display: inline-block;
    margin: 0 5px
}

.section-page--newsdetial .main-detail-news .form--contact .group--row .table tr td a img {
    vertical-align: middle
}

@media(max-width: 767px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--row .table {
        display: block;
        width: 100%
    }

    .section-page--newsdetial .main-detail-news .form--contact .group--row .table tbody {
        display: block;
        width: 100%
    }

    .section-page--newsdetial .main-detail-news .form--contact .group--row .table tbody tr {
        display: block;
        width: 100%
    }

    .section-page--newsdetial .main-detail-news .form--contact .group--row .table tbody tr td {
        display: block;
        width: 100% !important
    }

    .section-page--newsdetial .main-detail-news .form--contact .group--row .table tbody tr td:first-child {
        font-weight: 600;
        background-color: #333;
        color: var(--color-white);
        text-align: center
    }
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download {
    display: flex;
    justify-content: center
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li {
    padding: 0 20px;
    list-style-type: none
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a {
        width: 100%;
        max-width: 100%
    }
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li a.-right img {
    left: auto;
    right: 15px
}

@media(max-width: 1200px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li {
        padding: 0 7px
    }
}

@media(max-width: 991px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li {
        width: 100%
    }

    .section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media(max-width: 991px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--group-download {
        flex-wrap: wrap
    }
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--btn .btn--back a {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width: 575px) {
    .section-page--newsdetial .main-detail-news .form--contact .group--btn {
        padding: 0 18px
    }
}

.section-page--newsdetial .main-detail-news table {
    width: 100%
}

.section-page--newsdetial .main-detail-news table tr:first-child td {
    background-color: #941c80;
    color: var(--color-white);
    text-align: center
}

.section-page--newsdetial .main-detail-news table tr td {
    border: 1px solid #bcbcbc;
    padding: 5px 10px
}

.section-page--newsdetial .style-color-1 {
    background-color: #646d70
}

.section-page--newsdetial .style-color-2 {
    background-color: #009cb4
}

.section-page--newsdetial .style-color-3 {
    background-color: #88a626
}

.section-page--newsdetial .style-color-4 {
    background-color: #003848
}

.section-page--newsdetial .style-border-1,
.section-page--newsdetial .style-border-2,
.section-page--newsdetial .style-border-3,
.section-page--newsdetial .style-border-4 {
    border-width: 1px;
    border-style: solid
}

.section-page--newsdetial .style-border-1 {
    border-color: #1466d5;
    color: #1466d5 !important
}

.section-page--newsdetial .style-border-2 {
    border-color: #24a75b;
    color: #24a75b !important
}

.section-page--newsdetial .style-border-3 {
    border-color: #ef9134;
    color: #ef9134 !important
}

.section-page--newsdetial .style-border-4 {
    border-color: #003848;
    color: #003848 !important
}

.title--box-filter {
    background-color: #333;
    color: var(--color-white);
    padding: 12px 10px
}

.top--filter-head {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px
}

.list--filter-li {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.list--filter-li li {
    padding: 0 7.5px;
    margin-bottom: 30px
}

.list--filter-li li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    min-width: 193px;
    border: 1px solid #bcbcbc;
    color: #000;
    border-radius: 28px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.list--filter-li li a:hover {
    border-color: #941c80;
    color: #941c80
}

.list--filter-li li a img {
    margin-right: 10px;
    display: none
}

.list--filter-li li.active a {
    background-color: #941c80;
    border-color: #941c80;
    color: var(--color-white)
}

.list--filter-li li.active a img {
    display: inline-block
}

@media(max-width: 991px) {
    .list--filter-li li .pd-x50 {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(max-width: 575px) {
    .list--filter-li li .pd-x50 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }
}

@media(max-width: 767px) {
    .list--filter-li {
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 10px;
        justify-content: center
    }

    .list--filter-li li {
        padding: 0 5px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px
    }

    .list--filter-li li a {
        min-width: auto;
        height: 41px
    }

    .list--filter-li.top--filter-main li:first-child {
        flex: 0 0 100%;
        max-width: 100%
    }

    .list--filter-li.top--filter-main li:nth-last-child(-n+2) {
        flex: inherit;
        max-width: inherit
    }
}

.list--filter-li3 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px
}

.list--filter-li3 li:last-child {
    align-self: center;
    margin-left: 15px;
    font-size: 16px
}

@media(max-width: 767px) {
    .list--filter-li3 li:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 14px
    }
}

.row--box-filter .box--content-main .form--block-price {
    display: none
}

.row--box-filter .box--content-main .form--block-price.col--active {
    display: block
}

.row--box-filter .box--content-main .item--fil-price {
    background-color: #f5f5f5;
    margin-bottom: 40px
}

.row--box-filter .box--content-main .item--fil-price .head--title {
    background-color: #941c80;
    color: var(--color-white);
    padding: 7px 10px
}

.row--box-filter .box--content-main .item--fil-price .content--fl {
    padding: 20px 20px 40px
}

.row--box-filter .box--content-main .item--fil-price .content--fl .top--item {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.row--box-filter .box--content-main .item--fil-price .content--fl .main--item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr {
    max-width: 350px;
    width: 100%
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr:not(:last-child) {
    margin-bottom: 20px
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right {
    max-width: 170px;
    width: 100%;
    position: relative
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right .form-control {
    padding-right: 30px;
    text-align: right;
    border-radius: 5px;
    border-color: #bcbcbc;
    font-size: 18px
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right .form-control:active,
.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right .form-control:focus {
    border: 2px solid #009fe3
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right .form-control.select--control {
    text-align: center;
    padding-right: .75rem
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right span.fonts-md-18 {
    margin-left: 20px
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right .span--active {
    position: absolute;
    left: calc(100% + 4px);
    top: 5px;
    color: #941c80;
    font-size: 12px
}

@media(max-width: 420px) {
    .row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .form--right {
        max-width: 140px
    }
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .divError {
    display: none;
    font-size: 14px;
    color: red;
    padding-left: 20px;
    position: relative
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .divError::before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background-image: url("../../../img/icon/icon--exclamation.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr.error-msg .form-control {
    border: 2px solid red;
    background-color: #fff1f1
}

.row--box-filter .box--content-main .item--fil-price .content--fl .item--pr.error-msg .divError {
    display: block
}

@media(max-width: 575px) {
    .row--box-filter .box--content-main .item--fil-price .content--fl {
        padding: 30px 14px 40px
    }

    .row--box-filter .box--content-main .item--fil-price .content--fl .main--item .text--span {
        text-align: left
    }

    .row--box-filter .box--content-main .item--fil-price .content--fl .item--pr {
        padding: 0 15px 0 15px
    }

    .row--box-filter .box--content-main .item--fil-price .content--fl .item--pr .lable-text {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .row--box-filter .box--content-main.row-x40 {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .row--box-filter .box--content-main.row-x40 .pd-x40 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.row--box-filter .total--price--item {
    background-color: #009fe3;
    padding: 20px 50px;
    display: none
}

.row--box-filter .total--price--item .body--total {
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 80px 10px;
    text-align: center
}

.row--box-filter .total--price--item .body--total .item-sum {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.row--box-filter .total--price--item .body--total .item-sum .text--price {
    padding-right: 33px
}

.row--box-filter .total--price--item .body--total .item-sum .sum--price {
    color: #009fe3;
    padding-left: 35px
}

.row--box-filter .total--price--item .body--total .item-sum .sum--price span {
    margin-left: 15px
}

@media(max-width: 767px) {
    .row--box-filter .total--price--item {
        padding: 15px
    }

    .row--box-filter .total--price--item .body--total {
        padding: 40px 10px 40px 10px
    }

    .row--box-filter .total--price--item .body--total .item-sum {
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .row--box-filter .total--price--item .body--total .item-sum .text--price {
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px
    }

    .row--box-filter .total--price--item .body--total .item-sum .sum--price {
        padding-left: 0;
        width: 100%
    }

    .row--box-filter .total--price--item .body--total .item-sum .sum--price span {
        margin-left: 15px
    }
}

.row--box-filter .button--submit-price {
    display: none
}

.row--box-filter .button--submit-price .btn--button-footer {
    background: #009fe3;
    background: linear-gradient(90deg, rgb(0, 159, 227) 0%, rgb(92, 195, 239) 100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    height: 54px;
    width: 100%;
    max-width: 300px;
    border-radius: 30px
}

.row--box-filter .button--submit-price .btn--button-footer:hover {
    background: #4fc2f2;
    background: linear-gradient(90deg, rgb(79, 194, 242) 0%, rgb(145, 220, 252) 100%)
}

.row--box-filter .button--submit-price .complete--button {
    display: none;
    justify-content: center
}

.row--box-filter .button--submit-price .complete--button a {
    margin: 0 15px
}

@media(max-width: 575px) {
    .row--box-filter .button--submit-price .complete--button {
        flex-wrap: wrap
    }

    .row--box-filter .button--submit-price .complete--button .btn--reset-total {
        margin-bottom: 40px
    }
}

.row--box-filter .button--submit-price.submit--active .total--button {
    display: none
}

.row--box-filter .button--submit-price.submit--active .complete--button {
    display: flex
}

.row--box-filter .text--note {
    text-indent: -1.3em;
    padding-left: 1.3em;
    display: none
}

.row--box-filter .text--note span {
    padding-right: 6px
}

.input--none-number::-webkit-outer-spin-button,
.input--none-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.text--des-price,
.text--bottom-description,
.error--input {
    display: none
}

.text--des-price {
    background-color: #333;
    color: var(--color-white);
    padding: 12px 10px
}

.text--color-red {
    color: red
}

.notification-form--price {
    border: 3px solid #941c80;
    padding: 20px
}

.notification-form--price .text--price-scr {
    margin-left: auto;
    margin-right: auto
}

.notification-form--price .link--price {
    text-decoration: underline
}

.notification-form--price .link--price:hover {
    opacity: .8
}

.error--input {
    color: red;
    margin-top: 2px;
    font-size: 12px
}

.input--none-number[type=number] {
    -moz-appearance: textfield
}

.input--none-number::placeholder {
    color: #ddd
}

.color--purple {
    color: #941c80
}

.jcredit .jcredit-main {
    width: 100%;
    background: url("/img/other/j-credit/j-credit_kv_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.jcredit .jcredit-main .jcredit-main-inner {
    margin: auto;
    width: 100%;
    max-width: 1140px;
    padding: 100px 20px
}

.jcredit .jcredit-main .jcredit-main-inner img {
    width: 100%;
    max-width: 306px
}

.jcredit .jcredit-main .jcredit-main-inner h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #fff
}

.jcredit .jcredit-main .jcredit-main-inner p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #fff
}

@media screen and (max-width: 1000px) {
    main.jcredit {
        margin-top: 71px
    }

    .jcredit .jcredit-main {
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }

    .jcredit .jcredit-main .jcredit-main-inner {
        margin: auto;
        width: 100%;
        max-width: 1140px;
        padding: 0
    }

    .jcredit .jcredit-main .jcredit-main-inner img {
        width: 100%;
        max-width: 100%
    }

    .jcredit .jcredit-main .jcredit-main-inner h1 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #fff;
        text-align: center
    }

    .jcredit .jcredit-main .jcredit-main-inner p {
        margin: 0;
        padding: 0;
        font-size: 10px;
        color: #fff;
        text-align: center
    }

    .jcredit .jcredit-main .jcredit-main-inner .jcredit-main-contents {
        padding: 20px 10px;
        background: #941c80
    }

    .jcredit .jcredit-main .jcredit-main-inner .jcredit-main-inner-sp {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    main.jcredit {
        margin-top: 61px
    }
}

.section-page--form {
    padding: 80px 0 70px
}

.list__step_form {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif
}

.list__step_form li:nth-child(3n+2) {
    margin: 0 150px
}

.list__step_form li .numberID {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ddd;
    color: var(--color-white);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.list__step_form li .txtText {
    color: #000
}

.list__step_form li.active .numberID {
    background-color: #941c80
}

@media(max-width: 575px) {
    .list__step_form li:nth-child(3n+2) {
        margin: 0 30%
    }
}

.top--txt-des {
    background-color: #f5ecf4;
    padding: 15px 20px
}

.group--td {
    width: 100%;
    margin-bottom: 32px
}

.group--td .left--lable {
    flex: 0 0 35%;
    max-width: 35%;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
    padding-right: 8px
}

.group--td .right--input {
    flex: 0 0 65%;
    max-width: 65%;
    font-weight: 300
}

.group--td .form-control {
    border-radius: 0;
    border-color: #ddd;
    padding-left: 22px;
    font-size: 18px;
    height: calc(2.5em + .75rem + 3px)
}

.group--td.group--td-full {
    margin-bottom: 8px
}

.group--td.group--td-full .left--lable,
.group--td.group--td-full .right--input {
    flex: 0 0 100%;
    max-width: 100%
}

.group--td.group--td-full .left--lable {
    margin-bottom: 35px
}

@media(max-width: 767px) {
    .group--td .left--lable {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 21px
    }

    .group--td .right--input {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.block--check-bottom {
    background-color: #f5ecf4;
    padding: 19px 10px
}

.block--check-bottom .item_btn_radio {
    position: relative
}

.block--check-bottom .item_btn_radio .btn_radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    opacity: 0
}

.block--check-bottom .item_btn_radio span {
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--color-white);
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-right: 5px;
    position: relative
}

.block--check-bottom .item_btn_radio span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../../img/icon/icon--check-radio.svg");
    width: 14px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0
}

.block--check-bottom .item_btn_radio .btn_radio[type=radio]:checked~span::before {
    opacity: 1
}

@media(max-width: 575px) {
    .block--check-bottom {
        width: calc(100% + 40px);
        position: relative;
        left: -20px
    }
}

.block--check-bottom:has(.btn_radio[type=radio]:checked)~.btn__submit .btn-below {
    pointer-events: all;
    opacity: 1
}

.body-form-st .btn__submit a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.body-form-st .btn__submit a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.body-form-st .btn__submit a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.body-form-st .btn__submit a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.body-form-st .btn__submit a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.body-form-st .btn__submit a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.body-form-st .btn__submit a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.body-form-st .btn__submit a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .body-form-st .btn__submit a {
        width: 100%;
        max-width: 100%
    }
}

.body-form-st.body-form-st1 .btn-below {
    opacity: 0;
    pointer-events: none
}

.body-form-st2 .form--row {
    margin-bottom: 100px
}

.body-form-st2 .group--td {
    margin-bottom: 65px
}

@media(max-width: 575px) {
    .body-form-st2 .form--row {
        margin-bottom: 55px
    }

    .body-form-st2 .group--td {
        margin-bottom: 30px
    }

    .body-form-st2 .group--td .left--lable {
        margin-bottom: 17px
    }

    .body-form-st2 .group--td .right--input {
        padding-left: 50px
    }
}

.item--row-pdf {
    margin: 0 auto;
    max-width: 546px;
    padding: 30px;
    background-color: var(--color-white);
    position: relative;
    border: 1px solid #ddd
}

.item--row-pdf .image-block {
    flex: 0 0 120px;
    max-width: 120px
}

@media(max-width: 420px) {
    .item--row-pdf .image-block {
        flex: 0 0 83px;
        max-width: 83px
    }
}

.item--row-pdf .content-block {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding: 16px 0 0 50px
}

@media(min-width: 768px) {
    .item--row-pdf .content-block .title-h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media(max-width: 767px) {
    .item--row-pdf .content-block .title-h3 .m-sp767 {
        display: inline-block
    }
}

@media(max-width: 575px) {
    .item--row-pdf .content-block {
        padding: 0 0 0 20px
    }
}

@media(max-width: 420px) {
    .item--row-pdf .content-block {
        flex: 0 0 calc(100% - 83px);
        max-width: calc(100% - 83px)
    }
}

.item--row-pdf .bottom-btn {
    position: absolute;
    right: 30px;
    bottom: 50px;
    width: calc(100% - 230px)
}

.item--row-pdf .bottom-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    max-width: 100%;
    border-radius: 30px;
    width: 300px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item--row-pdf .bottom-btn a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 20px
}

.item--row-pdf .bottom-btn a.btn-below {
    background: #941c80;
    background: linear-gradient(90deg, rgb(148, 28, 128) 0%, rgb(186, 67, 166) 100%)
}

.item--row-pdf .bottom-btn a.btn-below:hover {
    background: #db75ca;
    background: linear-gradient(90deg, rgb(219, 117, 202) 0%, rgb(245, 165, 231) 100%)
}

.item--row-pdf .bottom-btn a.btn-transparent {
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.item--row-pdf .bottom-btn a.btn-transparent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.item--row-pdf .bottom-btn a.btn-transparent:hover {
    color: #777;
    border: solid 1px #777;
    opacity: 1
}

.item--row-pdf .bottom-btn a.btn-transparent:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .item--row-pdf .bottom-btn a {
        width: 100%;
        max-width: 100%
    }
}

.item--row-pdf .bottom-btn .btn-transparent {
    width: 100%
}

.item--row-pdf .bottom-btn .btn-transparent.m-sp767 {
    display: none
}

@media(max-width: 767px) {
    .item--row-pdf .bottom-btn {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 30px
    }

    .item--row-pdf .bottom-btn .btn-transparent.m-pc767 {
        display: none
    }

    .item--row-pdf .bottom-btn .btn-transparent.m-sp767 {
        display: inline-flex;
        padding-left: 20px
    }
}

@media(max-width: 767px) {
    .item--row-pdf {
        flex-wrap: wrap;
        align-items: center;
        padding: 18px 18px 30px
    }
}

.bl-required {
    width: 40px;
    height: 20px;
    line-height: 20px;
    color: var(--color-white);
    background-color: #941c80;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    text-align: center
}

.input-w50 {
    width: calc(50% - 8px)
}

.input-w50:first-child {
    margin-right: 16px
}

@media(max-width: 575px) {
    .section-page--form .head-title--h1 {
        font-size: 20px
    }

    .top--txt-des {
        width: calc(100% + 40px);
        position: relative;
        left: -20px
    }

    .input-w50 {
        width: 100%;
        max-width: calc(100% - 35px)
    }

    .input-w50:first-child {
        margin: 0
    }

    .input-w50:not(:last-child) {
        margin: 0 0 15px
    }
}

.mb-12 {
    margin-bottom: 12px
}

.placeholder--color::-ms-input-placeholder {
    color: #ddd
}

.placeholder--color::placeholder {
    color: #ddd
}

.select--inline {
    display: inline-block;
    position: relative
}

.select--inline .select--input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative
}

.select--inline::after {
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 18px;
    height: 11px;
    background-image: url("../../../img/icon/icon--chevron-down-p.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0
}

.font-Hiragino {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif
}

.section-page--term {
    padding: 50px 0 80px
}

.section-page--term .body--content-term .block--txt:not(:last-child) {
    margin-bottom: 35px
}

.section-page--term .body--content-term .block--txt .title--head {
    margin-bottom: 7px
}

.section-page--term .body--content-term .block--txt .txt__content {
    color: #404646;
    line-height: 1.8
}

.section-page--term .body--content-term .block--txt .txt__content p:not(:last-child) {
    margin-bottom: 17px
}

.section-page--term .body--content-term .block--txt .list__type_initial {
    padding-left: 25px;
    list-style-type: inherit
}

.section-page--term .body--content-term .block--txt .list__type_initial li:not(:last-child) {
    margin-bottom: 13px
}

.section-page--term .body--content-term .block--txt .table--term td {
    border: 1px solid #404646;
    padding: 5px
}

.section-page--term .body--content-term .block--txt .table--term td:nth-child(4n+1) {
    width: 10%
}

.section-page--term .body--content-term .block--txt .table--term td:nth-child(4n+2) {
    width: 20%
}

.section-page--term .body--content-term .block--txt .table--term td:nth-child(4n+3) {
    width: 20%
}

.section-page--term .body--content-term .block--txt .table--term td:nth-child(4n+4) {
    width: 50%
}

@media(max-width: 575px) {
    .section-page--term .body--content-term .block--txt .table--term td {
        padding: 2px
    }
}

@media(max-width: 575px) {
    .section-page--term {
        padding: 30px 0 20px
    }
}

.section-block--aboutUS {
    padding: 80px 0 60px;
    background-color: #f9f9f9
}

.section-block--aboutUS .aboutUS--body-txt {
    max-width: 560px;
    margin-left: auto
}

.section-block--aboutUS .VideoCont {
    position: relative
}

.section-block--aboutUS .VideoCont .VDO-ProdCompo-plyBtnCont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media(max-width: 767px) {
    .section-block--aboutUS .VideoCont {
        margin-bottom: 10px
    }
}

@media(max-width: 575px) {
    .section-block--aboutUS {
        padding: 20px 0 30px
    }
}

.section-block--member {
    padding: 100px 0 80px;
    background-color: #fff
}

.section-block--member .item__block_member:not(:last-child) {
    margin-bottom: 60px
}

.section-block--member .item-member {
    margin-bottom: 30px
}

@media(max-width: 575px) {
    .section-block--member {
        padding: 30px 0 30px
    }
}

.vdoPalyBtnSvg {
    width: 15vmin;
    max-width: 110px;
    max-height: 110px
}

.vdoPalyBtn-InnrBorder {
    stroke-width: 0
}

.VDO-ProdCompo-plyBtnCont .vdoPalyBtn {
    fill: #941c80
}

.VDO-ProdCompo-plyBtnCont:hover .vdoPalyBtn {
    fill: #6e145f
}

.VDO-ProdCompo-plyBtnCont:focus .vdoPalyBtn-InnrBorder {
    transition: .3s;
    stroke-width: 2
}

.VDO-ProdCompo-plyBtnCont:active .vdoPalyBtn {
    fill: #250720
}

.VDO-ProdCompo-plyBtnCont:disabled .vdoPalyBtn {
    fill: #e2e2e2;
    pointer-events: none
}

.video-popup-second {
    background: rgba(0, 0, 0, .7);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.video-popup-wrapper-second {
    max-width: 640px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    width: 100%;
    height: 100%
}

.video-close-btn-second {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.term-card {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    transition: .3s;
    width: 100%;
    max-width: 700px;
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto
}

.term-card .term-container {
    padding: 2px 16px
}

.term-card p {
    color: #000
}

.term-card p a {
    color: #941c80
}

.term-card .cstmBtn {
    background: #941c80;
    color: #fff;
    margin-top: 24px;
    display: inline-block;
    border-radius: 4px;
    padding: 13px 16px 15px 16px;
    cursor: pointer
}

@media(max-width: 767px) {
    .term-card {
        margin-top: 50px
    }
}

.youtube-video {
    display: none
}

.video-iframe-second {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-width: 875px;
    width: 100%;
    padding: 10px
}

.video-iframe-second .video-responsive-16by9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.video-iframe-second .video-responsive-16by9::before {
    padding-top: 56.25%;
    display: block;
    content: ""
}

.video-iframe-second .video-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media only screen and (min-width: 768px) {
    .video-popup-wrapper-second {
        max-width: 100vw
    }
}