@charset "UTF-8";
.pan {
  text-align: center;
  width: 1100px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 6px 0; }
  @media screen and (max-width: 1100px) {
    .pan {
      width: 94%; } }
  @media screen and (max-width: 768px) {
    .pan {
      margin: 0 auto 20px; } }
  .pan img {
    width: 12px; }
  .pan .current-page {
    margin-left: 5px;
    color: #FE9216; }
    .pan .current-page:before {
      content: "／ "; }

.inner {
  width: 1024px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 1100px) {
    .inner {
      width: 94%; } }
  @media screen and (max-width: 768px) {
    .inner {
      margin: 0 auto 80px; } }
  @media screen and (max-width: 480px) {
    .inner {
      margin: 0 auto 50px; } }

.inner-box {
  width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .inner-box {
      width: 94%; } }
  @media screen and (max-width: 768px) {
    .inner-box {
      width: 100%; } }

.title-area {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #FFE394;
  font-size: 4.0rem;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .title-area {
      padding: 20px 0;
      font-size: 3.2rem;
      margin-top: 10px; } }
  @media screen and (max-width: 480px) {
    .title-area {
      padding: 10px 0;
      font-size: 2.6rem; } }
  .title-area h2 {
    text-align: center; }

h3 {
  font-weight: 500;
  font-size: 4.0rem;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 3.0rem; } }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 2.6rem; } }
  h3::before {
    position: absolute;
    bottom: .5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
    color: rgba(238, 144, 36, 0.1);
    font-size: 1.5em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none; }

h4 {
  margin: 60px 0 20px;
  padding: 13px 0 13px 25px;
  font-size: 2.0rem;
  font-weight: 500;
  /*
    background: #f5f5f5;
  */
  border-left: 3px solid #e45a5a; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 1.6rem;
      margin: 50px 0 20px; } }

.mg-top {
  margin-top: 1em; }

.en-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.0rem;
  line-height: 1.2em;
  color: #013C89; }
  @media screen and (max-width: 768px) {
    .en-title {
      font-size: 3.6rem; } }
  @media screen and (max-width: 480px) {
    .en-title {
      font-size: 3.2rem; } }

.btn-ds1, .btn-ds2 {
  text-align: left;
  color: #FFF;
  box-sizing: border-box; }
  .btn-ds1 a, .btn-ds2 a {
    display: inline-block;
    padding: 0.6em 2.5em; }

.btn-ds2 a {
  padding: 1em 5em; }

.font-bold {
  font-weight: 500; }

.font-red {
  color: #e45a5a; }

.mg-top30 {
  margin-top: 30px; }

.box-center {
  text-align: center; }

.bg-col {
  background-color: #fff17c; }

/*診療方針*/
#concept {
  /*
    background-image: url("../images/concept-bg.jpg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
    @include tbt {
      background-size: 85%;
    }
  */ }
  #concept h3 {
    text-align: center;
    color: #9F6A00; }
    #concept h3::before {
      color: rgba(238, 144, 36, 0.1); }
  #concept .concept-maintext .sub-title {
    font-size: 2.4rem;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 30px; }
  #concept .concept-maintext .text-r {
    text-align: right; }
    #concept .concept-maintext .text-r span {
      font-size: 2.0rem;
      margin-left: 10px; }
  #concept .concept-maintext .dr-greeting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #concept .concept-maintext .dr-greeting figure {
      width: 30%; }
      @media screen and (max-width: 768px) {
        #concept .concept-maintext .dr-greeting figure {
          width: 70%;
          margin: 1em auto; } }
      #concept .concept-maintext .dr-greeting figure img {
        border-radius: 10px; }
    #concept .concept-maintext .dr-greeting div {
      width: 65%; }
      @media screen and (max-width: 768px) {
        #concept .concept-maintext .dr-greeting div {
          width: 100%; } }
  #concept .concept-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #concept .concept-inner .concept-inner-box {
      width: 48.5%;
      margin-bottom: 3vw;
      box-sizing: border-box;
      background-color: #FFF;
      border-radius: 8px;
      padding: 20px 30px; }
      @media screen and (max-width: 768px) {
        #concept .concept-inner .concept-inner-box {
          width: 100%; } }
      #concept .concept-inner .concept-inner-box figure {
        width: 90px;
        margin: 0 auto; }
    #concept .concept-inner h4 {
      margin: 15px 0;
      padding: 0 0 10px;
      font-size: 2.0rem;
      border-left: none;
      border-bottom: 2px dashed #FE9216; }
      @media screen and (max-width: 768px) {
        #concept .concept-inner h4 {
          font-size: 1.6rem; } }

