@charset "UTF-8";
#idx_has_error,
#conf{
    margin-top: -80px;
    padding-top: 80px;
}
span.must{
  color: #333;
  /*background: #00B29A;*/
  background: #59D4C4;
  padding: 2px 8px 4px;
  margin-left: .8em;
  margin-right: .5em;
  border-radius: 2px;
  font-weight: normal;
}
span.must.ml-0{
  margin-left: 0;
}
p.error,
span.error{
  color: red;
}
.box-privacy{
  height: 200px;
  overflow-y: scroll;
  margin: 40px 0;
  padding: 1em;
}
.box-privacy h3{
  text-align: center;
  color: #666;
  margin-bottom: 4rem;
  font-size: 1.3em;
}
.box-privacy p{
  margin-bottom: 1em;
  text-align: left;
}
.box-privacy dt{
  float: none;
  color: #666;
  padding: 0;
  width: auto !important;
  font-weight: bold;
  line-height: 2;
}
.box-privacy dd {
  padding-left: 0;
  line-height: 1.6;
  margin-bottom: 1em;
}
.box-privacy dd,
.box-privacy dd li{
  border-bottom: none;
}
.box-privacy dd ul{
  margin-top: 10px;
  padding-left: 1em;
}
.box-privacy dd li{
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 10px;
}
/*agree*/
.box_agree{
  background: #EFF1F5;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}
.box_agree p{
  text-align: center;
}
/*btn_button*/
.btn_button{
  margin: 40px auto;
  text-align: center;
}
.btn_button button{
  text-align: center;
  height: auto;
  max-width: 400px;
  padding: 30px 50px;
  /*background: #00B29A;*/
  background: #59D4C4;
  color: #333;
  border: none;
  font-size: 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  position: relative;
  display: inline-block;
}
.btn_button button::before,
.btn_button button::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_button button::before{
  width: 8px;
  height: 8px;
  right:-80%;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_button button,
.btn_button button:before,
.btn_button button:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_button button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.btn_button button.btn_return{
  background: #C4C4C4;
  margin-right: 20px;
}
/*checkbox style---------*/
label.checker{
  width: auto;
}
.checker .check {
  display: inline-block;
  vertical-align: middle;
}
.checker .text {
  display: inline-block;
  vertical-align: middle;
  padding-top: .5em;
  margin-right: 2em;
  margin-bottom: 1em;
}
.checker .text.txt_agree {
  padding-top: .8em;
}
.checker input {
  display: none;
}
.checker .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1em;
  margin-bottom: 1em;
}
.checker .check::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 3px solid #808080;
  border-radius: 3px;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.checker input:checked + .check::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 20px;
  height: 10px;
  border-left: 4px solid #00B29A;
  border-bottom: 4px solid #00B29A;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checker input:disabled + .check:before {
  background-color: #dedede;
}
.checker input:checked:disabled + .check::after {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}
/*input style---------*/
input[type="text"],
textarea {
  color: #333;
  padding: 0.8em;
  outline: none;
  background: #FFFFFF;
  border: 3px solid #dedede;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
input[type="text"]{
  box-sizing: border-box;
  background: #FFFFFF;
  border: 3px solid #dedede;
  box-shadow: none;
  color: #333;
  flex: none;
  font-size: 16px;
  font-weight: 400;
  height: 68px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 10px 14px;
  text-align: left;
  max-width: 100%;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 3px solid #dedede;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
input[type="radio"]:checked {
  background-color: #00B29A;
  border-color: #00B29A;
}
input.tel-radio[type="radio"] {
  margin-left: 20px;
}
.radio-group label {
  margin-right: 10px;
  cursor: pointer;
}
.input-wrapper {
  border-bottom: #EEE solid 1px;
  padding: 40px 0;
}
.input-wrapper p{
  font-weight: bold;
}
.input-wrapper p span.normal{
  font-weight: normal;
  font-size: 14px;
}
span.bar{
  margin: 20px 10px;
  font-size: 18px;
}
/*box-thanks*/
.box-thanks .btn-link a{
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 340px;
  padding: 30px 50px;
  background: #00B29A;
  color: #ffffff;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 16px;
}
.box-thanks .btn-link a::before,
.box-thanks .btn-link a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.box-thanks .btn-link a::before{
  width: 8px;
  height: 8px;
  right:-80%;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-thanks .btn-link a,
.box-thanks .btn-link a:before,
.box-thanks .btn-link a:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.box-thanks .btn-link a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media only screen and ( max-width : 768px ) {
  input[type="text"], textarea {
    width: 100%;
    box-sizing: border-box;
  }
  textarea {
    height: 200px;
  }
  label{
    line-height: 3;
  }
  .input-wrapper p {
    margin-bottom: 6vw;
  }
  input.w20{
    width: 25%;
  }
  p.error, span.error {
    display: block;
    margin-top: 2vw;
  }
}
@media only screen and ( min-width : 769px ) {
  #idx_has_error, #conf {
    margin-top: -140px;
    padding-top: 140px;
  }
  input[type="text"] {
    width: 70%;
  }
  input.w20{
    width: 18%;
  }
  textarea {
    width: 70%;
    height: 200px;
    box-sizing: border-box;
  }
  label{
    cursor:pointer;
  }
  .input-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .input-wrapper label{
    display: flex;
    width: 100%;
    margin: 0 !important;
  }
 .input-wrapper p{
    width: 30%;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .input-items label{
    width: auto;
  }
  .input-items{
    width: 30%;
  }
  .input-field{
    width: 70%;
  }
  .input-field textarea{
    width: 100%;
  }
  .input-field input[type="text"] {
    width: 100%;
  }
  .input-field input.w20 {
    width: 18%;
  }
  .input-field input.tel-radio[type="radio"] {
    margin-left: 0;
  }
  .input-field input.first-radio{
    margin: 10px 10px 10px 0;
  }
  span.must{
    font-size: 14px;
  }
  span.error {
    margin: 20px 0 0 0;
    line-height: 1.4;
    width: 100%;
    /*padding-left: 20%;*/
  }
  label:first-of-type{
    margin-right: 20px;
  }
  .btn_button button {
    width: 74%;
  }
  .container .box-privacy h3{
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.6;
    color: #333;
  }
  .container .box-privacy h3::before{
    content: none;
  }
}