@charset "utf-8";

.acd .nmlBtn .text--main {
  display: block;
  margin: 3px 0;
  font-size: 14px;
  font-weight: bold;
}


/* ==================================================
elements
================================================== */

/* アコーディオン（タブ移動） */
/* 
.error_qaTel .acd:first-of-type {
  border-top: 1px solid #BFC2D3;
}
 */
.error_qaTel .acd {
  border-top: none;
}
.error_qaTel .acd {
  --acdIconColor: #E60000;
  --acdIconSize: 20px;
  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: 10px 10px 20px 10px;
  line-height: 1.4;
}
.error_qaTel .acd.is-active .acd_btn::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  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;
  font-size: 14px;
  padding: 16px 10px;
  letter-spacing: 0;
}
.error_qaTel .nmlTable td {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #BFC2D3;
  vertical-align: middle;
  font-weight: 500;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0;
}
.error_qaTel .telNumber:not(.style-none):not(.type-small) span,
.error_qaTel .telNumber:not(.style-none):not(.type-small) a {
  font-size: 28px;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #0041B4;
  text-decoration: none;
  margin-top: 16px;
}
.error_qaTel .telNumber {
  margin-top: 0;
}
.error_qaTel .telNumber.icon--freedial span,
.error_qaTel .telNumber.icon--freedial a {
  padding-left: 52px;
  background: url(/common_v2/images/icon_freedial.svg) no-repeat left center;
  background-size: 42px 24px;
}
.error_qaTel .telNumber.icon--tel span,
.error_qaTel .telNumber.icon--tel a  {
  padding-left: 48px;
  background: url(/common_v2/images/icon_tel_blue.svg) no-repeat left center;
  background-size: 32px 32px;
}
.error_qaTel .telNumber span,
.error_qaTel .telNumber a {
  color: #0041B4;
  text-decoration: underline;
}
.error_qaTel .scrollX_wrap .scrollX_btn {
  top: 70px;
  z-index: 11;
}    
.error_qaTel .scrollX_btn span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.error_qaTel .scrollX_btn::after {
  top: -20px;
  width: 56px;
  height: 62px;
}

