@charset "UTF-8";.form__group{margin-bottom:10px}.form__group input,.form__group label,.form__group select,.form__group textarea{font-size:16px;line-height:1.5}.form__group .error-message{min-height:18px;margin-top:6px;font-size:12px;color:#e02e23;display:block;visibility:hidden}.form__group.has-error .form__checkbox:not(:focus)+label span,.form__group.has-error .form__input:not(:focus),.form__group.has-error .form__radio:not(:focus)+label span,.form__group.has-error .form__select:not(:focus){border-color:#e02e23}.form__group.has-error .error-message{visibility:visible}.form__group.row{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:0}@media screen and (min-width:960px){.form__group input,.form__group label,.form__group select,.form__group textarea{font-size:18px}.form__group.row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}.form__label-list{margin:20px 0 12px;font-weight:700}.form__label-text{margin-bottom:8px;display:block;font-weight:700}.form__label-radio{margin:8px 0;font-size:12px}.form__label-radio.optional::before,.form__label-radio.required::before,.form__label-text.optional::before,.form__label-text.required::before{margin-right:8px;margin-bottom:4px;padding:0 5px;border-radius:4px;content:"必須";display:inline-block;font-size:12px;font-weight:700;color:#fff;vertical-align:middle;background-color:#e02e23}.form__label-radio.optional::before,.form__label-text.optional::before{content:"任意";background-color:#777}.form__input{padding:11px 15px;width:100%;border:1px solid #ccc0c0;border-radius:4px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form__input:focus,.form__input:hover{outline:0;border:1px solid #484500}.form__input:disabled{background-color:#ccc0c0;border-color:#ccc0c0}.form__input::-webkit-input-placeholder{color:#ccc0c0}.form__input::-moz-placeholder{color:#ccc0c0}.form__input:-ms-input-placeholder{color:#ccc0c0}.form__input::-ms-input-placeholder{color:#ccc0c0}.form__input::placeholder{color:#ccc0c0}.form__input::-webkit-input-placeholder{color:#ccc0c0}.form__input::-moz-placeholder{color:#ccc0c0}.form__input:-ms-input-placeholder{color:#ccc0c0}.form__input::-ms-input-placeholder{color:#ccc0c0}.form__input::placeholder{color:#ccc0c0}.form__input::-webkit-input-placeholder{color:#ccc0c0}.form__input-file>input{display:none}.form__input-file>input:disabled~label{background-color:#ccc0c0}.form__input-file>input:disabled~label .file-placeholder{display:none}.form__input-file>input:disabled~label .file-name{display:block}.form__input-file>input:invalid~label .file-placeholder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.form__input-file>input:invalid~label .file-name{display:none}.form__input-file>input:valid~label{background-color:#484500}.form__input-file>input:valid~label .file-placeholder{display:none}.form__input-file>input:valid~label .file-name{display:block}.form__input-file>label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px;border-radius:4px;color:#fff;background-color:#009de6;font-size:18px;font-weight:700;cursor:pointer;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;-webkit-box-shadow:0 2px 2px 0 #00000033;box-shadow:0 2px 2px 0 #00000033}.form__input-file>label:hover{background-color:#d6dce0}.form__input-file .file-placeholder{gap:8px}.form__select{padding:11px 15px;width:100%;border:1px solid #ccc0c0;border-radius:4px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#484500}.form__select:focus,.form__select:hover{outline:0;border:1px solid #484500}.form__select:disabled{opacity:1;background-color:#ccc0c0;border-color:#ccc0c0}.form__select::-ms-expand{display:none}.form__select-arrow{position:relative}.form__select-arrow::after,.form__select-arrow::before{content:"";position:absolute;top:50%;right:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;pointer-events:none}.form__select-arrow::before{border-top:6px solid #ccc0c0;margin-top:-2px}.form__select-arrow::after{border-top:6px solid #fff;margin-top:-4px}.form__select-arrow:focus-within::before{border-top:6px solid #484500}.form__radio{position:absolute;opacity:0;pointer-events:none}.form__radio:focus-visible+label span{outline:#005fcc auto 1px}.form__radio+label span{margin-right:10px;height:24px;width:24px;border:1px solid #ccc0c0;border-radius:50%;position:relative;display:inline-block;background-color:#fff;vertical-align:bottom}.form__radio+label span:after{width:14px;height:14px;border-radius:50%;content:"";display:none;position:absolute;left:4px;top:4px;background-color:#009de6}.form__radio:checked+label span:after{display:block}.form__radio:disabled+label span{background-color:#ccc0c0}.form__radio:disabled+label span:after{background-color:#fff}.form__checkbox{position:absolute;opacity:0;pointer-events:none}.form__checkbox:focus-visible+label span{outline:#005fcc auto 1px}.form__checkbox+label span{margin-right:10px;height:22px;width:22px;border:1px solid #ccc0c0;border-radius:4px;position:relative;display:inline-block;background-color:#fff;vertical-align:sub}.form__checkbox+label span:after{width:8px;height:12px;border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;position:absolute;left:6px;top:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.form__checkbox:checked+label span{border-color:#009de6;background-color:#009de6}.form__checkbox:checked+label span:after{display:block}.form__checkbox:disabled+label span{border-color:#ccc0c0;background-color:#ccc0c0}.top__form>div{overflow:hidden;margin-bottom:20px;padding:20px 16px 0;border-radius:8px}.top__form .form__group,.top__form .form__label-list,.top__form .form__label-radio,.top__form .form__privacy-notice{margin-left:auto;margin-right:auto;width:100%;max-width:326px}.top__form .form__privacy-notice{margin-top:32px;font-size:12px;color:#e02e23}.top__form .radio-group{margin-top:10px;padding-left:10px}.top__form .radio-group label{display:block;margin-top:20px}.top__form .short-input{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.top__form .short-input .form__input{width:80%}.top__form .heading{margin:0 0 20px;font-weight:700;color:#009de6}.top__form .heading.black{color:#484500}.top__form .addon{margin:0 0 0 15px;font-size:16px;font-weight:700}.top__form .addon span{font-size:12px;font-weight:400}.top__form .button-wrap{text-align:center}@media screen and (min-width:960px){.top__form{border-radius:20px;padding:40px 64px}.top__form>div{padding:0}.top__form .form__group,.top__form .form__label-list,.top__form .form__label-radio,.top__form .form__privacy-notice{margin-left:unset;margin-right:unset;width:100%;max-width:unset}.top__form .form__privacy-notice{margin-top:40px}.top__form .radio-group label{display:inline;margin-top:0;margin-right:40px}.top__form .input-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:unset;max-width:unset}.top__form .input-group>div{width:48.5%}}.breadcrumbs{font-family:'Noto Sans JP',sans-serif;font-size:12px;padding:4px 20px}.breadcrumbs ol{padding:0;margin:0;list-style:none;display:block}.breadcrumbs li{margin:5px 0;padding-right:8px;display:inline;line-height:1;position:relative}.breadcrumbs li+li{padding-left:15px}.breadcrumbs li+li:after,.breadcrumbs li+li:before{content:'';position:absolute;top:0;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.breadcrumbs li+li:before{left:1px;border-left:5px solid #484500}.breadcrumbs li+li:after{left:0;border-left:5px solid #fff}.breadcrumbs a{font-size:12px;line-height:1;color:#009de6;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}@media screen and (min-width:1280px){.breadcrumbs{font-size:14px;margin:0 auto;max-width:1280px}.breadcrumbs a{font-size:14px}}.breadcrumbs.dark a{color:#006e96}.top__banner{padding:20px 0}.top__banner a{display:block;margin:0 auto 10px;width:100%;max-width:340px;border:1px solid #484500;border-radius:4px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.2);overflow:hidden}.top__banner a:last-child{margin-bottom:0}.top__banner img{width:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.top__banner img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@media screen and (min-width:960px){.top__banner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0}.top__banner a{margin:0 12px;width:300px}}.footer__nav{padding:20px 0 60px;background-color:#f9f9f9}.footer__nav>div{margin:40px auto 0;width:272px}.footer__nav h4{margin:0 0 30px;text-align:left;font-size:20px;position:relative}.footer__nav h4::after{width:100%;height:2px;border-radius:2px;position:absolute;bottom:-10px;left:50%;content:'';background-color:#009de6;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.footer__nav a{font-size:16px;color:#484500;text-decoration:none}.footer__nav a:hover{text-decoration:underline}.footer__nav ul{list-style:none;padding:0}.footer__nav li{margin-bottom:8px}@media screen and (min-width:960px){.footer__nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__nav>div{margin-left:28px;margin-right:28px}}.footer__links{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 0 24px}.footer__links a{margin:12px 20px 0;font-size:16px;color:#484500;text-decoration:none}.footer__links a:hover{text-decoration:underline}#zigexnFooter{padding:15px 15px 20px;background-color:#e3e3e3;font-family:"メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:12px;color:#666;text-shadow:1px 1px 0 #fff;overflow:hidden}@media screen and (max-width:500px){#zigexnFooter{padding:10px 15px 10px}}#zigexnFooter a{font-size:12px;color:#000;text-decoration:none}#zigexnFooter p{margin:0;padding:0}#zigexnFooter ul{margin:0;padding:0;overflow:hidden;list-style:none}#zigexnFooter li{position:relative;float:left;margin-right:1.5em;width:8em}#zigexnFooter li a:before{content:"";display:block;float:left;margin-top:6px;width:0;height:0;border-style:solid;border-color:transparent;border-left-color:#666;border-width:3px}#zigexnFooter table{font-size:inherit;border:none;border-collapse:collapse;border-spacing:0;padding:0}#zigexnFooter td{margin:0;padding:0;border:none}#zigexnFooter .clear:before{content:'';display:table}#zigexnFooter .clear:after{content:'';display:table;clear:both}#zigexnFooter .zigexnGrouplinks{margin-bottom:10px;border-bottom:#fff solid 1px;color:#bbb;font-size:13px;line-height:1.5;word-break:break-all;-webkit-font-smoothing:antialiased}@media screen and (max-width:500px){#zigexnFooter .zigexnGrouplinks{display:none}}#zigexnFooter .zigexnGrouplinksInner{padding:0 0 25px;border-bottom:#ccc solid 1px}#zigexnFooter .zigexnGrouplinks a{color:#333;letter-spacing:0;text-decoration:none}#zigexnFooter .zigexnGrouplinks a:hover{text-decoration:underline}#zigexnFooter .zfInner{width:100%;overflow:hidden}@media screen and (max-width:500px){#zigexnFooter .zfInner{display:none}}#zigexnFooter .zfAboutZigexn{float:left;border:none;padding:10px 0 0}#zigexnFooter .zfAboutPrivacy{float:right;border:none;padding:0}#zigexnFooter .zfAboutPrivacy td{font-size:10px;line-height:15px}#zigexnFooter .privacymark{display:block;width:55px;height:55px;margin-right:15px;background-image:url(/assets/images/layout/footer_zigexn_privacy.png);background-size:100%;background-repeat:no-repeat}#zigexnFooter .zfCorporateLink01{float:left;font-size:0;line-height:0;width:90px;padding-right:20px}#zigexnFooter .zfCorporateLink02{padding-left:120px}#zigexnFooter .zfCorporateLink02 li{display:inline-block}#zigexnFooter .zigexnLogo{float:left;-webkit-box-shadow:1px 0 0 0 #fff;box-shadow:1px 0 0 0 #fff;margin-right:.8em;padding-right:.8em;padding-left:10px;border-right:1px solid #ccc;width:91px;height:31px;background-image:url(/assets/images/layout/footer_zigexn_logo.png);background-size:90%;background-repeat:no-repeat;-webkit-box-sizing:unset;-moz-box-sizing:unset;box-sizing:unset}#zigexnFooter .zfCopyright{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999;line-height:15px}#zigexnFooter .zfInnerSp{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:501px){#zigexnFooter .zfInnerSp{display:none}}#zigexnFooter .zigexnLogoSp{padding:0;margin:0 20px 0 0;width:91px;height:31px;background-image:url(/assets/images/layout/footer_zigexn_logo.png);background-size:100%;background-repeat:no-repeat;-webkit-box-sizing:unset;-moz-box-sizing:unset;box-sizing:unset}#zigexnFooter .mr-15{margin-right:15px}#zigexnFooter .mr-20{margin-right:20px}#zigexnFooter .privacymarkSp{display:block;width:55px;height:55px;background-image:url(/assets/images/layout/footer_zigexn_privacy.png);background-size:100%;background-repeat:no-repeat}.banner__wrraper{background-color:#b3e5fb}.top__banner{max-width:1050px;margin-left:auto;margin-right:auto;row-gap:20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.banner__wrraper.light{background-color:#fbfbb3}.review{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 40px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.review__overall{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.review__overall--point{font-size:48px;font-weight:700;line-height:62px}.review__overall--star{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.review__comment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background-color:#f9f9f9;padding:20px;row-gap:20px;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;border-radius:8px}.review__comment--item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-width:272px}@media screen and (max-width:1279px){.review{padding:0}.review__overall{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.review__comment{grid-template-columns:repeat(1,minmax(0,1fr));width:50%}.review__comment.md-gap__8{gap:8px}.review__comment--item{min-width:auto;gap:8px}}@media screen and (max-width:430px){.review{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.review__comment{width:100%}}.review-box{position:relative;border:4px solid #009de6;border-radius:20px;padding:20px 40px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.review-box__time{position:absolute;top:20px;right:40px;font-size:16px;color:#7e7e71}.review-box__address{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding-left:20px}.review-box__address--label{min-width:200px;font-size:20px;font-weight:700}.review-box__address--label.small{font-size:16px;font-weight:400}.review-box__address--content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.review-box__star{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e9e5e5;border-bottom:1px solid #e9e5e5;padding:20px}.review-box__star--content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.review-box__star--content>span{padding:0 20px;border-right:1px solid #e9e5e5}.review-box__star--content>span:last-child{border-right:none}.review-box__description{padding:0 20px;font-size:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.review-box__content{padding:0 20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.review-box__content--label{font-size:18px;font-weight:700}.review-box__content--label .highlight{font-size:28px;color:#e02e23}.review-box__content--item{background-color:#f9f9f9;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;min-width:300px;border-radius:8px;padding:20px}.review-box__content--item .highlight{border-bottom:2px solid #009de6}.review-box__info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:20px 20px 0 20px;border-top:1px solid #e9e5e5}@media screen and (max-width:1279px){.review-box{padding:16px;gap:12px}.review-box__time{font-size:12px;top:16px;right:16px}.review-box__address{padding:0}.review-box__address--content{gap:4px}.review-box__star{border:none;padding:0}.review-box__star--content{margin-left:16px}.review-box__star--content>span{font-size:12px;padding:0 8px}.review-box__description{padding:0}.review-box__content{padding:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.review-box__content--label{width:100%;font-size:16px}.review-box__content--label .highlight{font-size:24px}.review-box__content--item{padding:12px 16px;min-width:326px;gap:0}}@media screen and (max-width:430px){.review-box__address{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px;padding-top:32px}.review-box__star{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.review-box__star--content{margin:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.review-box__star--content>span{white-space:nowrap;padding:0;padding-right:8px;margin-right:8px}.review-box__content{gap:12px}.review-box__content--item{width:100%;min-width:auto}}.dark.review-box{border-color:#888a1a}@media screen and (max-width:1279px){.dark.review-box .review-box__time{position:static;text-align:right}.dark.review-box .review-box__star{padding:12px 0;border-top:1px solid #e9e5e5;border-bottom:1px solid #e9e5e5}.dark.review-box .review-box__info{padding-left:0;padding-top:12px}}@media screen and (max-width:430px){.dark.review-box .review-box__address{padding-top:0}}.rounded .review-box{border-radius:8px}.price-table{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,120px) minmax(0,120px) minmax(0,1fr) minmax(0,1fr);gap:8px;text-align:center;font-size:18px}@media screen and (max-width:1279px){.price-table{display:none}}.question-icon:hover svg rect{fill:#54b8e6}.company-table{display:grid;grid-template-columns:minmax(0,240px) minmax(0,1fr);gap:8px;font-size:18px;max-width:680px;margin:0 auto}.company-table>div{padding:4px 20px}@media screen and (max-width:1279px){.company-table{grid-template-columns:minmax(0,162px) minmax(0,1fr);font-size:16px;max-width:unset;margin:0}.company-table>div{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 8px}}.simulation-section{border-radius:20px;padding:40px 64px;background-color:#f9f9f9}.simulation-section__result{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;gap:20px;padding:40px 160px}.simulation-section__result--title{text-align:center;margin:0}.simulation-section__result--price{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding:20px;border-radius:4px;background-color:#fbfbb3;width:100%;max-width:420px}.simulation-section .top__form{padding:0}@media screen and (max-width:1279px){.simulation-section{border-radius:8px;padding:20px 16px}.simulation-section__result{padding:20px 16px}.simulation-section__result--price{padding:12px 16px;max-width:294px}.simulation-section .top__form>div{padding:0}}