@charset "UTF-8";
.TitleVisual {
  text-align: center;
}

.TitleVisual + .sw-PageTitle {
  padding-top: 20px;
}

.sw-Title.-h2 {
  color: #789b00;
  border-bottom: #789b00 solid 3px;
}

.sw-Title.-h5 {
  display: block;
}

.sw-Section table.k_hojyokin + .link_imp:not(:last-of-type) {
  margin-bottom: 15px;
}

a.link_imp {
  font-size: 1.8rem;
  color: #ed2449;
  font-weight: bold;
  word-break: break-all;
}

table.k_hojyokin {
  width: 100%;
  border-collapse: collapse;
}

table.k_hojyokin th, table.k_hojyokin td {
  padding: 20px;
  border: 1px solid #b8b1a2;
  text-align: center;
}

table.k_hojyokin th {
  width: 60%;
  background: #f0f6de;
}

table.k_hojyokin thead th {
  background: #dfedb5;
  padding: 10px;
}

.period {
  text-align: center;
  display: block;
  padding: 15px 20px;
  line-height: 2.4;
  margin-left: auto;
  margin-right: auto;
  background-color: #FAE0CD;
  border: #D65005 solid 1px;
}

.period strong {
  border-bottom: #D65005 solid 3px;
}

.underline {
  border-bottom: #ed2449 solid 3px;
}

dl.point_detail {
  border-top: 1px solid #b8b1a2;
  border-left: 1px solid #b8b1a2;
  border-right: 1px solid #b8b1a2;
  display: flex;
  flex-wrap: wrap;
}

dl.point_detail dt, dl.point_detail dd {
  border-bottom: 1px solid #b8b1a2;
  padding: 20px;
}

dl.point_detail dt {
  background-color: #f0f6de;
  width: 70%;
}

dl.point_detail dd {
  width: 30%;
}

.attention {
  border: #ed2449 solid 2px;
  border-radius: 10px;
  padding: 5px;
  margin: 0 0 15px 0;
}

.attention p {
  background: #ed2449;
  color: #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-weight: bold;
}

.attention ul {
  list-style: none;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.attention ul li {
  text-indent: -2rem;
  padding: 0 5px;
}

.attention ul li::before {
  content: "●";
  color: #ed2449;
  margin-right: 5px;
}

.schedule {
  margin: 15px 0 0 0;
}

.schedule_memo {
  font-size: 1.4rem;
  color: #cc0000;
  margin: 10px 0 0 0;
}

.bnr_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}

.bnr_waterheater, .bnr_solar, .bnr_yokkan {
  flex-grow: 1;
}

.bnr_waterheater a, .bnr_solar a, .bnr_yokkan a {
  display: block;
  border: #9d9d9d solid 1px;
  padding: 25px 20px 25px 120px;
  position: relative;
  font-size: 2rem;
  background-color: #f3f9ef;
  color: #789b00;
  transition: 0.25s;
  font-weight: 700;
}

.bnr_waterheater a:hover, .bnr_solar a:hover, .bnr_yokkan a:hover {
  opacity: 0.7;
}

