@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ---------------------------------------
追加スタイル
--------------------------------------- */
.l-header__bar,
.l-footer,
.c-widget__title.-side,
.c-widget__title {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0822d),
    to(#f6ab00)
  ) !important;
  background-image: -webkit-linear-gradient(
    left,
    #f0822d 0%,
    #f6ab00 100%
  ) !important;
  background-image: linear-gradient(
    to right,
    #f0822d 0%,
    #f6ab00 100%
  ) !important;
}
.u-bg-main {
  background: #00a33e !important;
}
.p-postSlider__title {
  background: #f0822d;
  color: #fff;
  padding: 0.75em 1em;
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0822d),
    to(#f6ab00)
  ) !important;
  background-image: -webkit-linear-gradient(
    left,
    #f0822d 0%,
    #f6ab00 100%
  ) !important;
  background-image: linear-gradient(
    to right,
    #f0822d 0%,
    #f6ab00 100%
  ) !important;
}
.c-filterLayer.-texture-dot::after {
  opacity: 0.4;
}
.p-postSlider__title::after {
}
.p-mainVisual__textLayer {
  position: relative;
  margin: 0;
}
.p-mainVisual__textLayer::after {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 14%;
  width: 20vw;
  　height: auto;
  max-width: 16vw;
  aspect-ratio: 300 / 216;
  background-image: url("http://eco-sumai.com/column/wp-content/uploads/2026/01/pic_reduction.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}
@media not all and (min-width: 960px) {
  .p-mainVisual__textLayer::after {
    max-width: 300px;
    width: 100vw;
    bottom: 0;
  }
}
.p-mainVisual__img {
  /* 	opacity:0.8; */
}
.p-mainVisual__slideTitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: #555;
  -webkit-text-stroke: 9px #fff;
  stroke-linejoin: round;
  paint-order: stroke fill;
  -webkit-font-smoothing: antialiased;
}
@media not all and (min-width: 960px) {
  .p-mainVisual__slideTitle {
    -webkit-text-stroke: 6px #fff;
  }
}
@media not all and (min-width: 960px) {
  .p-mainVisual__textLayer::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-mainVisual__slideTitle {
    font-size: 26px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 90vw; /* ← これが超重要 */
    text-align: center;
    white-space: normal; /* 折り返し許可 */
  }
  .top #content {
    padding-top: 2em;
  }
  .wp-block-heading.has-text-align-center.is-style-custum {
    margin-top: 2em;
  }
}
.c-postThumb__cat {
  background: #00a33e !important;
}
.swell-block-button__link {
  padding: 8px 20px !important;
}
@media not all and (min-width: 960px) {
  .lazyloaded {
    width:100%;
  }
}
/* ---------------------------------------
太陽光フォーム
--------------------------------------- */
.contact-text {
  font-size: 1.5rem;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 1rem;
  }
}
.contact-text span {
  /*     background: #F2F9F5; */
  color: #bc2800;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-text span .contact-text span {
    font-size: 1.4rem;
  }
}

.content-contact {
  border: 5px solid #e9e9e9;
  padding: 30px 10px 10px;
}

.content-contact__wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.tab {
  border: 1px solid rgba(51, 51, 51, 0.3);
  background: #fff;
  max-width: 800px;
}
.tab input[type="text"] {
  /* margin-top: 6px;
  margin-bottom: 10px; */
  width: 250px;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #707070;
  position: relative;
  bottom: 4px;
  margin-left: 6px;
}
.tab ul {
  padding-inline-start: 0px;
  margin-bottom: 0;
}
.tab p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.tab button {
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: center;
  padding: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .tab button button {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.tab input[type="text" i] {
  padding-block: 0px;
  padding-inline: 0px;
}
.tab input[type="text"] {
  /* margin-bottom: 10px; */
  width: 250px;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #707070;
  position: relative;
  bottom: 4px;
  margin-left: 6px;
}

#tab01,
#tab02 {
  position: relative;
}

@media screen and (max-width: 767px) {
  #tab01::before,
  #tab02::before {
    content: none;
  }
}
@media screen and (max-width: 450px) {
  .tab button {
    min-width: 250px;
  }
}
.form__txt .post-txt {
  margin: 0 0 10px 36px;
}

