@import url(common.css);

/* ---------------------------

基本作業費セクション
（.basic-price-section）

--------------------------- */

.basic-price-section {
  padding: 2em 0 4em;
}
.basic-price-section .img_block img {
  display: block;
  width: clamp(120px, 35.6vw, 150px);
  height: auto;
}

.price_wap {
  flex: 1.5;
}

.basic-price-section h2 {
  font-size: clamp(22px, 3.52vw, 25px);
  text-align: left;
  padding: 0 0 1em;
}
.price-title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.price_wap .price_block .large {
  font-size: clamp(30px, 3.52vw, 40px);
  font-weight: 600;
}

/* ---------------------------

タブの中身

--------------------------- */
.intro-block {
  padding: 0 0 1.5em;
}
.intro-block h2 {
  text-indent: 0.5em;
}
.intro-block p {
  padding-top: 1em;
  text-indent: 1em;
  color: #444;
  font-size: clamp(15px, 3.52vw, 16px);
}

.sample_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
}
.sample_img img {
  display: block;
  width: min(100%, 150px);
  height: auto;
}

.small-text {
  font-size: clamp(15px, 3.52vw, 16px);
  color: #444;
}
.small-text span {
  font-size: clamp(13px, 3.52vw, 14px);
  padding-left: 0.5em;
}

/* ------------------------------

その他アンテナ工事セクション
.other-section

------------------------------ */
.sample_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  padding: 1em 0;
}
.other-section .sample_img img {
  display: block;
  width: clamp(140px, 35.6vw, 200px);
  height: auto;
}
.other-section .triangle_right {
  margin: unset;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #ffb500;
}
.other-section .price_block {
  display: flex;
  justify-content: right;
}
.other-section .price_block .large {
  font-size: clamp(35px, 1.8vw, 50px);
  padding-right: 0.2em;
  font-weight: 600;
}
.other-section .small-text {
  font-size: clamp(15px, 3.52vw, 16px);
  color: #444;
  padding-bottom: 1em;
}
.c-btn-line {
  margin-left: auto;
}

/* ---------------------------


レスポンシブ 768px


--------------------------- */

@media (max-width: 768px) {
  .c-card {
    padding: 1.5em;
  }
  .img_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2em;
  }
  .basic-price-section .img_block img {
    width: clamp(120px, 35.6vw, 320px);
  }

  /* その他アンテナ工事 */
  .other-section .c-card {
    padding: 1em;
  }
  .sample_img {
    padding: 1em 0;
  }
  .sample_img.u-flex {
    flex-wrap: wrap; /* 折り返しを許可 */
    align-items: center;
    gap: 8px; /* お好み */
  }

  .sample_img .price_block {
    flex: 0 0 100%; /* 1行まるごと使う＝実質「flex列から外れた」見え方 */
    display: flex; /* 中身を右寄せするため */
    justify-content: flex-end; /* 右寄せ */
    margin-top: 8px;
  }

  .other-section .small-text {
    padding-bottom: 1em;
  }
}

@media (max-width: 428px) {
  .triangle_right {
    display: none;
  }
}
