/*コンタクトフォーム*/
section.section-form {
      /* margin-top: 120px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5a9329;
  /*margin: 40px 0;*/
  position: relative;
}

div#wpcf7-f5-o1, div#wpcf7-f23-o1,div#wpcf7-f24-o1 {
  width: 80%;
}
table.contact {
  width: 100%;
  background-color: #EEF2F1;
}
span.nini {
  background-color: #5ABCC8;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 10px;
	font-weight: 500;
    font-size: 13px;
}
span.hissu {
  background-color: #CC0202;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  margin-right: 10px;
}
table.contact tr {
  width: 90%;
  margin: 0 auto;
  border-bottom: dashed 1px #086e40;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
span.wpcf7-form-control-wrap input {
  margin-top: 0;
  width: 100%;
  font-size: 16px;
}
table.contact th {
  width: 30%;
  text-align: left;
}
table.contact td {
  display: flex;
  flex-direction: column;
}
span.other {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
select {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  margin-left: 20px;
}
button.btn.btn-large.btn-primary {
  background-color: #086e40;
  color: #fff;
  border: 0;
  font-weight: bold;
  width: 50%;
  padding: 20px 0;
  font-size: 22px;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  table.contact tr {
    flex-direction: column;
  }
  section.section-form img {
    width: 100%;
    /*width: 70%;*/
  }
  table.contact th {
    width: 100%;
    text-align: left;
  }
  table.contact td {
    width: 80%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  span.other {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  span.other span {
    margin-top: 10px;
  }
  span.other {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  section.section-form img {
    width: 100%;
    /*width: 90%;*/
  }
  select {
    margin-left: 0px;
  }
  /*span.wpcf7-form-control-wrap input {
    margin-left: -10px !important;
  }*/
  button.btn.btn-large.btn-primary {
    background-color: #ff9500;
    color: #fff;
    border: 0;
    font-weight: bold;
    width: 70%;
    padding: 15px 0;
    font-size: 17px;
    border-radius: 10px;
    margin-top: 40px;
  }
}
/*フッター*/
footer {
  background-color: #086e40;
}
.footer_inner {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.footer_inner p {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 30px;
}
.sp-contact {
  background-color: #FFC204;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.other span.wpcf7-form-control-wrap input {
  width: 93%;
}
@media screen and (max-width: 1024px) {
  .main_v {
    background-color: #EFF0E0;
    padding: 20px 0;
  }
  .main_v_wrap .main_v img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .attention {
    font-size: 14px;
    text-align: left;
  }
  .wpcf7-form ul {
    padding: 40px 5% 30px 5%;
    background-color: #fff;
  }
}
@media screen and (max-width: 850px) {
  .contact-link {
    background-color: #FFC204;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
  }
  div#wpcf7-f5-o1, div#wpcf7-f23-o1,div#wpcf7-f24-o1 {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  div#wpcf7-f5-o1, div#wpcf7-f23-o1,div#wpcf7-f24-o1 {
    width: 100%;
  }
}
.other span.wpcf7-form-control-wrap input {
  width: 100%;
}
.kekka_wrap h3 {
  background-color: #086e40;
  color: #fff;
  padding: 20px 0;
}
.kekka {
  font-weight: bold;
  font-size: 40px;
  margin: 40px 0;
}
/*コンタクト*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
input[type="submit"] {}
/*全体設定*/
.wpcf7-form ul {
  /*width: 65%;*/
  margin: 0 auto;
  padding: 80px 10% 30px 10%;
  background-color: #fff;
}
.wpcf7-form ul.margin-contact {
  margin-top: 20px;
}
span.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form * {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.form-title {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
span.hissu {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.wpcf7-form li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: flex-start;
  text-align: left;
}
.form-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7-form li.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}
.container {
  width: 80%;
  background-color: #fff;
  padding: 0 10% 100px 10%;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .container {
      width: 85%;
      /* margin-bottom: 0; */
      padding: 5%;
      margin: 0 auto;
      margin-top: -1px;
      margin-bottom: 60px;
  }
}
/*全体設定*/
/*送信ボタン*/
.submit-button {
  color: #fff;
  background-color: #ff9500;
  display: none;
  text-align: center;
  width: 25%;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 35px;
  margin: 0 auto;
  margin-top: 50px;
  border: none !important;
}
#confirm-button {
  display: block;
  width: 50%;
}
@media screen and (max-width: 500px) {
  #confirm-button {
    width: 100%;
  }
}
/*input設定*/
span.contact-content input {
  font-size: 16px;
}
.form-content input[type='text'], .form-content input[type='tel'], .form-content input[type='email'] {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 5px;
  border: solid 2px #000;
  background-color: #fff;
  /*color: #c9c1b7;*/
  font-weight: lighter;
  /* ↓追加 */
  box-sizing: border-box;
}
/*input設定*/
/*テキストエリア*/
.form-content textarea {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 5px;
  /*border: solid 2px #ebe6df;*/
  background-color: #f2efeb;
  border: solid 2px #000;
  /*color: #c9c1b7;*/
  font-weight: lighter;
  resize: none;
  /* ↓追加 */
  box-sizing: border-box;
}
/*セレクトボックス*/
.form-content select {
  border: solid 2px #ebe6df;
  margin-right: 10px;
  width: 100%;
  padding: 5px 0;
  color: #595855;
  background-color: #f2efeb;
  margin-top: 10px;
}
span.date {
  display: flex;
  flex-direction: column;
}
/*テキストエリア*/
/*.checkbox input[type='checkbox']*/
.check .wpcf7-list-item-label {
  position: relative;
  display: flex;
  padding-left: 40px;
  font-weight: normal;
  font-size: inherit;
}
.check .wpcf7-list-item label:hover {
  cursor: pointer;
}
/*ボタンを押した際のアニメーション*/
.check .wpcf7-list-item-label::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-color: #f2efeb;
  border: solid 2px #ebe6df;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 5px;
}
.check .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  background-image: url('../img/input-check.png');
  background-size: contain;
  width: 25px;
  height: 25px;
  border: solid 2px #ebe6df;
  background-color: #fff;
  border-radius: 5px;
}
.check input {
  display: none;
}
.check span.wpcf7-form-control {
  display: flex;
  /* flex-direction: column; */
  padding-top: 10px;
  padding-bottom: 10px;
}
.check span.wpcf7-form-control .wpcf7-list-item {
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
  flex-basis: 20%;
}
/* ラジオボタンの設定 */
.radio .form-title {
  margin-bottom: 20px;
}
.radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: inherit;
}
.radio .wpcf7-list-item label:hover {
  cursor: pointer;
}
/*ボタンを押した際のアニメーション*/
/*ラジオボタン*/
/*ボタンを押した際のアニメーション*/
.radio .wpcf7-list-item-label::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-color: #f2efeb;
  border: solid 2px #ebe6df;
  left: 0px;
  border-radius: 50%;
}
.radio input {
  display: none;
}
.radio input[type='text'] {
  display: block;
}
/*.radio .wpcf7-list-item.first input:checked + .wpcf7-list-item-label:before,.radio .wpcf7-list-item:nth-child(2) input:checked + .wpcf7-list-item-label:before,.wpcf7-list-item:nth-child(3) input:checked + .wpcf7-list-item-label:before,.wpcf7-list-item:nth-child(4) input:checked + .wpcf7-list-item-label:before,.wpcf7-list-item:nth-child(5) input:checked + .wpcf7-list-item-label:before*/
.radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  background-size: contain;
  width: 23px;
  height: 23px;
  border: solid 4px #f2efeb;
  background-color: #71594C;
  border-radius: 50%;
}
.radio span.wpcf7-form-control {
  display: flex;
  /*flex-direction: column;*/
}
.radio span.wpcf7-form-control .wpcf7-list-item {
  margin-bottom: 20px;
  /*padding-left: 25px;
    display: flex;*/
  align-items: center;
  flex-basis: 20%;
}
/* ↓追加　confirm-announceの設定 */
.confirm-announce {
  font-size: 14px;
  font-weight: lighter;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
/* ↓追加　privacy-policyの設定 */
.privacy-policy {
  /*width: 65%;*/
  height: 200px;
  margin: 0 auto;
  overflow-y: scroll;
  background-color: #fff;
  border: solid 2px #000;
}
.privacy-policy h4 {
  margin: 20px 0;
}
.privacy-policy p {
  font-weight: normal;
  margin: 20px 0;
}
.attention {
  /*width: 65%;*/
  margin: 30px auto;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
}
/*ボタンを押した際のアニメーション*/
@media screen and (max-width: 1024px) {
  .wpcf7-form ul {
    /*width: 80%;*/
  }
  .attention {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .wpcf7-form ul {
    width: 95%;
    padding: 5%;
}
  .radio .wpcf7-list-item-label {
    margin-bottom: 20px;
  }
  .wpcf7-list-item.last {
    margin-bottom: 0px;
  }
  .form-heading {
    font-size: 22px;
  }
  /*.wpcf7-form ul {
      width: 90%;
      margin-top: 50px;
    }*/
  .wpcf7-form li {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .form-content {
    width: 100%;
    display: flex;
  }
  .form-title {
    width: 100%;
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .submit-button {
    width: 100%;
    font-size: 15px;
  }
  .date {
    display: flex;
    flex-direction: column;
  }
  .form-content select {
    width: 100%;
    margin-bottom: 10px;
  }
  .radio .wpcf7-list-item {
    width: 100%;
  }
  .check span.wpcf7-form-control .wpcf7-list-item, .radio span.wpcf7-form-control .wpcf7-list-item {
    flex-basis: 33%;
  }
  /* ↓追加 privacy-policyの設定 */
  /*.confirm-announce, .privacy-policy {
    width: 90%;
  }*/
  .attention {
    width: 90%;
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .form-heading {
    font-size: 22px;
  }
  .check span.wpcf7-form-control .wpcf7-list-item, .radio span.wpcf7-form-control .wpcf7-list-item {
    flex-basis: 100%;
  }
  .check span.wpcf7-form-control .wpcf7-list-item {
    margin-bottom: 20px;
  }
  .check span.wpcf7-form-control, .radio span.wpcf7-form-control {
    flex-direction: column;
  }
}
@media screen and (max-width: 320px) {
  .wpcf7-form * {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 12px;
  }
}
/*CTAのCSS*/
#first-cta{
  background-color: #FFFFE9;
  padding-bottom: 50px;
}
.cta-bg {
    width: 100%;
    height: 300px;
    background-image: url(../images/cta-bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-head{
  width: 65%;
}
.cta-list_area{
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: -30px;
}
.sub-cta a{
  display: block;
}
.sub-cta a:first-child{
  margin-bottom: 10px;
}
@media screen and (max-width:500px){
  .cta-head{
    width: 70%!important;
  }
  .cta-bg {
      height: 200px;
  }  
  .cta-list_area{
    width: 90%;
     flex-direction: column;
      margin-top: 20px;
  }
  .tel-cta{
      margin-bottom: 15px;
  }
  .sub-cta a:first-child{
    margin-bottom: 15px;
  }
  .sub-cta a{
    width: 95%;
    margin: 0 auto;
  }
}
