@charset "UTF-8";
.form{
    text-align: left;
    max-width: 100%;
    margin:0 auto;
    font-family: 'Neutraface', sans-serif;
}
.form dl{
    line-height: 20px;
}

.form dl dd{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 20px;
    /*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.bdr-top{
    padding-top: 20px;
    border-top: 1px dotted var(--light-gray);
}
.form dt.bdr-top p{
    margin-bottom: 16px;
}
.form dt.ttl{
    margin-bottom: 20px;
    font-weight: 700;
}
.form dt.narrow-ttl{
    margin-bottom: 10px;
    font-weight: 700;
}
.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: 300;
}
.form dl dd.narrow-mb{
    margin-bottom: 0;
}
.form dl.margin-btm{
    margin-bottom: 10px;
}
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:#A6A6A6;font-weight: 400;}
input:focus:-moz-placeholder { font-size:16px;color:#A6A6A6;font-weight: 400;}
.form input::placeholder,
.form textarea::placeholder{
    font-size:20px;
    color: #A6A6A6;
    font-weight: 400;
}
textarea:focus,
select:focus{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  outline: 0;    
}
.form .item{
    position: relative;
    margin-bottom: 15px;
}
.form .item.narrow-mb{
    margin-bottom: 0;
}
.form .item:last-child{
    margin-bottom: 0;
}
.form .item.margin-bottom:last-child{
    margin-bottom: 15px;
}
.form .item + .separater{
    width: 100%;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 40px;
    background: #EFEFEF;
}
.form select,
.form textarea,
.form input,
.form button{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form input[type="date"],
.form select,
.form textarea,
.form input {
    font-family: 'Neutraface', sans-serif;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 28px;
    max-width: 100%;
    border: 0px solid;
    border-radius: 0;
    background-color: transparent;
    padding: 11px 16px;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    position: relative;
    z-index: 10;
    box-sizing:border-box;
    background: #fff;
    border: 1px solid var(--light-gray02);
    
    -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 input:focus,
.form textarea:focus{
    border: 1px solid #1b1b1b;
}
.form select {
    color: #A6A6A6;
     background-image: url("/assets/img/common/icon_arrow_down_g02.png");
    background-repeat:no-repeat;
    background-position: center right;
    -moz-background-size: auto 8px;
    -o-background-size: auto 8px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;    

}
body .ui-datepicker table{
    font-size: 12px;
}
.form select.always-on{
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
}
.form select.active{
    color: #1b1b1b;
}
.form .select-cus .wpcf7-form-control-wrap{
   position: relative; 
}
.form .select-cus select{
    position: relative;
    z-index: 0;
}
.form .select-cus .wpcf7-form-control-wrap:after {
    /*content:"\f107";
    font-family: FontAwesome;*/
    color: #A6A6A6;
    padding: 12px 8px;
    position: absolute; 
    right: 1px; 
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 50px;
    line-height: 28px;          
    pointer-events: none;
    box-sizing: border-box;   
}

form select.filled{
    color: #1b1b1b;
}
.form select:focus{
/*    border: 1px solid #1b1b1b;*/
}
.form dl dd input[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: -35px;
    top: -1px;
    width: 22px;
    height: 22px;
    border: 1px solid #898989;
    vertical-align: top;
}
.form input[type="checkbox"]:not(:checked) + span:after,
.form input[type="checkbox"]:checked + span:after {
    top: 4px;
    left: -32px;
    font-size: 18px;
    vertical-align: top;

}
.form input[type="checkbox"]:checked + span:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 4px;
    left: -32px;
    font-size: 18px;
    line-height: 0.8;
    color: #4A017D;
    transition: all .2s;
    vertical-align: top;
}
.form .wpcf7-list-item-label .obtn{
    display: inline;
}

/*.form [type="radio"]:checked,
.form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/

.form input[type="radio"] {
    font-family: inherit;
    border: 0;
    width: 30px;
    height: 24px;
    padding: 0;
    position: relative;
    z-index: 999;
    background-color: transparent;
    vertical-align: top;
}
.form input[type="radio"]:not(:checked) + span:before,
.form input[type="radio"]:checked + span:before {
    content: '';
    position: absolute;
    left: -35px;
    top: -2px;
    width: 22px;
    height: 22px;
    border: 1px solid #898989;
    /*background: #fff;*/
    border-radius: 100%;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: all 0.2s ease;
    o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}
.form .wpcf7-list-item{
    position: relative;
}
.form .wpcf7-list-item-label{
  position: relative;
  margin-left: 5px;
  line-height: 22px;
  display: inline-block;
  /*width: calc(100% - 40px);*/
}


.form input[type="radio"]:not(:checked) + span:after,
.form input[type="radio"]:checked + span:after {
    top: 2px;
    left: -31px;
    font-size: 16px;
    line-height: 0.8;
}
.form input[type="radio"]:checked + span:after {
  position: absolute;
  top: 2px;
  left: -31px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 0.8;
  background-color: #4A017D;
  transition: all .2s;
  /* display: block; */
  border-radius: 100%;
}

/*.form [type="radio"]:checked + span:before,
.form [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    margin-left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #898989;
    border-radius: 100%;
    box-sizing: border-box;
    background: #fff;
}*/

