@charset "utf-8";
.orange {color: #EB5505}
.cmn_imgtxt_wrap .item._box {
  display: flex;
  justify-content: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

/*
.cmn_anchor_list .anchor {
  border-bottom: none;
}
*/

.mT16{margin-top:16px !important;}
.mT24{margin-top:24px !important;}
.mT32{margin-top:32px !important;}
.mT56{margin-top:56px !important;}
.space01{margin-top: 40px;}
.space02{margin-top: 56px;}

.section_block {
  margin-top: 72px;
}

.heading03 {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.cmn_normal_list._mod li::before {
  width: 5px;
  height: 5px;
  background-color: #000;
}

.box_orange {
  padding: 24px;
  background-color: #FFF8F4;
  border: 1px solid #EB5505;
}

.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;
}

.fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width:640px){
  .cmn_w100p_wrap > .inner {
        padding: 40px 24px;
    }
  .fs18 {
    font-size: 1.6rem;
  }
  .cmn_imgtxt_wrap._mod {
    flex-direction: column-reverse;
    gap: 24px;
  }
 .cmn_imgtxt_wrap .item._box {
    padding: 20px;
  }
  .sp_mT46{margin-top: 46px;}
  .space01{margin-top: 24px;}
  .space02{margin-top: 40px;}
  .sp_taC {text-align: left;}
  .section_block { 
    margin-top: 56px; 
  }
  .box_orange {
    padding: 16px; 
  }
    .modal_content_pop {
    padding: 25px 25px 40px 25px;
    width: 90%;
  }
  .close_modal {
    width: 40px;
    height: 40px;
  }
}