html {
    scroll-behavior: smooth;
}

body {
    font-family: Noto Sans Japanese !important;
}

.slider {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
}

.dots {
    text-align: center;
    padding: 10px 0;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

.header-active {
    align-items: center;
    color: #FFF !important;
    display: flex;
    font-weight: bold;
    justify-content: center;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    padding: 0.4em 0.7em;
    background-color: #003481;
    border: 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 8px;
    font-size: 2rem;
    border-bottom: solid 4px #000C33;
}

.header-active:hover {
    text-decoration: none;
    background-color: #0244a6;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.notes {
    font-size: 14px;
    margin-top: 10px;
}


@media screen and (max-width: 750px) {

    .wrap-logo {
        padding-left: 15px;
        display: block !important;
        width: max-content !important;
        justify-content: center;
        margin: 0px !important;
        display: none;
    }

    .logo {
        width: max-content !important;
        display: none;
    }
}

.mean-aside {
    margin: 0 !important;
}

.header-top-cp {
    display: block;
    color: #fff;
    background-color: #353535;
}

.navigation-cp {
    float: right;
}

.menu-list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0 10px;
}

.button-close {
    background: none;
    color: #fff;
    border: none;
    display: none;
    font-size: 20px;
}

.button-close-sp {
    background: none;
    color: #fff;
    border: none;
    display: none;
    font-size: 20px;
}

.menu-list-item {
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

.menu-list-item:last-child,
.menu-list-item:first-child {
    padding: 0px 0px 0px 10px;
    border-right: 0px solid #fff;
}

.menu-list-item>a {
    color: #fff !important;
}

.handle,
.handle-cp {
    width: 100%;
    position: relative;
    padding: 10px 0px;
}

.navigation-cp-title {
    position: absolute;
    top: 0;
    color: #fff;
}

.button-more-sp,
.button-more {
    position: absolute;
    top: 25px;
    display: none;
    border: 0;
    background-color: #fff;
}

.button-more {
    width: 17%;
    height: 45%;
    border: 1px solid #000;
    border-radius: 5px;
}

.button-more-sp {
    left: 15px;
}

.button-more {
    right: 15px;
}

.button-more-sp>p,
.button-more>p {
    font-size: 14px;
}

.button-svg {
    width: 20px;
}

.list-a {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
    justify-content: end;
}

.list-a li {
    padding: 0px 5px;
    /* border-right: 1px solid black; */
}

/* .list-a li:first-child {
    padding: 0px 10px 0px 0px;
    border-right: 0px solid black;
}

.list-a li:last-child {
    padding: 0px 0px 0px 10px;
    border-right: 0px solid black;
} */

.list-a li a {
    font-size: 15px;
    font-weight: 600;
}

.fixed-left,
.fixed-right {
    width: 300px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    padding: 20px 10px;
    height: 100%;
    overflow: hidden;
}

.fixed-left {
    left: 0;
}

.fixed-right {
    right: 0;
}

.fixed-left img,
.fixed-right img {
    margin-bottom: 20px;
}

.fixed-left img:last-child,
.fixed-right img:last-child {
    margin-bottom: 0;
}

/* For screens 1480px and below */
@media screen and (max-width: 1480px) {

    .fixed-left,
    .fixed-right {
        width: 300px;
        /* Adjust width */
        padding: 10px 30px;
        /* Adjust padding */
        display: block;
    }
}

/* For screens 1200px and below */
@media screen and (max-width: 1300px) {

    .fixed-left,
    .fixed-right {
        display: none;
        /* Hide elements */
    }

    .handle {
        height: 80px;
        transition: height 0.2s ease;
        overflow: hidden;
    }

    .handle-cp {
        height: 80px;
        transition: height 0.2s ease;
        overflow: hidden;
    }

    .nav-control-sp {
        float: left !important;
    }

    .button-more {
        top: 10px;
        width: 100px;
        height: 60px;
        display: inline-block;
    }

    .handle-pc-inner {
        width: 100%;
        position: absolute;
        top: 70px;
        right: 0;
        padding: 0px 10px;
    }

    .list-a {
        flex-direction: column;
        margin: 0;
    }

    .list-a li {
        width: 100%;
        padding: 10px 0px;
        text-align: start;
    }


    .list-a li a {
        font-size: 20px;
    }
}

.banner-mobile {
    display: none;
}

/* For screens 1280px and below */
@media screen and (min-width: 1281px) {

    .fixed-left,
    .fixed-right {
        width: 15%;
    }

    #region-wrap-main .container {
        width: 70%;
    }
}

@media screen and (max-width: 1280px) {
    .banner-mobile {
        position: fixed;
        display: block;
        bottom: 5px;
        width: 100%;
        display: grid;
        justify-content: center;
        z-index: 10;
    }

    .banner-mobile img {
        max-height: 100px;
    }

    .fixed-left,
    .fixed-right {
        display: none;
        /* Hide elements */
    }
}

@media screen and (max-width: 1024px) {

    .fixed-left,
    .fixed-right {
        display: none;
    }

    .back-top-fixed.back-top {
        bottom: 25vh !important;
    }

    .back-top-fixed.back-top {
        bottom: 20vh !important;
    }
}

.wrap-mean .price-button {
    display: none;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .banner-mobile {
        bottom: 5px;
    }

    .header-bottom>.container {
        padding: 0 !important;
    }

    .back-top-fixed.back-top {
        bottom: 25vh !important;
    }

    .handle,
    .handle-cp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-height: 70px;
    }

    .navigation-cp-title {
        position: relative;
        top: 0;
        width: 100%;
        background-color: #353535;
    }

    .wrap-mean {
        float: left !important;
    }

    .button-close {
        display: block;
    }

    .button-close-sp {
        display: block;
    }

    .button-more {
        top: 5px;
        height: 55px;
        width: 17%;
    }

    .button-more-sp {
        top: 5px;
        display: inline-block;
    }

    .wrap-mean .price-button {
        display: inline;
        border-radius: 5px;
        width: 55% !important;
        font-size: 1.5rem !important;
    }

    .handle-pc-inner {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        transition: right 0.5s ease;
    }

    .list-a li a {
        color: #fff !important;
        font-size: 20px;
    }

    .price-button img {
        max-height: 70px;
    }
}

