/* 管理画面のeditorに設定した色 start */
.has-strong-brown-color {
  color: #A37054;
}
.has-strong-brown-background-color {
  background-color: #A37054;
}
/* 管理画面のeditorに設定した色 end */

.btn_link {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #A37054;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.3s, opacity 0.3s;
  display: block;
}
.btn_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .btn_link {
    width: 100%;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }
}

.btn_link-blue {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #1D3A73;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.3s;
}
.btn_link-blue:hover {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .btn_link-blue {
    width: 100%;
    font-size: 12px;
  }
}

.btn_link-green {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #3CB1A1;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.3s;
}
.btn_link-green:hover {
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  .btn_link-green {
    width: 100%;
    font-size: 12px;
  }
}

.btn_link02 {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: none;
  border-radius: 50px;
  background: white;
  border: solid 1px #A37054;
  color: #A37054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: background 0.3s, color 0.3s;
  display: block;
}
@media screen and (max-width: 667px) {
  .btn_link02 {
    padding: 10px 0;
    font-size: 12px;
  }
}
.btn_link02:hover, .btn_link02.active {
  background: rgb(3, 128, 191);
  color: white;
}

.btn_link03 {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: none;
  border-radius: 50px;
  background: white;
  border: solid 1px #A37054;
  color: #A37054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: background 0.3s, color 0.3s;
  display: block;
}
@media screen and (max-width: 667px) {
  .btn_link03 {
    padding: 10px 0;
    font-size: 12px;
  }
}
.btn_link03:hover, .btn_link03.active {
  background: rgb(3, 128, 191);
  color: white;
}

.btn_anc {
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: white url(/img/icon_arrow.png) center right 10px/9px no-repeat;
  border-radius: 50px;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  transition: background 0.3s, color 0.3s;
}
.btn_anc:hover {
  background: #A37054 url(/img/icon_arrow-white.png) center right 10px/9px no-repeat;
  color: white;
}

.btns-col02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
}
.btns-col02 li {
  width: 420px;
}
@media screen and (max-width: 667px) {
  .btns-col02 li {
    flex: 1;
    width: auto;
  }
}
.btns-col02 a {
  width: 100%;
}

.btn_recruit {
  width: 300px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  background: #BC8C72;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  transition: background 0.3s, opacity 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_recruit {
    padding: 15px 0;
    font-size: 14px;
  }
}
.btn_recruit:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.btn_exlink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
  border: solid 1px #A37054;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  color: #A37054;
  font-weight: 700;
  padding: 15px 30px 15px 40px;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_exlink {
    padding: 10px 20px;
  }
}
.btn_exlink.is-center {
  margin-inline: auto;
}
.btn_exlink:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/icon_exlink.png) center/contain no-repeat;
  margin-left: 15px;
  transition: background 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_exlink:after {
    min-width: 17px;
    margin-left: 10px;
  }
}
.btn_exlink:hover {
  background: #A37054;
  color: white;
}
.btn_exlink:hover:after {
  background: url(../img/icon_exlink-white.png) center/contain no-repeat;
}

.btn_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
  border: solid 1px #A37054;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  color: #A37054;
  font-weight: 700;
  padding: 10px 30px 10px 30px;
  transition: background 0.3s, color 0.3s;
}
.btn_detail:hover {
  background: #A37054;
  color: white;
}

.btn_contact {
  border: solid 2px #dadada;
  color: #BC8C72;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 120px;
  background: white;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  margin-inline: auto;
  width: fit-content;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_contact {
    padding: 15px 60px;
  }
}
.btn_contact:hover {
  background: #BC8C72;
  border: solid 2px #BC8C72;
  color: white;
}

.btn_entry {
  border: solid 2px #dadada;
  color: #BC8C72;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 40px;
  background: white;
  text-decoration: none;
  display: block;
  margin-inline: auto;
  width: fit-content;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_entry {
    padding: 15px 20px;
  }
}
.btn_entry:hover {
  background: #BC8C72;
  border: solid 2px #BC8C72;
  color: white;
}