.bgcol-w, .bgcol-w2 {
  padding: 40px 0 0;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  /*line-height: 0;*/ }
  @media screen and (max-width: 768px) {
    .bgcol-w, .bgcol-w2 {
      padding: 30px 0 0; } }
  .bgcol-w svg, .bgcol-w2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px; }
  .bgcol-w .shape-fill, .bgcol-w2 .shape-fill {
    fill: #FEF5DB; }

.bgcol-w2 .shape-fill {
  fill: #FFE394; }

.bgcol-y {
  padding: 40px 0 0;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  /*line-height: 0;*/
  background-color: #FEF5DB; }
  @media screen and (max-width: 768px) {
    .bgcol-y {
      padding: 30px 0 0; } }
  .bgcol-y svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px; }
  .bgcol-y .shape-fill {
    fill: #FFFFFF; }

.bgcol-y2 {
  padding: 40px 0 0;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  /*line-height: 0;*/
  background-color: #FFE394; }
  @media screen and (max-width: 768px) {
    .bgcol-y2 {
      padding: 30px 0 0; } }
  .bgcol-y2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px; }
  .bgcol-y2 .shape-fill {
    fill: #A6CEE6; }

.bgcol-y3 {
  padding: 40px 0 0;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  /*line-height: 0;*/
  background-color: #FFE394; }
  @media screen and (max-width: 768px) {
    .bgcol-y3 {
      padding: 30px 0 0; } }
  .bgcol-y3 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px; }
  .bgcol-y3 .shape-fill {
    fill: #FFF; }

.bgcol-bl {
  padding: 40px 0 0;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  /*line-height: 0;*/
  background-color: #A6CEE6; }
  @media screen and (max-width: 768px) {
    .bgcol-bl {
      padding: 30px 0 0; } }
  .bgcol-bl svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px; }
  .bgcol-bl .shape-fill {
    fill: #FFFFFF; }

/*トップ*/
#index-main {
  padding: 40px 0 30px;
  background: linear-gradient(180deg, #FFF 0%, #FFF 70%, #FFE394 70%, #FFE394 100%);
  position: relative; }
  @media screen and (max-width: 768px) {
    #index-main {
      padding-top: 30px; } }
  @media screen and (max-width: 480px) {
    #index-main {
      padding-top: 20px; } }
  #index-main .main-dec {
    position: absolute;
    top: 60%; }
  #index-main .index-main-img {
    position: relative;
    width: 90%;
    margin: 0 auto; }
    #index-main .index-main-img .text-img {
      width: 16%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

#index-concept {
  text-align: center;
  background-color: #FFE394;
  background-image: url("../images/bg-wh-img.svg");
  background-size: contain;
  background-repeat: no-repeat; }
  #index-concept h2 {
    font-weight: 500;
    color: #9F6A00;
    font-size: 2.0rem;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      #index-concept h2 {
        font-size: 1.8rem; } }
  #index-concept .sub-text {
    font-weight: 500;
    font-size: 3.0rem;
    line-height: 1.2em; }
    @media screen and (max-width: 768px) {
      #index-concept .sub-text {
        font-size: 2.6rem;
        width: 94%;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      #index-concept .sub-text {
        font-size: 2.2rem; } }
    #index-concept .sub-text span {
      background-color: #FFF;
      padding: 3px 10px 6px;
      display: inline-block;
      margin-bottom: 10px; }
  #index-concept .main-text {
    margin: 2em auto; }
    @media screen and (max-width: 768px) {
      #index-concept .main-text {
        width: 94%;
        text-align: justify; } }
  #index-concept .btn {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #index-concept .btn {
        margin-bottom: 60px; } }
    @media screen and (max-width: 480px) {
      #index-concept .btn {
        margin-bottom: 50px; } }
    #index-concept .btn a {
      display: inline-block;
      padding: 10px 30px;
      background-color: #FE9216;
      color: #FFF;
      border-radius: 30px; }