@media screen and (max-width: 500px) {

    .button-more-sp>p,
    .button-more>p {
        font-size: 12px;
    }

    .back-top-fixed.back-top {
        bottom: 15vh !important;
    }
}

@media screen and (max-width: 440px) {

    .button-more-sp>p,
    .button-more>p {
        font-size: 10px;
    }

    .button-more {
        right: 10px;
        height: 53px;
    }

    .button-more-sp {
        left: 10px;
        width: 17%;
        padding: 0;
        top: 7px;
    }

    .navigation-cp-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {

    .button-more-sp>p,
    .button-more>p {
        font-size: 8px;
    }
}

.form-group-ct {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.form-control {
    margin-bottom: 5px;
}

.label-control {
    width: 25%;
}

.form-input {
    width: 70%;
}

.col-child-price {
    width: 33.33333333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 750px) {

    .form-group-ct {
        flex-direction: column;
        align-items: start;
    }

    .label-control {
        width: 100%;
        background-color: #d7d7d7;
        padding: 2px 10px;
        margin-bottom: 3px;
        border-radius: 4px;
    }

    .form-input {
        width: 100%;
    }

    .col-child-price {
        width: 100%;
    }

    .mean-aside {
        margin: 0 !important;
    }

    .header-active {
        color: #259ad0 !important;
    }

    .list-a {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        padding: 0;
        justify-content: end;
    }

    .list-a li {
        padding: 5px 10px;
        /* border-bottom: 1px solid #fff; */
        border-right: 0px solid black;
    }

    .list-a li:first-child {
        padding: 10px 10px;
        border-bottom: 1px solid #fff;
    }

    .list-a li:last-child {
        padding: 5px 10px;
        border-bottom: 0px solid black;
    }

    .header-top-cp {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.8);
        display: none;
        transition: left 0.5s ease;
    }

    .navigation-cp {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0;
    }

    .menu-list {
        flex-direction: column;
    }

    .menu-list-item {
        padding: 5px 10px;
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .menu-list-item:first-child {
        padding: 5px 10px;
    }

    .menu-list-item:last-child {
        padding: 5px 10px;
        border-bottom: 0px solid #fff;
    }

    .menu-list-item>a {
        font-size: 20px;
        color: #fff !important;
    }
}

.price-region-test {
    display: flex;
    flex-flow: row wrap;
    color: #c40600;
}

.price-region::after {
    display: block;
    clear: both;
    content: "";
}

.price-button {
    align-items: center;
    color: #FFF;
    display: flex;
    font-weight: bold;
    justify-content: center;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    padding: 0.3em 1em;
    background-color: #003481;
    border: 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 8px;
    font-size: 2rem;
    margin: 0.5em auto;
    width: 80%;
    border-bottom: solid 4px #000C33;
}

.price-button:hover {
    text-decoration: none;
    background-color: #0244a6;
}

.price-button span {
    color: #fff;
}

.active-phase {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
}

.title-phase {
    width: 30%;
    padding: 10px 0px;
    text-align: center;
    background-color: #d7d7d7;
}

.title-light {
    color: #fff;
    background-color: cornflowerblue;
}

.list-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.personal-info {
    font-size: 25px;
    font-weight: 700;
}

.list-required {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid gray;
}

.list-required:last-child {
    border-bottom: 0px solid gray;
}

.open-cccd {
    color: #fff !important;
    background-color: #16a;
    padding: 10px 15px;
    transition: 0.2s all ease-in-out;
    border-radius: 4px;
    text-decoration: none !important;
}

.open-cccd:hover {
    background-color: #259ad0;
}

.required {
    width: 25%;
    padding: 30px;
    background-color: #eee;
}

.not-required {
    width: 25%;
    padding: 30px;
    background-color: #eee;
}

.required::after {
    content: "*";
    color: red;
}

.input-required {
    width: 70%;
    padding: 30px;
}

.button-next {
    width: max-content;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff !important;
    background-color: cornflowerblue;
    margin-bottom: 25px;
    cursor: pointer;
}

.button-next:hover,
.button-top:hover {
    text-decoration: none;
}

.button-top {
    width: max-content;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff !important;
    background-color: cornflowerblue;
    cursor: pointer;
}

.feature-item {
    background-color: #EEEEEE;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.feature-img {
    gap: 25px;
}

.feature-img-1 {
    justify-content: space-between;
}

.feature-img-2 {
    flex: 1 1 calc(33.333% - 20px);
    /* 3 columns with some gap */
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 10px;
}

.feature-img-2 div {
    padding: 10px 0px;
}

@media screen and (max-width: 1400px) {
    .price-button {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 900px) {
    .price-button {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 750px) {
    .price-button {
        font-size: 2rem;
    }

    .title-phase {
        width: 32%;
        font-size: 12px;
    }

    .feature-img {
        gap: 0px;
    }

    .feature-img-1 {
        flex-direction: column;
        gap: 0px;
    }

    .feature-img-2 {
        /* width: 100%; */
        padding: 20px;
        background-color: #fff;
    }
}

@media screen and (max-width: 440px) {

    .price-button {
        padding: 0;
    }

    .price-button>span {
        font-size: 1.3rem !important;
    }
}

.target-item,
.flow-item {
    padding-bottom: 40px;
}

.target-img,
.flow-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.target-img img,
.flow-img img {
    width: 19%;
}

.target-title-1 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
}

.target-title-2 {
    font-size: 12px;
}

.matte-layer {
    position: absolute;
    width: 100%;
    height: 550px;
    top: 66px;
    left: 0;
}

/* General Splide Styling */
.splide {
    width: 80%;
    margin: 0 auto;
}

#main-slider {
    height: 100%;
    margin-bottom: 20px;
    /* Space between main slider and thumbnails */
}

#main-slider .splide__slide {
    height: 100%;
    /* Larger height for main slider */
    font-size: 28px;
    /* Larger font for main slider */
}

#main-slider .splide__track {
    height: 100%;
}

