@charset "utf-8";
/* ボイラーの保守点検
===============================================*/
#ser9-1 .boiler-inr {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

#ser9-1 .boiler-inr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--color-blue-works1),
    var(--color-blue-works1) 1px,
    transparent 1px,
    transparent 7px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

#ser9-1 .boiler-inr:last-child::after {
  display: none;
}
#ser9-1 .boiler-inr:last-child {
  border-bottom: 3px solid var(--color-blue-works1);
}

#ser9-1 .boiler-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#ser9-1 .boiler-ttl {
  background-color: var(--color-blue-works1);
  color: var(--color-white);
  padding: 12px 0;
  font-size: var(--fs-md);
  font-weight: 700;
  width: 100%;
  text-align: center;
}
#ser9-1 .boiler-txt1 {
  text-align: center;
}

#ser9-1 .boiler-txt2 {
  gap: 40px;
  color: var(--color-blue-works1);
}

#ser9-1 .boiler-txt2-inr {
  gap: 20px;
}

#ser9-1 .boiler-label {
  font-size: var(--fs-base-2);
  font-weight: 700;
  border: 1px solid var(--color-blue-works1);
  padding: 8px 14px;
  line-height: 1;
}

#ser9-1 .boiler-value {
  font-size: var(--fs-lg-2);
  letter-spacing: 0;
  font-family: var(--font-jost);
  font-weight: 600;
}

#ser9-1 .boiler-value .boiler-unit {
  font-family: var(--font-ibm);
  font-size: var(--fs-base);
  font-weight: 700;
}

#ser9-1 .boiler-txt3 {
  text-indent: -1em;
  padding-left: 1em;
}

#ser9-1 .boiler-value.boiler-value2 {
  font-family: var(--font-ibm);
  font-size: var(--fs-base-2);
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  #ser9-1 .boiler-inr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  #ser9-1 .boiler-ttl {
    padding: 8px 0;
    font-size: var(--fs-base-2);
  }
  #ser9-1 .boiler-txt2 {
    flex-direction: column;
    gap: 8px;
  }
}

/* 作業風景
===============================================*/
@media screen and (max-width: 600px) {
  #ser9-2 .ser-imgs-2 {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  #ser9-2 .ser-imgs-2 img {
    width: 100%;
    max-width: 480px;
  }
}

/*　共通カード */
#service9 .ser9-cards {
  gap: 24px;
}
#service9 .card-inr {
  width: calc(50% - 12px);
}

#service9 .card {
  border: 3px solid var(--color-blue-works1);
  border-radius: 15px;
  overflow: hidden;
}
#service9 .card-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
#service9 .card-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--color-blue-works1),
    var(--color-blue-works1) 1px,
    transparent 1px,
    transparent 7px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

#service9 .card-item:last-child::after {
  display: none;
}

#service9 .card-ttl {
  background-color: var(--color-blue-works1);
  color: var(--color-white);
  padding: 24px 0;
  font-size: var(--fs-xl-2);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

#service9 .card-body {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-blue-works1);
}

#service9 .card-sub-ttl {
  display: inline-block;
  border-bottom: 3px solid var(--color-blue-works1);
  font-size: var(--fs-lg-2);
  line-height: 1.75;
  font-weight: 700;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

#service9 .card-txt-inr {
  gap: 16px;
}

#service9 .card-txt {
  gap: 8px;
}

#service9 .card-label {
  font-size: var(--fs-base-2);
  font-weight: 700;
  border: 1px solid var(--color-blue-works1);
  padding: 8px 12px;
  line-height: 1;
}

#service9 .card-value {
  font-family: var(--font-jost);
  font-weight: 700;
  font-size: var(--fs-md);
}

#service9 .card-unit {
  font-family: var(--font-ibm);
  font-size: var(--fs-base);
  font-weight: 700;
}

#service9 .card-value.card-value2 {
  font-family: var(--font-ibm);
  font-size: var(--fs-base-2);
  font-weight: 500;
  letter-spacing: 0.15em;
}

#service9 .card-item.note {
  text-align: left;
  padding-top: 16px;
}

#service9 .note .txt-black {
  color: var(--color-black);
}

#service9 .note ul {
  list-style: disc;
}