#index-treatment h3, #index-feature h3 {
  text-align: center;
  color: #9F6A00; }
  #index-treatment h3::before, #index-feature h3::before {
    color: rgba(238, 144, 36, 0.1); }
#index-treatment .index-feature-box1, #index-feature .index-feature-box1 {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em 3em;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    #index-treatment .index-feature-box1, #index-feature .index-feature-box1 {
      justify-content: center;
      padding: 1.5em 2em; } }
  @media screen and (max-width: 480px) {
    #index-treatment .index-feature-box1, #index-feature .index-feature-box1 {
      padding: 1.0em 1.5em; } }
  #index-treatment .index-feature-box1 figure, #index-feature .index-feature-box1 figure {
    width: 300px;
    margin-left: -60px; }
    @media screen and (max-width: 768px) {
      #index-treatment .index-feature-box1 figure, #index-feature .index-feature-box1 figure {
        margin: 0 auto 20px; } }
    @media screen and (max-width: 480px) {
      #index-treatment .index-feature-box1 figure, #index-feature .index-feature-box1 figure {
        width: 200px; } }
  #index-treatment .index-feature-box1 .index-feature-box1-inner, #index-feature .index-feature-box1 .index-feature-box1-inner {
    width: calc(100% - 300px); }
    @media screen and (max-width: 768px) {
      #index-treatment .index-feature-box1 .index-feature-box1-inner, #index-feature .index-feature-box1 .index-feature-box1-inner {
        width: 100%; } }
    #index-treatment .index-feature-box1 .index-feature-box1-inner figure, #index-feature .index-feature-box1 .index-feature-box1-inner figure {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 20px;
      margin-left: 0; }
      #index-treatment .index-feature-box1 .index-feature-box1-inner figure img, #index-feature .index-feature-box1 .index-feature-box1-inner figure img {
        width: 90px; }
        @media screen and (max-width: 768px) {
          #index-treatment .index-feature-box1 .index-feature-box1-inner figure img, #index-feature .index-feature-box1 .index-feature-box1-inner figure img {
            width: 80px; } }
        @media screen and (max-width: 480px) {
          #index-treatment .index-feature-box1 .index-feature-box1-inner figure img, #index-feature .index-feature-box1 .index-feature-box1-inner figure img {
            width: 60px; } }
      #index-treatment .index-feature-box1 .index-feature-box1-inner figure figcaption, #index-feature .index-feature-box1 .index-feature-box1-inner figure figcaption {
        width: calc(100% - 90px);
        font-size: 2.2rem;
        line-height: 1.6em;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          #index-treatment .index-feature-box1 .index-feature-box1-inner figure figcaption, #index-feature .index-feature-box1 .index-feature-box1-inner figure figcaption {
            width: calc(100% - 80px);
            font-size: 2.0rem; } }
        @media screen and (max-width: 480px) {
          #index-treatment .index-feature-box1 .index-feature-box1-inner figure figcaption, #index-feature .index-feature-box1 .index-feature-box1-inner figure figcaption {
            width: calc(100% - 60px);
            font-size: 1.8rem; } }
    #index-treatment .index-feature-box1 .index-feature-box1-inner .btn, #index-feature .index-feature-box1 .index-feature-box1-inner .btn {
      margin-top: 20px; }
      #index-treatment .index-feature-box1 .index-feature-box1-inner .btn a, #index-feature .index-feature-box1 .index-feature-box1-inner .btn a {
        display: inline-block;
        padding: 10px 30px;
        background-color: #FE9216;
        color: #FFF;
        border-radius: 30px; }
