@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: 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.ttl{
    font-size: 18px;
    margin-bottom: 24px;
    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: #999999;font-weight: 400;}
input:focus:-moz-placeholder { font-size:16px;color: #999999;font-weight: 400;}
.form input::placeholder,
.form textarea::placeholder{
    font-size:16px;
    color: #999999;
    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: "Work Sans", "Microsoft JhengHei", "PingFang TC", "Source Han Sans TC", "Heiti TC", sans-serif;
    color: #1b1b1b;
    font-size: 16px;
    display: inline-block;
    padding: 16px 24px;
    
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--gray02);
    line-height: 1.6em;
    border-radius: 0;
    background-color: var(--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 .menu-971 select,
.form .narrow-select .narrow-select{
    padding: 16px 48px 16px 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.form input:focus,
.form textarea:focus{
    border: 1px solid #1b1b1b;
}

.form select {
    color: #999999;
    background-size: 12px auto;
    background-image: url(../img/form/arrow_down.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.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;
    background-image:url("../img/bottom/arrow_down.png");
    color: #999999;
    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;
    height: 30px;
    background-color: transparent;
    vertical-align: top;
    padding: 0;
    position: absolute;
    top:0;
    left: 0;
    z-index: 999;
}

.form input[type="checkbox"]:not(:checked) + span:before,
.form input[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: -36px;
    top: -1px;
    width: 22px;
    height: 22px;
    background-color: var(--gray03);
    border: 1px solid var(--gray03);
    vertical-align: top;
}
.form input[type="checkbox"]:not(:checked) + span:after,
.form input[type="checkbox"]:checked + span:after {
    top: 4px;
    left: -33px;
    font-size: 18px;
    vertical-align: top;

}
.form input[type="checkbox"]:checked + span:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 4px;
    left: -33px;
    font-size: 18px;
    line-height: 0.8;
    color: var(--pri-color);
    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: -36px;
    top: -2px;
    width: 22px;
    height: 22px;
    background-color: var(--gray02);
    border: 1px solid var(--gray02);
    /*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;
  float: left;
  margin-left: 36px;
/*  margin-left: 5px;
  line-height: 22px;
  display: inline-block;
  padding-left: 35px;*/
}


.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 .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: "Work Sans", "Microsoft JhengHei", "PingFang TC", "Source Han Sans TC", "Heiti TC", sans-serif;
    display: block;
    width: 100%;
    padding: 0;
    margin:0 auto;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    background: var(--pri-color); 
    color: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    max-width: 196px;
    border-radius: 25px;
    box-sizing: border-box;
    border:0;

    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 20px center;
    background-image: url(../img/common/pri_btn_arrow_w.png);
}
.form button:hover,
.form [type="submit"]:hover{
    color: white;
    background-color: var(--pri-color-hover); 
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.64);
    cursor: pointer;
}
.form button:focus,
.form [type="submit"]:focus{
  border: 0;
}

.form span.wpcf7-list-item{
    position: relative;
    margin: 0 calc(var(--base-s) * 2) calc(var(--base-s) * 2) 0;
    line-height: 24px;
}
@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 .response,
.form div.wpcf7-response-output{
  margin: 0px auto calc(var(--base-s) * 3);
  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 #4ECDA4;
    background-color: #4ECDA4;
    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  .wpcf7 form.spam .wpcf7-response-output{
  padding: 10px;
  border: 1px solid var(--red);
  background-color: var(--red);
  color: white;    

}


.form .response-error,
.form .wpcf7 form.failed .wpcf7-response-output,
.form .wpcf7 form.aborted .wpcf7-response-output {
  padding: 10px;
  border: 1px solid var(--red);
  background-color: var(--red);
  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 .wpcf7-spinner{
    margin: 15px auto;
    visibility: hidden;
    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 form.submitting .wpcf7-spinner {
    visibility: visible;
    display: block;
}
.form .wpcf7-spinner::before{
    content: "";
    background-color: transparent;
}

.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: 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: 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;
}
.form .boxes-02{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.form .boxes-02 .menu-971{
    width: 36%;
    display: block;
}
.form .boxes-02 .tel-800{
  width:calc(64% - 16px);
  display: block;
  margin-left: 16px;
}
.form div.wpcf7 .ajax-loader,
.form div.wpcf7 .ajax-loader{
  width: 30px;
  height: 30px;
  background-image: url(../img/common/loader.gif);
  background-size: 30px auto;
  margin: calc(var(--base-s) * 2) auto 0;
  
}