@charset "UTF-8";
.main-container-wrapper {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .main-container-wrapper {
    width: 90%;
    margin: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .main-container-wrapper {
    max-width: 1000px;
  }
}

.main-container {
  margin-bottom: 10vh;
  display: block;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .main-container {
    width: 100%;
  }
}
.main-container h1 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #1882C5;
  display: flex;
  align-items: center;
  margin: 0 17px 30px 17px;
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  .main-container h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .main-container h1 {
    margin: 0 0 30px 0;
    font-size: 25px;
  }
}
.main-container h1::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #1882C5;
}

.text_inner {
  background-color: rgb(232, 240, 221);
}

h2 {
  color: #1882C5;
  padding: 0;
  font-size: 120%;
  margin-top: 20px;
}

h2::after {
  display: block;
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #01a3f7;
}

li {
  list-style-type: none;
}

.main-content {
  width: 100%;
}

.main-content-inner {
  background-color: rgb(232, 240, 221);
  padding: 10px;
  margin: 0 17px 10px 17px;
}
@media screen and (min-width: 764px) {
  .main-content-inner {
    margin: 0 20px 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-inner {
    margin: 0 50px 15px 50px;
    padding: 30px;
  }
}

.intro {
  width: 98%;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .intro {
    margin-top: 0;
  }
}
.intro .intro-title {
  font-weight: 600;
  color: #FFF;
  font-size: 18px;
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-shadow: 1.3px 1.3px 0 #42a703, -1.3px -1.3px 0 #42a703, -1.3px 1.3px 0 #42a703, 1.3px -1.3px 0 #42a703, 0px 1.3px 0 #42a703, 0 -1.3px 0 #42a703, -1.3px 0 0 #42a703, 1.3px 0 0 #42a703;
}
@media screen and (min-width: 768px) {
  .intro .intro-title br {
    display: none;
  }
}
.intro p {
  text-align: justify;
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .intro .intro-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 764px) {
  .intro .intro-title {
    font-weight: 900;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .intro .intro-title {
    font-size: 25px;
    display: flex;
    justify-content: center;
  }
}

.outline {
  width: 100%;
  margin-top: 20px;
}
.outline p.first_text {
  width: 100%;
  text-align: inherit;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .outline p.first_text br {
    display: none;
  }
}
.outline .outline-content {
  display: flex;
  margin: auto;
  border-top: solid #06b953;
  border-bottom: solid #06b953;
  background-color: #fff5d4;
  align-items: center;
  flex-direction: column-reverse;
}
.outline .outline-content .text-area {
  text-align: justify;
  margin: 0 10px 10px 10px;
}
.outline .outline-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .outline .outline-title {
    font-size: 20px;
  }
  .outline .outline-title font {
    font-size: 16px;
  }
  .outline .outline-content {
    flex-direction: row;
    padding: 10px;
  }
  .outline .outline-content .text-area {
    margin: 0 30px 0 0;
  }
  .outline .outline-content .img-area img {
    width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 764px) {
  .outline .outline-title {
    font-size: 24px;
  }
  .outline .outline-title font {
    font-size: 20px;
  }
  .outline .outline-content {
    padding: 13px;
  }
  .outline .outline-content .text-area {
    width: 450px;
    margin-right: 70px;
  }
  .outline .outline-content .img-area img {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .outline {
    margin-top: 30px;
  }
  .outline .outline-title {
    font-size: 28px;
  }
  .outline .outline-title font {
    font-size: 24px;
  }
  .outline .outline-content {
    padding: 13px;
  }
  .outline .outline-content .text-area {
    width: 500px;
    margin-right: 70px;
  }
}

.about {
  margin: 0 17px 0 17px;
}
@media screen and (min-width: 480px) {
  .about {
    margin: 0 10px 10px 10px;
  }
}
@media screen and (min-width: 764px) {
  .about {
    margin: 0 20px 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    margin: 0 50px 15px 50px;
  }
}

/*お問い合わせ画面*/
.contact {
  background-color: #fff5d4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact {
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    max-width: none;
  }
}

font.required {
  width: 300px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  font.required {
    width: 165px;
    font-size: 16px;
  }
}
font.required p {
  font-size: calc(14px + (1vw - 3.75px) * 0.35);
}
@media screen and (min-width: 768px) {
  font.required p {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  font.required p {
    width: 130px;
  }
}

/* 必須マーク */
font.required:after {
  padding: 0px 6px 0px 6px;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  content: "必須";
  width: 36px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  font.required:after {
    width: 38px;
    height: 17px;
  }
}

font.another {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  font.another p {
    width: 165px;
  }
}
@media screen and (min-width: 1024px) {
  font.another p {
    width: 240px;
  }
}

.required_another {
  width: 300px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .required_another {
    width: 165px;
  }
}
@media screen and (min-width: 1024px) {
  .required_another {
    width: 50%;
  }
}
.required_another p {
  font-size: calc(14px + (1vw - 3.75px) * 0.35);
}
@media screen and (min-width: 768px) {
  .required_another p {
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .required_another p {
    width: 70px;
  }
}

/* 必須マーク */
font.required_another:after {
  padding: 0px 6px 0px 6px;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  content: "必須";
  width: 36px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  font.required_another:after {
    width: 38px;
    height: 20px;
  }
}

.group_col, .name_col, .zip_col, .address_col, .tel_col, .email_col, .confirm_email_col, .input_field {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 15px;
  border-top: solid 1px #06b953;
}
@media screen and (min-width: 768px) {
  .group_col, .name_col, .zip_col, .address_col, .tel_col, .email_col, .confirm_email_col, .input_field {
    flex-direction: inherit;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .group_col, .name_col, .zip_col, .address_col, .tel_col, .email_col, .confirm_email_col, .input_field {
    justify-content: flex-start;
    align-items: center;
  }
}

.input_field {
  height: 100%;
  align-items: flex-start;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .input_field {
    padding-bottom: 0;
  }
}
.input_field .required, .input_field .required_another {
  margin-top: 10px;
}
.input_field .details-text, .input_field #inquiry_details {
  width: 100%;
  height: 80px;
  padding: 1px 2px;
}
@media screen and (min-width: 768px) {
  .input_field .details-text, .input_field #inquiry_details {
    width: 330px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .input_field .details-text, .input_field #inquiry_details {
    width: 500px;
  }
}

input, textarea {
  width: 100%;
  border-style: inset;
  border: solid 2px #ccc;
  padding: 1px 2px;
  background-color: #FFFFFF;
  border-radius: 0.3em;
}
@media screen and (min-width: 768px) {
  input, textarea {
    width: 330px;
  }
}
@media screen and (min-width: 1024px) {
  input, textarea {
    width: 500px;
  }
}

textarea {
  overflow: scroll;
  overflow-x: auto;
}

input::placeholder, textarea::placeholder {
  color: #ddd;
  font-size: calc(14px + (1vw - 3.75px) * 0.35);
}

/* お問い合わせ画面　ボタン配置 */
div.button_line {
  display: flex;
  justify-content: space-between;
  width: 282px;
}
@media screen and (min-width: 768px) {
  div.button_line {
    width: 400px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/*確認ボタン*/
#confirm_box {
  padding-top: 0;
}
#confirm_box p {
  display: flex;
  justify-content: center;
  padding-top: 0;
}
#confirm_box #confirm {
  font-size: 12pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  background: #06b953; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: 2px solid #06b953; /* 枠の指定 */
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #confirm_box #confirm {
    font-size: 13pt;
    width: 145px;
    height: 40px;
  }
}
#confirm_box #confirm:hover {
  background: transparent;
  color: #06b953;
  border: 2px solid #06b953;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

/* 送信ボタンの見た目を変更 */
#contact_form_submit {
  display: inline-block;
  border-radius: 0.3em; /* 角丸       */
  font-size: 13pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  background: #06b953; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: 2px solid #06b953; /* 枠の指定 */
  width: 100px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  #contact_form_submit {
    width: 130px;
    height: 40px;
  }
}

