@charset "UTF-8";
.form{
    text-align: left;
    max-width: 100%;
}
.form dl{
    line-height: 20px;
}

.form dl dd{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 16px;
    /*padding-right: 18px;
    padding-left: 18px;*/
    box-sizing: border-box;
}
.form dl.margin-adj{
    margin-bottom: 0;
}
.form dt{
    width: 100%;
    display: block;
}
.form dt.ttl{

}

.form dl dd.half{

}
.form dl dd.label{
    line-height: 16px;
}
.form dl dd small{
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}
.form dl dd.narrow-mb{
    margin-bottom: 0;
}
input{
  box-sizing:border-box;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
input:focus{
  outline-width: 0;
}
input:focus::-webkit-input-placeholder { font-size:16px;color:var(--placeholder);font-weight: 400;}
input:focus:-moz-placeholder { font-size:16px;color:var(--placeholder);font-weight: 400;}
.form input::placeholder,
.form textarea::placeholder{
    font-size:16px;
    color: var(--placeholder);
    font-weight: 400;
}
textarea:focus,
select:focus{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  outline: 0;    
}

.form select,
.form textarea,
.form input,
.form button{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form button:disabled{

}

.form input[type="date"],
.form select,
.form textarea,
.form input,
.form input[type="search"] {
    font-family: inherit;
    color: var(--pri-color);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* line-height: 16px; */
    max-width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 10;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing:border-box;

    background:var(--white);
    border: 1px solid var(--pri-color);
    box-sizing:border-box;
    
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    /* margin-bottom: calc(var(--base-s) * 2); */
}
.form .mb-0{
    margin-bottom: 0;
}
.form input.max-width-input{
    max-width: 80px;
}
.form *:disabled {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid var(--gray03);
}
.form select{
    padding: 14px 22px 14px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.form select:hover,
.form select span:hover{
    cursor: pointer;
}
.form textarea{
    width: 100%;
    min-height: 100px;
    max-height: 300px;
    padding: calc(var(--base-s) * 2);
    box-sizing:border-box;
    resize: vertical;
}
.form textarea:disabled{
    border-radius: 0;
    padding: calc(var(--base-s) * 2);
    background-color: var(--white);
    border: 1px solid var(--white);
}
.form input[type="date"].filled:disabled,
.form input[type="date"]:disabled{
    border-radius: 0;
    border: 0px;
}

.form input[type="date"].filled{
    border: 1px solid var(--black);
}
.form input.narrow-input{
    max-width: 300px;
}
.form input:focus,
.form textarea:focus{

}
.form button:focus,
.form [type="submit"]:focus{
    border: 0px solid #1b1b1b;
}
.form select {
    color: var(--placeholder);
}
.form select.active,
.form select.always-on{
    color: #1b1b1b;
    background-color: var(--white);
}
.form .select-cus .wpcf7-form-control-wrap,
.form .select-wrap{
   position: relative; 
}
.form .select-cus select,
.form .select-wrap select,
.select-wrap{
    position: relative;
    z-index: 0;
}
.form .select-wrap select.selected{
    color: var(--pri-color);
}
.form .select-wrap select#area-code.loading{
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: 20px center;
    background-image: url("../img/common/loader_white.gif");
}
.form .select-wrap select.loading{
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center center;
    background-image: url("../img/common/loader_white.gif");
}


.form .select-wrap.lh-adj select {
    line-height: 23px;
}
.form .select-cus .wpcf7-form-control-wrap:after,
.form .select-wrap:after,
.select-wrap:after {
    content: "";
    /* background-image: url("../img/bottom/btn_down.png"); */
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; 
    right: 1px; 
    top: 0;
    z-index: 1;
    text-align: center;
    width: 46px;
    height: 46px;
    pointer-events: none;
    box-sizing: border-box;
    opacity: 1;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
    z-index: 99;
}
.form .select-wrap.disabled:after {
    opacity: 0;
}
.form .select-wrap.lh-adj:after{
    height: 38px;
    line-height: 38px;   
}
form select.filled{
    color: #1b1b1b;
}
.form select:focus{
/*    border: 1px solid #1b1b1b;*/
}
.form dl dd input[type=checkbox],
.form [type=checkbox]{
    font-family: inherit;
    border:0;
    width: 30px;
    background-color: transparent;
    vertical-align: top;
}

.form input[type="checkbox"]:not(:checked) + span:before,
.form input[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    /* left: -45px;
    top: 0px;
    width: 32px;
    height: 32px; */
    border: 1px solid var(--pri-color);
    vertical-align: top;

    background-color: var(--white);
}

/*.form input[type="checkbox"]:not(:checked) + span:after,
.form input[type="checkbox"]:checked + span:after {
    top: 4px;
    left: -31px;
    font-size: 18px;
    vertical-align: top;

}*/
.form input[type="checkbox"]:checked + span:after {
    font-family: "Font Awesome 6 Free";
    content: '\f00c';
    position: absolute;
    /* top: 10px;
    left: -36px; */
    font-size: 18px;
    line-height: 0.8;
    color: var(--btn-pri);
    transition: all .2s;
    vertical-align: top;
    font-weight: 600;
}

.form .wpcf7-list-item-label .obtn{
    display: inline;
}


.form .radioBtn-wrap .radioBtn{
    display: inline-block;
    position: relative;
}
.form .radioBtn-wrap .radioBtn input{
    width: 30px;
    height: 30px;
    padding: 0;
}
.form .radioBtn-wrap .radioBtn .wpcf7-list-item-label{
    margin-left: calc(var(--base-s) * 2);
    margin-right: calc(var(--base-s) * 5);
/*    padding-left: calc(var(--base-s) * 6);
    padding-right: calc(var(--base-s) * 6);*/
    position: relative;
}
.form [type="radio"]{
    opacity: 0;
}
.form [type="radio"]:checked + label:before,
.form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -48px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--gray03);
    border-radius: 100%;
    box-sizing: border-box;
    background: #fff;
}
.form [type="radio"]:checked + label:after{
    content: '';
    width: 20px;
    height: 20px;
    background: var(--btn-pri);
    position: absolute;
    top: 5px;
    left: -43px;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form .wpcf7-list-item{
    position: relative;
}
.form .wpcf7-list-item-label{
    position: relative;

    display: inline-block;
    margin-left: calc(var(--base-s) * 1.5);
    max-width: calc(100% - 60px);
    padding-top: 5px;
  /*width: calc(100% - 40px);*/
}

.form .checkbox-wrap{
    position: relative;
    text-align: left;
    font-weight: 400;
    margin-bottom: calc(var(--base-s) * 1.5);
}
.form .checkbox-wrap input{
    width: 30px;
    height: 30px;
    padding: 0;
}
.form .checkbox-wrap input:focus{
    border: 0px solid;
}
.form .checkbox-wrap input{
    width: 16px;
    height: 16px;
}
.form input[type="checkbox"]:not(:checked) + span:before,
.form input[type="checkbox"]:checked + span:before {
    width: 15px;
    height: 15px;
    left: -27px;
    top: -1px;
}
.form input[type="checkbox"]:checked + span:after{
    top: 3px;
    left: -25px;
    font-size: 12px;
}
.form .wpcf7-list-item-label{
    padding-top: 0;
    margin-left: 7px;
}
.form .checkbox-wrap{
    line-height: 15px;
}
.form .checkbox-wrap .wpcf7-list-item{
    padding-left: 1px;
}
@media only screen and (min-width: 980px) {

    .form .checkbox-wrap input{
        width: 16px;
        height: 16px;
    }
    .form input[type="checkbox"]:not(:checked) + span:before,
    .form input[type="checkbox"]:checked + span:before {
        width: 15px;
        height: 15px;
        left: -27px;
        top: 0px;
    }
    .form input[type="checkbox"]:checked + span:after{
        top: 4px;
        left: -25px;
        font-size: 12px;
    }
    .form .wpcf7-list-item-label{
        padding-top: 0;
        margin-left: 7px;
    }
    .form .checkbox-wrap{
        line-height: 15px;
    }
    .form .checkbox-wrap .wpcf7-list-item{
        padding-left: 1px;
    }
}

.form button,
.form [type="submit"]{
    font-family: inherit;
    border:none;
    text-align: center;
    color: white;
    
    width: auto;
    min-width: 230px;
    padding: 14px 10px;
    line-height: 20px;
    box-sizing:border-box;

    background: var(--btn-pri);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

    margin: 24px auto;
    display: block;

    font-weight: 400;

    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}
.form button:hover,
.form [type="submit"]:hover{
    background-color: var(--gold);
    cursor: pointer;
}

.form .response,
.form div.wpcf7-response-output{
  margin:0 auto 32px;
  font-size: 14px;
  max-width: 789px;
  text-align: center;
}
.form .response{
    display: none;
}
.form .response.active{
    display: block;
}

.form .wpcf7 form.invalid .wpcf7-response-output,
.form .wpcf7 form.unaccepted .wpcf7-response-output{
  padding: 10px;
  border: 1px solid #F8A523;
  background-color: #F8A523;
  color: white;
}

.form .response-error,
.form .wpcf7 form.failed .wpcf7-response-output,
.form .wpcf7 form.aborted .wpcf7-response-output {
  padding: 10px;
  border: 1px solid #E32124;
  background-color: #E32124;
  color: white;
}

.form div.wpcf7-spam-blocked{
  padding: 10px;
  border: 1px solid #fbbf00;
  background-color: #fbbf00;
  color: #1b1b1b;
}
.form .error,
.form span.wpcf7-not-valid-tip,
.error-stand-alone{
    background-color: var(--red);
    color: var(--white);
    margin-top: calc(var(--base-s) * 2);
    margin-bottom: calc(var(--base-s) * 2);
    padding: calc(var(--base-s) * 2);
}
.reminder{
    background-color: var(--orange);
    color: var(--white);
    margin-bottom: calc(var(--base-s) * 2);
    padding: calc(var(--base-s) * 2);
}
.reminder .reminder-link{
    margin-left: auto;
    text-decoration: underline;
    color: var(--white);
}

.form .error,
.error-stand-alone,
.reminder{
    display: none;
}
.form .error.active,
.error-stand-alone.active,
.reminder.active{
    display: block;
}
.form .error p:last-child,
.error-stand-alone p:last-child,
.reminder p{
    margin-bottom: 0;
}
.form .error a.obtn{
    color: #cc5848;
    display: inline-block;
    text-decoration: underline;
}
.form .error a.obtn:hover{
    color: #cc5848;
    text-decoration: underline;
}
.form .ajax-loader,
.form div.wpcf7 .ajax-loader{
    margin: 15px auto;
    display: block;
    visibility: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/loader.gif);
    background-size: 30px auto;
    border: none;
    padding: 0;
    vertical-align: middle;
    display: none;
}

