@charset "UTF-8";

/*---------------------------

---------------------------*/
.inner_1300 {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}


.main_Img>div {
  background: url(../img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

.main_Img h2 {
  color: #000000;
}

#contact_Wrap {
  display: block;
  padding: 50px 0 0;
}

.lead_Area {
  padding: 0 0 50px;
}

.lead_Area h4 {
  padding: 0 0 0 10px;
  margin-bottom: 15px;
  border-left: 5px solid #009944;
  font-size: 22px;
  line-height: 1.2;
  box-sizing: border-box;
}

.lead_Area p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
}

.tel_Area {
  padding: 40px 0;
  margin: 30px auto 50px;
  border-top: 2px dotted #dcdb84;
  border-bottom: 2px dotted #dcdb84;
}

.tel_Area dl {
  justify-content: center;
  align-items: center;
}

.tel_Area dt {
  display: inline-block;
  padding: 15px 40px;
  margin-right: 20px;
  background-color: #dcdb84;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.tel_Area dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tel_Area a {
  display: inline-block;
  margin-right: 10px;
  color: #000000;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  pointer-events: none;
}

.tel_Area p {
  font-size: 15px;
  line-height: 1;
}

#form_Area {
  padding: 0 0 40px;
}

#form_Area li {
  margin: 1px 0;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

#form_Area li:last-child {
  border-bottom: 1px solid #e4e4e4;
}

#form_Area dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

#form_Area dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding: 20px;
  background-color: #e4e4e4;
  font-size: 15px;
  box-sizing: border-box;
}

#form_Area dt span {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  background-color: #dc8383;
  font-size: 12px;
  line-height: 1;
  box-sizing: border-box;
}

#form_Area dd {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}

#form_Area dd input {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #efefef;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  outline-color: #888;
}

#form_Area small {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  font-size: 12px;
}

/* 個別設定 */
.item03 label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  padding: 16px 20px 16px 10px;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  text-align: left;
  box-sizing: border-box;
}

.item03 label:first-child {
  margin-right: 15px;
}

.item03 label input {
  width: auto !important;
}

.item04 dd>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.item04 dd>div p {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.item04 select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  outline-color: #888;
}

.item04 .trueAge p:first-child {
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

.item04 .trueAge input {
  max-width: 5em;
}

.item05 dd>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px;
}

.item05 dd>div:last-child {
  padding: 0;
}

.item05 dd>div p {
  display: inline-block;
  width: 10em;
  font-size: 14px;
  line-height: 1;
}

.item05 dd>div p:last-child {
  width: calc(100% - 10em);
}

.item05 dd>div input {
  display: block;
  width: calc(100% - 10em);
}

.item05 dd>div select {
  width: 50%;
  padding: 10px;
  margin-left: -1.2em;
  font-size: 16px;
  box-sizing: border-box;
  outline-color: #888;
}

.item05 dd>div:nth-child(2) p:last-child {
  margin-left: 1.5em;
}

.item05.tel_select dd>div:nth-child(2) p:last-child {
  margin-left: 0;
}

.item000 textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  outline-color: #888;
}

.item200 textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  outline-color: #888;
}

.wpcf7-submit {
  display: block;
  position: relative;
  max-width: 320px;
  width: 90%;
  padding: 16px 0;
  margin: 0 auto 80px;
  color: #fff;
  background-color: #dc8383;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  transition: .3s;
  cursor: pointer;
}

.wpcf7-submit:hover {
  opacity: .5;
}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 999px) {}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {


  #contact_Wrap {
    padding: 40px 0 0;
  }

  .lead_Area p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }

  .tel_Area {
    padding: 20px 0;
  }

  .tel_Area dl {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .tel_Area dt {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .tel_Area dd {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .tel_Area a {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 35px;
    letter-spacing: 0.1em;
    pointer-events: unset;
  }

  .tel_Area p {
    font-size: 14px;
  }

  #form_Area {
    padding: 0 0 40px;
  }

  #form_Area li {
    margin: 1px 0;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
  }

  #form_Area li:last-child {
    border-bottom: 1px solid #e4e4e4;
  }

  #form_Area dl {
    flex-direction: column;
    flex-wrap: wrap;
  }

  #form_Area dt {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }

  #form_Area dt span {
    padding: 5px 12px;
    font-size: 11px;
  }

  #form_Area dd {
    width: 100%;
  }

  /* 個別設定 */
  .item03 label {
    width: 100%;
  }

  .item03 label:first-child {
    margin-right: 15px;
  }

  .item03 label input {
    width: auto !important;
  }

  .item03 .wpcf7-list-item {
    width: 100%;
    margin: 0;
  }

  .item03 dd {
    justify-content: space-between;
  }

  .item03 dd>span {
    width: calc((100% - 20px) / 2)
  }

  .item03 br {
    display: none;
  }

  /* .item03 dd > span:first-child {
  margin-right: 20px;
} */

  .item04 dd {
    flex-wrap: wrap;
  }

  .item04 .trueAge {
    padding: 15px 0 0;
  }

  /* .item04 dd > div {
flex-wrap: wrap;
margin-right: 20px;
}
.item04 dd > div p {
padding: 0 0 0 10px;
box-sizing: border-box;
}
.item04 select {
padding: 10px;
font-size: 16px;
box-sizing: border-box;
outline-color: #888;
}
.item04 .trueAge p:first-child {
padding: 0 10px 0 0;
box-sizing: border-box;
}
.item04 .trueAge input { max-width: 5em;} */

  .item05 dd>div {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 30px;
  }

  .item05 dd>div p:first-child {
    display: inline-block;
    padding: 0 0 6px;
    width: 100%;
    text-align: left;
  }

  .item05 dd>div p:last-child {
    width: 100%;
  }

  .item05 dd>div input {
    display: block;
    width: calc(100% - 10em);
  }

  .item05 dd>div select {
    width: 100%;
  }
}

/* 完了画面 */
.lead_Area .thanks_Ttl {
  padding: 0 0 20px;
  color: #009944;
  border-left: none;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.thanks_Txt {
  text-align: center;
}

.remove_Top {
  display: block;
  max-width: 300px;
  width: 80%;
  padding: 18px;
  margin: 30px auto 0;
  border: 2px solid #dcdb84;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  transition: .3s;
}

.remove_Top:hover {
  background-color: #dcdb84;
}

@media only screen and (max-width: 767px) {
  .thanks_Ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}