﻿
.disnon {
    display: none
}

.online_style .cs-contact_title
Specificity: (0,2,0) {
    border-bottom: 2px solid #1b1846;
    padding-bottom: 19px;
}

.cs-btn.cs-style1
Specificity: (0,2,0) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6em;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 0.55em 2.4em;
}

.cs-semi_bold {
    font-weight: 600;
}

element.style {
}

.rndbtn {
    cursor: pointer;
    border-radius: 25px;
}

.about-content .default-btn {
    margin-top: 30px;
}

.default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 40px;
    line-height: 1;
    transition: all ease .5s;
    text-align: center;
    background-color: #f97f12;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -5px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 20px;
    width: 100%;
}

legend {
    font-size: 22px;
    font-weight: 600;
    color: #191919;
    margin: 0;
    background: #edf4fe;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    border: 2px solid #3a88f6;
    display: flex;
}

fieldset label {
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    padding: 20px 50px 20px 50px;
    font-weight: 500;
    color: #191919;
    -webkit-tap-highlight-color: transparent;
}

fieldset input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    transition: linear 0.8s;
    height: 0;
    width: 0;
    -webkit-tap-highlight-color: transparent;
}

    fieldset input[type="checkbox"]:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        top: -8.5px;
        right: -26px;
        border-radius: 5px;
        border: 2px solid #3a88f6;
        transition: linear 0.2s;
        cursor: pointer;
    }

    fieldset input[type="checkbox"]:checked:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        background: #3a88f6;
        transition: linear 0.2s;
        cursor: pointer;
    }

    fieldset input[type="checkbox"]:checked:before {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        border-radius: 1px;
        background: #fff;
        right: -20px;
        top: -2.5px;
        z-index: 1;
        cursor: pointer;
    }

    fieldset input[type="checkbox"]:checked + span > .icon {
        transform: scale(1.7);
    }


fieldset input[type="radio"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    transition: linear 0.8s;
    height: 0;
    width: 0;
    -webkit-tap-highlight-color: transparent;
}

    fieldset input[type="radio"]:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        top: -8.5px;
        right: -26px;
        border-radius: 20px;
        border: 2px solid #3a88f6;
        transition: linear 0.2s;
        cursor: pointer;
    }

    fieldset input[type="radio"]:checked:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        background: #3a88f6;
        transition: linear 0.2s;
        cursor: pointer;
    }

    fieldset input[type="radio"]:checked:before {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        border-radius: 4px;
        background: #fff;
        right: -20px;
        top: -2.5px;
        z-index: 1;
        cursor: pointer;
    }


.radio-item-container {
    display: flex;
    flex-direction: column;
    border: 2px solid #3a88f6;
    border-top: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
    margin-bottom: 15px;
}

.divtxt div {
    padding: 6px 18px;
}

.divtxt input {
    margin-top: 2px;
}

.radio-item {
    display: flex;
    position: relative;
}

.color-white {
    color: #fff !important
}

.icon {
    font-size: 24px;
    position: absolute;
    left: 26px;
    top: 11px;
    transition: linear 0.3s;
}

    .icon img {
        width: 40px
    }

#step_2_opf .radio-item-container {
    min-height: 365px !important
}

#step_1_opf .radio-item-container {
    min-height: 230px !important
}

#step_3_opf .radio-item-container {
    min-height: 160px !important
}

fieldset input[type="radio"]:checked + span > .icon {
    transform: scale(1.7);
}

.online_style .cs-contact_title {
    border-bottom: 2px solid #1b1846;
    padding-bottom: 19px;
}

.online_style .boxcent {
    padding: 30px;
    text-align: center;
}





.hide {
    visibility: hidden;
    height: 0;
    width: 0;
}

code {
    overflow: auto !important;
}

pre {
    padding: 1px !important;
    width: 100%;
}

.new:before {
    content: 'New';
    color: red;
    text-shadow: 0 0 5px yellow;
    font-weight: bold;
    padding: 0 5px;
}




.valentine {
    background: #938ED8;
    padding: 5px;
    border-radius: 5px;
    animation: valentine 1s linear infinite;
}

    .valentine a {
        text-decoration: none;
        color: #fff;
        font-size: 100%;
        font-size: 16px;
    }

@@keyframes valentine {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(.95);
    }

    100% {
        transform: scaleX(1);
    }
}

.bgbtnre {
    background-color: #938ed8 !important
}

.Calculation_form_ {
    text-align: center;
    color: #c3c2d7;
    /* font-weight: 900; */
    font-size: 16px;
    margin-bottom: 7px;
}

.Calculation_form {
    text-align: center;
    color: #1b1846;
    font-weight: 900;
    font-size: 20px;
}

#Calculation_form {
    text-align: center;
    color: #1b1846;
    font-weight: 900;
    font-size: 20px;
}

.blogstyle p a {
    color: #f00;
}

#tab_one p a {
    color: #f00;
}

.cs-product.cs-style1 .cs-product_title .fsx_s {
    font-size: 17px;
}

@@media (max-width: 768px) {
    .cs-footer.cs-style1 .cs-cta.cs-style1 {
        margin-top: 0;
    }
}

.digitToAlphabet {
    font-size: 14px;
    padding-right: 25px;
    color: #443e9a;
}

.mypage-alo-phone {
    position: fixed;
    left: 0;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important
}

.mypage-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 32px;
    left: 32px;
    position: absolute;
    background: rgba(30,30,30,.1) url(../img/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #24cd63;
    background-size: 70%
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(36,205,99,.05);
    opacity: .75 !important
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #24cd63;
    opacity: .5
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.accordion-button {
    background-color: #938ED8;
    color: white;
    font-size: 17px;
    padding: 1rem 1.25rem;
    text-align: center;
    line-height: 27px;
}

    .accordion-button:not(.collapsed) {
        background-color: #7d79c7;
        color: #fff;
        line-height: 10
    }

    .accordion-button:focus {
        box-shadow: none;
    }

.accordion-body {
    background-color: #edebff;
    padding: 20px 25px;
    font-size: 15px;
    line-height: 1.9;
}

.accordion-button::after {
    margin-right: auto !important;
    margin-left: 10px;
}

























.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 2000000000000000;
}

.custom-modal-dialog {
    max-width: 620px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}

.custom-modal-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom-modal {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
}

.custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


