.single_wrap {
  position: relative;
  max-width: 116.2rem;
  margin: 11.9rem auto 0;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  padding: 7.5rem 8rem 7.5rem;
}
.single_wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: var(--color-gr);
  transform: translateX(-50%);
}
.single_wrap .ttl_wrap {
  margin-bottom: 9rem;
  padding: 3rem 0 4rem;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.single_wrap .ttl_wrap time {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.single_wrap .ttl_wrap h1,
.single_wrap .ttl_wrap .h1 {
  max-width: 74rem;
  margin: 0 auto;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
.single_contents {
  /* max-width: 93.6rem; */
  margin: 0 auto;
}
.single_contents h3:not(.icon_h2) {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  margin: 8.5rem 0 4.3rem;
}
.single_contents h3:not(.icon_h2)::before, 
.single_contents h3:not(.icon_h2)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.single_contents h3:not(.icon_h2)::before {
  width: 13.4rem;
  height: 2px;
  background: var(--color-green);
}
.single_contents h4 {
  position: relative;
  margin: 8rem 0 2.5rem;
  font-size: 2rem;
  padding: 0 0 0 1.1rem;
  border-left: 0.4rem solid var(--color-green);

  padding: 0.7rem 2.2rem;
  color: var(--color-green);
  background: var(--color-lght-green);
}
.single_contents,
.single_contents p {
  margin: 1.5em 0;
  font-weight: var(--regular);
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.single_contents a:not(.button, .button2) {
  color: #00A9E9;
  font-size: 1.6rem;
  font-weight: var(--regular);
  text-decoration: underline;
  line-height: 1.75;
}
.single_wrap .button_area_bg {
  max-width: 93.6rem;
  margin: 8rem auto 0;
}
.single_wrap .thumb {
  margin: 0 auto 6rem;
  width: 100%;
  border-radius: 1rem;
}
.single_wrap img {
  max-width: 100%;
  margin: 3rem 0;
}
.single_contents em {
  font-weight: var(--bold);
  color: #F58600 !important;
}
.single_contents .orange {
  color: #F58600 !important;
}
.single_contents .linkbox {
  background: #FFF5E0;
  border-radius: 1.3rem;
  padding: 2.5rem;
  margin: 3.5rem auto;
}
/* この記事の監修者 */
.single_contents .supervision {
  margin-top: 9.5rem;
  margin-bottom: 3rem;
}
.single_contents .supervision h3 {
  position: relative;
  margin: 0 0 2.1rem;
  font-size: 2rem;
  padding: 0 0 0 1.1rem;
  border-left: 0.4rem solid var(--color-green);
  padding: 0.7rem 2.2rem;
}
.single_contents .supervision h3::before,
.single_contents .supervision h3::after {
  content: none;
}
.single_contents .supervision .flex {
  display: flex;
  gap: 6.5rem;
  align-items: center;
  padding: 3rem 5rem;
  border-radius: 1rem;
  border: 1px solid #E5E5E5;
}
.single_contents .supervision .flex > p {
  display: none;
}
.single_contents .supervision figure {
  position: relative;
  width: 18.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  background: gray;
}
.single_contents .supervision figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.single_contents .supervision .txtBox {
  position: relative;
  width: calc(100% - 18.8rem - 6.5rem);
}
.single_contents .supervision .txtBox::before {
  position: absolute;
  top: 50%;
  left: -3.25rem;
  content: "";
  width: 1px;
  height: 100%;
  background: #E5E5E5;
  transform: translateY(-50%);
}
.single_contents .supervision .txtBox .name {
  margin: 0;
  font-size: 2.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.single_contents .supervision .txtBox .name small {
  font-size: 1.5rem;
}
.single_contents .supervision .txtBox .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.7rem 0 0;
}
.single_contents .supervision .txtBox .labels span {
  padding: 0.7rem 2rem;
  background: var(--color-lght-green);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: var(--regular);
}
.single_contents .supervision .txtBox .bottom {
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-green);
}
.single_contents .supervision .txtBox .bottom p {
  font-size: 1.4rem;
}
/* ↓2カラムカード1 */
.single_contents .card1 {
  display: flex;
  border: 1px solid #E5E5E5;
  margin: 10rem auto;
}
.single_contents .card1 figure {
  position: relative;
  width: 43.8rem;
  background: gray;
  overflow: hidden;
}
.single_contents .card1 figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.single_contents .card1 .txtBox {
  padding: 7rem 4rem 5.4rem 3rem;
  width: calc(100% - 43.8rem);
}
.single_contents .card1 .txtBox .lead {
  margin: 0;
  font-size: 2.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  color: var(--color-green);
  line-height: 1.34;
}
.single_contents .card1 .txtBox p:not(.lead) {
  margin: 3rem auto;
}
.single_contents .card1 .txtBox .button {
  width: 100%;
  margin-top: 4.6rem;
}
.single_contents .ttl {
  margin: 1.9rem auto;
  font-size: 2rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
  padding: 0.6rem 2rem;
  text-align: center;
  background: var(--color-green);
  color: var(--color-white);
  border-radius: 5rem;
}
/* ↓2カラムカード2 */
.single_contents .card2 {
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  margin: 3.7rem auto;
  overflow: hidden;
}
.single_contents .card2 figure {
  position: relative;
  width: 40rem;
  background: gray;
  overflow: hidden;
}
.single_contents .card2 figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.single_contents .card2 .txtBox {
  padding: 3rem 5rem 2rem 3.6rem;
  width: calc(100% - 40rem);
}
/* 表ブロック */
.single_contents table {
  width: 100%;
}
.single_contents table th,
.single_contents table td {
  border: 1px solid #E5E5E5;
}
.single_contents table th {
  background: #FFD650;
  padding: 1.8rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-align: center;
}
.single_contents table td {
  font-size: 1.6rem;
  text-align: center;
  padding: 2.6rem;
}
.single_contents table td.td1 {
  font-weight: var(--bold);
  background: #FFF3CA;
}
.single_contents .checkList li {
  position: relative;
  padding-left: 3.7rem;
  font-size: 1.6rem;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
}
.single_contents .checkList li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon_check.svg) center/contain no-repeat;
}
.single_contents .checkList li + li {
  margin-top: 2rem;
}
.single_contents .checkList li small {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.9rem;
}
.single_contents .checkList.border li {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  margin: 0 !important;
  border-bottom: 1px solid #E5E5E5;
}
.single_contents .checkList.border li::before {
  top: 1.9rem;
}
/* ボックス */
.single_contents .grBox {
  padding: 4rem 4.8rem;
  background: var(--color-white);
  border: 2.3rem solid var(--color-lght-green);
}
.single_contents .grBox .ttl {
  margin: 0 auto 3.7rem;
}
.single_contents .cvwrap {
  margin: 10.6rem auto !important;
}
.single_contents .cvwrap.box_only .in {
  justify-content: center;
}
.single_contents .cvwrap.box_only .in .icon_h2 img {
  margin: 0 !important;
}
.single_contents > *:first-child {
  margin-top: 0 !important;
}
.single_contents > *:last-child {
  margin-bottom: 0 !important;
}
/* 関連コラム */
.relation {
  max-width: 93.6rem;
  margin: 9rem auto 11rem;
}
.relation .column_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem 2.7rem;
}
.relation .column_card {
  margin: 0;
  min-width: auto;
  width: calc(33.33% - (2.7rem * 2 / 3));
}
.relation .column_card a {
  text-decoration: none;
}
.relation .column_card img {
  margin: 0;
}
.relation .df_ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.relation .df_ttl .ttl_h2 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}
.relation .df_ttl .ttl_h2::before,
.relation .df_ttl .ttl_h2::after {
  content: none;
}
.relation .df_ttl .ttl_h2 small {
  margin-bottom: 0;
}
.relation .column_card a .ttl {
  margin: 0;
  font-weight: 400;
  color: var(--color-txt);
  background: none;
  text-align: left;
  padding: 0;
  border-radius: 0;
}