.btns-col03 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
}
@media screen and (max-width: 667px) {
  .btns-col03 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 10px;
  }
}
.btns-col03 li {
  width: 270px;
}
@media screen and (max-width: 667px) {
  .btns-col03 li {
    width: 100%;
  }
}

.btns-col04 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.btns-col04 li {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 667px) {
  .btns-col04 li {
    width: calc((100% - 10px) / 2);
  }
}
.btns-col04 li:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
@media screen and (max-width: 667px) {
  .btns-col04 li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 667px) {
  .btns-col04 li:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.btns-col04 li:nth-of-type(n + 5) {
  margin-top: 10px;
}
@media screen and (max-width: 667px) {
  .btns-col04 li:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 667px) {
  .btns-col04 li :nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.link_text,
.com_privacy {
  text-decoration: underline;
}

/*250903追記ボタン内のアイコン*/

.material-icons {
    font-size: 24px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    padding-right: 10px;
}

/*ここまで*/

/*240603追記Contactボタン*/
.btn_side_contact{
  position: fixed;
  right: 0;
  bottom: 125px;
  text-align: center;
  z-index: 99;
}

.btn_side_contact .material-icons{
  display: block;
  margin-top: 5px;
  padding-right: 0;
}

.btn_side_contact a{
  background-color: #A37054;
  width: 100px;
  height: 90px;
  display: block;
  border-radius: 18px 0 0 18px;
  padding: 25px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgb(255, 255, 255);
  transition: .3s;
}

.btn_side_contact a:hover{
  opacity: 0.6;
}

@media screen and (max-width: 667px) {

  .btn_side_contact{
    right: 15px;
    bottom: 60px;
  }

  .btn_side_contact a{
    background-color: #A37054;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    font-weight: 700;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    transition: .3s;
    align-items: center;
  }

  .btn_side_contact .material-icons{
    display: block;
    margin: 0 auto;
    padding-right: 0;
    font-size: 30px;
  }

}

/*ここまで*/


.heading01 {
  color: #BC8C72;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.heading02 {
  color: #7A7A7A;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.table.noborder .row {
  border: none;
}
.table .row {
  border-bottom: solid 1px #D9D9D9;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
}
.table .row p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #363636;
}
.table .head {
  width: 130px;
  min-width: 130px;
}
@media screen and (max-width: 667px) {
  .table .head {
    width: 110px;
    min-width: 110px;
  }
}
.table .body {
  flex: 1;
}

.table02 .title {
  font-size: 24px;
  font-weight: 700;
  color: #A37054;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.table02 .btn_map {
  width: 240px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: #A37054;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.3s;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.table02 .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 60px 0;
}
.table02 .row:not(:last-of-type) {
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 667px) {
  .table02 .row {
    flex-direction: column;
  }
}
.table02 .head {
  width: 400px;
  margin-right: 15px;
}
@media screen and (max-width: 667px) {
  .table02 .head {
    width: 100%;
  }
}
.table02 .body {
  flex: 1;
}
@media screen and (max-width: 667px) {
  .table02 .body {
    flex: none;
    width: 100%;
  }
}

.accordions li {
  cursor: pointer;
}
.accordions li:not(:last-of-type) {
  margin-bottom: 10px;
}
.accordions .accordion_title {
  width: 100%;
  background: #F6F6F6;
  border-radius: 50px;
  font-size: 17px;
  color: #191919;
  padding: 15px 30px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .accordions .accordion_title {
    font-size: 12px;
    padding: 10px 40px 10px 20px;
  }
}
.accordions .accordion_title:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #989898;
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
}
@media screen and (max-width: 667px) {
  .accordions .accordion_title:before {
    right: 15px;
  }
}
.accordions .accordion_title:after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #989898;
  position: absolute;
  top: calc(50% - 8px);
  right: 37px;
  transition: all 0.2s;
}
@media screen and (max-width: 667px) {
  .accordions .accordion_title:after {
    right: 22px;
  }
}
.accordions .accordion_title.open:after {
  transform: rotate(90deg);
}
.accordions .accordion_title span {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
}
.accordions .accordion_title span.blue {
  border: solid 1px #269AFF;
  color: #269AFF;
}
.accordions .accordion_title span.red {
  border: solid 1px #FF4D4D;
  color: #FF4D4D;
}
.accordions .accordion_body {
  display: none;
  padding: 40px 30px;
}
@media screen and (max-width: 667px) {
  .accordions .accordion_body {
    padding: 0 20px;
  }
}