.tab .red {
  font-size: 13px;
  padding-left: 20px;
}

@media screen and (max-width: 890px) {
  .tab .red {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .tab .red {
    padding-right: 0px;
  }
}
.tab .orange {
  font-size: 28px;
  color: #ff6502;
}

@media screen and (max-width: 890px) {
  .tab input[type="text"] {
    margin-bottom: 0px;
    padding: 5px;
  }
}
.tab input[type="checkbox"] {
  accent-color: #dd7a23;
  transform: scale(1.5);
}

.tab label {
  font-size: 18px;
}

@media screen and (max-width: 890px) {
  .tab label {
    font-size: 14px;
  }
}
.tab__menu {
  display: flex;
  justify-content: center;
  margin-block-start: 0;
  margin-block-end: 0;
}

.tab__menu-item {
  list-style: none;
  padding: 20px;
  width: 100%;
  font-size: 28px;
  line-height: 1;
  background-color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.3);
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .tab__menu-item {
    padding: 10px;
    font-size: 18px;
  }
}
.tab__menu-item p {
  border-top: 3px solid rgba(51, 51, 51, 0.3);
  font-weight: bold;
  padding: 15px 0;
}

.tab__menu-item:nth-child(2) {
  width: 50%;
}

.tab01 .sub-txt {
  font-size: 75%;
}

.tab01.is-active {
  color: #fff;
  background-color: #ef8424;
}
.tab01.is-active p {
  border-top: 3px solid #fff;
}

.tab02.is-active {
  color: #fff;
  background-color: #2f6aaf;
}
.tab02.is-active p {
  border-top: 3px solid #fff;
}

.tab01.is-active .tab02.is-active p {
  border-top: 3px solid #2f6aaf;
}

.tab__content {
  margin-block-start: 0;
  margin-block-end: 0;
  min-height: 319px;
}
@media screen and (max-width: 767px) {
  .tab__content {
    min-height: 260px;
  }
}

.tab__content-item {
  padding: 25px;
  display: none;
  background-color: #fff;
}

.tab__content-item.is-active {
  display: block;
}

.form__thumb {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form__thumb {
    justify-content: center;
  }
}

.form__txt {
  text-align: left;
  margin-left: 30px;
  width: 100%;
}
.form__txt p {
  margin-left: 34px;
  margin-bottom: 10px;
}

.form__txt a img {
  margin-top: 20px;
}

@media screen and (max-width: 890px) {
  .form__txt a img {
    margin-top: 37px;
  }
}
.form-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form-flex {
    flex-direction: column;
    justify-content: center;
  }
}

.flex-left {
  /* width: 400px; */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flex-left {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .form__txt {
    margin-left: 0px;
    font-size: 16px;
  }
  .form__txt span.tab02-red {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 10px;
  }
}
.form__flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 890px) {
  .form__flexbox {
    flex-direction: column;
  }
}
.form__checkbox {
  margin-left: 20px;
  margin-top: -5px;
}

@media screen and (max-width: 890px) {
  .form__checkbox {
    margin-left: 0px;
    margin-top: 0;
  }
}
#tab02 p {
  font-size: 18px;
  /* color: #2f70ba; */
  line-height: 1.5;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  #tab02 p {
    /*     font-size: 13px; */
  }
}
#tab02 span {
  font-size: 18px;
  color: #fff;
  background-color: #bc2701;
  border-radius: 10px;
  padding: 10px 10px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 890px) {
  #tab02 span {
    font-size: 15px;
  }
}
.tab input[type="tel"] {
  margin-bottom: 10px;
  width: 250px;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #707070;
  position: relative;
  bottom: 4px;
  margin-left: 6px;
} /*# sourceMappingURL=style.css.map */

