@charset "UTF-8";
/*========================================
Re:vite
Date :
URL :
Style : Contact CSS
Filename : contact-form.css
========================================*/

/*========================================
Contents
========================================*/
@media (max-width: 959px) {

}
@media (max-width: 767px) {

}
@media (max-width: 374px) {

}
/*========================================
Form Setting
========================================*/
button, input, select, textarea {
  font-family : inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea, select, input[type="password"] {
  font-size: 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
input:focus:not(.form-btn-submit-off):not(.form-btn-submit):not(.form-btn-submit-op), textarea:focus, select:focus {
  background-color: #fafafa;
  border: 1px solid #999;
  box-shadow: 0 0 10px #eee;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"],[type="password"] {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
textarea {
  width: 100%;
  height: 200px;
  margin: 0 0 0 0;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
select {
  width: 100%;
  padding: 5px 30px 5px 10px;
  box-sizing: border-box;
  background: url("../../images/web/icon/pulldown.svg") right 10px center no-repeat, #fff;
  background-size: 8px 19px;
  line-height: 1.5;
}
select {
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
  appearance: none;	/* 標準のスタイルを無効にする */
}
::-ms-expand {	/* select要素のデザインを無効にする（IE用） */
display: none;
}
.checkblock {
  display: inline-block;
}
.check-cont_ar label {
  display: inline-block;
  margin: 0 30px 10px 0;
}
.radio_ar {
  padding: 16px 0;
}
/*radio01 css*/
.radio01-input {
  display: none;
}
.radio01-input:disabled + .radio01-parts {
  color: #ccc;
}
.radio01-input:disabled + .radio01-parts::before {
  background-color: #ddd;
  border-color: #ddd;
}
.check-cont_ar {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px;
}
.check-cont_ar.dual-app {
  margin: 0 0 20px;
}
@media(max-width: 767px) {
  .check-cont_ar label {
    margin: 10px 0;
  }
  /* .check-cont_ar label {
    box-sizing: border-box;
    display: inline-block;
    width: 47%;
    margin: 0 2% 10px 0;
    padding: 15px 10px;
    background: #F7F7F7;
    border-radius: 3px;
  }
  .check-cont_ar label.active {
    background: #6F8EB9;
    color: #fff;
  }
  label.active .radio01-parts {
    color: #fff!important;
  }
  label.active .radio01-parts:before {
    background: #fff;
  } */
}
.radio01-parts {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  font-size: 0.9rem;
}
.radio01-parts:hover {
  cursor: pointer;
}
.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
  transform: translateY(-50%);
}
.radio01-input:checked + .radio01-parts {
  color: #474747;
}
.radio01-input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #474747;
  border-radius: 50%;
  transform: translateY(-50%);
}
/* submit botton setting */
.contact-form_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.form-btn-submit {
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  color: #ff9600;
  border: 2px solid #ff9600;
  border-radius: 50px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.4s;
}
.form-btn-submit-op {
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  color: #ff9600;
  border: 2px solid #ff9600;
  border-radius: 50px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.4s;
}
.form-btn-submit:hover,
.form-btn-submit:focus,
.form-btn-submit-op:hover,
.form-btn-submit-op:focus {
  color: #fff;
  background: #ff9600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s;
}
.form-btn-submit-off {
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 50px;
  background: #fff;
  color: #ccc;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.form-btn-submit-back {
  width: auto;
  margin: 0 10px;
  padding: 12px 0;
  font-size: 1.4rem;
  border: 1px solid #fff;
  position: absolute;
  top: 30px;
  left: 16%;
}
.form-btn-submit-back:hover {
  color: #fff;
  background: #999;
  cursor: pointer;
}

@media(max-width: 767px) {
  .form-btn-submit,
  .form-btn-submit-off {
    width: 280px;
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
.form-btn_wide, .form-btn_half {
  width: 30%;
}
.form-btn_error {
  background: #ffe8e8!important;
  border: 2px solid #f00!important;
}
.error-bg {
  background-color: #FFDFDF!important;
  border: 1px solid red!important;
}
.error {
  margin: 5px 0 0!important;
  color: red!important;
  font-size: 0.9rem;
}
.caution {
  font-size: 0.7rem;
  line-height: 1.5;
}
/* chack box setting */
input[type="checkbox"] {
  display: none;
}
.checkbox-parts {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 13px 3px 18px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.checkbox-parts::before, .checkbox-parts::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}
.checkbox-parts::before {
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #787878;
  border-radius: 3px;
}
.checkbox-parts::after {
  opacity: 0;
  top: 45%;
  left: 2px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5);
}
.checkbox-parts:hover::before {
  background: #C3A560;
}
.checkbox-input:disabled + .checkbox-parts {
  color: #aaa;
}
.checkbox-input:disabled + .checkbox-parts:before {
    background: #bbb;
    border-color: #bbb;
}
input[type="checkbox"]:checked + .checkbox-parts::before {
  background: #C3A560;
  border: 1px solid #C3A560;
}
input[type="checkbox"]:checked + .checkbox-parts::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/* Chrome */
::-webkit-input-placeholder {
 color: #cdcdcd;
}
/* Firefox */
::-moz-placeholder {
 color: #cdcdcd;
}
/* IE */
:-ms-input-placeholder {
 color: #cdcdcd;
}
/* Edge */
::-ms-input-placeholder {
 color: #cdcdcd;
}