#index-treatment .index-feature-box2, #index-feature .index-feature-box2 {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 1em 3em;
  margin: 30px 0;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    #index-treatment .index-feature-box2, #index-feature .index-feature-box2 {
      justify-content: center;
      padding: 1.5em 2em; } }
  @media screen and (max-width: 480px) {
    #index-treatment .index-feature-box2, #index-feature .index-feature-box2 {
      padding: 1.0em 1.5em; } }
  #index-treatment .index-feature-box2 figure, #index-feature .index-feature-box2 figure {
    width: 300px;
    margin-right: -60px; }
    @media screen and (max-width: 768px) {
      #index-treatment .index-feature-box2 figure, #index-feature .index-feature-box2 figure {
        margin: 0 auto 20px; } }
    @media screen and (max-width: 480px) {
      #index-treatment .index-feature-box2 figure, #index-feature .index-feature-box2 figure {
        width: 200px; } }
  #index-treatment .index-feature-box2 .index-feature-box2-inner, #index-feature .index-feature-box2 .index-feature-box2-inner {
    width: calc(100% - 300px); }
    @media screen and (max-width: 768px) {
      #index-treatment .index-feature-box2 .index-feature-box2-inner, #index-feature .index-feature-box2 .index-feature-box2-inner {
        width: 100%; } }
    #index-treatment .index-feature-box2 .index-feature-box2-inner figure, #index-feature .index-feature-box2 .index-feature-box2-inner figure {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 20px;
      margin-right: 0; }
      #index-treatment .index-feature-box2 .index-feature-box2-inner figure img, #index-feature .index-feature-box2 .index-feature-box2-inner figure img {
        width: 90px; }
        @media screen and (max-width: 768px) {
          #index-treatment .index-feature-box2 .index-feature-box2-inner figure img, #index-feature .index-feature-box2 .index-feature-box2-inner figure img {
            width: 80px; } }
        @media screen and (max-width: 480px) {
          #index-treatment .index-feature-box2 .index-feature-box2-inner figure img, #index-feature .index-feature-box2 .index-feature-box2-inner figure img {
            width: 60px; } }
      #index-treatment .index-feature-box2 .index-feature-box2-inner figure figcaption, #index-feature .index-feature-box2 .index-feature-box2-inner figure figcaption {
        width: calc(100% - 90px);
        font-size: 2.2rem;
        line-height: 1.6em;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          #index-treatment .index-feature-box2 .index-feature-box2-inner figure figcaption, #index-feature .index-feature-box2 .index-feature-box2-inner figure figcaption {
            width: calc(100% - 80px);
            font-size: 2.0rem; } }
        @media screen and (max-width: 480px) {
          #index-treatment .index-feature-box2 .index-feature-box2-inner figure figcaption, #index-feature .index-feature-box2 .index-feature-box2-inner figure figcaption {
            width: calc(100% - 60px);
            font-size: 1.8rem; } }
    #index-treatment .index-feature-box2 .index-feature-box2-inner .btn, #index-feature .index-feature-box2 .index-feature-box2-inner .btn {
      margin-top: 20px; }
      #index-treatment .index-feature-box2 .index-feature-box2-inner .btn a, #index-feature .index-feature-box2 .index-feature-box2-inner .btn a {
        display: inline-block;
        padding: 10px 30px;
        background-color: #FE9216;
        color: #FFF;
        border-radius: 30px; }