/* ---------------------------------------
集合住宅フォーム
--------------------------------------- */
.article ul li,
.article ol li {
  margin: 0;
}
.contact-house {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.contact-house button {
  background: transparent;
  border: 0;
}
.contact-house p {
  margin: 0;
}
.contact-house ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #5cbc75;
  overflow: hidden;
}
.contact-house li {
  list-style: none;
  width: 100%;
  background: #5cbc75;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .contact-house li {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .contact-house li:nth-child(2) {
    padding: 0 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}

.contact-house li:nth-child(1)::after,
.contact-house li:nth-child(2)::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  /* border-bottom: 1px solid #fff; */
  /* border: 1px solid #fff; */
  position: absolute;
  top: 50%;
  z-index: 1;
}
.contact-house li:nth-child(1)::after,
.contact-house li:nth-child(2)::after {
  right: 0;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
  -ms-transform: translate(0%, -50%) rotate(-45deg);
  transform: translate(0%, -50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.contact-house__wrap {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  border: 1px solid #5cbc75;
}

@media screen and (max-width: 600px) {
  .contact-house__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

p.contact-house-lead {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  p.contact-house-lead {
    font-size: 14px;
  }
}

.contact-house-lead span {
  color: #bc2800;
}
.contact-house-lead strong {
  font-size: 28px;
}
.contact-house-lead br {
  display: none;
}
@media screen and (max-width: 800px) {
  .contact-house-lead br {
    display: block;
  }
}

.contact-house__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 615px;
  margin: 0 auto;
  margin-top: 1%;
}
.contact-house__form select {
  font-size: 18px;
  max-width: 166px;
}
.contact-house__form input {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .contact-house__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.contact-house__input {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .contact-house__input {
    flex-direction: column;
    /* 	align-items:flex-start; */
  }
}

.contact-house__input p {
  white-space: nowrap;
  margin-left: 5px;
}
.contact-house__input span {
  color: #008a3f;
}

.contact-house__btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffd600),
    to(#ef8126)
  );
  background: linear-gradient(to right, #ffd600, #ef8126);
  border-radius: 50px;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}

.contact-house__btn button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 0;
}

label {
  cursor: auto;
}

@media screen and (max-width: 500px) {
  .contact-house__btn button {
    gap: 5px;
  }
}
.contact-house__btn .muryo {
  display: inline-grid;
  color: #bc2800;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.contact-house__btn .txt {
  font-size: 14px;
  color: #222;
  font-weight: bold;
  line-height: 0.9;
}
@media screen and (max-width: 800px) {
  .contact-house__btn .txt {
    font-size: 12px;
  }
}
.contact-house__btn .txt span {
  color: #bc2800;
}
.contact-house__btn .txt strong {
  font-size: 28px;
}
.contact-house__btn .mitumori {
  -webkit-text-stroke: 4px #fff;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #36a34d;
  letter-spacing: 5px;
}
@media screen and (max-width: 800px) {
  .contact-house__btn .mitumori {
    font-size: 3vw;
  }
}
.contact-house__btn .mitumori::before {
  content: "スピード見積もり";
  -webkit-text-stroke: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .contact-house__btn .mitumori::before {
    font-size: 3vw;
  }
}
.contact-house__btn .white {
  color: #fff;
  font-size: 0.8rem;
}

.contact-img {
  width: 18%;
  position: absolute;
  bottom: 0;
  right: 1%;
}
@media screen and (max-width: 900px) {
  .contact-img {
    display: none;
  }
}

/* ---------------------------------------
サンクスページ
--------------------------------------- */
.thanks {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .thanks {
    width: 100%;
  }
}
.inner {
}
.thanks__thumb {
  display: flex;
}

@media screen and (max-width: 767px) {
  .thanks__thumb {
    flex-direction: column;
  }
}
.thanks__lead {
}
.thanks__heading-lv2 {
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .thanks__heading-lv2 {
    font-size: 25px;
  }
}
.thanks__lead-txt {
}
.thanks__img {
  height: inherit;
  width: 30%;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .thanks__img {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.thanks__txt {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .thanks__txt {
    margin-top: 0;
  }
}
.thanks__heading-lv3 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .thanks__heading-lv3 {
    font-size: 20px;
  }
}
.thanks__pra {
}

/* ---------------------------------------
コンタクトフォーム関連
--------------------------------------- */
.main-contact {
  width: 100% !important;
  background: #f1fff6;
}
.main-contact .main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* .dn {
    display: none!important;
} */

.contact__read-txt {
  font-weight: bold;
  border-left: 6px solid #30b76d;
  margin-bottom: 30px;
  padding-left: 10px;
}

.haveto {
  font-size: 13px;
  padding: 5px;
  /* background: #ff9393; */
  background: #bc2800;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}

.entered {
  font-size: 13px;
  padding: 5px;
  /* background: #ff9393; */
  background: #30b76d;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}

.any {
  font-size: 13px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 4px;
}

#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 0;
  width: 80%;
  background: #ffaa56;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  margin-bottom: 40px;
  transition: 0.3s;
}

#formbtn2 {
  display: block;
  padding: 1em 0;
  margin-top: 0;
  width: 80%;
  background: #ffaa56;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  margin-bottom: 60px;
  transition: 0.3s;
}
.decoration-none {
  text-decoration: none;
}

#formbtn:hover,
#formbtn2:hover {
  background: #30b76d;
  color: #fff;
}

.qs_submit__link {
  text-decoration: underline;
  color: #008a3f !important;
}

.cf_hidden {
  display: none;
}

#cf_step2 .cf_step2__pra {
  /* font-size: 18px; */
  font-size: 20px;
  color: #ff0000;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: bold;
}