.ISO {
  width: 400px;
}
.ISO.is-full {
  width: 100%;
}
.ISO.is-full .iso_imgs {
  justify-content: center;
  column-gap: 100px;
}
@media screen and (max-width: 667px) {
  .ISO.is-full .iso_imgs {
    justify-content: space-around;
    column-gap: 0;
  }
}
@media screen and (max-width: 667px) {
  .ISO {
    width: 80%;
  }
}
.ISO .iso_imgs {
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ISO .iso_imgs img {
  width: 160px;
}
@media screen and (max-width: 667px) {
  .ISO .iso_imgs img {
    width: 40%;
    height: auto;
    margin: 5%;
  }
}
.ISO .iso-ano {
  margin-top: 20px;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #9c9c9c;
  letter-spacing: 0.1em;
  border-top: 1px solid #D1D1D1;
}

.exlink {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .exlink {
    display: inline;
    align-items: flex-start;
  }
}
.exlink:after {
  content: "";
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  background: url(../img/icon_exlink.png) center/contain no-repeat;
  margin-left: 6px;
}
@media screen and (max-width: 667px) {
  .exlink:after {
    width: 1em;
    min-width: 1em;
    height: 1em;
    transform: translateY(1px);
  }
}
.exlink:hover {
  text-decoration: underline;
}

.c-red {
  color: #DC0000;
}

.memo {
  font-size: 14px;
  font-weight: 700;
}

.layout-form .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .layout-form .row {
    flex-direction: column;
    row-gap: 10px;
  }
}
.layout-form .row:not(:first-of-type) {
  margin-top: 40px;
}
.layout-form .row .head {
  width: 200px;
  min-width: 200px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 18px;
}
@media screen and (max-width: 667px) {
  .layout-form .row .head {
    width: 100%;
    padding-top: 0;
    min-width: 0;
  }
}
.layout-form .row .head.is-nopt {
  padding-top: 0;
}
.layout-form .row .body {
  flex: 1;
}
.layout-form .row .body.is-col2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 50px;
}
@media screen and (max-width: 667px) {
  .layout-form .row .body.is-col2 {
    flex-direction: column;
    row-gap: 10px;
    column-gap: 0;
  }
}
.layout-form .row .row-sub {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
}
@media screen and (max-width: 1040px) {
  .layout-form .row .row-sub {
    align-items: center;
  }
  .layout-form .row .row-sub.is-vertical-sp {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.layout-form .row .row-sub .head-sub {
  width: 90px;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 18px;
}
@media screen and (max-width: 667px) {
  .layout-form .row .row-sub .head-sub {
    padding-top: 0;
    width: 4em;
    min-width: 4em;
  }
}
.layout-form .row .row-sub .body-sub {
  flex: 1;
}

/* お問い合わせ内容確認ページ　ボタン配置 */
.layout-confirm #form-check-btns p{
  display: grid;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .layout-confirm #form-check-btns p{
    grid-template-columns: 1fr;
  }
}

/* お問い合わせ内容確認ページ　ボタン配置　end */

