<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customercenter p,
.customercenter dd,
.customercenter dt,
.customercenter td,
.customercenter th,
.customercenter li {
    color: #333;
}

.inner:has(.customercenter) {
    width: unset !important;
    padding: 0 !important;
}

.customercenter {
    margin-top: 40px;
}

.customercenter h2 {
    background: linear-gradient(90deg, #0D0D0D, #4D4D4D);
    position: relative;
    padding-left: 35px;
    font-size: 25px;
    line-height: 1.3em;
    margin: 70px 0 40px;
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    color: #fff;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœB", serif;
}

@media screen and (max-width: 640px) {
    .customercenter {
        margin-top: clamp(45px, 9vw, 90px);
    }
    .customercenter h2 {
        padding-left: 30px;
        font-size: 20px;
        margin: 30px 0 20px;
        line-height: 1.5;
    }
}

.customercenter h2:before {
    background: #999999;
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 59%;
}

.customercenter .txt {
    text-align: center;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 0;
}

.customercenter .cta-button {
    display: inline-block;
    position: relative;
    background-color: #657e95;
    color: white;
    padding: 20px 0px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    max-width: 598px;
    width: 100%;
    font-size: 2em;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
    margin-top: 40px;
    position: relative;
}

.customercenter .cta-button:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid  #fff;
    border-right: 1px solid  #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5em;
    margin: auto;
}

.customercenter .cta-button:hover {
    opacity: 0.8;
}

.customercenter .cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 80px;
}

.customercenter .card {
    flex: 1;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .customercenter .cta-button  {
        margin-top: clamp(30px, 6vw, 60px);
    }
    .customercenter .cards {
        flex-direction: column;
        margin-top: clamp(50px, 10vw, 100px);
        margin-bottom: clamp(40px, 8vw, 80px);
        gap: clamp(20px, 2vw, 40px);
    } 
    .customercenter .card {
        padding-bottom: clamp(10px, 2vw, 20px);
    }
}

.customercenter .card__img img {
    width: 100%;
    height: auto;
}

.customercenter .card__ttl {
    font-family:"æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœB", serif;
    font-size: 24px;
    border: none;
    text-align: center;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}

.customercenter .card__ttl.--yellow {
    background-color: #FEFCE8;
    color: #9F5E2B;
}

.customercenter .card__ttl.--blue {
    background-color: #F0F6FB;
    color: #396587;
}

.customercenter .card__ttl.--pink {
    background-color: #FEF2F6;
    color: #E15483;
}

.customercenter .card__list {
    padding-left: 4em;
}