#cf_step2 .cf_step2__heading-lv3 {
  /* margin-top: 3.6em; */
  color: #ffffff;
  background-color: #1da64d;
}

.qs_submit__pra {
  font-size: 13px;
  color: #008a3f;
  margin-bottom: 20px;
}

.contact__refusal {
  width: 80%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 50px 20px;
}
.contact__refusal p:first-of-type,
.contact__refusal span:first-of-type {
  text-align: center;
  display: block;
}
.contact__refusal-list li {
  list-style: none;
  text-align: left;
}

/* .survey-lead01,.survey-lead02{
	color:#fff;
	background:#1da64d;
	padding-left:10px;
	margin-top:30px;
}
.survey-lead01::before{
	content:"①";
}

.survey-lead02::before{
	content:"②";
}
.survey-lead01::before,
.survey-lead02::before{
	color:rgba(255, 255, 0,1);
	margin-right:10px;
} */

/*テーブル*/
.inquiry {
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.inquiry th,
.inquiry td {
  border: none !important;
  /* 	background:#f1fff6; */
  border-bottom: 1px solid #cacaca !important;
}
.inquiry th.baseline {
  vertical-align: baseline;
}
.inquiry th {
  text-align: left;
  /*     font-size: 20px; */
  font-size: 16px;
  color: #444;
  padding: 15px 0 15px 15px;
  padding-right: 5px;
  width: 35%;
  /* 	display:flex;
	align-items:center; */
}
.inquiry th br {
  display: none;
}
.red {
  color: red;
}
.inquiry td {
  /*     font-size: 20px; */
  font-size: 16px;
}

.how-to-mitsumori .box-right {
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .inquiry th {
    width: 100%;
    /*     font-size: 18px; */
  }

  .inquiry tr {
    display: flex;
    flex-wrap: wrap;
  }

  .inquiry td {
    width: 100%;
    /*     font-size: 18px; */
  }

  .how-to-mitsumori {
    display: block;
  }

  .how-to-mitsumori .box-left,
  .how-to-mitsumori .box-right {
    /* width: 100%; */
  }
}
.page-id-327 .l-mainContent,
.page-id-329 .l-mainContent,
.page-id-325 .l-mainContent,
.page-id-331 .l-mainContent {
  max-width: 1200px !important; /* ここを変えたい幅にする */
  margin: 0 auto !important;
}

/************************************
** solar-footer-custom-button
************************************/
/* 追従ボタン（スクロール）の調整 */
#pagetop {
  opacity: 1;
}
/*  */
#solar-footer-custom-button {
  display: block;
  width: 100%;
  background: rgb(0 0 0 / 70%);
  position: fixed;
  bottom: 0;
  z-index: 2;
  padding: 15px 0;
  margin-bottom: 0;
  zoom: 80%;
  /*   opacity: 1; */
  visibility: visible;
  height: auto;
  transition: 1s;
  text-align: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 18px;
  color: #484848;
  line-height: 1.8;
}

