@charset "UTF-8";
/**
 mixin
 */
.merit {
  padding: 20px 30px;
  background-color: #fff;
  border: solid 2px #d15c6a;
  line-height: 2; }
  @media (max-width: 979px) {
    .merit {
      padding: 10px 20px;
      line-height: 1.8; } }
  .merit li {
    font-size: 17px;
    font-weight: bold;
    color: #7b1924;
    text-indent: -1em;
    padding-left: 1em; }
    @media (max-width: 979px) {
      .merit li {
        font-size: 15px; } }
    .merit li i {
      display: inline-block;
      width: 13px;
      height: 8px;
      border-left: 3px solid #d15c6a;
      border-bottom: 3px solid #d15c6a;
      transform: rotate(-45deg) translateY(-5px);
      margin-right: 5px; }

.schedule {
  position: relative;
  border-bottom: solid 1px #95303c;
  padding-bottom: 10px;
  margin: 20px 0px; }
  @media (max-width: 979px) {
    .schedule {
      margin: 14px 0px; } }
  .schedule h3 {
    color: #95303c;
    margin-left: 80px; }
    @media (max-width: 979px) {
      .schedule h3 {
        line-height: 1.5; } }
  .schedule p {
    background-color: #d15c6a;
    padding: 3px 12px;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 1.6rem;
    color: #fff;
    width: 70px;
    font-weight: bold;
    position: absolute; }

.table-box::after {
  display: none; }

.table-box::before {
  display: none; }

@media (max-width: 979px) {
  .table-box table {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.2; } }

.table-box table thead tr th {
  font-weight: normal; }

.table-box table tbody th {
  white-space: nowrap; }

.result-graph {
  background-color: #fff;
  padding: 20px;
  position: relative;
  padding-bottom: 60px; }
  @media (max-width: 979px) {
    .result-graph {
      padding: 15px;
      height: 68vw; } }
  .result-graph ul {
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    right: 30px;
    color: #876568; }
    @media (max-width: 979px) {
      .result-graph ul {
        font-size: 2vw;
        right: 2vw; } }
    .result-graph ul li {
      font-weight: bold;
      margin-top: 5px; }
      .result-graph ul li::before {
        content: "";
        background: #d2d2d2;
        position: absolute;
        width: 18px;
        height: 15px;
        right: 200px; }
        @media (max-width: 979px) {
          .result-graph ul li::before {
            width: 2.8vw;
            height: 2.2vw;
            right: 103%; } }
      .result-graph ul li:nth-child(2n+2)::before {
        background: #d15c6a; }
  .result-graph_ttl {
    font-size: 28px;
    color: #d15c6a;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    letter-spacing: 0.08em; }
    @media (max-width: 979px) {
      .result-graph_ttl {
        font-size: 4vw; } }
  .result-graph_side {
    color: #876568;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    font-size: 20px;
    top: 50%;
    position: absolute; }
    @media (max-width: 979px) {
      .result-graph_side {
        font-size: 3vw; } }
  .result-graph_under {
    color: #876568;
    text-align: center;
    font-size: 20px;
    bottom: 20px;
    position: absolute;
    right: 45%; }
    @media (max-width: 979px) {
      .result-graph_under {
        font-size: 3vw;
        bottom: 10px; } }
  .result-graph_img {
    padding-left: 40px;
    padding-top: 20px; }
    @media (max-width: 979px) {
      .result-graph_img {
        padding-left: 6vw;
        padding-top: 4vw; } }

.page-inner .heading-text::after {
  content: "治療の流れや妊娠率をわかりやすく解説";
  display: block;
  font-size: 16px;
  font-weight: normal; }
  @media (max-width: 979px) {
    .page-inner .heading-text::after {
      font-size: 3vw; } }

h4.heading-bgcolor {
  color: #95313c;
  background-color: #ffffff;
  padding: 0.5em 1em; }
