@charset "UTF-8";
/* CSS Document */

ul,
ol {
  list-style: none;
}
.ortho {
  .notice {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    font-family: sans-serif;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }

  .main section h3,
  .main section h4,
  .main section h5 {
    all: initial;
  }
  .main section {
    .h2_blue {
      text-align: left;
      overflow: auto;
      font-style: normal;

      display: flex;
      flex-flow: column;
      font-size: clamp(1.3rem, 1.1rem + 0.43vw, 1.7rem);
      line-height: clamp(1.9rem, 1.7rem + 0.43vw, 2.3rem);
      border-top: 1px solid #53a9de;
      background-color: #e9f6ff;
      margin-top: 32px;
      margin-bottom: 24px;
      padding: 16px;
      color: #888;
    }
    .h2_orange {
      text-align: left;
      overflow: auto;
      font-style: normal;

      display: flex;
      flex-flow: column;
      font-size: clamp(1.3rem, 1.1rem + 0.43vw, 1.7rem);
      line-height: clamp(1.9rem, 1.7rem + 0.43vw, 2.3rem);
      border-top: 1px solid #f77736;
      background-color: #fff2eb;
      margin-bottom: 24px;
      padding: 16px;
      color: #888;
    }
    .h2_blue strong {
      font-weight: 600;
      background: initial;
      color: #53a9de;
    }
    .h2_orange strong {
      font-weight: 600;
      background: initial;
      color: #f77736;
    }
    .h3_title {
      position: relative;
      text-align: left;
      margin: 32px 0 24px 0;
      display: block;
      padding: 8px 0 8px 0;
      border: 0;
      font-size: clamp(1.4rem, 1.2rem + 0.43vw, 1.8rem);
      line-height: clamp(2rem, 1.8rem + 0.43vw, 2.4rem);

      border-bottom: 2px solid #aaa;
    }
    .h3_title:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      height: 2px;
      width: 240px;
      background: #fff100;
    }
    .h4_title {
      font-weight: 600;
      color: #f77736;
      text-align: center;
    }
  }
  .merit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    font-family: serif;
    width: 80%;
    margin: 32px auto;
    display: flex;
    flex-wrap: warap;
    gap: 24px;
  }
  @media only screen and (max-width: 860px) {
    .merit {
      width: 96%;
      gap: 16px;
    }
  }
  .merit > li {
    flex-basis: 50%;
    padding: 8px 0;
  }
  .merit > li > strong {
    font-size: 19px;
    font-weight: 600;
    color: white;
    background: #555;
    padding: 6px 24px;
    margin: auto;
    margin-bottom: 24px;
    text-align: center;
    display: block;
  }

  .grid-clm2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    & strong {
      border-radius: 6px;
      background-color: #d2ecef;

      margin: auto;
      display: block;
      font-size: clamp(1.1rem, 0.9rem + 0.43vw, 1.5rem);
      line-height: clamp(1.7rem, 1.5rem + 0.43vw, 2.1rem);
      align-items: center;
      text-align: center;
      margin-bottom: 16px;
    }
  }
  .grid-clm3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .grid-clm4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .grid-clm2,
  .grid-clm3,
  .grid-clm4 {
    & strong {
      border-radius: 6px;
      background-color: #ffef6277;
      font-size: clamp(1rem, 0.8rem + 0.43vw, 1.4rem);
      line-height: clamp(1.6rem, 1.4rem + 0.43vw, 2rem);
      padding: 24px;
      margin: auto;
      display: block;
      align-items: center;
      text-align: center;
      margin-bottom: 16px;
      border: 2px solid #e3d23c;
    }
  }
  @media only screen and (max-width: 680px) {
    .grid-clm2,
    .grid-clm3,
    .grid-clm4 {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-direction: column;
    }
  }

  .merit > ul > li {
    font-size: 17px;
    font-weight: 300;
    border: 1px solid #ddd;
    background-color: white;
    padding: 16px 0;
  }
  .merit p {
    font-size: 15px;
    line-height: 18px;
  }

  .ortho_type {
    padding: 0;
    height: auto;
    width: 100%;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 24px auto;
    max-width: 740px;
  }

  .ortho_type img {
    width: auto;
    height: 100%;
    object-fit: contain;
    margin: auto;
  }
  .ortho_type img {
    width: auto;
    height: 100%;
    object-fit: contain;
    margin: auto;
  }

  .ortho_fig {
    padding: 0;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 740px;
    margin: auto;
  }

  .ortho_fig img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
  }
  .risk dl {
    display: block;
  }

  .risk dl > * {
    padding: 8px;
  }
  .risk dt {
    font-weight: 600;
    font-size: 22px;
    margin-top: 24px;
    padding: 8px;
    background-color: #e2f1ba;
  }
  .risk dd {
    font-size: 18px;
    padding: 8px;
    background-color: #fafafa;
    margin-bottom: 16px;
  }

  .steps {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .steps h4 {
    padding: 0;
    text-align: left;
    display: block;
  }

  .steps h4 img {
    height: 120px;
    width: auto;
  }
  @media only screen and (max-width: 860px) {
    .steps h4 img {
      height: 80px;
      width: auto;
    }
  }
  .steps p {
    padding: 16px 0 16px 18%;
    margin: 0;
    margin-bottom: 16px;
  }
  .price {
    width: 100%;
  }
  .flex {
    display: flex;
    gap: 24px;
  }
  @media only screen and (max-width: 860px) {
    .flex {
      display: flex;
      flex-flow: column;
      gap: 24px;
    }
  }

  .price .price_ex_list {
    flex-flow: row;
    gap: 24px;
    li {
      padding: 16px;
      background-color: white;
    }
  }
  @media only screen and (max-width: 860px) {
    .price .price_ex_list {
      flex-flow: column;
    }
  }
  .price .cost {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #000000;
  }

  .price .cost strong {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    background: transparent;
    justify-content: center;
    align-items: center;
    color: #f77736;
  }
  .price .allcost {
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
  }

  .price table {
    width: 100%;
    display: table;
  }
  .price th {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    padding: 10px 6px;
  }
  .price td {
    border-bottom: 1px solid #ddd;
    padding: 10px 6px;
  }
  .price .att {
    font-size: 15px;
    line-height: 20px;
    padding: 16px;
  }
  .costzero_title {
    background-color: white;
  }
  .costzero {
    justify-content: flex-start;
    align-items: stretch;
    gap: 5%;
    display: flex;
    width: 80%;
    display: flex;
    margin: 48px auto;
    background-color: white;
  }
  @media only screen and (max-width: 860px) {
    .costzero {
      justify-content: center;
      flex-wrap: wrap;
      display: flex;
      width: 100%;
      margin: 24px auto;
    
    }
  }
  .costzero > .box {
    width: 24%;
  }
  @media only screen and (max-width: 860px) {
    .costzero > .box {
      width:46%;
    }
  }
  .costzero > .box > .circle {
    font-family: var(--serif);
    width: 90px;
    height: 90px;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    background: #13699e;
    border-radius: 100px;
    color: #ffef62;
    border: 3px white solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .costzero > * .small {
    font-size: 16px;
    line-height: 20px;
    color: #13699e;
    font-weight: 600;
  }
  .costzero > * .medium {
    font-size: 26px;
    line-height: 35px;
    color: #13699e;
    font-weight: 600;
  }

  .example_cost {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background-color: white;
    padding: 24px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 860px) {
    .example_cost {
      flex-direction: column;
    }
  }
  .example_cost > li {
    width: calc((100% - 24px) / 2);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
  }
  @media only screen and (max-width: 860px) {
    .example_cost > li {
      width: 100%;
    }
  }
  .example_cost > li div:nth-child(1) {
    flex-basis: 70%;
    flex-grow: 2;
    flex-shrink: 1;
  }
  .example_cost > li div:nth-child(2) {
    flex-basis: 30%;
    flex-grow: 2;
    flex-shrink: 0;
    text-align: right;
  }

  .price .loan {
    display: flex;
    gap: 16px;
    margin: 12px auto;
    justify-content: center;
  }
  .price .loan li {
    display: flex;
    background-color: rgb(187, 232, 232);
    padding: 16px 24px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--round);
    font-weight: 700;
    font-style: normal;
  }
  @media only screen and (max-width: 760px) {
    .price .loan {
      display: flex;
      flex-direction: column;
    }
  }
  strong {
    background-color: #ffff8b;
  }
  a.ancorlink,
  a.ancorlink:visited {
    display: block;
    padding: 6px 24px;
    text-align: center;
    border: 1px solid #aaa;
    color: #222;
    border-radius: 60px;
    width: fit-content;
    margin: 24px auto;
  }
  .ortho_type_fig {
    text-align: center;
    padding: 20px 0;
  }
  .ortho_type_fig img {
    max-width: 300px;
    margin: auto;
  }
}
