@charset "UTF-8";
.form{
    text-align: left;
    max-width: 100%;
    margin:0 auto;
}
.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{
    font-size: 16px;
    margin-bottom: 16px;
    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;
}
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(--gray07);font-weight: 400;}
input:focus:-moz-placeholder { font-size:16px;color:var(--gray07);font-weight: 400;}
.form input::placeholder,
.form textarea::placeholder{
    font-size:16px;
    color: var(--gray07);
    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 button:disabled{

}

.form input[type="date"],
.form select,
.form textarea,
.form input {
    font-family: inherit;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 26px;
    max-width: 100%;
    border: 0px solid;
    border-radius: 0;
    background-color: transparent;
    padding: 11px 10px;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    position: relative;
    z-index: 10;
    box-sizing:border-box;
    background: var(--white02);
    border: 1px solid var(--white02);
    
    -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.narrow-input{
    max-width: 300px;
}
.form input:focus,
.form textarea:focus{
    border: 1px solid #1b1b1b;
}
.form button:focus,
.form [type="submit"]:focus{
    border: 1px solid var(--priColorHover);
}
.form select {
    color: #A6A6A6;
}
.form select.active,
.form select.always-on{
    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: -31px;
    font-size: 18px;
    vertical-align: top;

}
.form input[type="checkbox"]:checked + span:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 4px;
    left: -31px;
    font-size: 18px;
    line-height: 0.8;
    color: var(--black);
    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: #1b1b1b;
  transition: all .2s;
  /* display: block; */
  border-radius: 100%;
}

.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 .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: inherit;
    border:none;
    text-align: center;
    color: white;
    
    width: auto;
    min-width: 306px;
    padding: 22px 10px;
    line-height: 20px;
    box-sizing:border-box;

    background-color: var(--priColor);
    border: 1px solid var(--priColor);

    margin: 24px auto;
    display: block;

    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;

}
.form button:hover,
.form [type="submit"]:hover{
    background-color: var(--priColorHover);
    cursor: pointer;
}
.form .wpcf7c-btn-back{
    font-family: inherit;
    border:none;
    text-align: center;
    color: var(--priColor);
    
    width: auto;
    min-width: 306px;
    padding: 22px 10px;
    line-height: 20px;
    box-sizing:border-box;

    background-color: white;
    border: 1px solid var(--priColor);

    margin: 24px auto;
    display: block;

    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;
}
.form .wpcf7c-btn-back:hover{
    color: white;
    background-color: var(--priColorHover);
    border: 1px solid var(--priColorHover);
    cursor: pointer;
}

.form span.wpcf7-list-item{
    position: relative;
    margin: 5px 32px 8px 0;
    line-height: 24px;
}
.form .wpcf7-spinner{
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width: 768px) {
    .flex-w{
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .flex-w dd:nth-child(even){
        padding-right:8px;
    }
    .flex-w dd:nth-child(odd){
        padding-left:8px;
    }
    .form dl dd.half{
        width: 50%;
    }
}
.form div.wpcf7 .ajax-loader{
  margin: 15px auto;
  display: block;
}
.form .response,
.form div.wpcf7-response-output{
  margin:0 auto calc(var(--baseSpace) * 2);
  font-size: 14px;
  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 #237D26;
    background-color: #237D26;
    color: white;
    max-width: 789px;
}

.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{
    color: #cc5848;
    margin-top: 5px;
    font-size: 14px;
}
.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{
    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.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 .mt-adj span.wpcf7-list-item{
    margin: 14px 32px 20px 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{
    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;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

@media only screen and (min-width: 768px) {
    .form dl.mid-flex dd{
        flex:1 0 50%;
        max-width: 50%;
    }
    .form dl.mid-flex dd:first-of-type{
        padding-right: calc(var(--baseSpace) * 1);
    }
    .form dl.mid-flex dd:last-of-type{
        padding-left: calc(var(--baseSpace) * 1);
    }
    .form .wpcf7c-btn-back{
        margin: 24px auto 24px 0;
    }
    .form .wpcf7-submit{
        margin: 24px 0 24px auto;
    }
    .custom-wpcf7c-confirmed .btn-wrap{
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .custom-wpcf7c-confirmed .btn-wrap .item{
        flex:1 0 50%;
    }
}
@media only screen and (min-width: 980px) {
    .form dl dd{
        margin-bottom:calc(var(--baseSpace) * 3); 
    }
    .form input[type="date"], .form select, .form textarea, .form input{
        font-size: 18px;
        padding: 16px 16px;
    }

    .form button, .form [type="submit"],
    .form .wpcf7c-btn-back{
        width: 380px;
        margin: 40px auto;
    }
    .form .wpcf7c-btn-back{
        margin: 24px auto 24px 0;
    }
    .form .wpcf7-submit{
        margin: 24px 0 24px auto;
    }
}