/* 戻るボタンの見た目を変更 */
#contact_form_prev {
  display: inline-block;
  border-radius: 0.3em; /* 角丸       */
  font-size: 13pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  background: #ffffff; /* 背景色     */
  color: #06b953; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: 2px solid #06b953; /* 枠の指定 */
  width: 100px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  #contact_form_prev {
    width: 130px;
    height: 40px;
  }
}

div.contact_form_button {
  width: 100%;
  line-height: 200%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  div.contact_form_button {
    height: 50px;
    margin-bottom: 30px;
  }
}

input:disabled, textarea:disabled {
  background: transparent;
  border: solid 2px transparent;
}

p.comp_text {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 30px;
}

/* 水平スクロールバー表示対策main */
main {
  overflow: hidden;
}

/* 入力フォームのresultメッセージ */
.wpcf7-response-output {
  color: #ff0000;
  border: 0 !important;
  font-weight: bold;
  font-size: 120%;
  padding: 10px !important;
  margin: 0 !important;
  /* background-color: rgb(232, 240, 221); */
  display: flex;
  justify-content: center;
}

/* ajax送信時のアニメーション */
.ajax_send_spinner {
  visibility: visible;
  display: none;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  /* 送信内容確認ボタンを中央に配置 */
  position: absolute;
  left: 50%;
  transform: translate(620%, 40%);
}

