@charset "UTF-8";

/* ===============
共通
=============== */

/* 中央寄せページタイトル */
.m-tit-type02 {
  padding: 50px 0 70px;
}

.tit-type02-tit {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  font-size: 28px;
}

.tit-type02-txt {
  padding-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

/* 下線 */
.tit-type02-tit::before {
  background-color: rgba(4, 61, 120, 1);
  border-radius: 5px;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5%;
}

/* 検索ボックス */
.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.search-box {
  display: flex;
  max-width: 633px;
  width: 100%;
  height: 53px;
  border: 1px solid rgba(4, 61, 120, 1);
  box-sizing: border-box;
  margin: 0 auto;
}

.search-box input[type="text"] {
  flex: 1;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
}

.search-button {
  width: 53px;
  height: 52px;
  background-color: rgba(4, 61, 120, 1);
  background-image: url("../img/icon_search_repair_fee.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  border: none;
  cursor: pointer;
}

/* 小カテゴリ中央寄せ委 */
.small-category-wrap {
  max-width: 978px;
  margin: 0px auto 80px;
}

.small-category-wrap .faq-page-items {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* faq wrap */
.faq-items-wrap {
  margin-bottom: 120px;
}

/* ページネーション */
.pagination {
  margin: 100px 0;
  text-align: center;
  font-family: sans-serif;
}

.pagination a {
  margin: 0 4px;
  padding: 4px 10px;
  border: 1px solid rgba(4, 61, 120, 1);
  color: rgba(4, 61, 120, 1);
  text-decoration: none;
  font-size: 14px;
  min-width: 32px;
  box-sizing: border-box;
  transition: 0.2s;
}

.pagination a:hover {
  color: #fff;
  background-color: rgba(4, 61, 120, 1);
}

.pagination span {
  color: rgba(4, 61, 120, 1);
  vertical-align: bottom;
}

.pagination a.active {
  background-color: rgba(4, 61, 120, 1);
  color: #fff;
}

/* フッター */
footer.l-footer {
  background-image: none;
  padding-top: 15px;
}

/* 余白調整 */
.mt-space {
  margin-top: 100px;
}

.mt-space-200 {
  margin-top: 200px;
}

.pt-space-400 {
  padding-top: 400px;
}

.pt-space-900 {
  padding-top: 900px;
}

/* ===============
FAQTop
=============== */
/* @media print, screen and (min-width: 737px) { */
.m-tit-type01 {
  padding: 120px 0 72px;
}

.faq-page-category-boxes {
  max-width: 1025px;
  width: 978px;
  margin: 0 auto 50px;
}

.faq-page-category-box {
  margin-bottom: 40px;
}

.faq-page-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 2%;
}

.faq-page-items > li {
  width: calc(92% / 5);
  margin-right: 0;
}

.faq-page-items > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 10px 10px 16px;
  text-decoration: none;
}

.faq-page-category-title {
  font-size: 20px;
  color: #043d78;
  border-bottom: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* } */

/* ===============
修理に関するご相談
=============== */
.inquiry-button-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.sec-repair .sec-repair-title {
  margin-left: 0 !important;
  font-size: 24px;
  font-weight: 500;
  color: rgba(4, 61, 120, 1);
  margin-bottom: 40px;
}

.sec-repair p {
  font-size: 16px;
  line-height: 1.5;
}

.sec-repair-fee {
  margin-top: 120px;
}

.sec-repair-fee .inquiry-button-wrap {
  display: block;
  margin: 30px auto 0;
}

.sec-repair-inquiry {
  margin: 180px auto 200px;
}

/* ===============
FAQカテゴリー_よくある質問_検索結果
=============== */
.faq-question,
.faq-answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.faq-question img,
.faq-answer img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.faq-question p {
  color: rgba(4, 61, 120, 1);
  font-weight: 350;
  font-size: 16px;
  margin: 0;
}

.faq-question a {
  text-decoration: underline;
}

.faq-answer p {
  color: rgba(51, 51, 51, 1);
  font-weight: 350;
  font-size: 16px;
  margin: 0;
  line-height: 21px;
  white-space: nowrap; /* テキストを折り返さない */
  overflow: hidden; /* はみ出た部分を隠す */
  text-overflow: ellipsis; /* 末尾を「...」にする */
}

.faq-question-link {
  display: inline-block;
  color: rgba(4, 61, 120, 1);
  font-weight: 350;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  line-height: 21px;
}

.faq-items-wrap .faq-label {
  font-size: 20px;
  font-weight: 500;
  color: rgba(4, 61, 120, 1);
}

.faq-label {
  font-size: 20px;
}

.faq-items-wrap .pagination {
  margin-top: 60px;
}

/* 下線 */
.faq-border {
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  max-width: 978px;
  margin: 30px 0 10px 0;
}

.faq-label-row,
.result-label-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.faq-label {
  font-weight: 500;
  color: rgba(4, 61, 120, 1);
  margin: 0;
  padding-bottom: 4px;
}

.faq-clear-btn {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(4, 61, 120, 1);
  border-radius: 22px;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  margin-left: 15px;
  font-weight: 400;
  transition: 0.2s;
}

.faq-clear-btn:hover {
  color: #fff;
  background-color: rgba(4, 61, 120, 1);
}

.faq-empty {
  text-align: center;
}

/* ===============
修理料金の目安
=============== */
.main-sec {
  max-width: 978px;
  width: 100%;
  margin: 80px auto 55px;
  padding: 0 20px;
  box-sizing: border-box;
}

.content-title {
  font-size: 20px;
  color: #043d78;
}

.content-divider {
  border-bottom: 1px solid #333333;
  margin: 30px 0;
}

.content-text {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}
@media print, screen and (max-width: 736px) {
  .content-text {
    font-size: 14px;
  }
}

.content-img-wrap {
  margin: 80px 0;
}

.content-img-wrap img {
  display: block;
  width: 80%;
  margin: auto;
}

.faq-yesno-block {
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #333333;
  padding: 0 20px;
  box-sizing: border-box;
}

.faq-yesno-block p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

.faq-yesno {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
  gap: 50px;
}

.faq-yesno button {
  color: #333333;
  border: 1px solid rgba(4, 61, 120, 1);
  background-color: initial;
  padding: 6px 8px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.2s;
}

.faq-yesno button:hover {
  color: #fff;
  background-color: rgba(4, 61, 120, 1);
}

/* ===============
修理料金の目安
=============== */
/* @media print, screen and (min-width: 737px) { */
.mt-space {
  margin-top: 100px;
}
/* } */

/* ===============
修理料金の目安 _検索結果
=============== */
/* @media print, screen and (min-width: 737px) { */
.search-results p {
  font-size: 20px;
  font-weight: normal;
  color: rgba(4, 61, 120, 1);
}

.search-results .result-label {
  font-weight: 500;
}

.search-results .result-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results .result-list li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 350;
  color: rgba(4, 61, 120, 1);
}