.form .ajax-loader.is-active,
.form div.wpcf7 .ajax-loader.is-active {
    display: block;
    visibility: visible;
}
.form .input-note{
    margin-top: 5px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .form span.wpcf7-list-item.narrow-100{
        /*margin: 5px 25px 5px 0;*/
        display: inline-block;
    }
}

.form dl dd .wpcf7-acceptance input[type=checkbox]{
    display: block;
    height: 0px;
    width: 0px;
    padding: 0;
}

.form .wpcf7-acceptance input[type="checkbox"]:not(:checked) + span:before,
.form .wpcf7-acceptance input[type="checkbox"]:checked + span:before{
    /*left: -26px;
    top: -2px;*/
    left: 0px;
    top: -2px;    
}
/*.form .wpcf7-acceptance input[type="checkbox"]:checked + span:after{
    left: 3px;
    top: 3px; 
}*/

.form .wpcf7-acceptance input[type="checkbox"]:not(:checked) + span:after,
.form .wpcf7-acceptance input[type="checkbox"]:checked + span:after{
     left: 4px;
    top: 3px;    
}
.form .wpcf7-acceptance .wpcf7-list-item-label{
    padding-left: 40px;
    margin-left: 0;
}
.form .wpcf7-acceptance span.wpcf7-list-item{
    margin: 5px 0 5px 0;
}
.form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    text-align: left;
}
.form dl dd.product-details-quantity-container{
    width: 180px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.product-details-quantity-container button{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #4A017D;
    background-color: transparent;
    margin: 0;
    border: 1px solid white;
}
.product-details-quantity-container button:hover{
    color: white;
}
.product-details-quantity-container button:disabled{
    
    color: #BCBCBC;
}
.product-details-quantity-container button:disabled:hover{
    background-color: white;
    border: 1px solid white;
}
.product-details-quantity-container input{
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.product-details-quantity-container input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  display: none;
}
.form .form-memo{}

.form .form-memo i.narrow-hide{
    display: none;
}
.form .form-memo i.wide-hide{
    display: inline-block;
}
.form .form-memo{
    margin-bottom: 0;
    margin-top: 5px;
}
.form .form-memo i{
    margin-left: 5px;
}

@media only screen and (min-width: 768px) {
      .form .form-memo i.wide-hide{
        display: none;
      }
      .form .form-memo i.narrow-hide{
        display: inline-block;
      }
}
.form .hcap_cf7-h-captcha-wrap .recaptcha-alert{
    display: none;
}
.form .hcap_cf7-h-captcha-wrap .recaptcha-alert.is-active{
    display: block;
    text-align: center;
}
.form.clean-form{

}
.form.clean-form input{
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--black);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;

    margin-bottom: calc(var(--base-s) * 2);
}
.narrow-form.form input,
.narrow-form.form select{
    margin-bottom: calc(var(--base-s) * 3);
}
.form .awesomplete{
    width: 100%;
}
.narrow-form.form .awesomplete input{
    width: 100%;
}
.form .awesomplete > ul{
    background: white;
    margin: calc(var(--base-s) * -1) auto 0;
    border-radius: calc(var(--base-s) * 1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    border: 1px solid var(--gray03);
}
.form .awesomplete > ul:before{
    top: -7px;
    left: 16px;
}
.form .awesomplete > ul > li{
    padding: calc(var(--base-s) * 1);
    letter-spacing: 1px;
}



.form .awesomplete mark {
    background: var(--yellow-hl);
    font-style: normal;
}
.awesomplete .visually-hidden{
    display: none;
}
.form .pass-digit{
    max-width: 48px;
    text-align: center;
    margin-left: calc(var(--base-s) * 1);
    margin-right: calc(var(--base-s) * 1);
}