#index-treatment {
  background-image: url("../images/f-contact-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom 60px; }
  #index-treatment .index-treatment-box {
    display: flex;
    flex-wrap: wrap; }
    #index-treatment .index-treatment-box figure {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 10px;
      box-sizing: border-box;
      background-color: #FFF2E2;
      border-radius: 15px;
      padding: 15px;
      text-align: center; }
      #index-treatment .index-treatment-box figure:nth-child(4n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #index-treatment .index-treatment-box figure {
          width: 48.5%;
          margin-right: 3%; }
          #index-treatment .index-treatment-box figure:nth-child(2n) {
            margin-right: 0; } }
      #index-treatment .index-treatment-box figure img {
        width: 70%;
        margin: 0 auto 10px; }
      #index-treatment .index-treatment-box figure figcaption {
        font-size: 1.8rem;
        font-weight: 500; }

#index-clinic h3 {
  text-align: center;
  color: #FFF; }
  #index-clinic h3::before {
    color: rgba(255, 255, 255, 0.1); }
#index-clinic .slide-box {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    #index-clinic .slide-box {
      width: 94%; } }
#index-clinic .btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #index-clinic .btn {
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    #index-clinic .btn {
      margin-bottom: 60px; } }
  #index-clinic .btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #FE9216;
    color: #FFF;
    border-radius: 30px; }

/*医院紹介*/
#clinic h3 {
  text-align: center;
  color: #9F6A00; }
  #clinic h3::before {
    color: rgba(238, 144, 36, 0.1); }
#clinic .clinic-inner {
  width: 500px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 768px) {
    #clinic .clinic-inner {
      width: 94%;
      margin: 0 auto 70px; } }
  @media screen and (max-width: 480px) {
    #clinic .clinic-inner {
      margin: 0 auto 60px; } }
  #clinic .clinic-inner .icon-p img {
    width: 12px;
    margin: 0 auto; }
  #clinic .clinic-inner .icon-area {
    display: flex; }
    #clinic .clinic-inner .icon-area img {
      width: 10px;
      margin-right: 3px; }
  #clinic .clinic-inner table {
    width: 100%;
    margin-bottom: 10px; }
    #clinic .clinic-inner table tr {
      border-bottom: 1px solid #D9D9D9; }
    #clinic .clinic-inner table th, #clinic .clinic-inner table td {
      font-weight: normal;
      padding: 6px 20px;
      text-align: center;
      vertical-align: middle; }
      @media screen and (max-width: 1100px) {
        #clinic .clinic-inner table th, #clinic .clinic-inner table td {
          padding: 6px 15px; } }
      @media screen and (max-width: 480px) {
        #clinic .clinic-inner table th, #clinic .clinic-inner table td {
          padding: 6px 10px; } }
#clinic .slide-slick {
  width: 100%;
  max-width: 100%;
  margin: 15px auto 100px; }
  @media screen and (max-width: 768px) {
    #clinic .slide-slick {
      margin: 5% auto 70px; } }
  #clinic .slide-slick .slide-slick__item {
    margin-right: 5px;
    margin-left: 5px; }
    #clinic .slide-slick .slide-slick__item img {
      height: auto;
      width: 94%;
      margin: 0 auto 8px;
      border-radius: 10px; }
    #clinic .slide-slick .slide-slick__item p {
      display: flex;
      flex-wrap: wrap;
      width: 94%;
      margin: 0 auto; }
      #clinic .slide-slick .slide-slick__item p span.subtitle {
        width: 180px;
        font-weight: 500;
        font-size: 2.0rem; }
        @media screen and (max-width: 768px) {
          #clinic .slide-slick .slide-slick__item p span.subtitle {
            width: 100%; } }
      #clinic .slide-slick .slide-slick__item p span.text-area {
        width: calc(100% - 180px); }
        @media screen and (max-width: 768px) {
          #clinic .slide-slick .slide-slick__item p span.text-area {
            width: 100%; } }