.ajax_send_spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* お問い合わせ画面背景 */
.contact_form_back {
  background-color: rgb(232, 240, 221);
  display: flex;
  justify-content: center;
  width: 100vw;
  margin: 10px calc(50% - 50vw) 35px;
}

/* お問い合わせ画面背景 */
.contact_form_confirm_back {
  background-color: rgb(232, 240, 221);
  display: flex;
  justify-content: center;
  width: 100vw;
  margin: 10px calc(50% - 50vw) 35px;
}

/* お問い合わせ画面背景 */
.contact_form_thanks_back {
  background-color: rgb(232, 240, 221);
  display: flex;
  justify-content: center;
  width: 100vw;
  margin: 30px calc(50% - 50vw) 35px;
}

.contact_box { /**/
  justify-content: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
.contact_box div {
  padding: 15px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .contact_box div {
    padding: 20px 0 20px 0;
  }
}
.contact_box div label {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact_box div label {
    margin-bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .contact_box div.input_field label {
    margin: 0 auto 10px auto;
  }
}
.contact_box div.input_field label font.required {
  margin-top: 0;
}

/* お問い合わせ画面　フォームのスタイル調整 */
.contact_form {
  width: 830px;
  line-height: 200%;
}

/* お問い合わせ画面　フォームタイトルのスタイル調整 */
.contact_form_body_title {
  line-height: 30px;
  display: flex;
  flex-direction: column;
  /* margin-top: 30px; */
  align-items: center;
  height: 7em;
  justify-content: center;
}

/* お問い合わせ画面　フォーム部の幅指定 */
div.contact_form_body {
  line-height: 200%;
  margin: 0 5% 0 5%;
}

/* お問い合わせ画面　フォーム部の幅指定 */
div.contact_form_confirm_body {
  line-height: 200%;
  margin: 0 5% 0 5%;
}

/* 送信ボタンの見た目を変更 */
#confirm_sent_content {
  display: inline-block;
  border-radius: 0.5em; /* 角丸       */
  font-size: 14pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 12px 12px; /* 余白       */
  background: #06b953; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: none; /* 枠の指定 */
  height: 45px;
  width: 200px;
}

div.prev_col, div.submit_col {
  height: 40px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  div.prev_col, div.submit_col {
    width: 165px;
    height: 50px;
  }
}

/* お問い合わせ確認画面　中央寄せ */
div.contact_form_confirm {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
  height: 100%;
}

div.sei_col, div.mei_col {
  width: 50%;
}

#sei, #mei, #kana_sei, #kana_mei {
  width: 90%;
}

/* お問い合わせ完了画面 */
div.contact_form_thanks {
  height: 150px;
  display: flex;
  align-items: center;
}