.highlight {
  background-color: rgba(255, 249, 72, 0.5);
}

/* ページネーション */
.pagination {
  margin: 100px 0;
  text-align: center;
  font-family: sans-serif;
}

.pagination a {
  margin: 0 4px;
  padding: 4px 10px;
  border: 1px solid rgba(4, 61, 120, 1);
  color: rgba(4, 61, 120, 1);
  text-decoration: none;
  font-size: 14px;
  min-width: 32px;
  box-sizing: border-box;
}

.pagination span {
  color: rgba(4, 61, 120, 1);
  vertical-align: bottom;
}

.pagination a.active {
  background-color: rgba(4, 61, 120, 1);
  color: #fff;
}
/* } */

/* ===============
KHDW995K 修理料金目安表
=============== */
/* @media print, screen and (min-width: 737px) { */
.with-line {
  border-left: 5px solid rgba(170, 178, 195, 1);
  padding-left: 10px;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5;
  margin-left: 15%;
  margin-top: 0 !important;
}

.accept-label {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0 30px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}

.price-table {
  width: 100%;
  max-width: 633px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.price-table th {
  background-color: rgba(4, 61, 120, 1);
  color: #fff;
  padding: 15px;
  border: 1px solid rgba(4, 61, 120, 1);
  text-align: center;
  height: 53px;
}

.price-table td {
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgba(4, 61, 120, 1);
  height: 53px;
  line-height: 2;
}

.repair-card {
  max-width: 630px;
  border: 1px solid rgba(4, 61, 120, 1);
  border-radius: 15px;
  padding: 24px 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 70px auto;
}

.repair-card-inner {
  display: flex;
  align-items: center;
  text-align: left;
}

/* 縦線 */
.repair-border {
  width: 1px;
  height: 150px;
  background-color: rgba(4, 61, 120, 1);
  margin: 0 20px 0 20px;
}

.repair-card-icon {
  flex-shrink: 0;
  width: 140px;
  text-align: center;
}

.repair-card-body {
  flex: 1;
}

.repair-card img.truck {
  width: 113px;
  height: 65px;
  margin-bottom: 8px;
}

.repair-card img.tools {
  width: 78px;
  height: 82px;
  margin-bottom: 8px;
}

.repair-title {
  color: rgba(4, 61, 120, 1);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.repair-title::after {
  display: none;
}

.repair-card-body p {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
  text-align: left;
  margin-bottom: 25px;
}

.repair-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}

.repair-buttons .repair-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border: 1px solid rgba(4, 61, 120, 1);
  color: rgba(4, 61, 120, 1);
  background-color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  transition: 0.2s;
  width: auto;
}