#service9 .card-ovr-note {
  padding-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
#service9 .card-ovr-note p {
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  #service9 .card-txt-inr {
    flex-direction: column;
    gap: 8px;
  }
}

@media screen and (max-width: 960px) {
  #service9 .ser9-cards {
    gap: 16px;
  }
  #service9 .card-inr {
    width: calc(50% - 8px);
  }
  #service9 .card-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #service9 .card-sub-ttl {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  #service9 .ser9-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  #service9 .card-inr {
    width: 100%;
    max-width: 480px;
  }
  #service9 .card-item {
    padding-top: 24px;
  }
}

/* その他一般修理料金 */
#service9 #ser9-3 .ser9-cards {
  position: relative;
}

#service9 #ser9-3 .ser9-cards::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: var(--fs-lg);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 1;
}

#service9 #ser9-3 .ser9-3-card1 .card-txt {
  gap: 32px;
}

#service9 #ser9-3 .ser9-3-card1 .card-label {
  width: 120px;
}

#service9 #ser9-3 .ser9-3-card2 .card-label {
  width: 260px;
}

#service9 #ser9-3 .ser9-3-card3 .card-label {
  width: 320px;
}

#service9 #ser9-3 .ser9-3-card1-note {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #service9 #ser9-3 .ser9-cards {
    gap: 80px;
  }
  #service9 #ser9-3 .ser9-cards::after {
    display: none;
  }

  #service9 #ser9-3 .ser9-3-card3 .card-label {
    width: 280px;
  }
  #service9 #ser9-3 .ser9-3-card1-note {
    margin-bottom: 24px;
  }
  #service9 #ser9-3 .card-inr:last-child {
    position: relative;
  }
  #service9 #ser9-3 .card-inr:last-child::after {
    content: "＋";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 44px;
    height: 44px;
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: var(--fs-lg);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 1;
  }
}

/* サービス・修理に関する受付時間のお知らせ
===============================================*/
#ser9-4 .main-hd {
  border-radius: 15px;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid var(--color-blue-works1);
}
#ser9-4 .main-hd-ttl {
  background-color: var(--color-blue-works1);
  color: var(--color-white);
  font-size: var(--fs-lg);
  font-weight: 600;
  padding: 32px 40px;
  height: 100%;
}

#ser9-4 .main-hd-txt {
  padding-left: 40px;
  padding-right: 40px;
  color: var(--color-blue-works1);
  font-size: var(--fs-xl-2);
}

#ser9-4 .table-inr {
  border: 3px solid var(--color-blue-works1);
  border-radius: 15px;
  overflow: hidden;
}

#ser9-4 .period-box {
  background-color: var(--color-blue-works1);
  color: var(--color-white);
  padding: 16px 0;
  font-size: var(--fs-xl-2);
  font-weight: 700;
  text-align: center;
}

#ser9-4 .table-box table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-blue-works1);
}
#ser9-4 .table-box table th {
  position: relative;
  font-size: var(--fs-xl-2);
  font-weight: 700;
}

#ser9-4 .table-box table th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--color-blue-works1),
    var(--color-blue-works1) 1px,
    transparent 1px,
    transparent 7px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

#ser9-4 .table-box table th,
#ser9-4 .table-box table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid var(--color-blue-works1);
  text-align: center;
}

#ser9-4 .table-box table th:first-child {
  width: 50%;
}

#ser9-4 .table-box table th:nth-child(2) {
  width: 25%;
}

#ser9-4 .table-box table th:last-child {
  width: 25%;
}

#ser9-4 .table-box table th:last-child,
#ser9-4 .table-box table td:last-child {
  border-right: none;
}

#ser9-4 .table-box table th.sub-hd,
#ser9-4 .table-box table td {
  font-weight: 600;
  line-height: 1.2;
  font-size: var(--fs-lg);
}

#ser9-4 .table-box table .txt-small {
  font-size: var(--fs-md);
}

#ser9-4 .table-box table td .table-ft-txt {
  font-size: 19px;
}

#ser9-4 .table-box table .table-ft td {
  padding-left: 16px;
  padding-right: 16px;
}

#ser9-4 .footer-note p {
  font-size: 19px;
  text-indent: -1em;
  padding-left: 1em;
}