@media screen and (max-width: 890px) {
  #solar-footer-custom-button {
    display: none;
  }
}

#solar-mobile-footer-custom-button {
  display: none;
}

@media screen and (max-width: 890px) {
  #solar-mobile-footer-custom-button {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #solar-mobile-footer-custom-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    /*     margin-bottom: 50px; */
    /*     opacity: 1; */
    transition: 0.7s;
    background: #fff;
  }

  .solar-flowting-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .solar-flowting-box div {
    text-decoration: none;
    color: #ffffff;
  }

  .solar-flowting-box div i {
    padding: 0.5em;
  }

  .solar-flowting-box .solar-left {
    width: 100%;
    padding: 5px;
    text-align: center;
    background: rgb(255 255 255 / 70%);
    background: #fff;
    text-align: center;
  }

  .solar-flowting-box .solar-right {
    width: 50%;
    padding: 5px;
    text-align: center;
    background: rgb(255 255 255 / 70%);
  }

  /* 表示制御用 */
  #solar-mobile-footer-custom-button.is-show {
    opacity: 1;
    visibility: visible;
  }

  #solar-mobile-footer-custom-button.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}

#solar-footer-custom-button .solar-fixed-form-box {
  margin: 0 auto;
  height: auto;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.solar-fixed-form-box form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.solar-fixed-form-wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .solar-fixed-form-wrap {
    width: auto;
  }
}

.solar-flexbox {
  display: flex;
}

@media screen and (max-width: 890px) {
  .solar-flexbox._cf_step2 {
    flex-direction: column;
  }
}

.solar-fixed-form-box form .solar-box-1,
.solar-fixed-form-box form .solar-box-2 {
  width: 33%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.solar-fixed-form-box .solar-box-1 p,
.solar-fixed-form-box .solar-box-2 p {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  width: 90%;
  padding: 0;
}

@media screen and (max-width: 890px) {
  .solar-fixed-form-box .solar-box-1 p,
  .solar-fixed-form-box .solar-box-2 p {
    font-size: 15px;
  }
}

.solar-fixed-form-box form .solar-box-btn {
  display: flex;
}

@media screen and (max-width: 890px) {
  .solar-fixed-form-box form .solar-box-btn {
    flex-direction: column;
    padding: 10px;
  }
}

.solar-fixed-form-box form .solar-box-btn button,
.solar-fixed-form-box form .solar-box-btn a {
  margin: 0 auto;
  padding: 15px 20px;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  position: relative;
  letter-spacing: 0.07em;
  text-decoration: none;
}

.solar-fixed-form-box form .solar-box-btn button.solar-btn01 {
  background: linear-gradient(
    #f4c043 0%,
    #f4bc43 16.06%,
    #f4b83f 34.92%,
    #f3b13e 52.06%,
    #f1ab3d 69.47%,
    #f2a13a 86.78%,
    #f19f3a 100%
  );
  border-radius: 31px;
  margin-left: 20px;
}

.solar-fixed-form-box form .solar-box-btn a.solar-btn02 {
  background: linear-gradient(
    #9fce63 0%,
    #89c861 16.06%,
    #73c05f 34.92%,
    #5eb85d 52.06%,
    #52b05b 69.47%,
    #4fad5b 86.78%,
    #4fad5b 100%
  );
  margin-left: 20px;
}

@media screen and (max-width: 890px) {
  .solar-fixed-form-box form .solar-box-btn a.solar-btn02 {
    margin-top: 10px;
  }
}

.solar-fixed-form-box form .solar-box-btn button::after,
.solar-fixed-form-box form .solar-box-btn a.solar-btn02::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%) rotate(45deg);
}

