@charset "UTF-8";
ol {
  list-style: none;
}

/* リスト */
.indent1em_list > li,
.indent1emList > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.strong16 {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .strong16 {
    font-size: 15px;
  }
}

.strong {
  font-weight: bold;
}

.moderate_block {
  /* 適度に区切るためのブロック */
}
.moderate_block + .moderate_block {
  margin-top: 65px;
}

.abc25-txtlink {
  color: var(--primary-blue);
  text-decoration: none;
}

.abc25-txtlink:hover {
  text-decoration: underline;
}

.product_section + .product_section {
  margin-top: 5em;
}
.product_section .section_head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #00508e;
  text-align: center;
}

.popup_heading02 {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b8b8b8;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.popup_heading02 * {
  font-weight: inherit;
}

.simuWrap {
  margin: 0 auto;
  width: 820px;
  font-size: 15px;
  line-height: 1.66;
}
.simuWrap .square_head_b {
  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.simuWrap .square_head_b::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: #00508e;
}
.simuWrap .columnsContactArea {
  margin-top: 50px;
}
.simuWrap .columnsContactArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.simuWrap .columnsContactArea .btnArea li {
  width: 300px;
  text-align: center;
}
.simuWrap .columnsContactArea .btnArea li:not(:first-of-type) {
  margin-left: 10px;
}
.simuWrap .columnsContactArea .btnArea li a {
  background-color: #00508e;
  border: 1px solid #00508e;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 140px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 10px 0 15px;
}
.simuWrap .columnsContactArea .btnArea li a:hover {
  background-color: #fff;
  color: #00508e;
}
.simuWrap .columnsContactArea .btnArea li a:hover svg.icon_phone path {
  stroke: #00508e;
}
.simuWrap .columnsContactArea .btnArea li a:hover svg.icon_mail {
  fill: #00508e;
}
.simuWrap .columnsContactArea .btnArea li a svg.icon_phone {
  height: 50px;
}
.simuWrap .columnsContactArea .btnArea li a svg.icon_phone path {
  stroke: #fff;
}
.simuWrap .columnsContactArea .btnArea li a svg.icon_mail {
  height: 70px;
  fill: #fff;
}
.simuWrap .simu_table {
  width: 820px;
  border-collapse: collapse;
}
.simuWrap .simu_table strong {
  font-weight: bold;
}
.simuWrap .simu_table .img_center {
  width: 214px;
  margin: 0 auto 1em;
}
.simuWrap .simu_table .img_center {
  width: 220px;
  margin: 0 auto 1em;
}
.simuWrap .simu_table tr:last-child .dott02 {
  border-bottom: 2px dotted #aaa;
}
.simuWrap .tbl_wrap {
  display: flex;
}
.simuWrap .tbl_wrap > ul {
  margin-right: 1em;
}
.simuWrap .tbl_wrap .fuki01 {
  margin-top: 2.5em;
}
.simuWrap .tbl_wrap .fuki02 {
  margin-top: 2.5em;
}
.simuWrap .justify_start {
  justify-content: flex-start;
}
.simuWrap .dott02 {
  border-top: 2px dotted #aaa;
  padding: 0.8em 0.5em 0.6em;
  width: 47.5%;
}
.simuWrap .contactArea {
  margin: 2em auto 3em;
}
.simuWrap .balloon_simu {
  margin-bottom: 10px;
}

.pop_up_new_wrapper main {
  position: relative;
}
.pop_up_new_wrapper main .abc25-scrollTop.is-footer {
  right: 42px;
}
@media screen and (max-width: 767px) {
  .pop_up_new_wrapper main .abc25-scrollTop.is-footer {
    right: 7px;
  }
}
.pop_up_new_wrapper .new_pop {
  padding: 30px 20px 8%;
}

@media screen and (max-width: 767px) {
  .product_section .section_head {
    font-size: 21px;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
  }
  .popup_heading02 {
    font-size: 18px;
  }
  /* 9357 e・woolポップアップ */
  .simuWrap {
    width: auto;
    font-size: 14px;
  }
  .simuWrap .square_head_b {
    font-size: 18px;
  }
  .simuWrap .columnsContactArea {
    margin-top: 2em;
  }
  .simuWrap .balloon_simu {
    width: 30.6666666667%;
    min-width: 230px;
  }
  .simuWrap .columnsContactArea .btnArea {
    justify-content: space-between;
  }
  .simuWrap .columnsContactArea .btnArea li {
    width: calc((100% - 15px) / 2);
  }
  .simuWrap .columnsContactArea .btnArea li:not(:first-of-type) {
    margin-left: 0;
  }
  .simuWrap .columnsContactArea .btnArea li a {
    height: 100px;
    padding: 10px 0 5px;
    color: #00508e;
    background-color: #fff;
  }
  .simuWrap .columnsContactArea .btnArea li a svg.icon_phone {
    height: 35px;
  }
  .simuWrap .columnsContactArea .btnArea li a svg.icon_phone path {
    stroke: #00508e;
  }
  .simuWrap .columnsContactArea .btnArea li a svg.icon_phone + span {
    margin-top: 5px;
  }
  .simuWrap .columnsContactArea .btnArea li a svg.icon_mail {
    height: 45px;
    fill: #00508e;
  }
}/*# sourceMappingURL=pop_up_new.css.map */