.layout-confirm .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .layout-confirm .row {
    flex-direction: column;
    row-gap: 10px;
  }
}
.layout-confirm .row:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 667px) {
  .layout-confirm .row:not(:first-of-type) {
    margin-top: 30px;
  }
}
.layout-confirm .row .head {
  width: 200px;
  min-width: 200px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
.layout-confirm .row .body {
  font-size: 14px;
  flex: 1;
  line-height: 2;
}
.layout-confirm .row .body.is-col2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 120px;
}
@media screen and (max-width: 667px) {
  .layout-confirm .row .body.is-col2 {
    column-gap: 60px;
  }
  .no-warp {
    flex-direction: column;
  }
}
.layout-confirm .row .row-sub {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.layout-confirm .row .row-sub .head-sub {
  width: 90px;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 667px) {
  .layout-confirm .row .row-sub .head-sub {
    width: 50px;
    min-width: 50px;
  }
}
.layout-confirm .row .row-sub .body-sub {
  font-size: 14px;
  line-height: 2;
  flex: 1;
}
.layout-confirm .row .row-sub .body-sub p {
  word-break: break-all;
  max-width: 300px;
}

.btn_submit {
  font-size: 18px;
  font-weight: 700;
  color: white;
  width: 400px;
  padding: 20px;
  text-align: center;
  margin-inline: auto;
  display: block;
  background: #A37054;
  border: solid 2px #A37054;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_submit {
    font-size: 16px;
    width: 100%;
    padding: 15px;
  }
}
.btn_submit:hover {
  background: white;
  color: #A37054;
}
.btn_submit.is-disabled,
.btn_submit:disabled {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}

.btn_back {
  font-size: 18px;
  font-weight: 700;
  width: 400px;
  padding: 20px;
  text-align: center;
  margin-inline: auto;
  display: block;
  background: white;
  color: #A37054;
  border: solid 2px #A37054;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 667px) {
  .btn_back {
    width: 100%;
    font-size: 16px;
    padding: 15px;
  }
}
.btn_back:hover {
  background: #A37054;
  color: white;
}

.custom_label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.custom_label.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-radio .wpcf7-list-item {
  flex: 1;
  margin-left: 0 !important;
}

.wpcf7-radio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.wpcf7-radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #363636;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #A37054;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] {
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] .wpcf7-list-item {
  flex: 1;
  margin-left: 0 !important;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] span.wpcf7-list-item-label a {
  color: #A37054;
  text-decoration: underline;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 5px;
  border: 1px solid #363636;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 2px;
  width: 12px;
  height: 12px;
  background-color: #A37054;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.wpcf7-form-control-wrap[data-name="kiyaku-checkbox"] input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.custom_label .custom_radio,
.custom_label .custom_check {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.custom_label .custom_radio:before, .custom_label .custom_radio:after,
.custom_label .custom_check:before,
.custom_label .custom_check:after {
  position: absolute;
  content: "";
}
.custom_label .custom_radio:after,
.custom_label .custom_check:after {
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: solid 1px #8E8E8E;
  background: white;
}
.custom_label .custom_radio {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.custom_label .custom_radio:after {
  border-radius: 50%;
}
.custom_label .custom_radio:before {
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A37054;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
.custom_label .custom_check {
  width: 16px;
  height: 16px;
}
.custom_label .custom_check:after {
  top: 2px;
  border-radius: 2px;
}
.custom_label .custom_check:before {
  z-index: 1;
  top: 1px;
  left: 8px;
  width: 10px;
  height: 20px;
  border-right: solid 3px #A37054;
  border-bottom: solid 3px #A37054;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: opacity 0.2s;
}
.custom_label a {
  color: #A37054;
  text-decoration: underline;
  font-weight: 700;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio]:checked + .custom_radio:before,
input[type=radio]:checked + .custom_check:before,
input[type=checkbox]:checked + .custom_radio:before,
input[type=checkbox]:checked + .custom_check:before {
  opacity: 1;
}

input[type=text],
input[type=email],
textarea {
  font-size: 14px;
  font-weight: 500;
  background: #F6F6F6;
  border-radius: 8px;
  border: none;
  padding: 20px 30px;
}
@media screen and (max-width: 667px) {
  input[type=text],
input[type=email],
textarea {
    padding: 15px;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #8E8E8E;
}
input[type=text].is-full,
input[type=email].is-full,
textarea.is-full {
  width: 100%;
}

.error {
  color: #DC0000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 667px) {
  .body br.pc_only{display: none;
  }
}