#clinic #access .access-icon {
  margin: 0 0 10px; }
  #clinic #access .access-icon .icon {
    display: flex;
    margin-bottom: 10px; }
    #clinic #access .access-icon .icon img {
      width: 20px;
      margin-right: 5px; }
#clinic #access .map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #clinic #access .map figure {
    width: 30%; }
    @media screen and (max-width: 768px) {
      #clinic #access .map figure {
        width: 60%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      #clinic #access .map figure {
        width: 70%;
        margin-bottom: 20px; } }
  #clinic #access .map .accessmap {
    width: 67%; }
    @media screen and (max-width: 768px) {
      #clinic #access .map .accessmap {
        width: 100%; } }
    #clinic #access .map .accessmap iframe {
      width: 100%;
      height: 460px;
      display: block; }
      @media screen and (max-width: 768px) {
        #clinic #access .map .accessmap iframe {
          height: 400px; } }
      @media screen and (max-width: 480px) {
        #clinic #access .map .accessmap iframe {
          height: 300px; } }

/*診療案内*/
#contents .contents-main, #contents .contents-inner1, #contents .contents-inner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #contents .contents-main h2, #contents .contents-inner1 h2, #contents .contents-inner2 h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      #contents .contents-main h2, #contents .contents-inner1 h2, #contents .contents-inner2 h2 {
        font-size: 2.2rem; } }
  #contents .contents-main h3, #contents .contents-inner1 h3, #contents .contents-inner2 h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 500; }
  #contents .contents-main .h2-subtitle, #contents .contents-inner1 .h2-subtitle, #contents .contents-inner2 .h2-subtitle {
    font-size: 3.0rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      #contents .contents-main .h2-subtitle, #contents .contents-inner1 .h2-subtitle, #contents .contents-inner2 .h2-subtitle {
        font-size: 2.8rem; } }
    @media screen and (max-width: 480px) {
      #contents .contents-main .h2-subtitle, #contents .contents-inner1 .h2-subtitle, #contents .contents-inner2 .h2-subtitle {
        font-size: 2.4rem; } }
  #contents .contents-main .mg-top, #contents .contents-inner1 .mg-top, #contents .contents-inner2 .mg-top {
    margin-top: 1.5em; }
#contents .contents-main {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #contents .contents-main {
      margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    #contents .contents-main {
      margin-bottom: 40px; } }
  #contents .contents-main figure {
    width: 360px; }
    @media screen and (max-width: 768px) {
      #contents .contents-main figure {
        margin: 1em auto 0; } }
    @media screen and (max-width: 480px) {
      #contents .contents-main figure {
        width: 100%; } }
    #contents .contents-main figure img {
      border-radius: 15px; }
  #contents .contents-main .img-area {
    width: 360px; }
    @media screen and (max-width: 768px) {
      #contents .contents-main .img-area {
        margin: 1em auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media screen and (max-width: 480px) {
      #contents .contents-main .img-area {
        width: 100%; } }
    #contents .contents-main .img-area figure {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        #contents .contents-main .img-area figure {
          width: 48%;
          margin: 15px 0 0; } }
    #contents .contents-main .img-area img {
      border-radius: 15px; }
  #contents .contents-main .contents-main-info {
    width: calc(100% - 400px); }
    @media screen and (max-width: 768px) {
      #contents .contents-main .contents-main-info {
        width: 100%; } }
  #contents .contents-main ul {
    border: 2px solid #FE9216;
    padding: 1em;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2em; }
    #contents .contents-main ul li {
      background-image: url("../images/maru-or.svg");
      background-size: 0.7em;
      background-repeat: no-repeat;
      background-position: left top 0.6em;
      padding-left: 1em; }