.repair-buttons .repair-btn:hover {
  color: #fff;
  background-color: rgba(4, 61, 120, 1);
  cursor: pointer;
}

/* } */

/* ===============
修理料金の目安 _症状追加ページ
=============== */
/* @media print, screen and (min-width: 737px) { */
.price-table.price-table-condition {
  width: 100%;
  max-width: 630px;
  margin: 30px auto 80px auto;
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  table-layout: fixed;
}

.price-table-condition thead th {
  background-color: rgba(4, 61, 120, 1);
  color: #fff;
  padding: 12px;
  border: 1px solid rgba(4, 61, 120, 1);
  font-weight: 400;
  font-size: 15px;
}

.price-table-condition td {
  padding: 12px;
  border: 1px solid rgba(4, 61, 120, 1);
  font-weight: 400;
  font-size: 15px;
}

.price-table-condition tbody tr:nth-child(even) td {
  background-color: rgba(247, 247, 247, 1);
}

.price-table-condition thead th + th {
  position: relative;
}

.price-table-condition thead th + th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 104%;
  background-color: #fff;
}
/* } */

/* ===============
修理申し込み_都道府県
=============== */
/* @media print, screen and (min-width: 737px) { */
.search-box-prefecture input {
  width: 443px;
  height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(4, 61, 120, 1);
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}

.search-box-prefecture input:focus {
  outline: none;
  border: 1px solid rgba(4, 61, 120, 1);
}

img.prefecture {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 50px auto 0 auto;
}

.area-block {
  width: 100%;
  margin: 50px auto 80px auto;
}

.area-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

img.border-left {
  height: 35px;
  width: 7px;
  object-fit: contain;
}

.area-title {
  font-weight: 500;
  font-size: 24px;
  color: rgba(4, 61, 120, 1);
  margin: 0;
}

.area-text {
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  margin: 20px 0 30px 0;
}

.inquiry-button {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 58px;
  border: 1px solid rgba(4, 61, 120, 1);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(4, 61, 120, 1);
  transition: 0.2s;
}

.inquiry-button:hover {
  color: #fff;
  background-color: rgba(4, 61, 120, 1);
}
/* } */

/* ===============
修理申し込み_都道府県
=============== */
/* @media print, screen and (min-width: 737px) { */
/* 修理申し込み_都道府県_記入結果ページ用 */
.pref-result-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  width: 100%;
  max-width: 500px;
}

/* 入力欄 */
.pref-result-input {
  width: 443px;
  height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(4, 61, 120, 1);
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  box-sizing: border-box;
}

.pref-search-wrapper {
  display: flex;
  width: 100%;
}

/* 入力欄と検索ボタンの高さを揃える */
.pref-search-wrapper .pref-result-input,
.pref-search-wrapper .search-button {
  height: 40px;
  box-sizing: border-box;
}

.pref-result-input:focus {
  outline: none;
  border: 1px solid rgba(4, 61, 120, 1);
}

/* 結果テキスト */
.pref-result-text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 40px 0 30px 0;
}
/* } */

/* レスポンシブ対応 */
@media screen and (max-width: 736px) {
  /* 見出しを左寄せにする */
  .with-line {
    margin-left: 0;
  }

  /* 検索枠 */
  .search-container {
    width: 80%;
    margin: auto;
  }

  /* FAQTop */
  .faq-page-category-boxes {
    max-width: 736px;
    width: 90%;
    margin: 0 auto 50px;
  }

  .faq-page-items > li {
    width: calc(92% / 3);
  }

  /* 小カテゴリの表示 */
  .small-category-wrap .faq-page-items {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* 出張修理/お客様発送修理　モバイル版は縦ではなく横にするレスポンシブ対応にする*/
  .repair-options {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    margin-top: 50px;
  }

  .repair-card {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
  }

  .repair-card-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  /* 縦線を横線に変更 */
  .repair-border {
    width: 50px;
    height: 2px;
    margin: 15px auto;
  }

  .repair-card-icon {
    width: 100%;
  }

  .repair-card-body {
    width: 100%;
  }

  .repair-card img.truck {
    width: 113px;
    height: 65px;
    margin: 15px 0 30px 0;
  }

  .repair-card img.tools {
    width: 78px;
    height: 82px;
    margin-bottom: 8px;
    margin: 15px 0 14px 0;
  }

  .repair-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .repair-card-body p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
  }

  .repair-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .repair-buttons .repair-btn {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 5px;
    padding: 20px;
    background-color: #fff;
  }

  .form-buttons {
    flex-direction: column;
    width: auto;
  }

  .small-category-wrap .faq-page-items {
    gap: 0;
  }

  /* 都道府県検索 */
  .pref-result-input {
    width: 100%;
  }
}