#thumbnail-slider {
    height: auto;
}

.main_img {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.main_img .right_col {
    width: 100%;
    margin-left: auto;
}

#main-slider {
    width: 100%;
    float: left;
}

#thumbnail-slider {
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}

#thumbnail-slider .splide__list {
    display: flex;
    flex-direction: column;
}

#thumbnail-slider .splide__slide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.review-card {
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.review-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.width-img {
    width: 50px;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 15px;
    left: -60px;
}

.review-content {
    max-width: 100%;
}

.customer-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.stars {
    color: #FFD700;
    margin-bottom: 10px;
}

.star-filled,
.star-empty {
    font-size: 20px;
}

.star-empty {
    color: #ccc;
}

.review-text {
    max-width: 450px;
    color: #333;
}

.success-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.success-container-title {
    padding: 20px 40px;
    color: #fff;
    background-color: rgb(34, 182, 34);
    font-size: 25px;
    font-weight: 500;
    border-radius: 10px;
}

.review-right {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    border-left: 2px dashed #ccc;
    padding-left: 10px;
}

.review-right>div:last-child {
    width: 150px;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-right .type,
.review-right .device {
    margin-bottom: 5px;
    color: #666;
}

.price-title {
    color: #666;
    margin-top: 18px;
    margin-bottom: 9px;
}

.price {
    color: #E60000;
    font-size: 30px;
    font-weight: bold;
}

.currency {
    color: #666;
    font-size: 17px;
}

@media screen and (max-width: 1450px) {
    .review-text {
        max-width: 375px;
    }
}

@media screen and (max-width: 1280px) {
    .review-text {
        max-width: 450px;
    }

    .main_img {
        padding: 0;
    }
}

@media screen and (max-width: 950px) {
    .review-text {
        max-width: 400px;
    }

    .avatar {
        width: 100px;
        height: 100px;
        top: 40px;
    }

    .matte-layer {
        height: 650px;
    }

    .width-img {
        width: 25px;
    }
}

@media screen and (max-width: 850px) {
    .review-text {
        max-width: 300px;
    }
}

@media screen and (max-width: 750px) {

    .avatar {
        top: -50px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .matte-layer {
        height: 750px;
    }

    .review-card {
        height: 80%;
        width: 100%;
        flex-direction: column;
    }

    .review-right {
        width: 100%;
        border-left: 0px dashed #ccc;
        padding-left: 0px;
    }

    .review-right>div:first-child {
        text-align: start;
    }

    .width-img {
        display: none;
    }

    .review-content,
    .review-left {
        width: 100%;
        margin-top: 14px;
    }

    .review-text {
        max-width: max-content;
    }

    .target-img,
    .flow-img {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .target-img img,
    .flow-img img {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .required-1 {
        flex-direction: column;
        gap: 10px;
    }

    .required-2 {
        width: 100%;
    }
}

.required-1 {
    justify-content: space-between;
}

.required-2 {
    width: 40%;
    gap: 10px;
    align-items: center;
}

.required-2 label {
    width: 25%;
}

.element_text_small {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

@media screen and (max-width: 750px) {

    .required-1 {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .required-2 {
        width: 100%;
        justify-content: space-between;
    }

    .element_text_small {
        width: 85%;
    }
}

@media screen and (max-width: 550px) {
    .matte-layer {
        height: 850px;
    }
}

.element_text,
.element_email,
.element_select-job,
.element_tel {
    width: 60%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.select-birthday {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.element_select-one {
    width: 20%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.input_upload {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.element_button {
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    border: 2px solid #d7d7d7;
    border-radius: 4px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .list-required {
        width: 100%;
        flex-direction: column;
    }

    .required,
    .not-required {
        width: 100%;
        padding: 5px;
    }

    .input-required {
        width: 100%;
        padding: 10px;
    }

    .input-required label {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }

    .element_text,
    .element_email,
    .element_select-job,
    .element_tel {
        width: 100%;
    }

    .element_select-one {
        width: 30%;
    }

    .respon {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.target_blank {
    color: #259ad0 !important;
}

.input-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-child {
    flex: 1 1 40%;
    display: flex;
    flex-direction: row;
}

.text-area {
    width: 50%;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    margin-top: 5px;
}

.required-title {
    font-weight: 700;
}

.required-title::after {
    content: "*";
    color: red;
}

.parent-button-success {
    display: flex;
    justify-content: center;
}

.button-success {
    color: #fff !important;
    background-color: cornflowerblue;
    border: 0px solid #fff;
    border-radius: 4px;
    width: max-content;
    padding: 20px 40px;
    cursor: pointer;
}

.button-success:hover {
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .input-checkbox {
        flex-direction: column;
    }

    .text-area {
        width: 100%;
    }
}

.show-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    justify-content: center;
    overflow: auto;
}

.title-model-success {
    color: #255CEB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    gap: 5px;
    align-items: center;
}

.title-model-success svg {
    width: 30px;
    height: 30px;
}

.show-modal-box-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
    border-radius: 4px;
    padding: 20px;
}

.show-modal-box-loading svg {
    width: 200px;
    height: 200px;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.show-modal-box-item {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: max-content;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

.show-modal-box-1 {
    padding: 20px;
}

.achroma>th,
.colored>th {
    width: 50%;
    text-align: start;
    padding: 3px 0px;
}

.colored {
    background-color: #eee;
}

.notification-submit {
    width: 100%;
    border: 1px solid red;
    padding: 10px;
    margin: 10px 0 12px;
}

.notification-submit-p-1 {
    margin-bottom: 5px;
}

.buttons-submit {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.search-bar {
    padding: 20px 0;
}

.input-group-search {
    gap: 20px;
    justify-content: space-between;
}

.form-input-search {
    border-radius: 4px;
    padding: 6px 12px;
    display: block;
    width: 75%;
    height: 40px;
    border: 1px solid #d7d7d7;
}

.button-group {
    gap: 20px;
    align-items: center;
}

.submit-search-1 {
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    background-color: #eee;
}

.submit-search-1 img {
    width: 15px;
    height: 15px;
}

.submit-search-1:hover {
    background-color: #ddd;
}

@media screen and (max-width: 750px) {
    .form-input-search {
        width: 100%;
    }

    .input-group-search {
        flex-direction: column;
    }

    .button-group {
        justify-content: center;
    }
}

/* terms */

.container-sm {
    margin: 0 auto;
    padding: 0 15px 20px;
    width: 75%;
}

.container-sm>h1 {
    margin: 20px 0px 10px;
    color: #259ad0;
    border-bottom: 2px solid #259ad0;
}

.container-sm>h3 {
    padding: 10px 0px 5px 15px;
    background-color: #eee;
    border-left: 10px solid #259ad0;
    margin: 30px 0px 20px;
}

.container-sm>ol {
    margin: 0px;
    padding-left: 20px;
}

.container-sm>ol>div>ul>li,
.container-sm>ol>li,
.container-sm>ol>li>p,
.container-sm>ol>li>ol>li {
    margin: 20px 0px;
}

.container-sm>ol>li>ol {
    list-style-type: upper-roman;
}

@media screen and (max-width: 1200px) {
    .container-sm {
        width: 85%;
    }
}

@media screen and (max-width: 750px) {
    .container-sm {
        width: 100%;
        padding: 0 0px 20px;
    }
}

/* terms end here */

/* Computer Processing */

.container-sp {
    width: 100%;
    margin-bottom: 20px;
}

.container-sp>h1 {
    margin: 20px 0px;
    color: #259ad0;
    font-size: 2.5rem;
}

.container-sp>h2 {
    margin: 20px 0px 10px;
    padding: 10px 0px 5px 10px;
    background-color: #eee;
    color: #000;
    border-left: 10px solid #259ad0;
}

.container-sp>h3 {
    margin: 20px 0px 10px;
    padding: 10px 0px 5px 15px;
    background-color: #eee;
}

.product-frame {
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #2942ac;
}

.border-product-frame {
    border: 2px solid #c40600;
}

.product-frame>ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 20px;
}

.product-frame>ul>li {
    flex: 1 1 30%;
    max-width: 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-frame>ul>li>p {
    text-align: center;
}

.delete-data {
    margin-top: 20px;
    padding: 15px;
    color: #fff;
    background-color: #16a;
    border-radius: 8px;
}

.delete-data>div {
    font-size: 2rem;
}

.to-use {
    justify-content: space-evenly;
}

.to-use a img {
    width: 100% !important;
}

.parent-to-use>p {
    font-size: 1.5rem;
}

.parent-to-use>p:last-of-type {
    margin-bottom: 20px;
}

.to-use>a {
    text-align: center;
    /* background-color: #16a; */
    padding: 10px 10px 15px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 1.5rem;
    min-width: 220px;
    font-weight: bold;
    transition: all 0.1s ease-in-out;
}

.to-use>a:hover {
    text-decoration: none;
    /* background-color: #2942ac; */
}

.to-use-1 {
    display: none;
}

.text-red {
    color: red;
}

.terms-submit {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.terms-submit>div {
    width: 49%;
}

.terms-submit>div>ul {
    list-style-type: none;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.terms-submit>div>ul p {
    text-align: center;
    font-size: 1.5rem;
    padding: 5px;
}

.question-ts {
    font-size: 1.3rem;
}

.question-ts>span {
    font-size: 16px;
    color: red;
}

.caution-corner {
    margin-top: 10px;
    padding: 20px;
    background-color: #ffff66;
    border-radius: 8px;
    align-items: center;
}

.caution-corner>div>p {
    margin-left: 10px;
    font-size: 1.5rem;
}

.caution-corner>div>p::before {
    content: '・';
}

@media screen and (max-width: 1900px) {
    .container-sp {
        width: 90%;
    }
}

@media screen and (max-width: 1700px) {
    .container-sp {
        width: 79%;
    }
}

@media screen and (max-width: 1500px) {
    .container-sp {
        width: 70%;
    }
}

@media screen and (max-width: 1280px) {
    .container-sp {
        width: 95%;
    }
}

@media screen and (max-width: 750px) {
    .container-sp {
        width: 100%;
    }

    .container-sp>h1 {
        font-size: 2rem;
    }

    .container-sp>p {
        font-size: 1.1rem;
    }

    .delete-data>div {
        font-size: 1.7rem;
    }

    .parent-to-use>p {
        font-size: 1.1rem;
    }

    .caution-corner>img {
        width: 25%;
    }

    .caution-corner>div>p {
        font-size: 1.3rem;
    }

    .to-use>a {
        margin: 5px 0;
    }

    .to-use-1 {
        display: block;
        width: 100%;
        background-color: #16a;
        border-radius: 8px;
        padding: 10px 10px 15px;
        margin: 20px 0 10px;
    }

    .to-use-1>a {
        text-align: center;
        color: #fff !important;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .terms-submit {
        flex-direction: column;
    }

    .terms-submit>div {
        width: 100%;
    }

    .terms-submit>iframe {
        width: 100%;
    }

    .terms-submit>div:last-of-type>ul p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 550px) {
    .to-use>a {
        min-width: 120px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .product-frame>ul>li {
        flex: 1 1 25%;
    }

    .product-frame>ul>li>p {
        font-size: 12px;
    }
}

@media screen and (max-width: 350px) {
    .product-frame>ul>li>p {
        font-size: 10px;
    }
}

/* Computer Processing end here */
.col-child-price .label-title {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
}

.price-unit {
    color: #000;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1;
}

.price-num {
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1;
}

#header {
    position: relative;
    box-shadow: 0px 3px 7px 0px rgba(0, 30, 70, 0.5);
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 100;
}

.navigation-cp .menu-list {
    padding: 0 !important;
    margin: 2px;
}

.feature-img-2 .title {
    font-size: 1.2rem;
}

.main-heading {
    margin-bottom: 30px !important;
    padding: 0 10px 0 0 !important;
    border-bottom: 2px solid #2942ac !important;
    border-top: none !important;
}

.main-heading h2 {
    border-bottom: solid 2px var(--dark-blue);
    font-size: 2rem !important;
    line-height: 1;
    margin-bottom: 2rem;
    text-align: left;
    width: 100%;
    color: #003481 !important;
}

/* Giude */

.container-mid {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 90%;
}

.container-mid>h1 {
    margin: 20px 0;
    color: #259ad0;
    font-size: 3rem;
    font-weight: 700;
}

.container-mid>h3 {
    padding: 10px 0px 5px 15px;
    background-color: #eee;
    border-left: 10px solid #259ad0;
    margin: 20px 0px 20px;
    font-size: 32px;
}

.container-mid>h2 {
    padding: 10px 0px 5px 15px;
    background-color: #eee;
    border-left: 10px solid #5CA262;
    margin: 20px 0px 20px;
    font-size: 1.5rem;
}

.container-mid>h4 {
    margin-top: 20px;
    font-size: 2rem;
    border-bottom: 4px solid #2278EC;
    padding-left: 10px;
}

.container-mid>h5 {
    margin-top: 20px;
    font-size: 1.5rem;
}

.container-content {
    margin: 0 auto;
    width: 90%;
}

.container-content>ul {
    padding: 0;
}

.container-content>ul>li,
.container-content>div>ul>li {
    margin: 10px 0;
    font-size: 18px;
    list-style-type: none;
}

.container-content>ul>li::before {
    content: '⚫';
    padding-right: 9px;
}

.container-content-li-left::before {
    content: '⚫';
    padding-right: 0px !important;
}

.container-mid>p,
.container-content>p {
    font-size: 1.2rem;
    margin: 10px 0;
}

.container-content>h4,
.container-content>div>h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}

.container-content>h4::before,
.container-content>div>h4::before {
    content: '';
    padding-right: 5px;
}

.container-content>h5 {
    padding: 10px 0px 5px 10px;
    font-size: 18px;
    background-color: #eee;
    margin: 10px 0px;
}

.container-content>h6 {
    color: red;
    font-size: 18px;
    margin: 10px 0px;
}

.guide-link {
    gap: 30px;
}

.container-content>a,
.guide-link>a {
    font-size: 15px;
    color: #259AD0 !important;
    text-decoration: underline;
}

.ul-image {
    padding: 0;
    justify-content: space-between;
}

.ul-image>li {
    width: 19%;
}

.ul-image>li>div {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

@media screen and (max-width: 1700px) {
    .container-mid {
        width: 82%;
    }
}

@media screen and (max-width: 1600px) {
    .container-mid {
        width: 78%;
    }

    .show-modal-box-item {
        width: 60%;
    }
}

@media screen and (max-width: 1480px) {
    .container-mid {
        width: 73%;
    }

    .price-num,
    .price-unit {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1400px) {
    .container-mid {
        width: 69%;
    }
}

@media screen and (max-width: 1350px) {
    .container-mid {
        width: 65%;
    }

    .show-modal-box-item {
        width: 75%;
    }
}

@media screen and (max-width: 1280px) {
    .container-mid {
        width: 90%;
    }

    .show-modal-box-item {
        top: 0;
        left: auto;
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 900px) {
    .show-modal-box-item {
        width: 90%;
    }

    .price-num,
    .price-unit {
        font-size: 3.0rem;
    }

    .col-child-price .label-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 750px) {

    .price-num,
    .price-unit {
        font-size: 4.5rem;
    }

    .col-child-price .label-title {
        font-size: 2.5rem;
    }

    .container-mid {
        margin: 0;
        width: 100%;
    }

    .container-mid>h1 {
        margin: 0px -15px 0 -15px;
        background-color: #259ad0;
        color: #fff;
        font-size: 1.4rem;
        padding: 10px 0px 5px 15px;
    }

    .container-mid>h2 {
        font-size: 1.4rem;
    }

    .container-mid>h3 {
        padding: 5px 0px 2px 10px;
        margin: 20px 0px 20px;
        font-size: 1.4rem;
    }

    .container-mid>h4 {
        font-size: 1.3rem;
    }

    .container-mid>h5 {
        font-size: 1.2rem;
    }

    .container-content {
        width: 100%;
    }

    .container-content>ul>li,
    .container-content>div>ul>li {
        font-size: 16px;
    }

    .container-mid>p,
    .container-content>p {
        font-size: 1.1rem !important;
    }

    .container-content>h4,
    .container-content>div>h4 {
        font-size: 18px;
    }

    .container-content>h5 {
        padding: 5px 0px 0px 10px;
        font-size: 16px;
    }

    .container-content>h6 {
        font-size: 16px;
    }

    .guide-link {
        flex-direction: column;
        gap: 10px;
    }

    .ul-image {
        flex-direction: column;
    }

    .ul-image>li {
        width: 100%;
    }

    .ul-image>li>div {
        padding: 10px;
        border-radius: 4px;
        background-color: #eee;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .ul-image>li>div>img {
        width: 70px;
    }
}


/* Giude end here */

/* Flow Delivery, Flow Shop */

.step-total {
    padding: 0px 50px 50px;
    background-color: #F4FAFD;
    position: relative;
}

.step-1,
.step-1-s {
    margin-top: 50px;
}

.step-2,
.step-2-s,
.step-3,
.step-3-s,
.step-4 {
    margin-top: 100px;
}

.step-1::before {
    position: absolute;
    content: url(../images/flow_delivery/icon_01.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-2::before {
    position: absolute;
    content: url(../images/flow_delivery/icon_02.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-3::before {
    position: absolute;
    content: url(../images/flow_delivery/icon_03.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-4::before {
    position: absolute;
    content: url(../images/flow_delivery/icon_04.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-1-s::before {
    position: absolute;
    content: url(../images/flow_shop/icon_01.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-2-s::before {
    position: absolute;
    content: url(../images/flow_shop/icon_02.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-3-s::before {
    position: absolute;
    content: url(../images/flow_shop/icon_03.png);
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-total>h3 {
    color: #259AD0;
    text-align: center;
    padding-top: 60px;
    border-bottom: 2px solid #259AD0;
    font-size: 35px;
    margin-bottom: 20px;
}

.step-total>p,
.step-total>div>p {
    padding-left: 20px;
    margin: 10px 0;
}

.step-total>p>img {
    display: none;
    width: 40%;
    float: left;
}

.step-total>div>span {
    font-weight: bold;
    margin-left: 20px;
}

.step-total>div>img {
    padding: 20px;
}

.step-total>div>p>span,
.step-total>p>span {
    font-weight: 700;
    background: linear-gradient(transparent 60%, yellow 60%);
}

.step-total>div>h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 35px 0px 10px;
}

.step-total>div>h4::before {
    content: '';
    padding-right: 5px;
}

.id_doc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 25px;
}

.id_doc>dl {
    margin-top: 20px;
    width: 47%;
    font-size: 18px;
}

.id_doc>dl>dt {
    font-weight: bold;
}

.id_doc>dl>dd {
    margin-top: 10px;
}

.id_doc>dl>dd>p {
    font-size: 14px;
    margin: 5px 0;
}

.id_doc>dl>dd>p>span {
    color: red;
}

.step-total>div>ul {
    padding-left: 20px;
}

.step-total>div>ul>li {
    margin: 10px 0;
    list-style-type: none;
}

.step-total>div>ul>li::before {
    content: '⚫';
    padding-right: 5px;
}

@media screen and (max-width: 750px) {
    .step-total {
        padding: 0 0px 20px;
        background-color: #fff;
    }

    .step-1,
    .step-1-s {
        margin-top: 15px;
    }

    .step-2,
    .step-2-s,
    .step-3,
    .step-3-s,
    .step-4 {
        margin-top: 0px;
    }

    .step-1::before,
    .step-1-s::before,
    .step-2::before,
    .step-2-s::before,
    .step-3::before,
    .step-3-s::before,
    .step-4::before {
        display: none;
    }

    .step-total>h3 {
        color: #000;
        text-align: start;
        padding-top: 0px;
        border-bottom: 0px solid #259AD0;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
        background-color: #eee;
        padding: 1px 0;
    }

    .step-total>h3>span {
        background-color: #003481;
        color: #fff;
        padding: 5px 10px;
    }

    .step-total>p {
        align-items: center;
        gap: 10px;
    }

    .step-total>p,
    .step-total>div>p {
        padding-left: 0px;
        padding-top: 5px;
    }

    .step-total>p>img {
        display: block;
    }

    .step-total>div>h4 {
        margin: 15px 0px 10px;
    }

    .step-total>div>span {
        margin-left: 0px;
    }

    .step-total>div>ul {
        padding-left: 0px;
    }

    .id_doc {
        padding: 0 25px 20px;
        background-color: #eee;
    }

    .id_doc>dl {
        width: 100%;
    }

}

/* Flow Delivery, Flow Shop end here */

/* Faq */

.list-faq {
    list-style-type: none;
    gap: 10px;
    padding: 0;
}

.list-faq>li>a {
    font-size: 15px;
    color: #259AD0 !important;
    text-decoration: underline;
}

.list-faq-content {
    padding: 20px 50px;
}

.ul-faq {
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #000;
    list-style-type: none;
}

.ul-faq>li {
    padding: 15px 0;
}

.ul-faq>li,
.ul-faq>li>div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.ul-faq>li:last-of-type {
    display: none;
}

.ul-faq>li>img,
.ul-faq>li>div>img {
    width: 50px;
}

.open_q {
    border-bottom: 1px dotted #000;
}

.container-padding {
    padding: 10px 20px 20px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.success-vh {
    height: 100vh;
}

.note-inquiry {
    margin: 50px 0;
    border: 1px solid red;
    padding: 15px 20px;
}

.button-contact {
    margin: 0 auto 50px;
    padding: 15px 0;
    width: 30%;
    background-color: #003481;
    border-bottom: solid 6px #000C33;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.items-center {
    align-items: center;
}

.element_checkbox,
.element_radio {
    margin-right: 5px;
}

@media screen and (max-width: 750px) {
    .list-faq {
        flex-direction: column;
    }

    .list-faq-content {
        padding: 10px 0px;
    }

    .ul-faq {
        padding: 5px 10px;
        border: 0px solid #000;
        background-color: #F4FAFD;
    }

    .title-contact {
        flex-direction: column;
    }

    .title-contact>h2 {
        width: auto !important;
    }

    .button-contact {
        width: 50%;
    }
}

/* Faq end here */

/* Discard Items */

.bread-crumb {
    padding: 5px 10px;
    margin: 10px 0 0;
    width: max-content;
    background-color: #E0ECFC;
    list-style-type: none;
    gap: 10px;
    border-radius: 4px;
}

.bread-crumb a {
    color: #2278EC !important;
}

.title-span-red {
    font-size: 1.3rem !important;
}

.title-span-red>span {
    color: red;
}

.button-sp {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.button-sp>a {
    background-color: #ff3333;
    padding: 10px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff !important;
    border-radius: 8px;
}

.button-sp>a:hover {
    background-color: #eee;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #353535 !important;
}

.info-discard-item {
    padding: 0px 20px;
}

.info-discard-item>h1 {
    color: #212427;
    padding-left: 10px;
    border-bottom: 4px solid #003481;
}

.info-discard-item>ul>li {
    padding: 5px 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .bread-crumb {
        justify-content: center;
        padding: 5px 10px;
        width: 100%;
        margin: 0;
        background-color: #fff;
        gap: 20px;
    }

    .info-discard-item>h1 {
        font-size: 1.3rem;
    }

    .info-discard-item>ul>li {
        font-size: 1.1rem;
    }
}

/* Discard Items end here */

/* Free Reason */

.reason-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.reason-img>img {
    width: 60%;
}

.parent-info-delivery {
    width: 90%;
    margin: 20px auto;
    justify-content: space-between;
}

.info-delivery {
    width: 47%;
}

.info-delivery ul {
    height: 100%;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.info-delivery ul p {
    text-align: center;
    font-size: 1.5rem;
    padding: 5px;
}

.come-home {
    display: flex;
}

.come-home>a {
    width: 100%;
    padding: 10px 0;
    font-size: 2rem;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    background-color: #2942ac;
    transition: all 0.2s ease-in-out;
}

.come-home>a:hover {
    background-color: #2278EC;
    text-decoration: none;
}

.step-by-step {
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.step-by-step>li:nth-child(odd) {
    width: 14%;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #E0ECFC;
    text-align: center;
    color: #003481;
}

.step-by-step>li:nth-child(even) {
    width: 3%;
    margin: auto;
    text-align: center;
}

.step-by-step>li>h6 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}

.parent-gov {
    margin: 10px auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gov {
    width: 48%;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 750px) {
    .parent-info-delivery {
        flex-direction: column;
    }

    .info-delivery {
        width: 100%;
    }

    .step-by-step {
        flex-direction: column;
    }

    .step-by-step>li:nth-child(odd) {
        width: 100%;
    }

    .step-by-step>li:nth-child(even)>img {
        transform: rotate(90deg);
    }

    .parent-gov {
        width: 100%;
        flex-direction: column;
        gap: 5px;
    }

    .gov {
        width: 100%;
    }

    .reason-img>img {
        width: 70%;
    }

    .come-home>a {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 450px) {
    .reason-img>img {
        width: 100%;
    }
}

/* Free Reason end here */

/* Send */

.ul-three-sp,
.ul-three {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
    justify-content: space-evenly;
    text-align: center;
    display: grid;
    /* Use CSS Grid */
    grid-template-columns: repeat(4, 1fr);
    /* 5 columns */
    gap: 10px;
    /* Adjust gap as needed */
    text-align: center;
}

.ul-three-custom {
    grid-template-columns: repeat(3, 1fr);
    /* 5 columns */
}

.ul-three-sp>li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* justify-content: center; */
    /* Center items vertically */
    align-items: center;
    /* Center items horizontally */
}

.ul-three-sp>li>p,
.ul-three>li>p {
    margin: 5px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.ul-three-sp>li>img,
.ul-three>li>img {
    width: 200px;
    padding: 10px;
}

.big-ul-image>li>img {
    width: 400px;
}

.calendar-business {
    align-items: center;
    justify-content: space-between;
}

.calendar-business>div {
    width: 40%;
}

.calendar-business>img {
    width: 57%;
}

.calendar-business-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.calendar-business-1>div {
    width: 40%;
    align-items: center;
    gap: 20px;
}

.text-big {
    font-size: 3rem;
}

@media screen and (max-width: 650px) {
    .wrap-logo {
        width: 100% !important;
        display: grid !important;
    }

    .price-button {
        margin: 0.3em 0.5em 0.5em 0.5em;
    }
}

@media screen and (max-width: 750px) {

    .ul-three-sp>li>p,
    .ul-three>li>p {
        font-size: 1.2rem;
    }

    .ul-three-sp>li>img,
    .ul-three>li>img {
        width: auto;
        padding: 0;
    }

    .calendar-business {
        gap: 30px;
        flex-direction: column;
    }

    .calendar-business>div,
    .calendar-business>img {
        width: 100%;
    }

    .calendar-business-1 {
        flex-direction: row;
        justify-content: space-around;
        gap: 0px;
    }

    .text-big {
        font-size: 2.5rem;
    }

}

/* Send end here */

#section_layout {
    margin-top: 40px;
}

.success {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.success h3 {
    color: #003481;
    margin: 0 0 20px;
}

.button-success {
    display: inline-block;
    padding: 10px 20px;
    background-color: #003481;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button-success:hover {
    background-color: #012965;
}

.error {
    color: red;
    display: block;
}

input.error {
    border: 1px solid red;
    color: gray;
}

.element_checkbox {
    width: 20px;
    height: 20px;
}

/* Error start here */
.error-nof {
    background-image: url('/app/images/error/mfp_error.gif');
    clear: both;
    text-align: left;
    margin: 4px 0px 0px 0px;
    padding: 0 0 0 17px !important;
    color: #F00;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
}

.higher-text {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.error-input {
    border: 1px solid red;
    background-color: #ffcece;
}

.error-input .none {
    background-color: unset !important;
    border: none !important;
}

/* Error end here */

/* Custom css style like class start */
.preview_image_iden_front {
    display: none;
    width: 80px;
    height: 60px;
    margin-left: 50px;
}

/* custom css style like class end */

.ul-faq a {
    color: #259ad0 !important;
}

.wrap-logo {
    width: 150px !important;
}

#header .logo {
    width: 250px !important;
    margin: 0 !important;
    padding: auto;
}

.button-more-sp img {
    width: 60px;
}

.splide_common .splide__controls {
    justify-content: center !important;
    align-items: center !important;
}

.splide__toggle {
    display: none !important;
}

.handle {
    font-weight: 600;
}

.bg-white {
    background-color: #fff !important;
    border: none;
    box-shadow: none;
}

.bank_status_none {
    display: block;
}

.border-none {
    border: 0;
}

.hidden {
    display: none;
}

.banner-img {
    width: 100px;
}

.button-add-products,
.button-delete-products,
.delete-data-products {
    padding: 15px 30px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #fff;
    background-color: #003481;
    border: none;
    border-radius: 45px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.button-delete-products {
    margin-right: 10px;
}

.button-delete-products,
.delete-data-products {
    margin-top: 20px;
    margin-bottom: 10px;
}

.button-add-products:hover {
    background-color: #0244a6;
}

.button-delete-products:hover,
.delete-data-products:hover {
    background-color: #c40600;
    color: #fff;
}



#tmp_splide_fancy .splide__list,
#tmp_splide_fancy .splide__slide,
#tmp_splide_fancy.no-splide .splide__slide .splide_inner {
    min-height: 720px !important;
}

.container {
    width: 1350px;
}

@media screen and (max-width: 1800px) {

    .image-slide,
    .image-slide-a {
        max-width: 95%;
    }
}

@media screen and (max-width: 1700px) {

    .image-slide,
    .image-slide-a {
        max-width: 90%;
        max-height: 80%;
    }
}

@media screen and (max-width: 1600px) {

    #tmp_splide_fancy .splide__list,
    #tmp_splide_fancy .splide__slide,
    #tmp_splide_fancy.no-splide .splide__slide .splide_inner {
        min-height: 650px !important;
    }

    .image-slide,
    .image-slide-a {
        max-width: 85%;
    }
}

@media screen and (max-width: 1500px) {

    .image-slide,
    .image-slide-a {
        max-width: 78%;
    }
}

@media screen and (max-width: 1450px) {

    .image-slide,
    .image-slide-a {
        max-width: 74%;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        width: 100%;
    }

    #header .logo {
        width: 200px !important;
    }

    .wrap-logo img {
        padding-top: 4px;
    }
}

@media screen and (max-width: 1400px) {

    .image-slide,
    .image-slide-a {
        max-width: 70%;
    }
}

@media screen and (max-width: 1300px) {

    #tmp_splide_fancy .splide__list,
    #tmp_splide_fancy .splide__slide,
    #tmp_splide_fancy.no-splide .splide__slide .splide_inner {
        min-height: 680px !important;
    }

    .image-slide,
    .image-slide-a {
        max-width: 95%;
    }
}

@media screen and (max-width: 1200px) {

    #tmp_splide_fancy .splide__list,
    #tmp_splide_fancy .splide__slide,
    #tmp_splide_fancy.no-splide .splide__slide .splide_inner {
        min-height: 630px !important;
    }
}

@media screen and (max-width: 950px) {

    #tmp_splide_fancy .splide__list,
    #tmp_splide_fancy .splide__slide,
    #tmp_splide_fancy.no-splide .splide__slide .splide_inner {
        min-height: 500px !important;
    }
}

@media screen and (max-width: 850px) {

    #tmp_splide_fancy .splide__list,
    #tmp_splide_fancy .splide__slide,
    #tmp_splide_fancy.no-splide .splide__slide .splide_inner {
        min-height: 450px !important;
    }
}

@media screen and (max-width: 750px) {

    #tmp_splide_fancy .splide__list,
    #tmp_splide_fancy .splide__slide,
    #tmp_splide_fancy.no-splide .splide__slide .splide_inner {
        min-height: inherit !important;
    }

    #tmp_splide_fancy .splide__slide .item_img img {
        height: 400px !important;
    }
}

@media screen and (max-width: 700px) {
    #tmp_splide_fancy .splide__slide .item_img img {
        height: 350px !important;
    }
}

@media screen and (max-width: 600px) {
    #tmp_splide_fancy .splide__slide .item_img img {
        height: 300px !important;
    }
}

@media screen and (max-width: 500px) {
    #tmp_splide_fancy .splide__slide .item_img img {
        height: 260px !important;
    }
}

@media screen and (max-width: 450px) {
    #tmp_splide_fancy .splide__slide .item_img img {
        height: 230px !important;
    }
}

@media screen and (max-width: 400px) {
    #tmp_splide_fancy .splide__slide .item_img img {
        height: 200px !important;
    }
}

@media screen and (max-width: 350px) {
    #tmp_splide_fancy .splide__slide .item_img img {
        height: 180px !important;
    }
}

.company-sd {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.dl-company {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.sd-company {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.dl-company-sd {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 20px;
}

.dt-company {
    flex: 1;
    width: 50%;
    text-align: start;
    background-color: #eee;
    border: 1px solid #d7d7d7;
    padding: 5px;
}

.dd-company {
    width: 50%;
    text-align: start;
    border: 1px solid #d7d7d7;
    padding: 5px;
}

.dt-company-sd {
    flex: 1;
    min-width: 50%;
    text-align: start;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #d7d7d7;
}

.dd-company-sd {
    flex: 1;
    width: 50%;
    text-align: start;
    padding: 10px;
    border: 1px solid #d7d7d7;
}

.content-company p {
    padding: 10px;
}

@media screen and (max-width: 750px) {
    .dl-company-sd {
        padding: 0;
    }

    .sd-company {
        padding: 10px 0;
    }

    .hidden-smartphone {
        display: none;
    }

    .margin-smartphone {
        margin-bottom: 0 !important;
    }
}