@charset "UTF-8";
/*
Theme Name:オリジナルテーマ
*/
.content_wrapper h1 {
  font-size: 36px;
  background-color: #005513;
  color: #FFF;
  padding: 30px 0px;
  margin-bottom: 50px;
}
/* Contact Form7 */
.contact7 {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: auto;
  box-sizing: border-box;
  font-size: 100%;
}
.contact7_flex1, .contact7_flex2, .contact7_flex3, .contact7_flex4 {
  margin-bottom: 20px;
}
.contact7_flex1, .contact7_flex2, .contact7_flex3, .contact7_flex4, .contact7_flex5 {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}
.contact7_flex5 {
  margin-bottom: 30px;
}
.contact7 dt {
  width: 100%;
  color: #005513;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
.contact7 dd {
  width: 100%;
}
.contact7_flex1 input, .contact7_flex2 input, .contact7_flex3 input, .contact7_flex5 textarea {
  width: 100%;
  padding: 3px 5px;
  font-size: 140%;
}
.wpcf7-list-item-label {
    font-size: 120%;
}
.accept_textarea {
  margin: 30px auto;
  padding: 20px;
  width: 90%;
  border: solid 1px #005513;
}
input[type=checkbox],input[type=radio] {
  transform: scale(1.7);
}
input[type=radio] {
    margin: 0px 5px 0px 10px;
}
.accept_textarea_title {
  font-size: 2.4rem;
  padding-bottom: 10px;
  font-family: ryo-display-plusn, serif;
  font-weight: 600;
  font-style: normal;
  color: #005513;
}
.accept_textarea_contents_area1, .accept_textarea_contents_area2, .accept_textarea_contents_area3, .accept_textarea_contents_area4, .accept_textarea_contents_area5, .accept_textarea_contents_area6, .accept_textarea_contents_area7, .accept_textarea_contents_area8 {
  padding-top: 15px;
  font-size: 100%;
}
.accept_textarea span {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 600;
  font-style: normal;
}
.accept_textarea_contents {
  text-align: left;
}
.wpcf7-spinner {
    display: none;
}
/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
  font-size: 18px;
}
/* 任意マーク */
.contact7 .optional {
  background: #999;
  font-size: 18px;
}
.contact7 .must, .contact7 .optional {
  color: #FFF;
  border-radius: 3px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}
.btn_send_button {
    text-align: center;
}
.btn_contact7 {
  margin: 30px auto 50px;
}
.btn_contact7 input {
  background-color: #005513;
  color: #FFF;
  padding: 5px 10px;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #005513;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #005513;
}
@media(max-width: 760px) {
    .contact7 {
        width: 95%;
    }
    .content_wrapper h1 {
        font-size: 2.8rem;
    }
    .contact7 dt {
        font-size: 2.0rem;
    }
}