/* features-th15.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

.th15_module .th15_module_wrap h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1em;
  position: relative;
  padding-top: 45px;
  text-align: left;
}
.th15_module .th15_module_wrap h2:after {
  content: "";
  width: 1200px;
  position: absolute;
  height: 2px;
  margin-left: 10px;
  background: var(--color-primary);
  top: 58px;
  display: inline;
  transform: none;
  left: auto; color: var(--color-on-primary); }
.th15_module .th15_module_wrap h2:before {
  content: none;
}

.th15_module .button {
  border-radius: 0;
  padding: 1.3em 5em !important;
  margin: 1em 0 0 0 !important;
}
.th15_module .button.add_arrow {
  display: inline-block !important;
}
.th15_module .button.add_arrow:after {
  border-top: 1px solid var(--color-on-primary);
  border-right: 1px solid var(--color-on-primary);
}
.th15_module .button.add_arrow:hover:after {
  border-top: 1px solid var(--color-on-primary);
  border-right: 1px solid var(--color-on-primary);
}

.th15_module .th15_module_wrap .th15_module_img_box figure .th15_module_sp {
  display: none;
}
.th15_module .th15_module_wrap .th15_module_text_box {
  position: relative;
  background: var(--color-surface);
}
.th15_module .th15_module_wrap .th15_module_text_box .th15_module_num {
  position: absolute;
  top: -12.5%;
}
.th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap {
  overflow: hidden;
}
.th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap .th15_module_num {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 70px;
  color: var(--color-heading-ink);
  line-height: 70px;
}
.th15_module p:not(.th15_module_num) {
  line-height: 2em;
}
@media (min-width: 768px) {
  .th15_module .th15_module_wrap {
    position: relative;
    margin-top: 70px;
    width: 100%;
  }
  .th15_module .th15_module_wrap .th15_module_img_box {
    float: right;
    width: 50%;
    padding-top: 50px;
  }
  .th15_module .th15_module_wrap .th15_module_text_box {
    width: 50%;
    float: right;
    margin: 0;
    padding: 0 30px 30px;
  }
  .th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap {
    width: -webkit-calc((1200px / 2) - 30px);
    width: calc(1200px / 2 - 30px);
    float: right;
  }
  .th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .th15_module .th15_module_wrap .th15_module_text_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .th15_module .th15_module_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}
@media (max-width: 1220px) and (min-width: 768px) {
  .th15_module .th15_module_wrap {
    min-height: -webkit-calc(334px + 50px);
    min-height: calc(334px + 50px);
  }
  .th15_module .th15_module_wrap .th15_module_img_box {
    width: -webkit-calc((1200px / 2));
    width: calc(1200px / 2);
    position: absolute;
    float: none;
    right: 0;
  }
  .th15_module .th15_module_wrap .th15_module_text_box {
    width: -webkit-calc((1200px / 2));
    width: calc(1200px / 2);
    float: left;
  }
  .th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap {
    width: auto;
  }
}
@media (max-width: 767px) {
  .th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap {
    padding: 0 0 1em;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .th15_module .th15_module_wrap .th15_module_img_box figure {
    max-width: 100%;
  }
  .th15_module .th15_module_wrap .th15_module_img_box figure img {
    display: inline;
    max-width: 480px;
  }
}

body.two_column .th15_module .th15_module_wrap {
  min-height: -webkit-calc(334px + 50px);
  min-height: calc(334px + 50px);
}
body.two_column .th15_module .th15_module_wrap .th15_module_img_box {
  width: -webkit-calc((1200px / 2));
  width: calc(1200px / 2);
  position: absolute;
  float: none;
  right: 0;
}
body.two_column .th15_module .th15_module_wrap .th15_module_img_box figure img {
  max-width: none;
}
body.two_column .th15_module .th15_module_wrap .th15_module_text_box {
  width: -webkit-calc((1200px / 2));
  width: calc(1200px / 2);
  float: left;
}
body.two_column .th15_module .th15_module_wrap .th15_module_text_box .th15_module_text_wrap {
  width: auto;
}
@media (max-width: 1200px) {
  body.two_column .th15_module .th15_module_wrap .th15_module_img_box {
    position: relative;
  }
  body.two_column .th15_module .th15_module_wrap .th15_module_text_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.two_column .th15_module .th15_module_wrap .th15_module_text_box {
    padding: 1em;
  }
}
@media (max-width: 480px) {
  body.two_column .th15_module .th15_module_wrap .th15_module_img_box {
    width: 100% !important;
  }
  body.two_column .th15_module .th15_module_wrap .th15_module_img_box figure img {
    display: inline;
    max-width: 100%;
  }
}