/* input styling */

.solar-fixed-form-box .solar-box-2 input[type="text"] {
  margin-bottom: 10px;
  width: 90%;
  padding: 11px;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #ddd;
}

.solar-fixed-form-box .solar-box-2 li:last-child {
  display: flex;
  position: relative;
  top: -5px;
  font-size: 16px;
}

.solar-fixed-form-box .solar-box-2 li label {
  margin-left: 10px;
}

.solar-fixed-form-box .solar-box-2 input {
  display: block;
}

#solar-footer-custom-button.is-hidden,
#solar-mobile-footer-custom-button.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

#solar-footer-custom-button.is-show,
#solar-mobile-footer-custom-button.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}

/************************************
** battery-footer-custom-button
************************************/

#battery-footer-custom-button {
  display: block;
  width: 100%;
  background: rgb(0 0 0 / 70%);
  position: fixed;
  bottom: 0;
  z-index: 2;
  padding: 15px 230px 25px;
  margin-bottom: 0;
  zoom: 80%;
  opacity: 0;
  transition: 1s;
}

@media screen and (max-width: 890px) {
  #battery-footer-custom-button {
    display: none;
  }
}

#battery-mobile-footer-custom-button {
  display: none;
}

@media screen and (max-width: 890px) {
  #battery-mobile-footer-custom-button {
    display: block;
  }
}

#battery-footer-custom-button .battery-fixed-form-box {
  margin: 0 auto;
  padding: 10px 50px 15px;
  height: auto;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.battery-fixed-form-box form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.battery-fixed-form-box form .battery-box-1,
.battery-fixed-form-box form .battery-box-2 {
  width: 33%;
}

.battery-fixed-form-box .battery-box-1 p,
.battery-fixed-form-box .battery-box-2 p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.battery-fixed-form-box form .battery-box-btn {
  width: 33%;
}

.battery-fixed-form-box form .battery-box-btn button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(60deg, #ffc107 0%, #ff9800 100%);
  border-radius: 50vh;
  border-color: transparent;
  position: relative;
}

.battery-fixed-form-box form .battery-box-btn button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%) rotate(45deg);
}

.battery-fixed-form-box form .battery-box-btn button:hover {
}

@media screen and (max-width: 600px) {
  .p-fixBtnWrap {
    bottom: 115px;
  }

  #battery-mobile-footer-custom-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    /*     margin-bottom: 50px; */
    opacity: 1;
    transition: 0.7s;
    background: #fff;
  }

  /* 表示制御用 */
  #battery-mobile-footer-custom-button.is-show {
    opacity: 1;
    visibility: visible;
  }

  #battery-mobile-footer-custom-button.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}

#battery-footer-custom-button .solar-fixed-form-box {
  margin: 0 auto;
  height: auto;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.solar-fixed-form-box form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.solar-fixed-form-wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .solar-fixed-form-wrap {
    width: auto;
  }
}

.solar-flexbox {
  display: flex;
}

@media screen and (max-width: 890px) {
  .solar-flexbox._cf_step2 {
    flex-direction: column;
  }
}

