#logo-container img {
    padding: 0 20px;
    object-fit: cover;
    min-width: 134px;
}

#logo-container {
}

#logo-container div,
#logo-container a,
#logo-container li {
    display: flex;
}

* {
    font-family: 'Noto Sans JP', 'Noto Sans SC', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial,
    'nc3Jp', sans-serif !important;
}

.logo-text {
    font-family: Inter, 'Noto Sans JP', 'Noto Sans SC', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial,
    'nc3Jp', sans-serif !important;
}

.benefit-item,
.benefit-mobile-item {
    border-radius: 40px;
    border: 2px solid #c6c0ef;
    background: #FFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}


.benefit-item .inactive-arrow,
.benefit-mobile-item .inactive-arrow {
    display: block;
}

.benefit-item .active-arrow,
.benefit-mobile-item .active-arrow {
    display: none;
}

.benefit-item:hover .active-arrow,
.benefit-item.active .active-arrow,
.benefit-mobile-item:hover .active-arrow,
.benefit-mobile-item.active .active-arrow {
    display: block;
}

.benefit-item:hover .inactive-arrow,
.benefit-item.active .inactive-arrow,
.benefit-mobile-item:hover .inactive-arrow,
.benefit-mobile-item.active .inactive-arrow {
    display: none;
}

.benefit-item:hover,
.benefit-item.active,
.benefit-mobile-item:hover,
.benefit-mobile-item.active {
    background-color: #4331cd;
    border-color: #4331cd;
    color: #fff;
}


.benefit-item:hover span,
.benefit-item.active span,
.benefit-mobile-item:hover span,
.benefit-mobile-item.active span {
    color: #fff;
}

.select-item {
    cursor: pointer;
}


@media (max-width: 1100px) {
    html {
        font-size: 14px;
    }

    #banner {
        background: linear-gradient(0deg, #C6C0F0 0%, #FFFFFF 80.44%);
    }

    .hidden-less-than-1100 {
        display: none !important;
    }

    .show-less-than-1100 {
        display: block;
    }


    .menu-header-inner {
        padding: 0 22px;
    }

    .menu-header-inner {
        padding: 0 20px;
    }


    #logo-container img {
        height: 70px;
    }

    input::placeholder {
        font-size: 16px;
    }


    .confirm-container {

    }

    .confirm-container-inner {
        /*width: 800px;*/
        /*height: 600px;*/
    }
}

@media (min-width: 1101px) {
    .show-less-than-1100 {
        display: none !important;
    }

    input::placeholder {
        font-size: 18px;
    }

    .benefit-item,
    .benefit-mobile-item {
        line-height: 80px;
        width: 260px;
        height: 80px;
        margin: -40px 0;
        padding: 0 22px;
    }

    .brand-container {
        margin-top: 30px;
    }

    #logo-container a,
    #logo-container div,
    #logo-container img {
        height: 70px;
    }

    .confirm-container {

    }

    .confirm-container-inner {
        width: 800px;
        height: 600px;
    }
}

.special-text {
    /*max-width: 120px;*/
    box-sizing: border-box;
    padding: 0 31px !important;
    height: 48px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    border-radius: 40px;
    border: 1px solid #333;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special-text2 {
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(93deg, #c2a2e3 0%, #4332ca 88.57%);
    box-sizing: border-box;
    padding: 0 31px !important;
    height: 48px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}

.area-item.active {
    background: #f3f0ff;
}

.prefectureName-placeholder.active,
.mobile-prefectureName-placeholder.active {
    color: #4332ca;
}


#header-modal-mobile {
    transition: all 0.7s ease-in-out;
}

#menu-icon > div {
    transition: all .5s;
    width: 33px;
    height: 5.5px;
}

.swiper-slide {
    cursor: pointer;
    padding: 6px 3px;
    margin: 0;
    height: 68px;
    border-radius: 4px;
    border: 3px solid transparent;
}

#message03 .swiper-slide:hover {
    border-color: rgb(99, 102, 241);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0 0 0 / 28%) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.swiper-slide > div {
    margin-top: -3px;
}

#mobile-logo-container img,
#logo-container img {
    object-fit: contain;
    min-width: 134px;
    height: 70px;
}

#mobile-logo-container img {
    padding: 0;
}

#logo-container img {
    padding: 0 20px;
}

.transition-05s {
    transition: all .5s;
}

.transition-03s {
    transition: all .3s;
}

.special-text-header {
    box-sizing: border-box;
    padding: 0 27.9px !important;
    height: 43.2px;
    cursor: pointer;
    text-align: center;
    line-height: 43.2px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: transparent;
    color: #fff;
}

.special-text-header.special {
    background: #fff;
    color: #4731D2;
}

.pagination-item.active {
    color: #1F2937;
}

.tab-item {
    cursor: pointer;
    border-bottom-width: 2px;
}

.tab-item.active,
.tab-item:hover {
    color: #6658D4;
    border-color: #6658D4;
    border-bottom-width: 3px;
}


.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}
.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: #dad6f5;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

 ol {
    display: block !important;
    list-style-type: decimal !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    padding-inline-start: 40px !important;
    unicode-bidi: isolate !important;
}