#ser9-4 .ser-img-inr {
  gap: 24px;
}
#ser9-4 .ser-img-box {
  width: calc(50% - 12px);
}

@media screen and (max-width: 960px) {
  #ser9-4 .period-box {
    font-size: var(--fs-lg-2);
  }
  #ser9-4 .table-box table th,
  #ser9-4 .table-box table td {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #ser9-4 .table-box table th.sub-hd,
  #ser9-4 .table-box table td {
    font-size: var(--fs-md);
  }
  #ser9-4 .table-box table .txt-small {
    font-size: var(--fs-base-2);
  }

  #ser9-4 .table-box table td .table-ft-txt,
  #ser9-4 .footer-note p {
    font-size: var(--fs-base);
  }
}
@media screen {
  #ser9-4 .main-hd {
    flex-direction: column;
    width: 100%;
  }
  #ser9-4 .main-hd-ttl,
  #ser9-4 .main-hd-txt {
    padding: 16px 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #ser9-4 .period-box {
    font-size: var(--fs-md);
    padding: 8px 0;
  }
  #ser9-4 .table-box table th,
  #ser9-4 .table-box table td {
    padding: 12px 0;
  }
  #ser9-4 .table-box table th.sub-hd,
  #ser9-4 .table-box table td {
    font-size: var(--fs-base);
  }
  #ser9-4 .table-box table .txt-small {
    font-size: var(--fs-sm);
  }
  #ser9-4 .table-box table th:first-child {
    width: 40%;
  }
  #ser9-4 .table-box table th:nth-child(2),
  #ser9-4 .table-box table th:last-child {
    width: 30%;
  }
  #ser9-4 .ser-img-inr {
    gap: 40px;
    flex-direction: column;
  }
  #ser9-4 .ser-img-box {
    gap: 16px;
    width: 100%;
  }
}

/* 緊急専用ダイヤル */
#ser9-4 .tel-inr a {
  padding: 40px 0;
  text-align: center;
  width: 100%;
  background: var(--color-blue-works1);
  color: var(--color-white);
  font-size: var(--fs-xxxl);
  letter-spacing: 0.02em;
  font-weight: 600;
  pointer-events: none;
  line-height: 1.2;
}

#ser9-4 .tel-inr a .tel-txt {
  font-family: var(--font-jost);
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #ser9-4 .tel-inr a {
    line-height: 1.5;
  }
}

@media screen and (max-width: 600px) {
  #ser9-4 .tel-inr a {
    pointer-events: auto;
    padding: 24px 0;
  }
}

/* 暖房システム　不凍液交換について
===============================================*/
#ser9-5 .ser-9-5-inr {
  background-color: var(--color-white);
}

#ser9-5 .ser-9-5-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#ser9-5 .check-list {
  gap: 20px;
  padding: 80px 0;
  width: 100%;
  background-image: var(--ser9-check-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  box-shadow: 2.6px 2.6px 0 rgba(70, 131, 192, 0.2);
}

#ser9-5 .check-item {
  width: 280px;
  background-color: var(--color-white);
  padding: 20px 24px;
  gap: 16px;
}

#ser9-5 .check-item img {
  width: 30px;
  height: 27px;
  object-fit: contain;
}

#ser9-5 .check-item p {
  font-size: var(--fs-base-2);
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  #ser9-5 .ser-9-5-content {
    width: calc(100% - 10%);
  }
}

@media screen and (max-width: 960px) {
  #ser9-5 .check-item {
    width: calc(50% - 5%);
  }
}

@media screen and (max-width: 768px) {
  #ser9-5 .check-list {
    padding: 40px 0;
  }
  #ser9-5 .check-item {
    padding: 16px 0 16px 12px;
    gap: 8px;
  }
  #ser9-5 .check-item img {
    width: 24px;
    height: 21px;
  }
  #ser9-5 .check-item p {
    font-size: var(--fs-base);
  }
}

@media screen and (max-width: 600px) {
  #ser9-5 .ser-9-5-content {
    width: calc(100% - 15%);
  }
  #ser9-5 .check-list {
    flex-direction: column;
    align-items: center;
  }
  #ser9-5 .check-item {
    width: calc(100% - 20%);
  }
}