.solar-fixed-form-box form .solar-box-1,
.solar-fixed-form-box form .solar-box-2 {
  width: 33%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.solar-fixed-form-box .solar-box-1 p,
.solar-fixed-form-box .solar-box-2 p {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  width: 90%;
  padding: 0;
}

@media screen and (max-width: 890px) {
  .solar-fixed-form-box .solar-box-1 p,
  .solar-fixed-form-box .solar-box-2 p {
    font-size: 15px;
  }
}

.solar-fixed-form-box form .solar-box-btn {
  display: flex;
}

@media screen and (max-width: 890px) {
  .solar-fixed-form-box form .solar-box-btn {
    flex-direction: column;
    padding: 10px;
  }
}

.solar-fixed-form-box form .solar-box-btn button,
.solar-fixed-form-box form .solar-box-btn a {
  margin: 0 auto;
  padding: 15px 20px;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  position: relative;
  letter-spacing: 0.07em;
  text-decoration: none;
}

.solar-fixed-form-box form .solar-box-btn button.solar-btn01 {
  background: linear-gradient(
    #f4c043 0%,
    #f4bc43 16.06%,
    #f4b83f 34.92%,
    #f3b13e 52.06%,
    #f1ab3d 69.47%,
    #f2a13a 86.78%,
    #f19f3a 100%
  );
  border-radius: 31px;
  margin-left: 20px;
}

.solar-fixed-form-box form .solar-box-btn a.solar-btn02 {
  background: linear-gradient(
    #9fce63 0%,
    #89c861 16.06%,
    #73c05f 34.92%,
    #5eb85d 52.06%,
    #52b05b 69.47%,
    #4fad5b 86.78%,
    #4fad5b 100%
  );
  margin-left: 20px;
}

@media screen and (max-width: 890px) {
  .solar-fixed-form-box form .solar-box-btn a.solar-btn02 {
    margin-top: 10px;
  }
}

.solar-fixed-form-box form .solar-box-btn button::after,
.solar-fixed-form-box form .solar-box-btn a.solar-btn02::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%) rotate(45deg);
}

/* input styling */

.solar-fixed-form-box .solar-box-2 input[type="text"] {
  margin-bottom: 10px;
  width: 90%;
  padding: 11px;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #ddd;
}

.solar-fixed-form-box .solar-box-2 li:last-child {
  display: flex;
  position: relative;
  top: -5px;
  font-size: 16px;
}

.solar-fixed-form-box .solar-box-2 li label {
  margin-left: 10px;
}

.solar-fixed-form-box .solar-box-2 input {
  display: block;
}

#battery-footer-custom-button.is-hidden,
#battery-mobile-footer-custom-button.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

#battery-footer-custom-button.is-show,
#battery-mobile-footer-custom-button.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}

.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
}

.bottom-line:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 100%, rgba(150,150,150,.2) 100%, rgba(150,150,150,.2) 100%)!important;
}

/* 指定ページIDでSolar/Batteryフッターを非表示 */
.page-id-327 #solar-footer-custom-button,
.page-id-327 #solar-mobile-footer-custom-button,
.page-id-327 #battery-footer-custom-button,
.page-id-327 #battery-mobile-footer-custom-button,
.page-id-329 #solar-footer-custom-button,
.page-id-329 #solar-mobile-footer-custom-button,
.page-id-329 #battery-footer-custom-button,
.page-id-329 #battery-mobile-footer-custom-button,
.page-id-325 #solar-footer-custom-button,
.page-id-325 #solar-mobile-footer-custom-button,
.page-id-325 #battery-footer-custom-button,
.page-id-325 #battery-mobile-footer-custom-button,
.page-id-331 #solar-footer-custom-button,
.page-id-331 #solar-mobile-footer-custom-button,
.page-id-331 #battery-footer-custom-button,
.page-id-331 #battery-mobile-footer-custom-button,
.page-id-333 #solar-footer-custom-button,
.page-id-333 #solar-mobile-footer-custom-button,
.page-id-333 #battery-footer-custom-button,
.page-id-333 #battery-mobile-footer-custom-button {
  display: none !important;
}
