@charset "utf-8";
/* FAQ全ページ用：フッター上部「お電話でのお問い合わせ」ブロック
   共通サイト（common/css/pc02.css, smart02.css）の現行スタイルに準拠 */

.ft_contact .block_purchasing {
  padding: 60px 0 0;
}

.block_contact.txt_c {
  text-align: center;
}

.ttl_contact {
  margin-bottom: 20px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #9a9a9a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

#com_contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 50px;
}

#com_contact_list a {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
  text-decoration: none;
  color: #008080;
}

#com_contact_list a[href^="tel:"] {
  pointer-events: none;
}

.com_tel_item {
  margin-bottom: 0;
}

.tel_sales {
  padding: 30px 20px 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
}

.tel_sales h3 {
  margin: 0 5px 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.tel_tokyo {
  font-size: 16px;
}

#com_tel_sup {
  padding: 20px 40px 0;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
}

#com_tel_sup h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9a9a9a;
  font-size: 20px;
  font-weight: bold;
}

.tel_sup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tel_item {
  margin: 0 25px 20px;
}

.com_tel_memo {
  font-size: 14px;
}

/* 機器サポート：項目5つ横並び対応 */
#com_tel_sup.com_tel_sup-5col {
  padding: 20px 20px 0;
}

.tel_sup-5col {
  flex-wrap: nowrap;
}

.tel_sup-5col .tel_item {
  margin: 0 15px 20px;
}

/* 電話番号表示（開閉トグル） */
.wrap-tel-display {
  margin: 4px 0 0;
  padding: 0;
}

.wrap-tel-display label {
  display: inline-block;
  width: 11em;
  padding: 0;
  color: #333;
  font-size: 13px;
  cursor: pointer;
  caret-color: transparent;
}

.wrap-tel-display input[type="checkbox"] {
  display: none;
}

.wrap-tel-display .content {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.wrap-tel-display input[type="checkbox"]:checked ~ .content {
  height: auto;
}

.wrap-tel-display .tel_item .logo_img {
  max-width: 150px;
  height: auto;
}

/* 受付時間 */
.support_time {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.support_time p {
  margin-top: 0.25em;
}

.support_time_ttl,
.support_time_row {
  font-weight: bold;
  font-size: 18px;
}

.support_off_time {
  font-weight: normal;
  font-size: 12px;
}

.support_time .support_off_time {
  margin-top: 0.5em;
}

span.support_time_dep {
  margin-right: 1em;
}

span.support_time_dep.support_time_dep_sales {
  margin-right: 2em;
}

@media screen and (max-width: 768px) {
  .ft_contact .block_purchasing {
    padding: 0 0 40px;
  }

  #com_contact_list {
    align-items: center;
  }

  .tel_sales {
    width: 100%;
    margin-bottom: 30px;
  }

  #com_tel_sup {
    width: 100%;
    padding: 20px 20px 0;
  }

  .tel_item {
    margin: 0 25px 40px;
  }

  .tel_sup-5col {
    flex-wrap: wrap;
  }

  .support_time {
    margin-top: 20px;
    font-size: 15px;
  }

  .support_time_ttl,
  .support_time_row {
    font-size: 15px;
  }

  .support_time_row.support_time_row_sales,
  .support_time_row.support_time_row_support {
    margin-top: 0.75em;
  }

  .support_time_dep {
    display: block;
    margin-right: 0;
  }

  span.support_time_dep.support_time_dep_sales {
    margin-right: 0;
  }

  .support_time_hours {
    display: block;
    margin-top: 0.25em;
  }
}
