@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
h2 a, h3 a, h4 a, h5 a, .caption a {
  pointer-events: none !important;
  background-image: none !important;
  text-decoration: none !important;
}

h2 a:after, h3 a:after, h4 a:after, h5 a:after {
  display: none !important;
}

#contents .btn-internal a {
  display: none;
}

#contents .btn-internal.down a {
  display: block;
}

#contents .btn-internal.up a {
  display: block;
  margin: 0 auto;
}

#index {
  padding: 0;
}

.caption a:hover {
  opacity: unset;
}

dl {
  margin: 2rem;
}

dt {
  padding: 0 0 0 25px;
  /*background: url(img/icon_li.svg) no-repeat 0 8px;*/
  background-size: 10px auto;
  list-style-position: outside;
  margin-top: 10px;
}

dd {
  margin-inline-start: 25px;
}

.difference {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0096d2;
}

/*------2022.05.26-oki------*/

.kanren {
  border: 2px solid #33abdb;
  background: #FFf;
  padding: 1.2rem;
  margin-top: 2rem;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  font-size: 1.6rem;
  font-weight: 900;
  border-bottom: 01px solid #33abdb;
  padding-bottom: 0.3rem;
  color: #33abdb;
}

.kanren li {
  line-height: 2;
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  background: url(img/icon_li.svg) no-repeat 0 8px;
  background-size: 10px auto;
  list-style-position: outside;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 140px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #33abdb;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: '続きを読む';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: '閉じる';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

.phcntr {
  text-align: center;
}

.drph img {
  max-height: 300px;
}

.l-header-sitename:before {
  background: #000;
  color: #fff;
  content: "PR";
  font-size: 14px;
  line-height: 1.2;
  padding: 0 0.2rem;
  margin-right: 0.5rem;
  display: inline-block;
}

.l-footer-bottom__copy a:before {
  content: "【PR】";
}

.l-parts03-column3__box .car,
.lower-bottom-column3__box .car {
  background: #fff;
  padding: 1rem 2rem;
  text-align: center;
}

.l-parts03-column3__box .car .ttl,
.lower-bottom-column3__box .car .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}

.lower-bottom-column3__box:nth-child(3n) dt,
.l-parts03-column3__box:nth-child(3n) dt {
  display: none;
}

.lower-bottom-column3__box:nth-child(3n) dd,
.l-parts03-column3__box:nth-child(3n) dd {
  width: 100%;
  text-align: center;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  CSS .txt-quote {
    color: #999;
    font-size: 1.4rem;
    word-break: break-all;
  }

  /*20210209*/
  .official {
    padding: 20px 100px !important;
    background: #f5f5f559 !important;
    border-radius: 30px 30px 30px 30px !important;
  }

  .official li {
    text-align: left !important;
  }

  .center {
    text-align: center !important;
  }

  .right {
    text-align: right !important;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  ul.column_record {
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 1px #FFCC00;
    margin-bottom: 15px;
  }

  ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
  }

  ul.column_record li::before {
    content: none;
  }

  ul.column_record li span.day {
    font-size: small;
    display: block;
    background: none;
    color: #000;
    margin: 0px;
  }

  .mini {
    font-size: 10px;
    text-align: right;
  }

  .official h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
  }

  .official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
  }

  .date {
    margin: 5px 8px;
    font-size: 1.4rem;
    color: #111;
  }

  .phcntr {
    text-align: center;
  }

  .l-gnavi-area {
    top: 90px;
  }

  .l-gnavi-area--slide-right {
    transform: unset;
  }

  .l-gnavi-area {
    width: 260px;
  }

  .l-parts03-column3__image {
    min-height: 200px;
  }

  .l-parts03-column3__info {
    margin-bottom: 2rem;
    min-height: 300px;
  }

  .l-parts03-column3__info dl {
    margin: 0;
    line-height: 1.7;
  }

  .l-parts03-column3__info dl dt {
    width: 35%;
    padding: 1rem;
    margin: 0;
  }

  .l-parts03-column3__info dl dd {
    width: 65%;
    padding: 1rem;
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  CSS .txt-quote {
    color: #999;
    font-size: 1.4rem;
    word-break: break-all;
  }

  .l-mv-box {
    background: url(https://www.nothard-orthodontics.net/wp/wp-content/themes/SE036/img/bg_mv.jpg);
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 52% 0px;
  }

  .l-mv-logo img {
    background: rgb(102 203 245 / 30%);
  }

  /*20210209*/
  .official {
    background: #f5f5f559 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 10% !important;
  }

  .center {
    text-align: center !important;
  }

  .right {
    text-align: right !important;
  }


  .fb-container {
    width: 500px !important;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  ul.column_record {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 1px #FFCC00;
    margin-bottom: 15px;
  }

  ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
  }

  ul.column_record li::before {
    content: none;
  }

  ul.column_record li span.day {
    font-size: small;
    display: block;
    background: none;
    color: #000;
    margin: 0px;
  }

  .official h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
  }

  .official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
  }

  .date {
    margin: 2px 5px;
    color: #111;
  }

  .date p {
    font-size: 12px;
  }

  .phcntr {
    text-align: center;
  }


}
