/* ----------------------------------------------------------------------
 Contact Form 7
---------------------------------------------------------------------- */

/* template02 */

.wpcf7 {
  width: 100%;
  max-width: 710px;
  margin: 0 auto !important;
  padding: 0;
  border: none;
  font-size: 14px;
}

.form__wrap {
  width: 100%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
  position: relative;
  z-index: 0;
}

/* .page-id-345 .wpcf7 .template02::before,
.page-id-330 .wpcf7 .template02::before {
  background-image: url(../img/common/contact_takehana2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: -55px;
  top: -163px;
  width: 200px;
  height: 200px;
  z-index: 0;
} */

.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}

.wpcf7 .template02 a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}

.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  background-color: #7d9039;
  padding: 25px 40px 30px;
  border-radius: 20px;
}

.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
}

.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template02 p.form__label {
  width: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.wpcf7 .template02 p.form__label .small {
  display: block;
  font-size: 15px;
  line-height: 28px;
  text-decoration: underline;
}

.wpcf7 .template02 p.form__body {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}

.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px;
  box-sizing: border-box;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}

.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}

.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #9b252b;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/* テキストフィールド */

.wpcf7 .template02 input[type="text"],
.wpcf7 .template02 input[type="tel"],
.wpcf7 .template02 input[type="email"],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */

.wpcf7 .template01 input[type="text"]::placeholder,
.wpcf7 .template01 input[type="tel"]::placeholder,
.wpcf7 .template01 input[type="email"]::placeholder,
.wpcf7 .template01 input[type="url"]::placeholder,
.wpcf7 .template01 input[type="date"]::placeholder,
.wpcf7 .template01 input[type="number"]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type="text"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="tel"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="email"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="url"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="date"]:-ms-input-placeholder,
.wpcf7 .template01 input[type="number"]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type="text"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="tel"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="email"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="url"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="date"]::-ms-input-placeholder,
.wpcf7 .template01 input[type="number"]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */

.wpcf7 .template01 input[type="text"]:focus,
.wpcf7 .template01 input[type="tel"]:focus,
.wpcf7 .template01 input[type="email"]:focus,
.wpcf7 .template01 input[type="url"]:focus,
.wpcf7 .template01 input[type="date"]:focus,
.wpcf7 .template01 input[type="number"]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #400d14 solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

/* チェックボックス */

.wpcf7 .template02 input[type="checkbox"] {
  display: none;
}

.wpcf7 .template02 input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7
  .template02
  .wpcf7-form-control.wpcf7-acceptance
  input[type="checkbox"]
  + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 0 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template02 input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .template02 input[type="checkbox"] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .template02 input[type="checkbox"]:checked + span {
  color: #400d14;
  transition: all 0.25s ease;
}

.wpcf7 .template02 input[type="checkbox"]:checked + span::before {
  opacity: 1;
  border: 1px solid #400d14;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #400d14;
  transition: opacity 0.25s ease;
}

.wpcf7 .template02 input[type="checkbox"]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */

.wpcf7 .template02 input[type="radio"] {
  display: none;
}

.wpcf7 .template02 input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template02 input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template02 input[type="radio"] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .template02 input[type="radio"]:checked + span {
  color: #400d14;
}

.wpcf7 .template02 input[type="radio"]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 .template02 input[type="radio"]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #400d14;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */

.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template02 select::-ms-expand {
  display: none;
}

.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #400d14;
  border-right: 1px solid #400d14;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #400d14 solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #400d14;
  border-right: 1px solid #400d14;
}

/* 送信ボタン */

.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 11px 18px 17px;
  box-shadow: none;
  border: 1px #9b252b solid;
  border-radius: 8px;
  background-color: #9b252b;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #400d14;
  transition: all 0.25s;
}

.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #400d14 solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

@media screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}

.screen-reader-response ul {
  list-style: none;
}

.wpcf7-mail-sent-ok {
  font-size: 1.5em;
  color: #ff0000;
  font-weight: bold;
  margin-top: 20px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------
cb_content_1
------------------------------------------ */

#page_contents .post_content {
  padding: 40px 0 120px;
}

.contact_cta_form_main #cb_content_1.cb_free_space {
  background-color: #F0F7FF;
  padding: 80px 0 0;
}

/* 
.contact_cta_form_main #cb_content_1.cb_free_space {
	padding: 80px 40px;
	position: relative;
	background: #f4f1ef;
	z-index: 0;
	margin-bottom: 40px;
}

.contact_cta_form_main #cb_content_1.cb_free_space::before {
	height: 20px;
	width: 100%;
	background-image: url(/wp-content/uploads/2022/12/bg.png);
	background-position: center;
	background-repeat: repeat;
	background-size: 50px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.contact_cta_form_main #cb_content_1.cb_free_space::after {
	height: 20px;
	width: 100%;
	background-image: url(/wp-content/uploads/2022/12/bg.png);
	background-position: center;
	background-repeat: repeat;
	background-size: 50px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact_cta_form_main #cb_content_1.cb_free_space .daihyo_greeting_block {
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 20px;
} */

