@charset "utf-8";

/* ==================================================
Accordion
================================================== */

/* ==================================================
  アコーディオン（タブ移動）
================================================== */
/* error_qaTel , acd */
/*
.error_qaTel .acd:first-of-type {
  border-top: 1px solid #BFC2D3;
}
*/
.error_qaTel .acd {
  border-top: none;
}
.error_qaTel .acd {
  --acdIconColor: #E60000;
  --acdIconSize: 32px;
  margin-top: 0;
  border-radius: 0;
  border-top: none;
  border-bottom: 1px solid #E60000;
  border-right: none;
  border-left: none;
}
.error_qaTel .acd_btn {
  padding: 15px 20px 30px 20px;;
  line-height: 1.4;
}
.error_qaTel .acd.is-active .acd_btn::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 12px;
  background: #F5F5F5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
.error_qaTel .acd_btn_icon::before,
.acd_btn_icon::after {
  background: #E60000;
}
.error_qaTel .acd_btn_inner {
  position: relative;
  padding-left: 2px;
}
.error_qaTel .acd_box {
  border-top: none;
  background: #F5F5F5;
}
.error_qaTel .nmlTable thead th {
  background: #0041B4;
  border: 1px solid #BFC2D3;
  color: #fff;
}
.error_qaTel .nmlTable tbody th {
  background: #0041B4;
  color: #fff;
}
.error_qaTel .nmlTable th {
  border: 1px solid #BFC2D3;
  font-weight: bold;
}
.error_qaTel .nmlTable td {
  text-align: center;
  padding: 20px 24px;
  border: 1px solid #BFC2D3;
  vertical-align: middle;
  font-weight: 500;
  background: #fff;
}
.error_qaTel .telNumber:not(.style-none):not(.type-small) span {
  font-size: 36px;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #0041B4;
  margin-top: 16px;
}
.error_qaTel .telNumber {
  margin-top: 0;
}
.error_qaTel .telNumber.icon--freedial span {
  padding-left: 52px;
  background: url(/common_v2/images/icon_freedial.svg) no-repeat left bottom;
  background-size: 42px 24px;
}
.error_qaTel .telNumber.icon--tel span {
  padding-left: 48px;
  background: url(/common_v2/images/icon_tel_blue.svg) no-repeat left center;
  background-size: 32px 32px;
}