#contents .contents-inner {
  background-color: #FEF5DB;
  border-radius: 15px;
  padding: 3em;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #contents .contents-inner {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    #contents .contents-inner {
      padding: 1.5em; } }
  #contents .contents-inner h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      #contents .contents-inner h2 {
        font-size: 2.2rem; } }
  #contents .contents-inner h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 500; }
  #contents .contents-inner .miracle-list {
    background-image: url("../images/maru-or.svg");
    background-size: 0.6em;
    background-repeat: no-repeat;
    background-position: left top 0.6em;
    padding-left: 1em; }
#contents .contents-inner1, #contents .contents-inner2 {
  background-color: #FEF5DB;
  border-radius: 15px;
  padding: 3em;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #contents .contents-inner1, #contents .contents-inner2 {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    #contents .contents-inner1, #contents .contents-inner2 {
      padding: 1.5em; } }
#contents .contents-inner1 figure {
  width: 280px; }
  @media screen and (max-width: 768px) {
    #contents .contents-inner1 figure {
      width: 360px;
      margin: 1em auto 0; } }
  @media screen and (max-width: 480px) {
    #contents .contents-inner1 figure {
      width: 100%; } }
#contents .contents-inner1 .contents-inner-info {
  width: calc(100% - 310px); }
  @media screen and (max-width: 768px) {
    #contents .contents-inner1 .contents-inner-info {
      width: 100%; } }
#contents .contents-inner2 figure {
  width: 200px; }
  @media screen and (max-width: 768px) {
    #contents .contents-inner2 figure {
      margin: 1em auto 0; } }
  @media screen and (max-width: 480px) {
    #contents .contents-inner2 figure {
      width: 80%; } }
#contents .contents-inner2 .contents-inner-info {
  width: calc(100% - 230px); }
  @media screen and (max-width: 768px) {
    #contents .contents-inner2 .contents-inner-info {
      width: 100%; } }
#contents .cost {
  background-color: #FFF;
  padding: 6px 1.5em;
  border-radius: 30px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  margin-top: 1em; }
  #contents .cost span.text-col {
    color: #9F6A00;
    margin-right: 10px; }
  #contents .cost span.font-sm {
    font-size: 1.6rem; }
#contents .maintenance {
  text-align: center; }
  #contents .maintenance h3 {
    color: #9F6A00; }
  #contents .maintenance .sub-text {
    font-weight: 500;
    font-size: 3.0rem;
    line-height: 1.2em; }
    @media screen and (max-width: 768px) {
      #contents .maintenance .sub-text {
        font-size: 2.6rem;
        width: 94%;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      #contents .maintenance .sub-text {
        font-size: 2.2rem; } }
    #contents .maintenance .sub-text span {
      background-color: #FFF;
      padding: 3px 10px 6px;
      display: inline-block;
      margin-bottom: 10px; }
      #contents .maintenance .sub-text span.font-sm {
        font-size: 2.2rem; }
        @media screen and (max-width: 480px) {
          #contents .maintenance .sub-text span.font-sm {
            font-size: 1.8rem; } }
  #contents .maintenance .text-area {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #contents .maintenance .text-area {
        text-align: justify; } }
  #contents .maintenance .sub-info {
    width: 750px;
    margin: 2em auto 0;
    background-color: #FE9216;
    color: #FFF;
    padding: 1.5em;
    border-radius: 15px;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      #contents .maintenance .sub-info {
        width: 100%; } }
    #contents .maintenance .sub-info .sub-title {
      font-size: 1.8rem;
      margin-bottom: 10px;
      font-weight: 500; }
      #contents .maintenance .sub-info .sub-title span {
        font-size: 1.4rem; }