.contact_cta_form_main
  #cb_content_1.cb_free_space
  .design_content
  .header.layout_type2
  .catch {
  text-align: center !important;
  margin: 0 auto !important;
  background: #fff;
  border: 5px solid #9b252b;
  color: #9b252b;
  padding: 4px 20px;
  line-height: 1.3;
  width: auto;
  display: table;
}

.contact_cta_form_main #cb_content_1.cb_free_space .design_content .header {
  display: block;
  position: relative;
  z-index: 0;
}

.contact_cta_form_main
  #cb_content_1.cb_free_space
  .design_content
  .header::after {
  background-image: url(/wp-content/uploads/2023/01/logo-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 221px;
  position: absolute;
  left: calc(50% + 144px);
  top: -72px;
  width: 176px;
}

.contact_cta_form_main #cb_content_1.cb_free_space .design_content .content {
  padding-left: 0;
  width: 100%;
}

.contact_cta_form_main #cb_content_1.cb_free_space .greeting_inner {
  text-align: center;
  margin-top: 20px;
}

.contact_cta_form_main #cb_content_1.cb_free_space .greeting_inner .desc {
  margin-bottom: 20px;
}

#page_contents .cb_free_space .post_content {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* .wp-block-contact-form-7-contact-form-selector {
	margin-top: 60px;
} */

@media screen and (max-width: 1221px) {
  .contact_cta_form_main
    #cb_content_1.cb_free_space
    .design_content
    .header::after {
    left: calc(50% + 124px);
  }
}