/* 各種完了画面本文文字サイズ設定 */
.contact_form_thanks font {
  font-size: 16px;
}

.wpcf7-list-item-label {
  font-size: 18px;
}

div.name_line {
  display: flex;
  margin-right: auto;
}

.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

font.contract_form_font {
  font-size: 18px;
}

.send_button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 100px; */
}

/* ajax実行結果の表示エリア */
div#resultarea {
  display: none;
}

.resultarea_position {
  display: flex;
  justify-content: center;
}

form > p {
  margin-top: 40px;
  color: #000066;
}

/* お問い合わせ系画面の子要素 */
.name_area {
  height: 8em;
  display: flex;
  align-items: center;
}

.select_inquiry_area {
  height: 6em;
  display: flex;
  align-items: center;
}

.company_area {
  height: 7em;
  display: flex;
  align-items: center;
}

.email_area {
  height: 7em;
  display: flex;
  align-items: center;
}

.contact_email_area {
  height: 7em;
  display: flex;
  align-items: center;
}

.tel_area {
  height: 7em;
  display: flex;
  align-items: center;
}

.contact_send_button_area {
  display: flex;
  height: 8em;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contact_form_button > p {
  display: none;
}

/* お問い合わせ系画面の子要素 */
.contact_form_confirm_back .select_inquiry_details_block.form_block {
  height: 5em;
}

.contact_form_confirm_back .input_inquiry_details_block.form_block {
  height: 12em;
}

.contact_form_confirm_back .name_line.form_block {
  height: 5em;
}

.contact_form_confirm_back .select_inquiry_block.form_block {
  height: 5em;
}

.contact_form_confirm_back .company_col.form_block {
  height: 5em;
}

.contact_form_confirm_back .department_col.form_block {
  height: 5em;
}

.contact_form_confirm_back .post_col.form_block {
  height: 5em;
}

.contact_form_confirm_back .email_col.form_block {
  height: 5em;
}

.contact_form_confirm_back .tel_col.form_block {
  height: 5em;
}

/* 入力確認画面子要素 */
textarea#input_inquiry_details {
  background-color: #ddd !important;
  width: 100%;
  height: 10em;
}

.top-area h1 font {
  font-size: 14px;
}

.email_col.form_block {
  height: 7em;
}

.input_characters {
  font-size: 16px;
  text-align: end;
}

