@charset "utf-8";

.cmn_round_box {
  position: relative;
}
.banner_number_img {
  position: absolute;
  top: -34px;
  left: 20px;
}
ol.cmn_annotation_list li.start_03::before {
  content: "※3";
}

@media screen and (max-width: 640px) {
  .banner_number_img {
    top: -14px;
    width: 58px;
  }
}


.custom_modal_overlay {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}
.custom_modal_overlay.custom_show {
  opacity: 1;
  z-index: 2000000;
}
.custom_modal_content_pop {
  background: #fff;
  padding: 32px 32px 40px 32px;
  width: 80%;
  max-width: 520px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  z-index: -1;
  opacity: 0;
  text-align: center;
  margin: 50px auto;
}
.custom_modal_content_pop.custom_show_cont {
  opacity: 1;
  z-index: 1000;
}
.custom_modal_block .custom_modal_content_pop {
  max-width: 960px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #00000029;
}
.custom_modal_content_inner {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.custom_close_modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.custom_remove_body_scroll {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .modal_content_pop {
    padding: 25px 25px 40px 25px;
    width: 90%;
  }
  .custom_close_modal {
    width: 40px;
    height: 40px;
  }
}
.orange_bg {
  padding: 35px 20px;
  background-color: #fef6f2;
}
.custom_modal_block .news_tab_area {
  margin-top: 20px;
}
.custom_modal_block .tab_menu_wrapper {
  background-color: #fff;
}

.benefitsDetails__hdg {
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #a68001;
  font-size: 18px;
  font-weight: 700;
}
.benefitsDetails__hdg:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #a68001;
  content: '';
}

.benefitsDetails__hdg {
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #a68001;
  font-size: 18px;
  font-weight: 700;
}

.benefitsDetails__hdg:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #a68001;
  content: '';
}

.benefitsDetails__lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.benefitsDetails__list {
  margin-top: 20px;
  font-size: 14px;
}

.benefitsDetails__list li {
  display: table;
  line-height: 1.4;
}

.benefitsDetails__list .benefitsDetails__listIcon {
  display: table-cell;
  white-space: nowrap;
}

.benefitsDetails__list .benefitsDetails__listLead {
  display: table-cell;
}

.benefitsDetails__fontSmall li {
  color: #666;
  font-size: 12px;
}