.customercenter .card__list li {
    position: relative;
    margin-left: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.customercenter .card__list li:before {
    content: '';
    display: block;
    background-image: url(../images/customercenter/icon_checkbox.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -2em;
    margin: auto;
}

.customercenter .phone-box {
    background-color: #E35B8D;
    font-size: 50px;
    color: white;
    margin: 20px 0;
    position: relative;
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
    transition: all .3s;
}

.customercenter .phone-box:hover {
    opacity: 0.8;
}

.customercenter .phone-box:before {
    content: '';
    display: block;
    background-image: url(../images/customercenter/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

.customercenter .phone-number {
    margin-left: 75px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
}

.customercenter .phone-number-opentime {
    font-size: 20px;
    margin-top: 10px;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœB", serif;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    .customercenter .phone-box {
        width: 100%;
        font-size: 36px;
    }
    .customercenter .phone-box:before {
        width: min(58px, calc(calc(58 / 750) * 100vw));
        height: min(38px, calc(calc(38 / 750) * 100vw));
        left: clamp(20px, 4vw, 40px);
    }
    .customercenter .phone-number {
        margin-left: clamp(37.5px, 7.5vw, 75px );
        padding: clamp(15px, 3vw, 30px) 0;
    }
    .customercenter .phone-number-opentime {
        font-size: 16px;
        margin-top: 5px;
    }
}

.customercenter .info {
    padding: 35px 50px;
    background-color: #F0F6FB;
    border-radius: 10px;
}

.customercenter .info-heading {
    font-size: 20px;
    color: #396587;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœB", serif;
    font-weight: bold;
    background: transparent;
    border-bottom: none;
    text-align: center;
    margin: 0;
    padding-top: 0;
}

.customercenter .txt--13 {
    font-size: 13px;
    letter-spacing: normal;
}

.customercenter .info-lead {
    text-align: center;
}

.customercenter .info-subttl {
    font-size: 15px;
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœB", serif;
    position: relative;
    padding-left: 3.5em;
    margin-bottom: 0;
    line-height: 2.4;
}

.customercenter .info-subttl:before {
    content: 'â–¶â–¶â–¶';
    display: block;
    color:#396587;
    flex-shrink: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.customercenter .info-list {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
}

.customercenter .info-list li {
    list-style: disc;
    margin-bottom: 0;
}

.customercenter .info-list li::marker {
    color:#396587;
} 

.customercenter .info-flex {
    display: flex;
    gap: 50px
}

@media screen and (max-width: 640px) {
    .customercenter .info-lead {
        text-align: left;
    }
    .customercenter .info-list {
        padding-top: clamp(10px, 2vw, 20px);
        padding-bottom: clamp(10px, 2vw, 20px);
        padding-left: clamp(30px, 6vw, 30px);
    }
    .customercenter .info {
        padding: clamp(15px, 3vw, 30px) clamp(20px, 4vw, 40px);
    }
    .customercenter .info-flex {
        flex-direction: column;
        gap: 0;
    }
}

.customercenter .info-flex-item {
    flex: 1;
}

.customercenter .info-reserve-btn {
    background: linear-gradient(to right, #ff5f2d, 40%, #ffd500 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.8em 0;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}

.customercenter .info-reserve-btn:before {
    content: '';
    display: block;
    background-size: cover;
    background-image: url(../images/opinfo/eyes/eyes_cv-calndar.png);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.customercenter .info-reserve-btn:after {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.customercenter .info-reserve-btn:hover {
    opacity: 0.8;
} 

.customercenter .info-reserve-btn .--maintxt {
    font-size: 16px;
}

.customercenter .info-reserve-btn .--subtxt {
    font-size: 12px;
}

.customercenter .contact-mail .txt--13 {
    text-align: center;
}

.customercenter .contact-mail .txt--13 strong {
    color: #E15483;
    font-weight: normal;
}

.customercenter .contact-mail__txtbox {
    background-color: #FEF2F6;
    padding: 15px;
    width: min(100%, 716px);
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .customercenter .contact-mail .txt--13 {
        text-align: left;
    }
    .customercenter .contact-mail__txtbox {
        width: 100%;
    }
}

/*ã€€ã”åˆ©ç”¨è¦ç´„ */
.customercenter .policyBox {
    margin: 0 100px;
}

.customercenter .policyBox  p {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: clamp(13px, 1.5vw, 15px);
}

.customercenter .policyBox dt {
    background: #f7f7f7;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    font-size: 15px;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
}

.customercenter .policyBox dd {
    padding: 30px;
    height: 160px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #E2E2E2;
}

@media screen and (max-width: 640px) {
    .customercenter .policyBox {
        margin: 0;
    }
    .customercenter .policyBox dd {
        padding: 20px;
    }
}

/* formã‚¹ã‚¿ã‚¤ãƒ« */
.under #main .customercenter .mw_wp_form form th {
    background: #F7F7F7 !important;
}

.under #main .customercenter .mw_wp_form form th,
.under #main .customercenter .mw_wp_form form td {
    border-color: #EBEBEB !important;
}

.under #main .customercenter .mw_wp_form form table.mwf_counsel_category-table td {
    font-size: 15px !important;
}

.customercenter .mw_wp_form form textarea {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro","Hiragino Kaku Gothic Pro",sans-serif;
}

.under #main .customercenter .mw_wp_form form table.name-input-table th,
.under #main .customercenter .mw_wp_form form table.name-input-table td {
    padding-top: 0 !important;
}

.under #main .customercenter .mw_wp_form p {
    margin-bottom: 10px;
}

.under #main .customercenter .mw_wp_form p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .under #main .customercenter .mw_wp_form form table.mwf_counsel_category-table td {
        font-size: 15px !important;
    }
    .under #main .customercenter span.mwform-radio-field.horizontal-item {
        width: 100%;
    }
    .under #main .customercenter .mw_wp_form fieldset {
        margin: 30px 0 1em;
    }
}

@media screen and (max-width: 390px) {
    .under #main .customercenter .mw_wp_form form table.mwf_counsel_category-table td {
        padding-left: 0 !important;
    }
}

/* ä»»æ„ã‚’ã‚°ãƒ¬ãƒ¼ã« */
.mw_wp_form form strong.optional {
    background: #707070;
}

/*ã‚µãƒ³ã‚¯ã‚¹ãƒšãƒ¼ã‚¸ */
.customercenter-rhanks h2 {
    color: #396587;
    background: transparent;
    font-size: 30px;
    font-weight: bold;
    padding:15px 0;
}

.customercenter-rhanks .txt--16 {
    font-size: 16px;
}

.customercenter-rhanks-to-top {
    background-color: #7AA0AC;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    width: 300px;
    margin: 40px auto 0;
    position: relative;
}

.customercenter-rhanks-to-top:hover {
    opacity: 0.8;
}

.customercenter-rhanks-to-top:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

@media screen and (max-width: 640px) {
    .customercenter-rhanks h2 {
        font-size: 20px;
    }
    .customercenter-rhanks .txt--16 {
        font-size: 12px;
    }
    .customercenter-rhanks-to-top {
        font-size: 14px;
        padding: clamp(15px, 3vw, 30px);
        margin: clamp(20px, 4vw, 40px) auto 0;
    }
    
}</pre></body></html>