/*.form [type="radio"]:checked + span:after,
.form [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #4A017D;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.form input[type="date"],
.form select, 
.form textarea, 
.form input{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-sizing: border-box;
}
.form .ui-datepicker table{
    font-size: 12px;
}
.form .checkbox-wrap{
    position: relative;
    text-align: center;
}
.form .checkbox-wrap .checkbox-wrap-lv02{
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.form .checkbox-wrap input{
    width: 24px;
    height: 24px;
    padding: 0;
}

.form button,
.form [type="submit"]{
    font-family: 'Neutraface', sans-serif;
    border:none;
    border: 1px solid var(--orange);;
    width: 224px;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    color: white;
    background-color: var(--orange);;

    padding: 0;
    margin:30px auto;
    display: block;
    font-size: 18px;
    font-weight: 700;

    -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;

    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

    box-sizing:border-box;   
}
.form button:hover,
.form [type="submit"]:hover,
.form button:focus,
.form [type="submit"]:focus{
    color: white;
    background-color: var(--orange-hover);
    border: 1px solid var(--orange-hover);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}
.form button.btn-waiting:hover,
.form [type="submit"].btn-waiting:hover{
    background-color: #4A017D;
    border: 1px solid #4A017D;
    cursor: default;
}
@media only screen and (min-width: 768px) {
    .form button,
    .form [type="submit"]{
        width: 224px;
        line-height: 56px;
        border-radius: 28px;
        font-size: 25px;
    }
}
.form span.wpcf7-list-item{
    position: relative;
    margin: 5px 25px 5px 0;
    line-height: 24px;
}
.flex-narrow{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.flex-narrow dd:first-of-type{
    padding-right:10px;
}
.flex-narrow dd:last-of-type{
    padding-left:10px;
}
.flex-narrow dd.half{
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .flex-w{
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .flex-w dd:first-of-type{
        padding-right:10px;
    }
    .flex-w dd:last-of-type{
        padding-left:10px;
    }
    .form dl dd.half{
        width: 50%;
    }
}
.form div.wpcf7 .ajax-loader{
  margin: 15px auto;
  display: block;
}
.form .response,
.form div.wpcf7-response-output{
  margin:30px auto;
  font-size: 18px;
  max-width: 789px;
  text-align: center;
}
.form .response{
    display: none;
}
.form .response.active{
    display: block;
}

.form .wpcf7 form.sent .wpcf7-response-output {
    padding: 10px;
    border: 1px solid #5CB325;
    background-color: #5CB325;
    color: white;
    max-width: 789px;
}

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

.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{
    color: #cc5848;
    margin-top: 5px;
    font-size: 18px;
}
.form .error{
    display: none;
}
.form .error.active{
    display: block;
}
.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,
.form .wpcf7-spinner{
    margin: 15px auto;
    display: block;
    visibility: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../img/common/loader.gif);
    background-size: 30px auto;
    border: none;
    padding: 0;
    vertical-align: middle;
    display: none;
}
.form .wpcf7-spinner::before{
    display: none!important;
}
.form .ajax-loader.email-check,
.form .ajax-loader.email-check-referrer,
.form .ajax-loader.gift-check,
.form .ajax-loader.gift-amt-check,
.form .ajax-loader.coupon-check,
.form .ajax-loader.password-check{
    position: absolute;
    top: -4px;
    right: 10px;
    z-index: 99;
}
.form .ajax-loader.pt-amt-check{
    position: absolute;
    top: -10px;
    right: 69px;
    z-index: 99;
    opacity: 0.5;
}
.form .ajax-loader.email-check-referrer.checked-valid,
.form .ajax-loader.gift-check.checked-valid,
.form .ajax-loader.gift-amt-check.checked-valid,
.form .ajax-loader.coupon-check.checked-valid,
.form .ajax-loader.pt-amt-check.checked-valid,
.form .ajax-loader.password-check.checked-valid{
    background-image:none;

}
.form .ajax-loader.email-check-referrer.checked-valid:after,
.form .ajax-loader.gift-check.checked-valid:after,
.form .ajax-loader.gift-amt-check.checked-valid:after,
.form .ajax-loader.coupon-check.checked-valid:after,
.form .ajax-loader.password-check.checked-valid:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #1D7E1F;
    padding: 0 22px 0 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 30px;
    line-height: 30px;
    pointer-events: none;
    box-sizing: border-box;  
}
.form .padding-elem{
    padding: 11px 50px 11px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


.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;
}
.form span.wpcf7-list-item.narrow-100{
    display: block;
    width: 100%;
    margin: 0px 0 20px 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{
/*    top: 3px;
    left: -23px;*/
    left: 3px;
    top: 3px; 
}

.form .wpcf7-acceptance input[type="checkbox"]:not(:checked) + span:after,
.form .wpcf7-acceptance input[type="checkbox"]:checked + span:after{
    /*left: -23px;
    top: 3px;*/
    left: 3px;
    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 .hcap_cf7-h-captcha-wrap .h-captcha{
    margin-bottom: 0;
}
.form .hcap_cf7-h-captcha-wrap,
.form .hcap_cf7-h-captcha-invalid{
    width: 303px;
    margin: 0 auto;
    display: block;
}
.form .hcap_cf7-h-captcha-wrap.mt-adj{
    margin:20px auto 0;
}
.form .hcap_cf7-h-captcha-invalid{
    margin:0 auto -20px;
}
.form .hcap_cf7-h-captcha-invalid.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    text-align: center;
}

