@charset "utf-8";

.section_block {
  margin-top: 72px;
}
.mT32 { margin-top: 32px; }
.mT56 { margin-top: 56px; }
.dInline { display: inline-block; }
.fs18 {font-size: 1.8rem;}
.orange {color: #EB5505}
.box_orange {
  padding: 24px;
  background-color: #FFF8F4;
  border: 1px solid #EB5505;
  text-align: center;
}
.box_orange p:not(:first-child) {
  margin-top: 16px;
}
ol.cmn_annotation_list._mod {
    counter-reset: item 1;
}
.tel_block.border-bottom {
  border-bottom: 1px solid #B0B0B0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tel {
  font-size: 1.6rem;
}
.tel.--with_icon {
  background: url(/shared/img/icon_freecall.svg) no-repeat left center / 70px auto;
  padding-left: 70px;
}
.tel a {
  font-size: 2.8rem;
  font-weight: 700;
}
.cmn_table.--fs16Table tr th, .cmn_table.--fs16Table tr td {
  font-size: 1.6rem;
}
.modal_overlay {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.modal_overlay.show {
  opacity: 1;
  z-index: 2000000;
}
.modal_content_pop {
  background: #fff;
  padding: 32px 32px 40px 32px;
  width: 80%;
  max-width: 520px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  text-align: center;
}
.modal_content_pop.show_cont {
  opacity: 1;
  z-index: 1000;
}
.modal_block .modal_content_pop {
  max-width: 960px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #00000029;
}
.modal_content_inner {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.modal_content_inner .cmn_normal_text._mod {
  font-size: 1.8rem;
}
.close_modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.remove_body_scroll {
  overflow: hidden;
}

@media screen and (max-width:640.999px){
  .fs18 {font-size: 1.4rem;}
  .sp_fs14{
    font-size: 1.4rem;
  }
  .sp_mT48 { margin-top: 48px; }
  .section_block { 
    margin-top: 56px; 
  }
  .cmn_w100p_wrap > .inner {
    padding: 40px 24px;
  }
  .sp_taL {text-align: left !important;}
  .box_orange {
    padding: 16px;
  }
  .cmn_table .--pc_w20p {
    width: 35%;
  }
  .cmn_normal_list li {
     font-size: 14px;
  }
  .cmn_normal_list li::before {
    top: 6px;
  }
  .image_col_block {
    padding: 15px 32px;
  } 
  .cmn_table tr th, .cmn_table tr td {
    font-size: 1.2rem;
  }
  .cmn_table tr th, .cmn_table tr td {
    font-size: 1.2rem;
  }
  .cmn_table .cmn_normal_list li {
    font-size: 1.2rem;
  }
  .cmn_table .cmn_normal_list li::before {
    top: 4px;
  }
  .cmn_table .cmn_text_link.--fs_14 {
    font-size: 1.2rem;
  }
  .cmn_square_box {
    padding: 16px;
  }
  .tel {
    font-size: 1.4rem;
  }
  .tel.--with_icon {
    background: url(/shared/img/icon_freecall.svg) no-repeat left center / 50px auto;
    padding-left: 50px;
  }
  .tel a {
    font-size: 2.4rem;
    text-decoration: underline;
    color: #0166C2;
  }
  .cmn_table .--pc_w25p {
    width: 42%;
  }
  .cmn_table.--fs16Table .--pc_w20p {
    width: 38%;
  }
  .cmn_table.--fs16Table tr th, .cmn_table.--fs16Table tr td {
    font-size: 1.2rem;
  }
  .taCSp{
    text-align: center;
  }
  .modal_content_pop {
    padding: 24px 24px 40px 24px;
    width: 90%;
  }
  .close_modal {
    width: 40px;
    height: 40px;
  }
  .modal_content_pop .fs18 {
    font-size: 1.6rem;
  }
  .modal_content_pop .img img {
    width: 100%;
  }

  [data-accordion="containerarea"] [data-accordion="tab"] {
    font-size: 1.4rem;
  }
}