/* スクリーンサイズが768px以上の場合に適用 */
@media screen and (min-width: 768px) {
  /* 入力フォームのresultメッセージ */
  .wpcf7-response-output {
    color: #ff0000;
    border: 0 !important;
    font-weight: bold;
    font-size: 120%;
    padding: 10px !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }
  /* ajax送信時のアニメーション */
  .ajax_send_spinner {
    visibility: visible;
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    transform: translate(-700%, 40%);
  }
  .ajax_send_spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  /* お問い合わせ画面背景 */
  .contact_form_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
  }
  /* お問い合わせ画面背景 */
  .contact_form_thanks_back {
    background-color: rgb(232, 240, 221);
    display: flex;
  }
  .contact_box {
    justify-content: center;
    padding: 0px 70px;
  }
  /* お問い合わせ画面　フォームのスタイル調整 */
  .contact_form {
    width: 830px;
    line-height: 200%;
  }
  .wpcf7-list-item-label {
    font-size: 18px;
    text-align: left;
  }
  .wpcf7-list-item {
    margin: 0 !important;
    display: inline-block;
  }
  div.sei_col, div.mei_col {
    width: 40%;
  }
  font.contract_form_font {
    font-size: 18px;
  }
  .send_button {
    display: flex;
    justify-content: center;
  }
  #confirm_sent_content {
    height: 55px;
    width: 30vw;
  }
  /* お問い合わせ画面背景 */
  .contact_form_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
    width: 100vw;
    /* height: 100em; */
    margin: 40px calc(50% - 50vw) 140px;
  }
  /* お問い合わせ画面背景 */
  .contact_form_confirm_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
    width: 100vw;
    /* height: 80em; */
    margin: 40px calc(50% - 50vw) 140px;
  }
  /* お問い合わせ画面背景 */
  .contact_form_thanks_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 25em;
    margin: 40px calc(50% - 50vw) 140px;
  }
  /* お問い合わせ完了画面 */
  div.contact_form_thanks {
    height: 25em;
    display: flex;
    align-items: center;
  }
  /* お問い合わせ画面　フォーム部の幅指定 */
  div.contact_form_confirm_body {
    width: 100%;
    line-height: 200%;
  }
  /* 各種完了画面本文文字サイズ設定 */
  .contact_form_thanks font {
    font-size: 24px;
  }
  /* お問い合わせ系画面の子要素(min-width: 768px) */
  .name_area {
    height: 8em;
    display: flex;
    align-items: center;
  }
  .email_area {
    height: 7em;
    display: flex;
    align-items: center;
  }
  .contact_email_area {
    height: 6em;
    display: flex;
    align-items: center;
  }
  .tel_area {
    height: 6em;
    display: flex;
    align-items: center;
  }
  .contact_send_button_area {
    display: flex;
    height: 13em;
    align-content: center;
    justify-content: center;
  }
}
/* スクリーンサイズが1024px以上の場合に適用 */
@media screen and (min-width: 1024px) {
  /* 入力フォームのresultメッセージ */
  .wpcf7-response-output {
    color: #ff0000;
    border: 0 !important;
    font-weight: bold;
    font-size: 120%;
    padding: 10px !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }
  /* ajax送信時のアニメーション */
  .ajax_send_spinner {
    visibility: visible;
    display: none;
    /*   display: inline-block; */
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
  }
  .ajax_send_spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .contact_box {
    justify-content: center;
    width: 100%;
  }
  /* お問い合わせ画面　フォームのスタイル調整 */
  .contact_form {
    width: 830px;
    line-height: 200%;
  }
  .wpcf7-list-item-label {
    font-size: 18px;
    text-align: left;
  }
  .wpcf7-list-item {
    margin: 0 !important;
    display: inline-block;
  }
  font.contract_form_font {
    font-size: 18px;
  }
  .send_button {
    display: flex;
    justify-content: center;
    /* margin-top: 80px; */
  }
  /* お問い合わせ画面　フォームタイトルのスタイル調整 */
  .contact_form_body_title {
    line-height: 30px;
    display: flex;
    flex-direction: row;
    /* margin-top: 50px; */
  }
  /* お問い合わせ画面　フォーム部の幅指定 */
  div.contact_form_body {
    width: 830px;
    line-height: 200%;
    margin-bottom: 50px;
  }
  /* お問い合わせ画面　フォーム部の幅指定 */
  div.contact_form_confirm_body {
    width: 830px;
    line-height: 200%;
  }
  div.contact_form_body_title {
    font-size: 22px;
    height: 6em;
  }
  /* お問い合わせ画面背景 */
  .contact_form_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
    width: 100vw;
    /* height: 100em; */
    margin: 90px calc(50% - 50vw) 90px;
  }
  /* お問い合わせ画面背景 */
  .contact_form_confirm_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
    width: 100vw;
    /* height: 80em; */
    margin: 90px calc(50% - 50vw) 90px;
  }
  /* お問い合わせ画面背景 */
  .contact_form_thanks_back {
    background-color: rgb(232, 240, 221);
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 20em;
    margin: 90px calc(50% - 50vw) 90px;
  }
  /* お問い合わせ完了画面 */
  div.contact_form_thanks {
    height: 20em;
    display: flex;
    align-items: center;
  }
  /* お問い合わせ確認画面　中央寄せ */
  div.contact_form_confirm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .contact_form_thanks font {
    font-size: 30px;
  }
  div.contact_form_confirm font {
    color: #666;
  }
}
@media screen and (min-width: 768px) {
  #book-contact #contact_box div label, #book-contact-check #contact_box div label {
    margin-left: 0;
  }
  #book-contact #contact_box div label .required_another, #book-contact-check #contact_box div label .required_another {
    width: 110%;
  }
}/*# sourceMappingURL=book-form.css.map */