/* 不凍液交換料金 */
#ser9-5 .af-inr {
  gap: 32px;
}

#ser9-5 .af-item.af-img {
  gap: 32px;
  width: calc(40% - 16px);
}

#ser9-5 .af-item.af-img img {
  box-shadow: 3.7px 3.7px 0 rgba(70, 131, 192, 0.2);
}

#ser9-5 .af-item.af-card-inr {
  width: calc(60% - 16px);
}

#ser9-5 .af-card {
  border: 3px solid var(--color-blue-works1);
  border-radius: 15px;
  overflow: hidden;
}

#ser9-5 .af-ttl {
  background-color: var(--color-blue-works1);
  color: var(--color-white);
  padding: 16px 0;
  font-size: var(--fs-xl-2);
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

#ser9-5 .af-card-body {
  padding: 0 40px;
}

#ser9-5 .af-hd {
  padding-bottom: 40px;
}

#ser9-5 .af-card-item {
  padding: 40px 0;
  border-bottom: 4px solid var(--color-blue-works1);
}

#ser9-5 .af-card-item:last-child {
  border-bottom: none;
}

#ser9-5 .af-title {
  font-size: var(--fs-md);
  color: var(--color-blue-works1);
  font-weight: 600;
}

#ser9-5 .af-label {
  font-weight: 600;
  padding: 10px;
  border: 1px solid var(--color-blue-works1);
  color: var(--color-blue-works1);
  line-height: 1;
}
#ser9-5 .af-desc {
  position: relative;
  padding-right: 1em;
}

#ser9-5 .af-desc::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 120px;
  bottom: 1em;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--color-blue-works1),
    var(--color-blue-works1) 1px,
    transparent 1px,
    transparent 7px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

#ser9-5 .af-price {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 1em;
  background-color: var(--color-white);
}

#ser9-5 .af-price-num {
  font-size: var(--fs-md);
  letter-spacing: 0;
  font-family: var(--font-jost);
  background-color: var(--color-white);
}

#ser9-5 .af-price-unit {
  font-family: var(--font-ibm);
  font-size: var(--fs-base);
  font-weight: 600;
}

#ser9-5 .af-badge {
  background-color: var(--color-blue-works2-2);
  padding: 10px;
  color: var(--color-white);
  font-weight: 600;
  margin-left: 10px;
}
#ser9-5 .af-note {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 1200px) {
  #ser9-5 .af-desc::after {
    width: 100px;
  }
}

@media screen and (max-width: 960px) {
  #ser9-5 .af-inr {
    gap: 24px;
  }
  #ser9-5 .af-item.af-img {
    gap: 16px;
    width: calc(40% - 12px);
  }
  #ser9-5 .af-item.af-card-inr {
    width: calc(60% - 12px);
  }

  #ser9-5 .af-card-item {
    padding: 24px 0;
  }
  #ser9-5 .af-card-body {
    padding: 0 24px;
  }
  #ser9-5 .af-hd {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  #ser9-5 .af-inr {
    flex-direction: column-reverse;
    gap: 40px;
  }

  #ser9-5 .af-item.af-img {
    flex-direction: row;
    width: 100%;
  }

  #ser9-5 .af-item.af-img img {
    width: calc(50% - 8px);
  }

  #ser9-5 .af-item.af-card-inr {
    width: 100%;
  }

  #ser9-5 .af-desc::after {
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  #ser9-5 .af-item.af-img {
    flex-direction: column;
  }
  #ser9-5 .af-item.af-img img {
    width: 100%;
  }
  #ser9-5 .af-card-body {
    padding: 0 16px;
  }
  #ser9-5 .af-card-item {
    padding: 24px 0;
  }
  #ser9-5 .af-card-item .af-body {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  #ser9-5 .af-hd {
    padding-bottom: 8px;
    gap: 24px;
    justify-content: flex-start;
  }
  #ser9-5 .af-title {
    font-size: var(--fs-base-2);
  }
  #ser9-5 .af-label {
    padding: 4px;
    font-size: var(--fs-sm);
  }
  #ser9-5 .af-desc::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #ser9-5 .af-hd {
    gap: 0;
  }
}