/* youtube */
.single_contents .youtube {
  position: relative;
  overflow: hidden;
  margin: 0 auto 2em;
  width: 100%;
  max-width: 64rem;
  aspect-ratio: 16 / 9;
}
.single_contents .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .single_wrap {
    padding: 5rem 2rem 7rem;
    margin-top: 8rem;
  }
  .single_wrap .ttl_wrap {
    padding-top: 4rem;
    padding-bottom: 3.4rem;
    margin-bottom: 5rem;
  }
  .single_wrap .ttl_wrap time {
    margin-bottom: 2rem;
  }
  .single_wrap .ttl_wrap h1,
  .single_wrap .ttl_wrap .h1 {
    font-size: 1.8rem;
    text-align: left;
  }
  .single_wrap .thumb {
    margin-bottom: 4rem;
  }
  .single_contents h3:not(.icon_h2) {
    font-size: 1.6rem;
    margin: 5rem 0 2.5rem;
  }
  .single_contents,
  .single_contents p {
    font-size: 1.3rem;
  }
  .single_contents h4 {
    font-size: 1.6rem;
    margin: 4.5rem 0 1.5rem;
    padding: 0.7rem 1.2rem;
  }
  .single_wrap .button_area_bg {
    margin: 4rem -2rem 0;
    padding: 2.6rem 2rem;
  }
  .button_area_bg .button {
    width: 100%;
    height: 4.7rem;
    font-size: 1.2rem;
  }
  
  .single_contents .ttl {
    font-size: 1.4rem;
  }

  .single_contents a:not(.button, .button2) {
    font-size: 1.3rem;
  }
  .single_contents .linkbox {
    padding: 2rem;
  }

  .single_contents .supervision .flex {
    flex-direction: column;
    padding: 2rem;
    gap: 3.5rem;
  }
  .single_contents .supervision .txtBox {
    width: 100%;
  }
  .single_contents .supervision .txtBox::before {
    content: none;
  }
  .single_contents .supervision .txtBox .bottom p {
    font-size: 1.3rem;
  }
  .single_contents .supervision .txtBox .name {
    font-size: 2.4rem;
  }
  .single_contents .supervision .txtBox .name small {
    font-size: 1.4rem;
  }
  .single_contents .supervision .txtBox .labels span {
    font-size: 1.3rem;
  }
  .single_contents .supervision .txtBox .bottom {
    margin-top: 2rem;
  }

  .single_contents .card1 {
    flex-direction: column;
    gap: 3rem;
    margin: 7rem auto;
  }
  .single_contents .card1 figure {
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .single_contents .card1 .txtBox {
    width: 100%;
    padding: 0 2rem 3rem;
  }
  .single_contents .card1 .txtBox .lead {
    font-size: 1.8rem;
  }
  .single_contents .card1 .txtBox p:not(.lead) {
    margin: 2rem auto;
  }
  .single_contents .card1 .txtBox .button {
    margin-top: 2.6rem;
  }

  .single_contents .card2 {
    flex-direction: column;
    gap: 1.5rem;
  }
  .single_contents .card2 figure {
    width: 100%;
    aspect-ratio: 1/0.7;
  }
  .single_contents .card2 .txtBox {
    width: 100%;
    padding: 0 2rem 3rem;
  }

  .single_contents .sp_yokoscroll {
    margin-left: 0;
    padding: 0 2rem 0 0;
  }
  .single_contents table {
    width: max-content;
  }
  .single_contents table th {
    font-size: 1.3rem;
    padding: 2rem;
  }
  .single_contents table tbody td {
    font-size: 1.3rem;
    padding: 2rem;
  }
  .single_contents table th:first-of-type,
  .single_contents table td.td1 {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    border-right: none;
    border-left: none;
  }
  /* .single_contents table thead th:first-of-type::before {
    background: #FFD650;
  }
  .single_contents table th:first-of-type::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    background: #FFF3CA;
    z-index: -1;
  } */

  .single_contents .checkList li {
    font-size: 1.3rem;
    padding-left: 3rem;
  }
  .single_contents .checkList li::before {
    width: 2.1rem;
    height: 2.1rem;
  }
  .single_contents .checkList li small {
    font-size: 1.2rem;
    margin: 0;
  }

  .single_contents .grBox {
    border-width: 1.5rem;
    padding: 2rem 1.5rem;
  }
  .single_contents .grBox .ttl {
    margin-bottom: 2.5rem;
  }

  .single_contents .cvwrap {
    margin: 5rem auto !important;
  }
  .single_contents .cvwrap.box_only .in {
    padding: 0;
  }

  .single_contents > *:last-child {
    margin-bottom: 0 !important;
  }

  .relation {
    margin: 8rem auto;
  }
  .relation .df_ttl .ttl_h2 {
    font-size: 2.2rem;
  }
  .relation .column_list {
    flex-wrap: nowrap;
    gap: 0;
  }
  .relation .column_card {
    width: 27rem;
    min-width: 27rem;
    margin-right: 1.7rem;
  }
  .relation .column_card a .ttl {
    font-weight: 500;
  }
}


