@charset "UTF-8";


/*--------------------------------------------------
**************************************************
お問い合わせ
**************************************************
--------------------------------------------------*/

div#contact_wrap{
  position: relative;

}
div#contact_wrap::after {
  content: "";
  position: absolute;
  top: -19vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  background: url(../imgs/top/top_03.png) no-repeat;
  background-position: top;
  pointer-events: none;
  background-size: contain;
  z-index: 0;
}
div#contact_wrap span.title_02{
  display: block;
}

div#contact_form {
  width: 100%;
  height: auto;
  margin: 0px auto 50px auto;
}
div#container {
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 20px 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
form#contact {
  position: relative;
  width: calc(100% - 10px);
  height: auto;
  margin: auto;
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
  z-index: 10;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .items span.name {
  font-size: 20px;
}
.form-group .items span.must {
  display: inline-block;
  background: #208c83;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  margin: auto 20px;
}
.form-group input {
  width: 100%;
  height: 60px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  margin: 10px auto;
  font-size: 18px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.form-group input:focus, .form-group textarea#body:focus{
  border: 2px solid #ffffff;
  background: #dff1f0;
  color: #666666;
}
.form-group label.radio01 {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  margin: 10px auto;
}
input[type="radio"] {
  display: none;
}
.form-group span.check {
  position: absolute;
  display: inline-block;
  width: calc(100% - 100px);
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 60px;
  margin: auto;
}
.form-group label.radio01::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 25%;
  left: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.form-group label.radio01::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 34%;
  left: 15px;
  opacity: 0;
  background: #208c83;
  border-radius: 50%;
}
input[type=radio]:checked + label.radio01::after {
  opacity: 1;
}
input[type="radio"], [type="checkbox"]{
  position: relative;
  top: 2px;
}
.form-group textarea#body {
  width: 100%;
  height: 180px;
  font-size: 18px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  box-sizing: border-box;
}
button.btn.btn-primary {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(to right,#1a9b90, #50bcb3);
  color: #fff;
  font-size: 20px;
  border: unset;
  cursor: pointer;
  transition: 3s;
}
button.btn.btn-primary:hover{
  opacity: 0.5;
}

/*--------------------------------------------------
**************************************************
サンクスページ
**************************************************
--------------------------------------------------*/
.thanks_wrap {
  text-align: center;
  margin-bottom: 80px;
}

/*--------------------------------------------------
**************************************************
お問い合わせ確認
**************************************************
--------------------------------------------------*/

div#contact_form div#text {
  text-align: center;
  font-size: 16px;
}
table.confilm {
  width: calc(100% - 20px);
  margin: 50px auto;
  box-sizing: border-box;
  border-spacing: 0;
}
table.confilm tr {
  display: block;
  width: 100%;
  font-size: 12px;
  border-bottom: 2px solid #ffffff;
  border-spacing: 0;
  background: #f7fbfa;
}
table.confilm th {
  width: 120px;
  border-right: 1px solid #ffffff;
  padding: 10px 5px;
  background: #e6f6f5;
}
table.confilm td {
    padding: 10px;
}
div#contact_wrap a.send {
  display: block;
  width: 150px;
  height: 40px;
  font-size: 15px;
  margin: 20px auto;
  padding: 5px 40px;
  border-radius: 20px;
  border: unset;
  background: linear-gradient(to right,#1a9b90, #50bcb3);
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}


/*--------------------------------------------------
**************************************************
お問い合わせ完了ページ
**************************************************
--------------------------------------------------*/

div#complet_text {
    width: calc(100% - 20px);
    font-size: 15px;
    margin: auto;
}

div#complet_text p {
    margin: auto auto 10px auto;
}