.bnr_waterheater a svg, .bnr_solar a svg, .bnr_yokkan a svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bnr_waterheater a {
  background-image: url("../img/special/hojokin/bnr_icon_kyutouki.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 10px center;
}

.bnr_solar a {
  background-image: url("../img/special/hojokin/bnr_icon_taiyonetsu.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 10px center;
}

.bnr_yokkan a {
  background-image: url("../img/special/hojokin/bnr_icon_yokkan.png");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 10px center;
}

ol.sakuseitejun, ol.sakuseitejun ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

ol.sakuseitejun ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5em;
}

ol.sakuseitejun ol li::before {
  content: "(" counter(cnt) ") ";
}

.doc_sample {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.doc_sample a {
  display: block;
}

.doc_sample a:nth-of-type(n+2) {
  margin-left: 20px;
}

.doc_sample .caption {
  display: block;
  text-align: center;
}

.bnr_download a {
  width: 60%;
  height: 70px;
  margin: 0 auto 30px auto;
}

.address {
  width: 50%;
  background-color: #DBEFD3;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: #093 solid 1px;
}

.address p {
  font-size: 1.8rem;
}
.hide {
  display: none;
}

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.pc {
  display: block !important;
}

.hojokin .txt--s {
  font-size: 14px;
}
.hojokin .txt--center {
  text-align: center;
}
.hojokin .txt--indent {
  position: relative;
  padding-left: 1.5em;
}
.hojokin .txt--indent::before {
  content: "※";
  position: absolute;
  left: 0;
}
.hojokin .txt a {
  color: #0d52db;
  text-decoration: underline;
}
.hojokin .txt a:hover {
  text-decoration: none;
}
.hojokin .bold {
  font-weight: bold;
}
.hojokin .red {
  color: #ed2449;
}
.hojokin .list {
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
  -webkit-margin-start: 1em;
  margin-inline-start: 1em;
  text-indent: -1em;
}
.hojokin .list > * {
  list-style-type: none;
}
.hojokin .list--disc {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-start: 2em;
  margin-inline-start: 2em;
  text-indent: 0;
}
.hojokin .list--disc > * {
  list-style-type: disc;
}
.hojokin .figure {
  position: relative;
  display: block;
  transition: 0.25s;
}
.hojokin .figure:hover {
  opacity: 0.7;
}
.hojokin .figure .label {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
  color: #fff;
  background-color: #ed2449;
  line-height: 1;
  padding: 8px;
}
.hojokin .figure img {
  width: 100%;
  border: 1px solid #000;
}
.hojokin .underline {
  background-image: linear-gradient(#ed2449, #ed2449);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 2px; /* 2px(線の太さ) + 4px(余白) */
  border: 0;
}
.hojokin .icon {
  font-size: 0.8em;
  vertical-align: 0em;
  color: #0d52db;
}
.hojokin .icon--pre {
  margin-right: 0.3em;
}
.hojokin .icon--sfc {
  margin-left: 0.3em;
}
.hojokin .btns > *:only-child {
  width: 50%;
  margin-inline: auto;
}
.hojokin-l__section {
  padding-bottom: 100px;
}
.hojokin-l__section:nth-last-child(1) {
  padding-bottom: 0;
}
.hojokin-l__section > * {
  margin-bottom: 50px !important;
}
.hojokin-l__section > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.hojokin-l__area > * {
  margin-bottom: 40px !important;
}
.hojokin-l__area > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.hojokin-l__box > * {
  margin-bottom: 28px !important;
}
.hojokin-l__box > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.hojokin-l__article > * {
  margin-bottom: 20px !important;
}
.hojokin-l__article > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.hojokin-l__narrow {
  width: 50%;
  margin-inline: auto;
}
.hojokin-l__narrow .figure {
  display: block;
  width: 66.66%;
  margin-inline: auto;
}
.hojokin-l__separate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.hojokin-l__separate > * {
  width: 100%;
}
.hojokin-l__separate--fig {
  gap: 32px;
}
.hojokin-l__separate--fig > * {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hojokin-l__separate--fig > * .txt {
  width: 66.66%;
}
.hojokin-l__separate--fig > *:nth-child(odd) {
  align-items: flex-end;
}
.hojokin-l__separate--fig > *:nth-child(odd) .figure {
  margin-inline: auto 0;
}
.hojokin-l__separate--fig > *:nth-child(even) {
  align-items: flex-start;
}
.hojokin-l__separate--fig > *:nth-child(even) .figure {
  margin-inline: 0 auto;
}
.hojokin-l__separate--fig > *:only-child {
  align-items: center;
}
.hojokin-l__separate--fig > *:only-child .figure {
  margin-inline: auto;
}
.hojokin-l__separate .figure {
  display: block;
  width: 66.66%;
  margin-inline: auto;
}
.hojokin-l__separate .figure--wide {
  width: 100%;
}
.hojokin-l__divider {
  margin-bottom: 60px !important;
  padding-bottom: 60px !important;
  border-bottom: 1px solid #cbcbcb;
}
.hojokin__ttl--h4 {
  font-size: 20px;
  padding: 8px 12px;
  background-color: #efefef;
}
.hojokin__ttl--h5 {
  font-size: 20px;
  -webkit-border-start: 4px solid #ed2449;
  border-inline-start: 4px solid #ed2449;
  padding-left: 16px;
}
.hojokin__ttl--h6 {
  font-size: 20px;
}
.hojokin__hero {
  text-align: center;
  margin-bottom: 50px;
}
.hojokin__hero picture {
  display: block;
}
.hojokin__hero img {
  max-width: 100%;
}
.hojokin__caution {
  padding: 28px 32px;
  border: 2px solid #ed2449;
}
.hojokin__caution dt {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hojokin__caution dt::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #ed2449;
  flex-shrink: 0;
}
.hojokin__caution dd ul {
  -webkit-padding-start: 1em;
  padding-inline-start: 1em;
}
.hojokin__caution ul:nth-last-child(1) {
  margin-bottom: 0;
}
.hojokin__limit {
  text-align: center;
  background-color: #fdeff2;
  font-size: 20px;
  padding: 32px;
}
.hojokin__limit p {
  margin-bottom: 0.5em;
}
.hojokin__limit p:nth-last-child(1) {
  margin-bottom: 0;
}
.hojokin__limit p span {
  font-weight: bold;
}
.hojokin__tabs {
  display: flex;
  gap: 24px;
}
.hojokin__tabs a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  font-weight: bold;
  background-color: #eeeeee;
  padding-inline: 24px;
  transition: 0.25s;
}
.hojokin__tabs a svg {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0d52db;
  font-size: 20px;
}
.hojokin__tabs a:hover {
  opacity: 0.7;
}
.hojokin__list {
  -webkit-border-before: 1px solid #9e9e9f;
  border-block-start: 1px solid #9e9e9f;
  padding-inline: 0;
}
.hojokin__list li {
  -webkit-border-after: 1px solid #9e9e9f;
  border-block-end: 1px solid #9e9e9f;
  padding: 28px 0;
  list-style-type: none;
}
.hojokin__table {
  display: grid;
  gap: 0;
  border-top: 1px solid #9e9e9f;
  border-left: 1px solid #9e9e9f;
}
.hojokin__table__th, .hojokin__table__td {
  border-bottom: 1px solid #9e9e9f;
  border-right: 1px solid #9e9e9f;
  padding: 20px;
  text-align: center;
}
.hojokin__table__th--soft-border, .hojokin__table__td--soft-border {
  border-bottom: 1px dotted #cbcbcb;
}
.hojokin__table__th > span, .hojokin__table__td > span {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.hojokin__table__th--left > span, .hojokin__table__td--left > span {
  justify-content: flex-start;
}
.hojokin__table__th {
  background-color: #f7f7f7;
  font-weight: bold;
}
.hojokin__table__td--wrapper {
  border: 0;
  padding: 0;
}
.hojokin__table__td--wrapper > * {
  border: 0;
}
.hojokin__table--column2-1 {
  grid-template-columns: 2fr 1fr;
}
.hojokin__table--column1-3 {
  grid-template-columns: 1fr 3fr;
}
.hojokin__table--column2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px){
  .sw-Title.-h2 {
    font-size: 3rem;
  }
  .TitleVisual + .sw-PageTitle {
    padding-top: 30px;
  }
  .period {
    width: 550px;
  }
  dl.point_detail {
    width: 800px;
  }
  /*賃貸省エネ*/
  body.pg-hojokin .B15 {
    margin-bottom: 15px;
  }
  body.pg-hojokin .B20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px){
  .pc {
    display: block !important;
  }
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px){
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .hojokin .txt--s {
    font-size: 13px;
  }
  .hojokin .list {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
  .hojokin .list--disc {
    -webkit-margin-start: 1em;
    margin-inline-start: 1em;
  }
  .hojokin .figure .label {
    font-size: 10px;
    padding: 6px;
  }
  .hojokin .btns > *:only-child {
    width: 100%;
  }
  .hojokin-l__section {
    padding-bottom: 60px;
  }
  .hojokin-l__section > * {
    margin-bottom: 40px !important;
  }
  .hojokin-l__area > * {
    margin-bottom: 28px !important;
  }
  .hojokin-l__box > * {
    margin-bottom: 16px !important;
  }
  .hojokin-l__article > * {
    margin-bottom: 12px !important;
  }
  .hojokin-l__narrow {
    width: 100%;
  }
  .hojokin-l__separate {
    grid-template-columns: repeat(1, 1fr);
  }
  .hojokin-l__separate--fig {
    gap: 32px;
  }
  .hojokin-l__separate--fig > * .txt {
    width: 100%;
  }
  .hojokin-l__separate--fig > *:nth-child(odd) {
    align-items: center;
  }
  .hojokin-l__separate--fig > *:nth-child(odd) .figure {
    margin-inline: auto;
  }
  .hojokin-l__separate--fig > *:nth-child(even) {
    align-items: center;
  }
  .hojokin-l__separate--fig > *:nth-child(even) .figure {
    margin-inline: auto;
  }
  .hojokin-l__divider {
    margin-bottom: 32px !important;
    padding-bottom: 32px !important;
  }
  .hojokin__ttl--h4 {
    font-size: 16px;
    padding: 6px 10px;
  }
  .hojokin__ttl--h5 {
    font-size: 16px;
    padding-left: 8px;
  }
  .hojokin__ttl--h6 {
    font-size: 16px;
  }
  .hojokin__caution {
    padding: 20px;
  }
  .hojokin__limit {
    font-size: 16px;
    padding: 28px;
  }
  .hojokin__tabs {
    flex-direction: column;
    font-size: 14px;
    gap: 10px;
  }
  .hojokin__tabs a {
    height: 40px;
    justify-content: flex-start;
    padding-inline: 12px;
  }
  .hojokin__tabs a svg {
    top: 50%;
    right: 12px;
    font-size: 14px;
  }
  .hojokin__list li {
    padding: 16px 0;
  }
  .hojokin__table__th, .hojokin__table__td {
    padding: 12px;
  }
  .hojokin__table__th--left__sp > span, .hojokin__table__td--left__sp > span {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
  .hojokin__table__td--wrapper {
    padding: 0;
  }
  .hojokin__table--column2-1 {
    grid-template-columns: 1fr 1fr;
  }
  .hojokin__table--column1-3 {
    grid-template-columns: 1fr;
  }
  .hojokin .pcom-Btn_Item {
    height: auto;
    padding-block: 12px;
  }
}
@media screen and (max-width: 767px){
  .TitleVisual img {
    width: 100%;
  }
  h5 {
    overflow-wrap: break-word;
  }
  .period {
    padding: 10px;
  }
  dl.point_detail, dl.point_detail dt, dl.point_detail dd {
    width: 100%;
  }
  dl.point_detail dt, dl.point_detail dd {
    padding: 10px;
  }
  dl.point_detail dt {
    border-bottom: none;
  }
  .attention {
    padding: 5px;
  }
  .attention ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    -webkit-margin-after: 0.5em;
    margin-block-end: 0.5em;
  }
  .schedule {
    width: 100%;
    overflow-x: scroll;
    padding: 0 0 10px 0;
  }
  .schedule img {
    height: 500px;
    width: auto;
  }
  .schedule_memo {
    font-size: 1.2rem;
    margin: 0;
  }
  .bnr_wrap {
    flex-wrap: wrap;
  }
  .bnr_waterheater, .bnr_solar {
    width: 100%;
  }
  .bnr_waterheater a, .bnr_solar a, .bnr_yokkan a {
    padding: 15px 20px 15px 90px;
  }
  .doc_sample {
    flex-wrap: wrap;
    text-align: center;
  }
  .doc_sample a:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
  .doc_sample a {
    width: 80%;
    max-height: 500px;
  }
  .doc_sample a img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bnr_download a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 50px;
  }
  .address {
    width: 100%;
  }
  .address p {
    font-size: 1.4rem;
  }
  a.link_imp {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=special_hojokin2025_custom.css.map */