@media screen and (max-width: 800px) {
  .page-id-345 .wpcf7 .template02,
  .page-id-330 .wpcf7 .template02 {
    margin-top: 40px;
  }
  .page-id-345 .wpcf7 .template02::before,
  .page-id-330 .wpcf7 .template02::before {
    background-image: url(../img/common/contact_takehana2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    left: 10px;
    top: -72px;
    width: 150px;
    height: 150px;
    z-index: -1;
  }
  #page_contents .post_content {
    padding: 40px 0 40px;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space {
    /* background-image: url(/wp-content/uploads/2022/12/bg.png); */
    padding: 0;
    margin: 0;
  }
  .cb_free_space:before {
    display: none;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space {
    padding: 0;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space .daihyo_greeting_block {
    padding: 0;
  }
  .contact_cta_form_main
    #cb_content_1.cb_free_space
    .design_content
    .header.layout_type2
    .catch {
    padding: 7px 20px !important;
    width: auto;
    display: table;
    font-size: 24px !important;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space .design_content .header {
    display: block;
    position: relative;
    z-index: 0;
  }
  .contact_cta_form_main
    #cb_content_1.cb_free_space
    .design_content
    .header::after {
    margin: 20px auto 0;
    height: 221px;
    position: static;
    width: 176px;
    display: block;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space .design_content .content {
    padding-left: 0;
    width: 100%;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space .greeting_inner {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space .greeting_inner p {
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .contact_cta_form_main #cb_content_1.cb_free_space .greeting_inner .desc {
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  #page_contents .cb_free_space .post_content {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .contact_cta_form_main
    #cb_content_1.cb_free_space
    .design_content
    .header:after {
    height: 101px;
    width: 76px;
    display: block;
    left: calc(50% + 106px);
    top: -10px;
    position: absolute;
    margin: 0;
  }
}

.wpcf7 .template02 div.form__row {
  display: none;
  /* 初期状態で非表示にする */
}

.wpcf7 .template02 div.form__row:first-child {
  display: block;
  /* 最初の項目は表示しておく */
}

.wpcf7 .template02 div.form__row.active {
  display: block;
  /* activeクラスが追加された場合に表示する */
}

.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
  margin: 0;
}

.wpcf7 .template02 div.form__row.row-privacy {
  border-top: 1px solid #efe8e5;
}

.wpcf7 .template02 p.form__label label:after {
  content: "任意";
  display: block;
  position: absolute;
  top: -8px;
  left: -38px;
  width: 75px;
  padding: 6px 5px;
  background-color: #ff7f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}

.wpcf7 .template02 p.form__label.is-required label:after {
  content: "必須";
  display: block;
  position: absolute;
  top: -8px;
  left: -38px;
  width: 75px;
  padding: 6px 5px;
  background-color: #9b252b;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}

.radio_box {
  background-color: #fff;
  margin-top: 10px;
}

.any__message {
  line-height: 100% !important;
  text-align: center;
  color: #ffe54c;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 !important;
}

.wpcf7 .template02 input[type="radio"]:checked + span:after {
  top: 4px;
  left: 4px;
  width: 0.5em;
  height: 0.5em;
}

.wpcf7 .template02.radio_box input[type="radio"] + span {
  color: #000;
}

.wpcf7 .template02 .radio_box p.form__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 2.4;
}

.form__row_inner {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.form__row_inner_item {
  display: table;
}

.form__row_inner_item.form__row_before {
  margin-top: 10px;
}

.form__row_inner_item p {
  display: table;
  padding: 5px 20px 0;
  background-color: #003658;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.form__row_inner_item.form__row_before p {
  background-color: #9b252b;
  padding: 2px 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

.form__row_inner_item p:hover {
  opacity: 0.7;
}

.form__row_inner_item.disable {
  pointer-events: none;
}

.form__row_inner_item.disable p {
  background-color: #aaa;
}

.form__row_inner_item.disable.normal {
  pointer-events: auto;
}

.form__row_inner_item.disable.normal p {
  background-color: #9b252b;
}

@media screen and (max-width: 800px) {
  .wpcf7 .template02 div.form__row {
    padding: 20px 20px 15px;
  }
  .wpcf7 .template02 p.form__body {
    margin-top: 10px;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 5px 0;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 0;
  }
  .wpcf7 .template02 p.form__label label {
    padding-left: 41px;
    font-size: 18px;
    line-height: 1.4;
    padding-right: 46px;
  }
  .wpcf7 .template02 p.form__label label:after {
    top: -6px;
    left: -20px;
    width: 54px;
    padding: 9px 5px 6px;
    font-size: 17px;
    line-height: 100%;
  }
  .wpcf7 .template02 p.form__label.is-required label:after {
    top: 0;
    left: 0;
    width: 36px;
    padding: 2px 5px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .radio_box {
    margin-top: 7px;
  }
  .wpcf7 .template02 input[type="radio"]:checked + span:after {
    top: 3px;
    left: 3px;
    width: 0.6em;
    height: 0.6em;
  }
  .wpcf7 .template02.radio_box input[type="radio"] + span {
    color: #000;
  }
  .wpcf7 .template02 .radio_box p.form__body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .form__row_inner {
    margin: 10px auto 0;
  }
  .form__row_inner_item p {
    padding: 3px 20px 0;
  }
  .form__row_inner_item p:hover {
    opacity: 0.7;
  }
  .form__row_inner_item.disable {
    pointer-events: none;
  }
  .form__row_inner_item.disable p {
    background-color: #aaa;
  }

  .any__message {
    font-size: 14px;
    margin: 10px 0 !important;
  }
}

.contact_cta_form {
  padding: 40px 0 80px;
}

.post_content p.contact_cta_form {
  padding: 40px 0;
}

.contact_cta_form_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.post_content p.contact_cta_form_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.contact_cta_form .common_catch.kamekichi {
  text-align: center;
  margin: 0 auto;
}

.contact_cta_form .common_catch > span > span {
  background: none;
  background-size: initial;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0;
}

.contact_nopadding .contact_cta_form {
  padding: 0 0 80px;
  margin-top: 0;
}

.contact_nopadding .contact_cta_form.cta_form {
  padding: 80px 0 80px;
}

.contact_backcolor {
  background: #f4f1ef;
}

.contact_normal .contact_cta_form {
  margin-top: 120px;
}

@media screen and (max-width: 800px) {
  .contact_cta_form {
    padding: 65px 0 40px;
    margin: 60px auto 0;
    width: calc(100% - 20px);
  }
  .contact_cta_form_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .post_content p.contact_cta_form_title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .contact_cta_form .common_catch.kamekichi {
    padding: 0 0 10px 0;
  }
  .contact_nopadding .contact_cta_form {
    padding: 60px 0;
    margin-top: 0;
  }
  .contact_nopadding .contact_cta_form.cta_form {
    padding: 60px 0;
  }
  .contact_normal .contact_cta_form {
    margin-top: 60px;
    width: 100%;
    padding: 40px 0;
  }
  .contact_normal .contact_cta_form h2.catch span {
    background-position: bottom 40px center;
    padding: 80px 0 10px 0;
    margin-bottom: 0;
  }
}

.wpcf7 .template02 a.contact_cta_form_main_link {
  text-decoration: underline;
  display: table;
  margin: 10px 0 0 auto;
  font-size: 16px;
  line-height: 1;
}

/* ------------------------------------------
contact_cta_form_main_count
------------------------------------------ */

.form__wrap {
  position: relative;
  z-index: 0;
}

.contact_cta_form_main_count {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 130px;
  padding: 20px 0;
  border-radius: 100px;
  background-color: #ff7f00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -75px;
  right: -25px;
}

p.contact_cta_form_main_count_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0;
}

p.contact_cta_form_main_count_number {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

p.contact_cta_form_main_count_number span {
  font-size: 50px;
}

@media screen and (max-width: 800px) {
  .contact_cta_form_main_count {
    top: -30px;
    right: -14px;
    width: 84px;
    height: 84px;
    padding: 20px 0;
    border-radius: 100px;
  }
  p.contact_cta_form_main_count_text {
    font-size: 15px;
  }
  p.contact_cta_form_main_count_number {
    font-size: 15px;
    margin-top: 6px;
  }
  p.contact_cta_form_main_count_number span {
    font-size: 30px;
  }
}

/* 250307 */

.post_content.clearfix .contact_cta_form.cta_form {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .post_content.clearfix .contact_cta_form.cta_form {
    margin: 0px auto 40px;
  }
}