#contents .mir-info {
  padding: 40px 0;
  margin: 40px 0;
  background-color: #fef5db;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    #contents .mir-info {
      padding: 20px 0;
      margin: 30px 0; } }
  @media screen and (max-width: 480px) {
    #contents .mir-info {
      padding: 20px 0;
      margin: 20px 0; } }
  #contents .mir-info dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em; }
    #contents .mir-info dl dt {
      width: 20%;
      font-weight: 700;
      font-size: 1.8rem;
      color: #E50500; }
      @media screen and (max-width: 768px) {
        #contents .mir-info dl dt {
          width: 100%; } }
    #contents .mir-info dl dd {
      width: 80%;
      box-sizing: border-box;
      padding-left: 1em; }
      @media screen and (max-width: 768px) {
        #contents .mir-info dl dd {
          width: 100%;
          padding-left: 0; } }
      #contents .mir-info dl dd p {
        margin-bottom: 15px; }
  #contents .mir-info h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 1.2em 0 0.5em;
    padding-top: 1.5em;
    border-top: 4px dotted #DCDCDC; }
  #contents .mir-info ul li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .1em .3em; }
    #contents .mir-info ul li::before {
      display: inline-block;
      width: 1em;
      height: 1em;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234b4beb%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E");
      content: ''; }
  #contents .mir-info .in-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2em 0; }
    @media screen and (max-width: 768px) {
      #contents .mir-info .in-box {
        margin: 0; } }
    #contents .mir-info .in-box .m-box {
      width: 25%;
      margin-left: 3%;
      padding: 10px;
      background-color: #FFF;
      -webkit-box-shadow: 1px 1px 4px #DDDDDD;
      -moz-box-shadow: 1px 1px 4px #DDDDDD;
      box-shadow: 1px 1px 4px #DDDDDD; }
      @media screen and (max-width: 768px) {
        #contents .mir-info .in-box .m-box {
          width: 94%;
          margin: 0 auto 1em;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      #contents .mir-info .in-box .m-box .m-title {
        font-weight: 500;
        font-size: 1.8rem;
        text-align: center;
        color: #FE9216; }
        @media screen and (max-width: 768px) {
          #contents .mir-info .in-box .m-box .m-title {
            text-align: left;
            width: 100%; } }
      #contents .mir-info .in-box .m-box figure {
        margin-bottom: 1em; }
        @media screen and (max-width: 768px) {
          #contents .mir-info .in-box .m-box figure {
            width: 48%;
            margin-bottom: 0; } }
  #contents .mir-info .f-text {
    font-weight: 500;
    text-align: center;
    color: #9F6A00; }
    @media screen and (max-width: 768px) {
      #contents .mir-info .f-text {
        width: 90%;
        margin: 0 auto;
        text-align: justify; } }
#contents .text-center {
  text-align: center; }
#contents .btn {
  margin-top: 10px;
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #contents .btn {
      margin-bottom: 50px; } }
  #contents .btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #FE9216;
    color: #FFF;
    border-radius: 30px; }
#contents .mg-top {
  margin-top: 30px; }
#contents #child, #contents #periodontitis, #contents #orthodontics, #contents #aesthetic, #contents #sports {
  text-align: center; }
  #contents #child h3, #contents #periodontitis h3, #contents #orthodontics h3, #contents #aesthetic h3, #contents #sports h3 {
    color: #9F6A00; }
  #contents #child .contents-box, #contents #periodontitis .contents-box, #contents #orthodontics .contents-box, #contents #aesthetic .contents-box, #contents #sports .contents-box {
    width: 750px;
    margin: 0 auto;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      #contents #child .contents-box, #contents #periodontitis .contents-box, #contents #orthodontics .contents-box, #contents #aesthetic .contents-box, #contents #sports .contents-box {
        width: 100%; } }
#contents #aesthetic h3 {
  color: #FFF; }
  #contents #aesthetic h3::before {
    color: rgba(255, 255, 255, 0.1); }
#contents #sports {
  padding-top: 50px; }

#error dl {
  margin: 2em auto 0;
  padding: 2em;
  background-color: #F4F4F4; }

.bnr-link {
  width: 320px;
  height: auto;
  margin: 10px auto 0; }