/* mokuji ------------------------------------------- */
.mokuji {
  max-width: 73rem;
  width: 100%;
  margin: 0 auto 7.8rem;
  padding: 3.6rem 5.3rem 3.6rem 7.8rem;
  background-color: #F6F6F6;
}
.mokuji h3 {
  margin-bottom: 2.8rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.mokuji ol li {
  font-size: 1.4rem;
  list-style: decimal;
  letter-spacing: 0.04em;
}
.mokuji ol li + li {
  margin-top: 1em;
}
.mokuji ol li ol {
  margin: 1em 0 0 1.5em;
}
.mokuji ol li,
.mokuji ol li a {
  color: rgb(0 0 0 / 0.5);
}
.single_contents .mokuji {
  margin: 7rem auto;
}
.single_contents .mokuji ol li a {
  text-decoration: none;
  color: var(--color-txt);
  /* font-weight: var(--bold); */
  font-size: 1.4rem;
  vertical-align: top;
  line-height: 1.4;
}
.single_contents .mokuji h3 {
  padding: 0;
  margin: 0 auto 2.8rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.single_contents .mokuji h3::before,
.single_contents .mokuji h3::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .mokuji {
    margin-bottom: 10rem;
    padding: 3.6rem 0.8rem 3.7rem 3.7rem;
  }
  .mokuji h3,
  .single_contents .mokuji h3 {
    margin-bottom: 2.5rem;
    padding-right: 1.9rem;
    font-size: 1.6rem;
  }
  .mokuji ol li,
  .single_contents .mokuji ol li,
  .single_contents .mokuji ol li a {
    font-size: 1.3rem;
  }
}


/* single_form ------------------- */
.single_form {
  position: relative;
  padding: 3.8rem 5rem 3.5rem;
  margin: 8rem auto 6rem;
  border-radius: 1rem;
  background-image: repeating-linear-gradient(300deg, #fdc60a, #fdc60a 8rem, #ffcc22 8rem, #ffcc22 18rem);
}
.single_form::before,
.single_form::after {
  position: absolute;
  content: "";
}
.single_form::before {
  top: -3.7rem;
  left: 5rem;
  width: 11rem;
  height: 17.6rem;
  background: url(../img/toilet/column/column_form_left.png) center/contain no-repeat;
}
/* 給湯器用画像 */
.single_form.waterheater::before {
  width: 14.2rem;
  height: 18rem;
  top: -5.6rem;
  left: 3.3rem;
  background: url(../img/waterheater/column/column_form_left.png) center/contain no-repeat;
}
/* エコキュート用画像 */
.single_form.ecocute::before {
  width: 14.2rem;
  height: 12.2rem;
  top: -3.3rem;
  left: 1.7rem;
  background: url(../img/ecocute/column/column_form_left.png) center/contain no-repeat;
}
/* 玄関ドア用画像 */
.single_form.door::before {
  width: 13.3rem;
  height: 15.3rem;
  top: -3.3rem;
  left: 1.3rem;
  background: url(../img/door/column/column_form_left.png) center/contain no-repeat;
}
/* キッチン用画像 */
.single_form.kitchen::before {
  width: 25.6rem;
  height: 14.1rem;
  top: -2.1rem;
  left: -1.1rem;
  background: url(../img/kitchen/column/column_form_left.png) center/contain no-repeat;
}
/* 浴室用用画像 */
.single_form.bath::before {
  width: 19.1rem; 
  height: 15.8rem;
  top: -4.9rem;
  left: 0;
  background: url(../img/bath/column/column_form_left.png) center/contain no-repeat;
}
/* 洗面台用画像 */
.single_form.vanity::before {
  width: 19.9rem;
  height: 16.8rem;
  top: -4.8rem;
  left: -1.8rem;
  background: url(../img/vanity/column/column_form_left.png) center/contain no-repeat;
}
/* エアコン用画像 */
.single_form.air-conditioner::before {
  width: 20.3rem;
  height: 13.7rem;
  top: -0.87rem;
  left: -0.4rem;
  background: url(../img/air-conditioner/column/column_form_left.png) center/contain no-repeat;
}
/* 内窓用画像 */
.single_form.inner-window::before {
  width: 16rem;
  height: 11.3rem;
  top: -3.5rem;
  left: 1.4rem;
  background: url(../img/inner-window/column/column_form_left.png) center/contain no-repeat;
}
.single_form::after {
  top: 2rem;
  right: 3rem;
  width: 10.9rem;
  height: 10.8rem;
  background: url(../img/toilet/column/column_form_right.png) center/contain no-repeat;
}
.single_form .in {
  padding: 0;
}
.single_form .ttl_wrap {
  border: none;
  padding: 0;
  margin: 0;
}
.single_form .ttl_wrap .lead {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: 0.04em;
}
.single_form .ttl_wrap .ttl_h2 {
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.single_form .ttl_wrap .ttl_h2 span {
  background: var(--color-white);
}
.single_form .block {
  margin-top: 2.2rem;
  padding: 3.4rem 8rem 0;
  background: var(--color-white);
}
.single_form .block .step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
  margin-bottom: 2.6rem;
}
.single_form .block .step p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  margin: 0;
  border-radius: 100%;
  background: #FFCC22;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--font-en);
  color: var(--color-white);
}
.single_form .block .step p:not(.current) {
  opacity: 0.5;
}
.single_form .block .step p:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: -3.7rem;
  content: "";
  width: 3rem;
  height: 1px;
  background: #FFCC22;
  transform: translateY(-50%);
}
.single_form dl + dl {
  margin-top: 4.6rem;
}
.single_form dt,
.single_form dt > p {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}
.single_form dt span {
  min-width: max-content;
  padding: 0.3rem 0.8rem 0.3rem;
  font-size: 1.4rem;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 0.3rem;
  line-height: 1;
}
.single_form dt small {
  font-size: 1.4rem;
  font-weight: 400;
  color: gray;
}
.single_form dt.required span {
  background: var(--color-green);
  color: var(--color-white);
}
.single_form dt .spi {
  display: none;
}
.single_form dd {
  margin-top: 2.5rem;
}
.single_form .field-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 3rem;
}
.single_form .field-flex > p {
  margin: 0;
  width: 100%;
}
.single_form .radio:has(input[type="radio"],input[type="checkbox"]) {
  display: block;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  background: var(--color-white);
  border-radius: 0.5rem;
  border: 0.2rem solid var(--color-green);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.16);
  color: var(--color-green);
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  transition: .3s;
}
.single_form .field-flex label:has(input[type="radio"],input[type="checkbox"]) {
  width: calc(25% - (3rem * 3 / 4));
}
.single_form input[type="checkbox"] {
  background: none;
  margin: 0;
  padding: 0 !important;
}
.single_form input[type="checkbox"]::before {
  content: none !important;
}
.single_form input[type="radio"],
.single_form input[type="checkbox"] {
  width: 0;
  height: 0;
  border: none;
}
.single_form .radio:has(input[type="radio"]:checked),
.single_form .radio:has(input[type="checkbox"]:checked) {
  background: var(--color-green);
  color: var(--color-white);
}
.single_form table th,
.single_form table td {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: none;
  border-left: none;
  border-right: none;
  padding: 3.6rem 0;
}
.single_form table th > p,
.single_form table td > p {
  margin: 0;
}
.single_form table th {
  width: 14.5rem;
}
.single_form table td {
  width: calc(100% - 14.5rem);
}
.single_form table tr:first-of-type th,
.single_form table tr:first-of-type td {
  padding-top: 0;
  border-top: none;
}
.single_form table tr:last-of-type th,
.single_form table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: none;
}
.single_form table .td-flex {
  display: flex;
  align-items: center;
}
.single_form table .td-flex p {
  margin: 0;
}
.single_form table .td-flex input,
.single_form table .td-flex select {
  width: 26.9rem;
}
.single_form input:not([type="radio"]),
.single_form select {
  padding: 1rem 1.5rem;
  line-height: 1.3;
  border-color: #9A9A9A;
}
.single_form select {
  background: var(--color-white) url(../img/common/column_form_select.png) center right 2rem/1.5rem auto no-repeat;
}
.single_form dl.border {
  margin: 0;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
}
.single_form dl.border:first-of-type {
  padding-top: 0;
  border-top: none;
}
.single_form dl.border:last-of-type {
  padding-bottom: 0;
}
.single_form dl.border .field .input-flex {
  display: flex;
  align-items: center;
}
.single_form dl.border .field > p {
  margin: 0;
}
.single_form dl.border .field.width-m input,
.single_form dl.border .field .input-flex input {
  width: 37.1rem;
}
.single_form dl.border .field .input-flex p {
  margin: 0;
}
.single_form .button_wrap {
  padding: 3.3rem;
  margin: 5.5rem -8rem 0;
  background: #EEEEEE;
}
.single_form .button_wrap .button {
  border-radius: 1rem;
  font-size: 2.4rem;
  cursor: pointer;
  padding: 0;
}
.single_form .button_wrap .button_next {
  margin: 0 auto;
  width: 42.4rem;
}
.single_form .button_wrap .button_next::after {
  right: 3rem;
  width: 1rem;
  height: 1.8rem;
  background-image: url(../img/common/column_form_arrow.png);
}
.single_form .button_wrap .button_back {
  width: 23.3rem;
  background: var(--color-white);
  color: var(--color-txt);
}
.single_form .button_wrap .button_back::after {
  left: 3rem;
  right: auto;
  width: 1rem;
  height: 1.8rem;
  background-image: url(../img/common/column_form_arrow.png);
  transform: translateY(-50%) rotate(180deg);
  filter: invert(1);
}
.single_form .button_wrap.flex,
.single_form .button_wrap.flex > p:not(.txt) {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
.single_form .button_wrap.flex > p,
.single_form .button_wrap > p {
  margin: 0;
}
.single_form .button_wrap.flex > p > br {
  display: none;
}
.single_form .button_wrap.flex .button {
  margin: 0;
}
.single_form .button_wrap .button_next {
  position: relative;
  overflow: hidden;
}
.single_form .button_wrap .button_next.active::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -18rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
.single_form .field-flex .step-error {
  width: 100%;
  font-weight: 600;
}
@-webkit-keyframes btn_animation {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  50% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  51% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.single_form .button_wrap.last_step {
  flex-wrap: wrap;
  gap: 2rem 2.9rem;
}
.single_form .button_wrap.last_step .txt {
  width: 100%;
  text-align: center;
  margin: 0;
}
.single_form .button_wrap.last_step .txt a {
  color: var(--color-green);
  text-underline-offset: 0.3rem;
}
.single_form .button_wrap.last_step .button {
  border: none;
}
.single_form label + br,
.single_form p:empty {
  display: none !important;
}
.error-message {
  color: rgb(220, 50, 50);
  font-size: 0.9em !important;
  font-weight: 500 !important;
}
.error-message:not(.-show) {
  display: none;
}
.wpcf7-list-item,
.wpcf7-list-item > label,
.wpcf7-list-item-label {
  display: contents; /* 包んでる要素をフラット化 */
  margin: 0 !important;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 3rem;
}
.wpcf7-spinner,
.wpcf7-response-output {
  display: none !important;
}
.wpcf7-not-valid-tip {
  font-size: 0.9em;
}
.wpcf7-not-valid-tip + .step-error {
  display: none;
}
@media screen and (max-width: 767px) {
  .single_form {
    margin: 13rem auto 6rem;
    padding: 3.9rem 1.7rem 3.5rem;
  }
  .single_form::before {
    top: -7.7rem;
    left: auto;
    right: 7rem;
    width: 6.7rem;
    height: 10.9rem;
    transform: rotate(13deg);
  }
  /* 給湯器用画像 */
  .single_form.waterheater::before {
    width: 7.8rem;
    height: 9.9rem;
    top: -6.2rem;
    right: 7.9rem;
    left: auto;
    transform: unset;
  }
  /* エコキュート用画像 */
  .single_form.ecocute::before {
    width: 9.8rem;
    height: 8.5rem;
    top: -6rem;
    left: auto;
    right: 7.3rem; 
    transform: unset;
  }
  /* 玄関ドア用画像 */
  .single_form.door::before {
    width: 9.7rem;
    height: 11.2rem;
    top: -7.6rem;
    left: auto;
    right: 7.7rem;
    transform: unset;
  }
  /* キッチン用画像 */
  .single_form.kitchen::before {
    width:16.5rem;
    height: 9.1rem;
    left: auto;
    top: -5.7rem;
    right: 1.7rem;
    transform: unset;
  }
  /* 浴室用用画像 */
  .single_form.bath::before {
    width: 12.8rem; 
    height: 10.6rem;
    top: -7.2rem;
    left: auto;
    right: 3.9rem;
    transform: unset;
  }
  /* 洗面台用画像 */
  .single_form.vanity::before {
    width: 12.2rem;
    height: 10.3rem;
    top: -6.9rem;
    left: auto;
    right: 5.2rem;
    transform: unset;
  }
  /* エアコン用画像 */
  .single_form.air-conditioner::before {
    width: 14.7rem;
    height: 8.4rem;
    top: -5rem;
    left: auto;
    right: 4.2rem;
    transform: unset;
  }
  /* 内窓用画像 */
  .single_form.inner-window::before {
    width: 13.1rem;
    height: 9.3rem;
    top: -6.1rem;
    left: auto;
    right: 4.3rem;
    transform: unset;
  }

  .single_form::after {
    top: -4.4rem;
    left: 8rem;
    right: auto;
    width: 6.3rem;
    height: 6.3rem;
    transform: rotate(-9deg);
  }
  .single_form .ttl_wrap .lead {
    font-size: 1.5rem;
  }
  .single_form .ttl_wrap .ttl_h2 {
    margin-top: 0.6rem;
    font-size: 2.2rem;
    letter-spacing: -0.025em;
  }
  .single_form .block {
    margin-top: 1.5rem;
    padding: 2.1rem 1.6rem 0;
  }
  .single_form .block .step {
    gap: 2rem;
    margin-bottom: 1rem;
  }
  .single_form .block .step p {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
  .single_form .block .step p:not(:first-of-type)::before {
    width: 1.2rem;
    left: -1.6rem;
  }
  .single_form dt, 
  .single_form dt > p {
    font-size: 1.6rem;
    flex-wrap: wrap;
  }
  .single_form dt small {
    font-size: 1.3rem;
  }
  .single_form dt span, 
  .single_form dt > p span {
    font-size: 1.2rem;
    padding: 0.3rem 0.7rem 0.2rem;
  }
  .single_form dd {
    margin-top: 1.7rem;
  }
  .single_form .field-flex,
  span.wpcf7-form-control.wpcf7-radio {
    gap: 1rem 2rem;
  }
  .single_form .field-flex label:has(input[type="radio"],input[type="checkbox"]) {
    width: calc(50% - 1rem);
  }
  .single_form .radio:has(input[type="radio"],input[type="checkbox"]) {
    font-size: 1.5rem;
    padding: 0.8rem;
    border-width: 1px;
  }
  .single_form dl + dl {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #DEDEDE;
  }
  .single_form table {
    width: 100%;
  }
  .single_form table th,
  .single_form table td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .single_form table .td-flex {
    display: block;
  }
  .single_form table .td-flex input, 
  .single_form table .td-flex select {
    width: 100%;
  }
  .single_form table th {
    font-size: 1.5rem;
    border-bottom: none;
    border-top: none;
    padding-bottom: 0.8rem !important;
  }
  .single_form table th .note.spi {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .single_form table .td-flex p.note {
    display: none;
  }
  .single_form table td {
    border-top: none;
    padding-bottom: 1.5rem !important;
  }
  .single_form table tr:not(:first-of-type) th {
    padding-top: 1.5rem !important;
  }
  .single_form input:not([type="radio"]), .single_form select {
    font-size: 1.5rem;
  }
  .single_form select {
    text-align: center;
  }
  .single_form dl.border {
    padding: 1.4rem 0;
  }
  .single_form dl.border .field.width-m input, 
  .single_form dl.border .field .input-flex input {
    width: 100%;
  }
  .single_form dl.border .field .input-flex {
    display: block;
  }
  .single_form dl.border .field .input-flex p.note {
    display: none;
  }
  .single_form dt .spi, 
  .single_form dt > p .spi {
    display: inline;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .single_form .button_wrap {
    margin: 2.7rem -1.6rem 0;
    padding: 1.9rem 1.6rem;
  }
  .single_form .button_wrap .button {
    height: 4rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
  }
  .single_form .button_wrap .button_next {
    width: 21.5rem;
  }
  .single_form .button_wrap .button_next::after {
    right: 2rem;
    width: 0.5rem;
    height: 0.9rem;
  }
  .single_form .button_wrap .button_back::after {
    left: 2rem;
    width: 0.5rem;
    height: 0.9rem;
  }
  .single_form .button_wrap.flex,
  .single_form .button_wrap.flex > p:not(.txt) {
    gap: 1rem;
  }
  .single_form .button_wrap.flex .button {
    width: 13.7rem;
  }
  .single_form .button_wrap.last_step .txt {
    text-align: left;
    letter-spacing: 0;
  }
  .single_form .button_wrap.last_step .button {
    height: 4rem;
  }
  .single_form .button_wrap.last_step .button.button_back {
    width: 7rem;
    font-size: 1.3rem;
    padding-left: 1rem;
  }
  .single_form .button_wrap.last_step .button.button_next {
    width: 19.5rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .single_form .button_wrap.last_step .button.button_back::after {
    left: 1rem;
  }
  .single_form .button_wrap.last_step .button.button_next::after {
    right: 1rem;
  }
}
#column_thanks {
  padding: 10.6rem 0 13.3rem;
  text-align: center;
  background: var(--color-white);
}
#column_thanks .h1 {
  position: relative;
  padding-bottom: 2.3rem;
  margin-bottom: 2.9rem;
  color: var(--color-green);
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.53;
}
#column_thanks .h1::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 7rem;
  height: 1px;
  background: var(--color-green);
  transform: translateX(-50%);
}
#column_thanks .h1 + .txt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0.04em;
}
#column_thanks .tel {
  width: max-content;
  padding: 2rem 8rem;
  margin: 4.5rem auto 0;
  border: 1px solid var(--color-green);
}
#column_thanks .tel .txt {
  font-weight: 400;
}
#column_thanks .tel a {
  padding-left: 10.4rem;
  font-size: 6rem;
  font-weight: 600;
  background: url(../img/common/column_form_tel.png) center left/9.3rem auto no-repeat;
}
#column_thanks .tel .note {
  text-align: right;
  font-weight: 400;
  font-size: 1.6rem;
  color: #9A9A9A;
  letter-spacing: 0.04em;
}
#column_thanks .button {
  margin: 8.3rem auto 0;
  width: 48rem;
  height: 6.7rem;
  border-radius: 1.3rem;
  font-size: 2.8rem;
}
#column_thanks .button::after {
  content: none;
}
@media screen and (max-width: 767px) {
  #column_thanks {
    padding: 4rem 0;
  }
  #column_thanks .h1 {
    font-size: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3.4rem;
  }
  #column_thanks .h1 + .txt {
    text-align: left;
    font-size: 1.6rem;
  }
  #column_thanks .tel {
    width: 100%;
    margin-top: 3.3rem;
    padding: 2.8rem 1.6rem;
  }
  #column_thanks .tel .txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  #column_thanks .tel a {
    font-size: 2.8rem;
    padding-left: 5rem;
    background-size: 4.7rem auto;
  }
  #column_thanks .tel .note {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    text-align: center;
  }
  #column_thanks .button {
    margin-top: 3.5rem;
    width: 28.4rem;
    height: 6.7rem;
    font-size: 2rem;
    border-radius: 1.3rem;
  }
}