.--mT50 {margin-top: 50px;}
.--mT70 {margin-top: 70px;}
.--mB40 {margin-bottom: 40px;}
.fs14 {font-size: 1.4rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2.0rem;}
.orange {color: #EB5505}
.disp_inline_block {display: inline-block}
.ulfs16 li {
  font-size: 1.6rem;
}
/*
.cmn_btn_secondary[target="_blank"]::after {
  background-image: url(/shared/img/arw_orange_r.svg);
}
.cmn_text_link[target="_blank"]::after {
  background-image: url(/shared/img/arw_orange_r.svg);
}
.cmn_card_link[target="_blank"]::after {
  background-image: url(/shared/img/arw_orange_r_circle.svg);
}
*/
.--customSize {
  max-width: 327px;
  font-size: 1.4rem !important;
}
}.cmn_normal_list li + li {
    margin-top: 16px;
}
.cmn_square_box.--bg_orange {
  background-color: #FFF8F4;
  border-color: #EB5505;
  padding: 25px;
}
.cmn_table tr th, .cmn_table tr td {
  font-size: 1.4rem;
}
.cmn_table .cmn_normal_list li {
  font-size: 1.4rem;
}
.cmn_table .cmn_normal_list li::before {
  top: 6px;
}
.cmn_normal_list li.fs14::before {
  top: 6px;
}
.cmn_annotation_text.custom {
  padding-left: 15px;
  text-indent: -15px;
}
.cmn_annotation_text.custom span {
  margin-right: 3px;
}
.cmn_annotation_text.custom::before {
  display: none;
}
.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;
}
.close_modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.remove_body_scroll {
  overflow: hidden;
}
sup {
  top: -0.05em;
}
.illustration {
  width: 100%;
  max-width: 672px;
  margin: 20px auto 0;
}
.topIllusration {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #676767;
  margin-bottom: 16px;
}
.topIllusration .item {
  width: 31%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-right: 3.5%;
  padding: 12px;
}
.topIllusration .item p,
.bottomIllusration .item p{
  color: #656565;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}
.topIllusration .item .num,
.bottomIllusration .item .num{
  color: #0166C2;
  font-size: 1.6rem;
  font-weight: bold;
}
.topIllusration .item .num span,
.bottomIllusration .item .num span{
  font-size: 2.4rem;
  font-weight: bold;
}
.topIllusration .item:last-child {
  margin-right: 0;
}
.leftCross {
  position: relative;
}
.leftCross:before,
.leftCross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 3px;
  height: 13px;
  background-color: #555;
  transform-origin: center;
}
.leftCross::before {
  transform: translateY(-50%) rotate(45deg);
}
.leftCross::after {
  transform: translateY(-50%) rotate(-45deg);
}
.bottomIllusration .item {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomIllusration .item p {
  margin-left: 5px;
  margin-top: 3px;
}
@media screen and (max-width:640.999px){
  .--sp_mt_20{ margin-top: 20px !important}
  .--mT50 {margin-top: 25px;}
  .--mT70 {margin-top: 55px;}
  .--mB40 {margin-bottom: 15px;}
  .fs12_sp {font-size: 1.2rem !important}
  .fs18 {font-size: 1.4rem;}
  .fs20 {font-size: 1.6rem;}
  .fs20_sp {font-size: 2.0rem !important}
  .ulfs16 li {
    font-size: 1.4rem;
  }
  .ulfs16 li .cmn_text_link {
    font-size: 1.4rem;
  }
  .--customSize {
    padding: 12px 40px 12px 24px;
  }
  .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: 25px 25px 40px 25px;
    width: 90%;
  }
  .modal_content_pop .fs18 {
    font-size: 1.6rem;
  }
  .modal_content_pop .img img {
    width: 100%;
  }
  .close_modal {
    width: 40px;
    height: 40px;
  }
  .--fs_12_sp14 {
    font-size: 1.4rem !important;  
  }
  .fs12SP {
    font-size: 1.2rem !important;
  }
  .fs16SP {
    font-size: 1.6rem !important;
  }
  .topIllusration {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .topIllusration .item {
    width: 29%;
    margin-right: 6.5%;
    padding: 10px;
  }
  .topIllusration .item p,
  .bottomIllusration .item p{
    font-size: 1.2rem;
  }
  .topIllusration .item .num,
  .bottomIllusration .item .num{
    font-size: 1.2rem;
  }
  .topIllusration .item .num span,
  .bottomIllusration .item .num span{
    font-size: 1.6rem;
  }
  .leftCross:before,
  .leftCross:after {
    left: -12px;
    height: 12px;
  }
  .bottomIllusration .item {
    width: 100%;
    padding: 10px;
  }
  .bottomIllusration .item p {
    margin-left: 5px;
    margin-top: 3px;
  }
}

@media print,screen and (min-width:642px){
	.sp_only_02{display: none!important;}
	.sp_only_ib{display: none!important;}
}
@media screen and (max-width:641px){
	.pc_only_02{display: none!important;}
	.pc_only_ib{display: none!important;}
}