@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  診療案内
---------------------------------*/
.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main {
  border-bottom: 1px solid #eee;
}
section .txt a, section p a {
  color: #40629D;
  text-decoration: underline;
  font-weight: 500;
}
section .txt strong {
  color: #AF181B;
  font-weight: 500;
}
.marker {
  background: linear-gradient(transparent 70%, #FFE797 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 0px;
}
.outline_block .copy_menu_wrap h2 {}
.outline_block .txt {
  text-align: center;
}
/*横並び*/
.row_flex {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
/*横並び（画像+文章）*/
section.Contens-Block .img_txt_wrap figure {
  flex-basis: 40%;
}
section.Contens-Block .img_txt_wrap .txt {
  flex-basis: 55%;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
  .page .outline_block .copy_menu_wrap .copy_ttl p {
    text-align: center;
  }
  .row_flex {
    display: block;
  }
  section.Contens-Block .img_txt_wrap figure {
    margin: 1rem 0;
  }
}
/*---------------------------------

  内容 共通

---------------------------------*/
section.Contens-Block {
  background: rgba(229, 226, 219, 0.50);
  padding: 8rem 0;
}
section.Contens-Block:first-child {
  margin-top: 8rem;
}
section.Contens-Block:nth-child(even) {
  background: none;
}
section.Contens-Block .Contens__ttl {
  display: flex;
  align-items: baseline;
  margin: 0 auto 7rem;
  max-width: 1200px;
  width: 90%;
}
section.Contens-Block .Contens__ttl h2 {
  font-weight: 500;
  /*font-size: 5rem;*/
  font-size: 2.778em;
  letter-spacing: 5px;
  line-height: 1.7;
}
section.Contens-Block .Contens__ttl h2 + p {
  color: #aaa;
  /*font-size: 25px;*/
  font-size: 1.389em;
  margin-left: 1em;
}
/* 章のタイトル */
section.Contens-Block h3.ttl {
  font-weight: 500;
  /* font-size: 25px; */
  font-size: 1.389em;
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 1em;
}
/* 小見出し */
section.Contens-Block h4.ttl {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
/* 診療概要説明 */
section.Contens-Block .wrap__outline {
  position: relative;
  margin: 5rem auto;
  min-height: 500px;
}
section.Contens-Block .wrap__outline figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 500px;
  width: 50%;
}
section.Contens-Block .wrap__outline .outer__txt {
  padding: 7rem 0 0;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  z-index: 1;
}
section.Contens-Block .wrap__outline .txt {
  background: #fff;
  border-radius: 2rem;
  padding: 5rem;
  margin: 0 auto 0 0;
  width: 63%;
}
@media screen and (max-width: 768px) {
  section.Contens-Block {
    padding: 5rem 0;
  }
  section.Contens-Block:first-child {
    margin-top: 5rem;
  }
  section.Contens-Block .Contens__ttl {
    margin: 0 auto 5rem;
  }
  section.Contens-Block .Contens__ttl h2 {
    font-size: 3rem;
  }
  section.Contens-Block .wrap__outline {
    margin: 3rem auto;
    min-height: 500px;
  }
  section.Contens-Block .wrap__outline figure {
    height: 360px;
    width: 70%;
  }
  section.Contens-Block .wrap__outline .outer__txt {
    padding: 290px 0 0;
  }
  section.Contens-Block .wrap__outline .txt {
    padding: 4rem;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  section.Contens-Block {
    padding: 3rem 0;
  }
  section.Contens-Block:first-child {
    margin-top: 3rem;
  }
  section.Contens-Block .Contens__ttl {
    margin: 0 auto 2rem;
  }
  section.Contens-Block .Contens__ttl h2 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  section.Contens-Block h3.ttl {
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
  /* 小見出し */
  section.Contens-Block h4.ttl {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  section.Contens-Block .wrap__outline {
    margin: 2rem auto;
    min-height: inherit;
  }
  section.Contens-Block .wrap__outline figure {
    height: 250px;
    width: 90%;
    margin: auto;
    position: inherit;
    top: auto;
  }
  section.Contens-Block .wrap__outline .outer__txt {
    padding: 0 0 0;
  }
  section.Contens-Block .wrap__outline .txt {
    border-radius: 0 0 2rem 2rem;
    padding: 2rem;
    width: 100%;
  }
}
/*おすすめ*/
section.Contens-Block .check_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
  margin: 5rem auto;
}
section.Contens-Block .check_block h3 {
  width: 30%;
}
section.Contens-Block .check_block h3 strong {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
}
section.Contens-Block .check_block .txt {
  padding-left: 5rem;
  width: 70%;
}
section.Contens-Block .check_block .txt p {
  background: #EED1D1;
  color: #AF181B;
  font-size: .85em;
  padding: 2rem;
}
/* チェックリスト */
section.Contens-Block .txt ul.check__list {
  list-style: none;
  margin-bottom: 1em;
}
section.Contens-Block .txt ul.check__list li {
  padding-left: 1.5em;
  line-height: 1.6;
  position: relative;
}
section.Contens-Block .txt ul.check__list li + li {
  margin-top: .5em;
}
section.Contens-Block .txt ul.check__list li::before {
  content: '';
  background: #e3e3e3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.Contens-Block .check_block {
    display: block;
    padding: 4rem;
    margin: 3rem auto;
  }
  section.Contens-Block .check_block h3 {
    width: 100%;
  }
  section.Contens-Block .check_block .txt {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  section.Contens-Block .check_block {
    display: block;
    padding: 2rem;
    margin: 2rem auto;
  }
  section.Contens-Block .txt ul.check__list li {
    padding-left: 1.2em;
  }
  section.Contens-Block .txt ul.check__list li::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  section.Contens-Block .check_block .txt p {
    padding: 1rem;
  }
}
/* スライド */
.flow_box_wrap {
  list-style: none;
  margin: 5rem auto;
  max-width: 900px;
  width: 90%;
}
.flow_box_wrap li {
  margin: 12px 0;
}
.slick-slide {
  transition: all ease-in-out .3s;
  /*opacity: .2;*/
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-arr {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
}
.slick-arr.prev {
  background: url("../images/content_slide_arr_prev.svg") no-repeat;
  left: -10%;
  transform: rotate(90deg);
}
.slick-arr.next {
  background: url("../images/content_slide_arr_next.svg") no-repeat;
  right: -10%;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .flow_box_wrap {
    margin: 2rem auto;
  }
  .slick-arr {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .flow_box_wrap {
    margin: 0rem auto;
  }
  .slick-arr {
    width: 3.5rem;
    height: 3.5rem;
  }
  .slick-arr.prev {
    background: url("../images/content_slide_arr_prev.svg") no-repeat;
    left: -17%;
    transform: rotate(0);
  }
  .slick-arr.next {
    background: url("../images/content_slide_arr_next.svg") no-repeat;
    right: -17%;
    transform: rotate(0);
  }
}
/*------------------------------------------------------------------

  日帰り全身麻酔・リラックス歯科

------------------------------------------------------------------*/
/* 流れのスライド */
.ane_rex section .flow_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
  margin: 5rem auto;
}
.ane_rex section .flow_block .flow_box_wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 300px;
}
.ane_rex section .flow_block .flow_box_wrap .inner .num {
  color: #f3f3f3;
  font-family: 'Muller-bold';
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 20%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.ane_rex section .flow_block .flow_box__slide2 .inner .num {
  color: #fff;
}
.ane_rex section .flow_block .flow_box_wrap .inner dl {
  padding-right: 5rem;
  flex-basis: 60%;
}
.ane_rex section .flow_block .flow_box_wrap .inner dl dt {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2rem;
}
.ane_rex section .flow_block .flow_box_wrap .inner dl dd {
  padding-right: 2rem;
  max-height: 230px;
  overflow-y: scroll;
}
.ane_rex section .flow_block .flow_box_wrap .inner figure {
  flex-basis: 40%;
}
.ane_rex section .flow_block .flow_box_wrap .inner.flow_box__02 dl {
  padding-right: 0;
  flex-basis: 100%;
}
/* テキスト幅の指定 */
.ane_rex section .wrap__outline + .wrap > .txt {
  margin: 5rem auto;
  max-width: 800px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .ane_rex section .flow_block {
    padding: 4rem;
    margin: 3rem auto;
  }
  .ane_rex section .flow_block .flow_box_wrap .inner {
    height: 250px;
  }
  .ane_rex section .flow_block .flow_box_wrap .inner dl {
    padding-right: 2rem;
    flex-basis: 80%;
  }
}
@media screen and (max-width: 580px) {
  .ane_rex section .flow_block {
    padding: 2rem;
    margin: 2rem auto;
  }
  .ane_rex section .flow_block .flow_box_wrap .inner {
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 467px;
    height: auto;
  }
  .ane_rex section .flow_block .flow_box_wrap .inner dl {
    padding-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .ane_rex section .flow_block .flow_box_wrap .inner dl dt {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .ane_rex section .flow_block .flow_box_wrap .inner figure {
    width: 100%;
  }
  .ane_rex section .wrap__outline + .wrap > .txt {
    margin: 2rem auto;
    width: 100%;
  }
}
/*
  日帰り全身麻酔
---------------------------------*/
.anesthesia #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../medical/anesthesia/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
#anesthesia .check_block {
  position: relative;
}
#anesthesia .check_block .movieBox {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  width: 25%;
  height: 30rem;
}
#anesthesia .check_block .movieBox a {
  background: url("../medical/anesthesia/images/movie_img.jpg") no-repeat center/cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#anesthesia .check_block .movieBox a::after {
  background: url("../images/playmovei.svg") no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 100px;
  height: 130px;
}
#anesthesia .check_block .movieBox a:hover {
  opacity: 1;
}
#anesthesia .check_block .movieBox a:hover::after {
  width: 120px;
  height: 150px;
}
#anesthesia .check_block .movieBox a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#anesthesia .check_block .movieBox a .overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.movie_block a #yt_player {
  z-index: 1;
}
#anesthesia .movie_block {
  background: #fff;
  border-radius: 2rem;
  margin: 5rem auto 10rem;
  max-width: 85rem;
  padding: 2rem;
}
#anesthesia .movie_block .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#anesthesia .movie_block .youtube iframe {
  width: 100%;
  height: 100%;
}
#anesthesia .about_block {
  background: url("../medical/anesthesia/images/anesthesia_2.jpg") no-repeat bottom left;
  background-size: 150%;
  padding: 6rem 0 0;
}
#anesthesia .about_block h3.ttl {
  color: #fff;
  text-shadow: 0 0 1rem #000;
  padding: 0 6rem 2rem 6rem;
}
#anesthesia .about_block figure {}
#anesthesia .about_block .txt {
  background: rgb(243, 243, 242, 95%);
  padding: 4rem 6rem 1rem;
  width: 70%;
}
#anesthesia .about_block .txt dl {}
#anesthesia .about_block .txt dl + dl {
  margin-top: 3rem;
}
#anesthesia .about_block .txt dl dt {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
#anesthesia .about_block .txt dl dt::after {
  content: 'Q';
  color: #C2D8E3;
  font-family: 'Muller-thin';
  font-weight: 500;
  font-size: 3.33em;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -25px;
  margin: auto;
  z-index: -1;
}
#anesthesia .about_block .txt dl dd {}
/*日帰り全身麻酔とは下部*/
#anesthesia .flow_block ul.merit_list {
  margin: 3rem auto 0;
}
#anesthesia .flow_block ul.merit_list > li {
  flex-basis: 30%;
}
#anesthesia .flow_block ul.merit_list li dl dt {
  margin-bottom: 2rem;
  text-align: center;
}
#anesthesia .flow_block ul.merit_list li dl dt span {
  background: #4C8DA0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: .9em;
  text-align: center;
  padding: 3px 5px;
  margin: 1rem auto;
  max-width: 120px;
}
#anesthesia .flow_block ul.merit_list li dl dd {
  background: #f3f3f3;
  padding: 2rem;
  font-size: 1.6rem;
}
#anesthesia .flow_block ul.merit_list li dl dd ul {
  margin-left: 1.5em;
  line-height: 1.6;
}
#anesthesia .flow_block ul.merit_list li dl dd ul li + li {
  margin-top: .6em;
}
@media screen and (max-width: 580px) {
  .anesthesia #content::before {
    background-position: left center;
    background-size: 35px;
  }
  #anesthesia .check_block .movieBox {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    margin-top: 2rem;
  }
  #anesthesia .movie_block {
    margin: 3rem auto 5rem;
    padding: 2rem;
  }
}
/*
  リラックス歯科
---------------------------------*/
.relax #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../medical/relax/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
#relax .greet_block .greet__wrap figure {
  flex-basis: 35%;
}
#relax .greet_block .greet__wrap .txt {
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  #anesthesia .about_block {
    background: none;
    padding: 0 0 0;
  }
  #anesthesia .about_block .pc_none {
    display: block;
  }
  #anesthesia .about_block h3.ttl {
    padding: 0 0 2rem 0;
  }
  #anesthesia .about_block .txt {
    background: none;
    padding: 3rem 0 1rem;
    width: 100%;
  }
  #anesthesia .flow_block ul.merit_list {
    display: block;
  }
  #anesthesia .flow_block ul.merit_list li + li {
    margin-top: 2rem;
  }
  #anesthesia .flow_block ul.merit_list li dl dt {
    margin-bottom: 1rem;
  }
  #anesthesia .flow_block ul.merit_list li dl dd {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  .relax #content::before {
    background-position: left center;
    background-size: 35px;
  }
  #anesthesia .about_block .txt dl dt::after {
    font-size: 6rem;
    top: -3px;
    left: -17px;
  }
  #anesthesia .flow_block ul.merit_list li dl dd ul li + li {
    margin-top: .4em;
  }
  #relax .greet_block .greet__wrap .txt {
    margin-bottom: 1.5rem;
  }
}
/*------------------------------------------------------------------

  予防歯科

------------------------------------------------------------------*/
.prevent #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../medical/prevent/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 0;
  background-size: 45px;
}
/* ソヤ歯科の予防歯科 */
.prevent .Contens-Block .img_txt_wrap + div {
  border-top: 2px solid #eee;
  margin-top: 3rem;
  padding-top: 3rem;
}
.prevent #prevent .about_block .img_txt_wrap + div figure {
  order: 1;
}
/*何歳から失う*/
.prevent #prevent .lost_block {
  background: #fff;
  border: 5px solid #eee;
  padding: 6rem;
  margin: 5rem auto;
  text-align: center;
}
.prevent #prevent .lost_block .img_txt_wrap {
  align-items: center;
}
.prevent #prevent .lost_block figure {
  order: 1;
  flex-basis: 55%;
}
.prevent #prevent .lost_block figure p {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 3rem;
}
.prevent #prevent .lost_block .txt {
  text-align: center;
  flex-basis: 40%;
}
/*検査*/
.prevent #prevent .inspection_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
  margin: 5rem auto;
}
.prevent #prevent .inspection_block ul li {
  flex-basis: 30%;
}
.prevent #prevent .inspection_block ul li dt {
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
/*
  オーダーメイドの虫歯予防
---------------------------------*/
.prevent #ordermade .Contens__ttl {
  justify-content: space-between;
  align-items: flex-start;
}
.prevent #ordermade .Contens__ttl .txt {
  font-family: "Noto Sans JP";
  max-width: 600px;
}
.prevent #ordermade .wrap {
  max-width: 950px;
}
.prevent #ordermade .wrap .img_wrap {
  margin: auto;
  max-width: 800px;
}
.prevent #ordermade .wrap .img_wrap figure + figure {
  margin-left: 5rem;
}
/*
  プロフェッショナルケア
---------------------------------*/
.prevent #professional .flow_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
  margin: 5rem auto;
}
.prevent #professional .flow_block ul li {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-basis: 30%;
}
.prevent #professional .flow_block ul li dl {
  margin-bottom: 2rem;
  flex-basis: 100%;
}
.prevent #professional .flow_block ul li dt {
  font-weight: 500;
  margin-top: 1rem;
}
/*検査*/
.prevent #professional .img_txt_wrap figure {
  order: 1;
}
@media screen and (max-width: 768px) {
  .prevent .Contens-Block .img_txt_wrap + div {
    border-top: none;
    margin-top: 2rem;
    padding-top: 0;
  }
  .prevent #prevent .lost_block {
    padding: 4rem;
    margin: 3rem auto;
  }
  .prevent #prevent .lost_block figure {
    margin-bottom: 1rem;
  }
  .prevent #prevent .inspection_block {
    padding: 4rem;
    margin: 3rem auto;
  }
  .prevent #prevent .inspection_block ul li + li {
    margin-top: 2rem;
    ;
  }
  .prevent #ordermade .Contens__ttl {
    display: block;
  }
  .prevent #ordermade .Contens__ttl h2 {
    margin-bottom: 1rem;
  }
  .prevent #ordermade .Contens__ttl h2 br {
    display: none;
  }
  .prevent #professional .flow_block {
    padding: 4rem;
    margin: 3rem auto;
  }
  .prevent #professional .flow_block ul {
    display: block;
  }
  .prevent #professional .flow_block ul li {
    justify-content: space-between;
    margin: 0;
  }
  .prevent #professional .flow_block ul li + li {
    margin-top: 2rem;
  }
  .prevent #professional .flow_block ul li dl {
    flex-basis: 40%;
    margin: 0;
  }
  .prevent #professional .flow_block ul li dt {
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 580px) {
  .prevent #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .prevent #prevent .lost_block {
    padding: 2rem;
    margin: 2rem auto;
  }
  .prevent #prevent .inspection_block {
    padding: 2rem;
    margin: 2rem auto;
  }
  .prevent #ordermade .wrap .img_wrap figure + figure {
    margin-left: 0;
  }
  .prevent #professional .flow_block {
    padding: 2rem;
    margin: 2rem auto;
  }
  .prevent #professional .flow_block ul li {
    display: block;
  }
  .prevent #professional .flow_block ul li + li {
    margin-top: 2rem;
  }
  .prevent #professional .flow_block ul li dl {
    flex-basis: 40%;
    margin: 0 0 1rem;
  }
}
/*------------------------------------------------------------------

  インプラント

------------------------------------------------------------------*/
.implant #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../medical/implant/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.implant #implant .wrap > .txt {
  margin: 5rem auto;
  max-width: 800px;
  width: 90%;
}
.implant #implant .wrap > .txt ul {
  margin-top: 1em;
}
.implant #implant .satisfaction_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 10rem 5rem;
  position: relative;
  margin: 5rem auto;
}
.implant #implant .satisfaction_block::before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: " ” ";
  color: #ccc;
  font-size: 10rem;
  line-height: 1;
  font-weight: 900;
}
.implant #implant .satisfaction_block blockquote {
  color: #777;
  position: relative;
  padding: 0;
  margin: 0;
}
.implant #implant .satisfaction_block blockquote div {
  margin-bottom: 4rem;
}
.implant #implant .satisfaction_block blockquote div figure {
  flex-basis: 45%;
}
.implant #implant .satisfaction_block blockquote figure p {
  margin-bottom: 2rem;
}
.implant #implant .satisfaction_block blockquote > p {
  text-align: right;
  margin-top: 4rem;
}
/* メリット・デメリット */
.implant #implant .satisfaction_block .merit_block {}
.implant #implant .satisfaction_block .merit_block + .merit_block {
  margin-top: 3rem;
}
.implant #implant .satisfaction_block .merit_block dt {
  background: #43BADD;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.implant #implant .satisfaction_block .merit_block dt span::before {
  content: '';
  background: url("../medical/implant/images/merit_1.svg") no-repeat center;
  display: inline-block;
  margin-right: .5em;
  width: 2rem;
  height: 2rem;
  vertical-align: baseline;
}
.implant #implant .satisfaction_block .merit_block.demerit dt span::before {
  background: url("../medical/implant/images/merit_2.svg") no-repeat center;
}
.implant #implant .satisfaction_block .merit_block dd {
  border: 1px solid #eee;
  padding: 15px 3rem 3rem;
}
.implant #implant .satisfaction_block .merit_block dd ul.merit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.implant #implant .satisfaction_block .merit_block dd ul.merit_list li {
  border-bottom: 1px dashed #e9e9e9;
  font-weight: 300;
  padding: 12px 0 12px 25px;
  position: relative;
  flex-basis: 48%;
}
.implant #implant .satisfaction_block .merit_block dd ul.merit_list li::before {
  content: '';
  background: url("../medical/implant/images/merit_1.svg") no-repeat center;
  position: absolute;
  top: 18px;
  left: 0;
  width: 15px;
  height: 15px;
}
.implant #implant .satisfaction_block .merit_block.demerit dt {
  background: #777;
}
.implant #implant .satisfaction_block .merit_block.demerit dd ul.merit_list li::before {
  background: url("../medical/implant/images/merit_2.svg") no-repeat center;
}
@media screen and (max-width: 768px) {
  .implant #implant .wrap > .txt {
    margin: 3rem auto;
    width: 100%;
  }
  .implant #implant .satisfaction_block {
    padding: 4rem;
    margin: 3rem auto;
  }
  .implant #implant .satisfaction_block::before {
    color: #eee;
  }
}
@media screen and (max-width: 580px) {
  .implant #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .implant #implant .wrap > .txt {
    margin: 2rem auto;
  }
  .implant #implant .satisfaction_block {
    padding: 2rem;
    margin: 2rem auto;
  }
  .implant #implant .satisfaction_block::before {
    top: 5px;
    left: 5px;
  }
  .implant #implant .satisfaction_block blockquote div {
    margin-bottom: 2rem;
  }
  .implant #implant .satisfaction_block .merit_block + .merit_block {
    margin-top: 1.5rem;
  }
  .implant #implant .satisfaction_block .merit_block dd {
    padding: 1rem;
  }
  .implant #implant .satisfaction_block .merit_block dd ul.merit_list {
    display: block;
  }
  .implant #implant .satisfaction_block .merit_block dd ul.merit_list li {
    padding: 1rem 0 1rem 25px;
  }
}
/*
  3つのこだわり
---------------------------------*/
.implant #pride .Contens__ttl {
  justify-content: space-between;
  align-items: center;
}
.implant #pride .Contens__ttl .txt {
  font-family: "Noto Sans JP";
  max-width: 600px;
}
.implant #pride .pride__block {
  border: 1px solid;
  padding: 6rem;
  position: relative;
}
.implant #pride .pride__block + .pride__block {
  margin-top: 6rem;
}
.implant #pride .pride__block h3.ttl {
  text-align: center;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}
.implant #pride .pride__block h3.ttl span {
  background: #fff;
  display: inline-block;
  padding: 0 3rem;
}
.implant #pride .pride__block ul.flow_box_wrap .img_txt_wrap {
  align-items: center;
}
.implant #pride .pride__block .txt h4 {
  font-weight: 500;
  font-size: 1.15em;
  letter-spacing: 2px;
  line-height: 1.7;
  margin: 1.3em 0 1em;
}
.implant #pride .pride__block01 .flow_box__slide1 li {
  transform: scale(.8);
  max-width: 50rem;
  width: 90%;
  padding: 0;
  margin: 0;
}
.implant #pride .pride__block01 .flow_box__slide1 .slick-current {
  transform: scale(1);
}
.implant #pride .pride__block01 .flow_box__slide1 li figure {
  margin-bottom: 2rem;
}
.implant #pride .pride__block01 .flow_box__slide1 .slick-arr.next, .implant #pride .pride__block01 .flow_box__slide1 .slick-arr.prev {
  transform: rotate(0);
}
.implant #pride .pride__block02 .img_wrap {
  margin: 4rem auto;
}
.implant #pride .pride__block02 .img_wrap ul {
  margin: 3rem;
  list-style: circle;
}
.implant #pride .pride__block02 .txt + figure {
  margin: 3rem auto 0;
  max-width: 50rem;
}
.implant #pride .pride__block03 .img_txt_wrap {
  margin-top: 4rem;
}
.implant #pride .pride__block03 .img_txt_wrap .txt {
  margin-left: 5rem;
}
.implant #pride .pride__block03 .img_txt_wrap .txt p {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3px;
}
.implant #pride .pride__block03 .img_txt_wrap .txt dl {
  font-size: .87em;
  margin-top: 2rem;
}
.implant #pride .pride__block03 .img_txt_wrap .txt dl dt {
  flex: 0 0 7rem;
  font-weight: 500;
}
.implant #pride .pride__block03 .img_txt_wrap .txt dl dd {
  flex: 1 1 auto;
}
.implant #pride .pride__block03 .img_txt_wrap .txt dl dd ul {
  margin-left: 2.5rem;
}
.implant #pride .pride__block04 figure {
  flex-basis: 30%;
}
.implant #pride .pride__block04 .txt {
  flex-basis: 65%;
}
@media screen and (max-width: 768px) {
  .implant #pride .Contens__ttl {
    display: block;
  }
  .implant #pride .Contens__ttl h2 {
    margin-bottom: 1rem;
  }
  .implant #pride .Contens__ttl h2 br {
    display: none;
  }
  .implant #pride .Contens__ttl .txt {
    max-width: inherit;
  }
  .implant #pride .pride__block {
    padding: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .implant #pride .pride__block, .implant #pride .pride__block + .pride__block {
    margin-top: 4rem;
  }
  .implant #pride .pride__block {
    padding: 2rem;
  }
  .implant #pride .pride__block:nth-of-type(2) {
    padding: 3.5rem 2rem 2rem;
  }
  .implant #pride .pride__block h3.ttl span {
    padding: 0 1rem;
    max-width: 90%;
    line-height: 1.4;
  }
  .implant #pride .pride__block03 .txt {
    margin-left: 0;
  }
  .implant #pride .pride__block03 .txt dl {
  margin-top: 1rem;
}
}
/*
  Q&A
---------------------------------*/
.implant #faq {
  background-image: url("../medical/implant/images/qa_bg.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top right;
}
.implant #faq .wrap .item__wrap {
  background: #fff;
  border-radius: 2rem;
  max-width: 900px;
  padding: 4rem 6rem 6rem;
}
.implant #faq dl.faq-item {
  border-bottom: 1px dotted #cccccc;
}
.implant #faq dl.faq-item dt.item_Q {
  cursor: pointer;
  font-size: 1.2em;
  padding: 3rem 15px;
  transition: all .3s;
}
.implant #faq dl.faq-item dt.item_Q:hover {
  background: #f3f3f3;
}
.implant #faq dl.faq-item dt.item_Q span {
  position: relative;
  padding-left: 1.5em;
}
.implant #faq dl.faq-item dt.item_Q span::before {
  background: url(../images/a_deco.svg) no-repeat;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  transition: all .3s;
}
.implant #faq dl.faq-item dt.item_Q.active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.implant #faq dl.faq-item dd.item_A {
  display: none;
  padding: 1rem 15px 4rem 4rem;
}
/*Q01*/
.implant #faq dl.faq-item_01 .inner ul.flow_list {
  list-style: none;
  margin: 2rem 0;
}
.implant #faq dl.faq-item_01 .inner ul.flow_list > li + li {
  margin-top: 3rem;
}
.implant #faq dl.faq-item_01 .inner ul.flow_list li dl dt {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 1rem;
}
.implant #faq dl.faq-item_01 .inner ul.flow_list li dl dt span {
  background: #4C8DA0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'Muller-bold';
  text-align: center;
  padding: 2px 1rem;
  margin-right: 1em;
}
.implant #faq dl.faq-item_01 .inner ul.flow_list li dd ul {
  background: #f6f6f6;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
}
.implant #faq dl.faq-item_01 .inner ul.flow_list li dd li {
  flex-basis: 20%;
}
.implant #faq dl.faq-item_01 .inner ul.flow_list li dd li p {
  margin-top: 1rem;
  font-size: .85em;
  line-height: 1.5;
}
/*Q08*/
.implant #faq dl.faq-item_08 .inner ul {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .implant #faq .wrap .item__wrap {
    padding: 3rem 4rem 4rem;
  }
  .implant #faq dl.faq-item dt.item_Q {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .implant #faq dl.faq-item dt.item_Q span::before {
    top: 4px;
  }
  .implant #faq dl.faq-item dd.item_A {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 580px) {
  .implant #faq .wrap .item__wrap {
    padding: 1rem 2rem 2rem;
  }
  .implant #faq dl.faq-item dt.item_Q {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .implant #faq dl.faq-item dd.item_A {
    padding: 0 0 1rem;
  }
  .implant #faq dl.faq-item_01 .inner ul.flow_list > li + li, .implant #faq dl.faq-item_01 .inner ul.flow_list li dd li + li {
    margin-top: 1rem;
  }
  .implant #faq dl.faq-item_08 .inner ul {
    margin: 1rem 0;
  }
}
/*------------------------------------------------------------------

  歯周病

------------------------------------------------------------------*/
.periodontal #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../medical/periodontal/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 1rem;
  background-size: 45px;
}
.periodontal #periodontal .about_block {
  max-width: 950px;
  margin: auto;
}
.periodontal #periodontal .about_block h3 {
  text-align: center;
}
.periodontal #periodontal .about_block figure {
  flex-basis: 35%;
}
.periodontal #periodontal .about_block .txt {
  flex-basis: 60%;
}
.periodontal #periodontal .about_block blockquote {
  flex-basis: 35%;
  order: 1;
}
.periodontal #periodontal .about_block blockquote figure {
  flex-basis: 48%;
}
.periodontal #periodontal .about_block blockquote figcaption, .periodontal #periodontal .about_block blockquote p {
  font-size: .75em;
}
/* こうして進行します */
.periodontal #periodontal .lost_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
  margin: 5rem auto;
}
.periodontal #periodontal .lost_block ul li {
  text-align: center;
  flex-basis: 20%;
}
.periodontal #periodontal .lost_block ul li figure {
  margin-bottom: 15px;
  position: relative;
}
.periodontal #periodontal .lost_block ul li figcaption {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 8rem;
}
@media screen and (max-width: 768px) {
  .periodontal #periodontal .lost_block {
    padding: 4rem;
    margin: 3rem auto;
  }
  .periodontal #periodontal .lost_block ul li figcaption {
    max-width: 6rem;
  }
}
@media screen and (max-width: 580px) {
  .periodontal #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .periodontal section.Contens-Block .check_block h3 strong {
    display: inline-block;
  }
  .periodontal section.Contens-Block .check_block h3 br {
    display: none;
  }
  .periodontal #periodontal .about_block figure {
    margin: 1rem auto;
    max-width: 210px;
  }
  .periodontal #periodontal .about_block blockquote .row_flex {
    display: flex;
  }
  .periodontal #periodontal .about_block blockquote p {
    margin-bottom: 1rem;
  }
  .periodontal #periodontal .lost_block {
    padding: 2rem;
    margin: 2rem auto;
  }
  .periodontal #periodontal .lost_block ul {
    display: flex;
    flex-wrap: wrap;
  }
  .periodontal #periodontal .lost_block ul li {
    flex-basis: 48%;
    margin-top: 1rem;
  }
}
/*
  歯周病の進行
---------------------------------*/
.periodontal #progress .risk_flow {
  border: 1px solid #ccc;
  max-width: 700px;
  margin: 0 auto 5rem;
}
.periodontal #progress .progress_block {
  background: rgba(229, 226, 219, 0.50);
  border-radius: 2rem;
  padding: 3rem 0;
}
.periodontal #progress .progress_block .img_txt_wrap {
  padding: 3rem 6rem;
}
.periodontal #progress .progress_block .img_txt_wrap:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
/*
  歯周病の流れ
---------------------------------*/
.periodontal #flow .wrap .flow_box {
  margin: 5rem auto;
}
.periodontal #flow .wrap .flow_box + .flow_box {
  margin-top: 7rem;
}
/*  */
.periodontal #flow .wrap .aside_wrap {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
  margin: 4rem auto;
}
.periodontal #flow .wrap .aside_wrap h4 {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.periodontal #flow .wrap .aside_wrap ul.row_flex li {
  text-align: center;
}
.periodontal #flow .wrap .aside_wrap ul.row_flex li + li {
  margin-left: 3rem;
}
.periodontal #flow .wrap .aside_wrap ul.row_flex li figure {
  margin-bottom: 1rem;
}
.periodontal #flow .wrap .aside_wrap ul.row_flex li p {
  font-weight: 300;
  font-size: .9em;
  margin-top: 5px;
}
/* 歯周外科処置　2項目 */
.periodontal #flow .wrap .aside_wrap .aside_wrap02 {
  background: rgba(229, 226, 219, 0.50);
  text-align: justify;
  padding: 2rem;
  margin-top: 3rem;
}
.periodontal #flow .wrap .aside_wrap .aside_wrap02 ul {
  list-style: none;
  font-weight: 300;
}
.periodontal #flow .wrap .aside_wrap .aside_wrap02 ul li + li {
  margin-top: 2rem;
}
/*  */
.periodontal #flow .wrap .flow_box_08 .txt, .periodontal #flow .wrap .flow_box_09 .txt {
  width: 100%;
}
.periodontal #flow .wrap .flow_box_05 .aside_wrap, .periodontal #flow .wrap .flow_box_07 .aside_wrap, .periodontal #flow .wrap .flow_box_09 .aside_wrap {
  max-width: 900px;
}
.periodontal #flow .wrap .flow_box_09 .aside_wrap a {
  text-decoration: none;
}
.periodontal #flow .wrap .flow_box_09 .aside_wrap figure {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .periodontal #progress .progress_block {
    padding: 1rem 0;
  }
  .periodontal #progress .progress_block .img_txt_wrap {
    padding: 2rem 4rem;
  }
  .periodontal #flow .wrap .flow_box {
    margin: 3rem auto;
  }
  .periodontal #flow .wrap .flow_box + .flow_box {
    margin-top: 4rem;
  }
  .periodontal #flow .wrap .aside_wrap {
    padding: 3rem;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 580px) {
  .periodontal #progress .progress_block {
    padding: .5rem 0;
  }
  .periodontal #progress .progress_block .img_txt_wrap {
    padding: 1rem 2rem;
  }
  .periodontal #progress .progress_block .txt {
    margin-bottom: 1rem;
  }
  .periodontal #flow .wrap .flow_box {
    margin: 2rem auto;
  }
  .periodontal #flow .wrap .flow_box + .flow_box {
    margin-top: 3rem;
  }
  .periodontal #flow .wrap .flow_box .txt {
    margin-bottom: 2rem;
  }
  .periodontal #flow .wrap .aside_wrap {
    padding: 2rem;
    margin: 2rem auto;
  }
  .periodontal #flow .wrap .aside_wrap ul.row_flex li + li {
    margin-left: 0;
  }
  .periodontal #flow .wrap .flow_box_01 ul.row_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .periodontal #flow .wrap .flow_box_01 ul.row_flex li {
    flex-basis: 48%;
    margin: 0;
  }
  .periodontal #flow .wrap .flow_box_03 ul.row_flex li + li {
    margin-top: 1rem;
  }
}
/*------------------------------------------------------------------

  虫歯・根管治療

------------------------------------------------------------------*/
.caries #caries.is-show::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/caries/images/bg_ttl.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.caries #caries .about_block {
  max-width: 900px;
  margin: 5rem auto;
}
/* ---進行・治療法--- */
.caries #caries #progress {
  background: #fff;
  border-radius: 2rem;
  margin: 5rem auto;
  padding: 6rem;
}
/* 虫歯はこうして進行 */
.caries #caries #progress .progress_block {
  background: #f6f6f6;
  padding: 3rem;
}
.caries #caries #progress .progress_block > p {
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 5rem;
}
.caries #caries #progress .progress_block ul {
  margin: 0 auto 4rem;
  width: 90%;
}
.caries #caries #progress .progress_block ul li {
  font-weight: 300;
  font-size: .9em;
  flex-basis: 20%;
}
.caries #caries #progress .progress_block ul li figure {
  margin-bottom: 2rem;
}
.caries #caries #progress .progress_block dl {
  background: #fff;
  padding: 3rem 5rem 4rem;
}
.caries #caries #progress .progress_block dl dt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
/*虫歯の治療法*/
.caries #caries #progress .treatment_block {
  margin-top: 5rem;
}
.caries #caries #progress .treatment_block h4 {
  margin-bottom: 1rem;
}
.caries #caries #progress .treatment_block .img_txt_wrap .txt {
  flex-basis: 60%;
}
.caries #caries #progress .treatment_block .img_txt_wrap dl + dl {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-top: 3rem;
}
.caries #caries #progress .treatment_block .img_txt_wrap figure {
  flex-basis: 35%;
}
.caries #caries #progress .treatment_block dl.txt {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-top: 3rem;
}
/* ---当院の虫歯治療の特徴--- */
.caries #caries .feature_block .img_txt_wrap .txt h4 {
  margin-bottom: 2rem;
}
.caries #caries .feature_block .img_txt_wrap + .img_txt_wrap {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .caries #caries #progress {
    margin: 3rem auto;
    padding: 4rem;
  }
  /* 虫歯はこうして進行 */
  .caries #caries #progress .progress_block {
    padding: 2rem;
  }
  .caries #caries #progress .progress_block dl {
    padding: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .caries #caries.is-show::before {
    background-position: left center;
    background-size: 35px;
  }
  .caries #caries #progress {
    margin: 2rem auto;
    padding: 2rem;
  }
  /* 虫歯はこうして進行 */
  .caries #caries #progress .progress_block {
    padding: 1rem;
  }
  .caries #caries #progress .progress_block > p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .caries #caries #progress .progress_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 2rem;
  }
  .caries #caries #progress .progress_block ul li {
    flex-basis: 48%;
    margin-top: 1rem;
  }
  .caries #caries #progress .progress_block ul li figure {
    margin-bottom: 1rem;
  }
  .caries #caries #progress .progress_block dl {
    padding: 1rem;
  }
  .caries #caries #progress .treatment_block .img_txt_wrap dl + dl, .caries #caries #progress .treatment_block dl.txt, .caries #caries .feature_block .img_txt_wrap + .img_txt_wrap {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .caries #caries #progress .treatment_block .img_txt_wrap figure {
    margin-top: 1rem;
  }
  .caries #caries .feature_block .img_txt_wrap .txt {
    margin-bottom: 1rem;
  }
  .caries #caries .feature_block .img_txt_wrap .txt h4 {
    margin-bottom: .5rem;
  }
}
/*
  根管治療
---------------------------------*/
.caries #root.is-show::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/caries/images/bg_ttl_root.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.caries #root.Contens-Block .wrap__outline .txt {
  background: rgba(229, 226, 219, 0.9);
}
.caries #root.Contens-Block .check_block {
  border: 1rem solid #f6f6f6;
}
.caries #root.Contens-Block .check_block li strong {
  color: #333;
}
/* ---必要な理由--- */
.caries #root.Contens-Block .about_block {
  background: rgba(229, 226, 219, 0.50);
  border-radius: 2rem;
  padding: 5rem 6rem 6rem;
  margin-bottom: 5rem;
}
/* ---当院の根管治療--- */
.caries #root.Contens-Block .to_konkan_block .img_txt_wrap + .img_txt_wrap {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  margin-top: 3rem;
}
/* ---より良い根管治療を目指して--- */
.caries #root.Contens-Block .yoriyoi_block {
  background: #EEF1F2B0;
  border-radius: 2rem;
  padding: 5rem 6rem 6rem;
  margin-top: 7rem;
}
.caries #root.Contens-Block .yoriyoi_block .img_wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .caries section.Contens-Block .check_block h3 br {
    display: none;
  }
  .caries #root.Contens-Block .about_block, .caries #root.Contens-Block .yoriyoi_block {
    padding: 2rem 3rem 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .caries #root.is-show::before {
    background-position: left center;
    background-size: 35px;
  }
  .caries #root.Contens-Block .about_block, .caries #root.Contens-Block .yoriyoi_block {
    padding: 1rem 2rem 2rem;
    margin-top: 2rem;
  }
  .caries #root.Contens-Block .to_konkan_block .img_txt_wrap + .img_txt_wrap {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .caries #root.Contens-Block .to_konkan_block .img_txt_wrap .txt {
    margin-bottom: 1rem;
  }
}
/*------------------------------------------------------------------

  入れ歯・ブリッジ

------------------------------------------------------------------*/
.denture #outline.is-show::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/denture/images/bg_ttl_0.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
@media screen and (max-width: 580px) {
  .denture #outline.is-show::before {
    background-position: left center;
    background-size: 35px;
  }
}
.denture section:nth-child(even) .wrap__outline .txt {
  background: rgba(229, 226, 219, 0.90);
}
/*
	選択肢
---------------------------------*/
.denture section .choice_table_block {
  margin: 5rem auto;
}
.denture section .choice_table_block table {
  margin-top: 2rem;
}
.denture section .choice_table_block table th, .denture section .choice_table_block table td {
  border: 1px solid #aaa;
  padding: 1rem;
  text-align: center;
  line-height: 1.5;
}
.denture section .choice_table_block table th {
  background: #fff;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  width: 230px;
  padding: 1rem 3rem;
}
.denture section .choice_table_block table td {
  width: 26%;
}
.denture section .choice_table_block table td:nth-of-type(1) {
  background: #E4F2F1;
}
.denture section .choice_table_block table td:nth-of-type(2) {
  background: #E8EEDC;
}
.denture section .choice_table_block table td:nth-of-type(3) {
  background: #F6E9E3;
}
.denture section .choice_table_block table td span {
  font-size: 2.5rem;
}
.denture section .choice_table_block table td p + p {
  margin: 0;
}
.denture section .choice_table_block table + p {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  padding-left: 230px;
  margin: 4rem 0;
}
.denture section .choice_table_block ul {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 230px;
}
.denture section .choice_table_block ul li {
  width: 33.333%;
}
.denture section .choice_table_block ul li a {
  color: #333;
  display: block;
}
.denture section .choice_table_block ul li a p {
  font-size: 2rem;
}
.denture section .choice_table_block ul li a figure {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .denture section p.pc_none {
    display: none;
  }
  .denture section .choice_table_block table th {
    padding: 1rem 1rem;
    width: 120px;
  }
  .denture section .choice_table_block table td {
    width: 28%;
  }
  .denture section .choice_table_block table td br {
    display: none;
  }
  .denture section .choice_table_block table + p {
    font-size: 2rem;
    padding-left: 110px;
    margin: 2rem 0;
  }
  .denture section .choice_table_block ul {
    padding-left: 110px;
  }
  .denture section .choice_table_block ul li a figure {
    max-width: 150px;
  }
  .denture section .choice_table_block ul li a p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .denture section p.pc_none {
    display: block;
  }
  .denture section .choice_table_block {
    overflow: auto;
    padding-bottom: 2rem;
    margin: 0 auto 1rem;
  }
  .denture section .choice_table_block::-webkit-scrollbar {
    height: 5px;
  }
  .denture section .choice_table_block::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .denture section .choice_table_block::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .denture section .choice_table_block table {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .denture section .choice_table_block table, .denture section .choice_table_block table + p, .denture section .choice_table_block ul {
    min-width: 450px;
  }
  .denture section .choice_table_block table th, .denture section .choice_table_block table td {
    padding: .6rem;
  }
  .denture section .choice_table_block table td span {
    font-size: 1.8rem;
  }
  .denture section .choice_table_block table + p, .denture section .choice_table_block ul {
    font-size: 1.6rem;
    padding-left: 80px;
  }
  .denture section .choice_table_block ul li a figure {
    max-width: 80px;
  }
  .denture section .choice_table_block ul li a p {
    font-size: 1.4rem;
  }
}
/*
  入れ歯
---------------------------------*/
.denture #denture.is-show::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/denture/images/bg_ttl_1.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.denture #denture .txt_block {
  margin: auto;
  max-width: 920px;
}
.denture #denture .txt_block ul {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
  .denture #denture.is-show::before {
    background-position: left center;
    background-size: 35px;
  }
}
/*
  ブリッジ
---------------------------------*/
.denture #bridge.is-show::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/denture/images/bg_ttl_2.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.denture section.Contens-Block .img_txt_wrap figure {
  flex-basis: 30%;
}
.denture section.Contens-Block .img_txt_wrap .txt {
  flex-basis: 65%;
}
.denture section.Contens-Block .merit_block {
  margin: 5rem auto;
}
.denture section.Contens-Block .merit_block dl {
  background: #F6E9E3;
  flex-basis: 48%;
}
.denture section.Contens-Block .merit_block dl.demerit {
  background: #E4F2F1;
}
.denture section.Contens-Block .merit_block dl dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1rem;
}
.denture section.Contens-Block .merit_block dl dd {
  padding: 1rem 2rem 0;
}
.denture section.Contens-Block .merit_block dl dd ul li::before {
  background: rgba(0, 0, 0, 0.1);
}
.denture section.Contens-Block .cost_block {
  margin: 7rem auto 0;
  max-width: 920px;
}
.denture section.Contens-Block .cost_block dl {
  margin-top: 3rem;
}
.denture section.Contens-Block .cost_block dl dt {
  color: #A67C52;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
  .denture #bridge.is-show::before {
    background-position: left center;
    background-size: 35px;
  }
  .denture section.Contens-Block .merit_block {
    margin: 2rem auto;
  }
  .denture section.Contens-Block .merit_block dl.demerit {
    margin-top: 1rem;
  }
  .denture section.Contens-Block .merit_block dl dd {
    padding: 1rem 2rem;
  }
  .denture section.Contens-Block .cost_block {
    margin: 3rem auto 0;
  }
  .denture section.Contens-Block .cost_block dl {
    margin-top: 2rem;
  }
  .denture section.Contens-Block .cost_block dl dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
/*
  自家歯牙移植
---------------------------------*/
.denture #tooth.is-show::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/denture/images/bg_ttl_3.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.denture section#tooth .about_block {
  margin: auto;
  max-width: 920px;
}
.denture section#tooth .about_block > div {
  background: #EEF1F2B0;
  padding: 3rem 4rem 2rem;
}
.denture section#tooth .transplant_flow {
  border: 1rem solid #f6f6f6;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 5rem 2rem;
  margin-top: 4rem;
}
.denture section#tooth .transplant_flow li {
  margin: 0 3rem 0 0;
  position: relative;
  padding-right: 4rem;
}
.denture section#tooth .transplant_flow li::after {
  content: '';
  background: url("../medical/denture/images/flow_arr.svg") no-repeat;
  width: 15px;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.denture section#tooth .transplant_flow li:last-of-type {
  margin: 0;
  position: relative;
  padding-right: 0;
}
.denture section#tooth .transplant_flow li:last-of-type::after {
  content: none;
}
.denture section#tooth .transplant_flow li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.denture section#tooth .transplant_flow li p {
  font-size: 12px;
  text-align: center;
  line-height: 150%;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .denture section#tooth .transplant_flow li {
    margin: 0 1rem 0 0;
    padding-right: 2rem;
  }
  .denture section#tooth .transplant_flow li::after {
    width: 10px;
    right: 0;
  }
  .denture section#tooth .transplant_flow li p {
    font-size: 10px;
  }
}
@media screen and (max-width: 580px) {
  .denture #tooth.is-show::before {
    background-position: left center;
    background-size: 35px;
  }
  .denture section#tooth .about_block > div {
    padding: 2rem 2rem 1rem;
  }
  .denture section#tooth .transplant_flow {
    display: block;
    padding: 2rem 1rem;
  }
  .denture section#tooth .transplant_flow li {
    text-align: center;
    margin: 0 0 4rem 0;
    padding-right: 0;
    width: 100%;
  }
  .denture section#tooth .transplant_flow li::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
    margin: auto;
    transform: rotate(90deg);
  }
  .denture section#tooth .transplant_flow li:last-of-type {
    margin: 0;
  }
  .denture section#tooth .transplant_flow li img {
    width: 100%;
    max-width: 250px;
  }
}
.denture section#tooth .isyoku_block {
  border: 2px solid #ccc;
  display: flex;
  margin: 5rem auto 0;
  max-width: 920px;
}
.denture section#tooth .isyoku_block h3 {
  color: #fff;
  background: #4C8DA0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2rem;
  flex-basis: 40%;
}
.denture section#tooth .isyoku_block .txt {
  padding: 2rem;
}
@media screen and (max-width: 580px) {
  .denture section#tooth .isyoku_block {
    display: block;
    margin: 2rem auto 0;
  }
  .denture section#tooth .isyoku_block h3, .denture section#tooth .isyoku_block .txt {
    padding: 1.5rem;
  }
  .denture section#tooth .isyoku_block h3 br {
    display: none;
  }
}
/*------------------------------------------------------------------

  審美歯科

------------------------------------------------------------------*/
.beauty #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/beauty/images/bg_ttl.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.beauty section#outline .about_block {
  margin: auto;
  max-width: 800px;
}
.beauty section.Contens-Block .check_block h3 {
  flex-basis: 40%;
}
.beauty section.Contens-Block .check_block .txt {
  padding-left: 5rem;
  flex-basis: 55%;
}
.beauty section:nth-child(even) .wrap__outline .txt {
  background: rgba(229, 226, 219, 0.90);
}
/*
  審美治療
---------------------------------*/
.beauty section#beauty .chiryo_box + .chiryo_box {
  margin-top: 5rem;
}
.beauty section#beauty .chiryo_box .inner__expo figure {
  flex-basis: 30%;
}
.beauty section#beauty .chiryo_box .inner__expo .txt {
  flex-basis: 67%;
}
.beauty section#beauty .chiryo_box .inner__expo h4 {
  color: #4C8DA0;
}
.beauty section#beauty .chiryo_box .inner__expo h4 span {
  color: #333;
  font-size: .9em;
}
.beauty section#beauty .chiryo_box .inner__expo ul {
  display: flex;
  list-style: none;
  margin: 1rem 0;
}
.beauty section#beauty .chiryo_box .inner__expo ul li {
  background: #D5E8EF;
  margin: 0 5px 0 0;
  padding: 5px 2rem;
}
.beauty section#beauty .chiryo_box .inner__expo ul li span {
  color: #A55151;
  display: inline-block;
  font-size: .9em;
  margin-left: .8em;
}
.beauty section#beauty .chiryo_box .merit_wrap {
  margin-top: 2rem;
}
.beauty section#beauty .chiryo_box .merit_wrap dl {
  background: #F1D8D8;
  color: #5A3737;
  flex-basis: 48%;
}
.beauty section#beauty .chiryo_box .merit_wrap dl dt {
  background: #E4BDBD;
  text-align: center;
  padding: 5px;
}
.beauty section#beauty .chiryo_box .merit_wrap dl dd {
  padding: 1rem 3rem 2rem;
}
.beauty section#beauty .chiryo_box .merit_wrap dl dd ul {
  list-style: none;
  line-height: 1.5;
}
.beauty section#beauty .chiryo_box .merit_wrap dl dd ul li {
  margin: 7px 0;
}
/* デメリット */
.beauty section#beauty .chiryo_box .merit_wrap dl.demerit {
  background: #eee;
  color: #666;
}
.beauty section#beauty .chiryo_box .merit_wrap dl.demerit dt {
  background: #ccc;
}
/*
  セレック
---------------------------------*/
.beauty section#cerec ul.flow_list li {
  align-items: flex-start;
}
.beauty section#cerec ul.flow_list li + li {
  margin-top: 2rem;
}
.beauty section#cerec ul.flow_list li > span.num {
  background: #4C8DA0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'Muller-bold';
  text-align: center;
  padding: 2px 1rem;
  margin-right: 1em;
}
.beauty section#cerec ul.flow_list li dl dt {
  font-weight: 500;
  font-size: 1.1em;
}
.beauty section#cerec .message {
  margin: 5rem auto;
}
.beauty section#cerec .message figure {
  order: 1;
}
@media screen and (max-width: 768px) {
  .beauty section.Contens-Block .check_block .txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .beauty #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .beauty section#beauty .chiryo_box + .chiryo_box {
    margin-top: 3rem;
  }
  .beauty section#beauty .chiryo_box .inner__expo figure {
    margin-top: 1rem;
  }
  .beauty section#beauty .chiryo_box .merit_wrap dl.demerit {
    margin-top: 1rem;
  }
}
/*------------------------------------------------------------------

  ホワイトニング

------------------------------------------------------------------*/
.whitening #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/whitening/images/bg_ttl.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.whitening #treatment .point__block {
  border: 1px solid;
  padding: 8rem 6rem 6rem;
  position: relative;
}
.whitening #treatment .point__block {
  margin-top: 7rem;
}
.whitening #treatment .point__block h3.ttl {
  text-align: center;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  line-height: 1.3;
}
.whitening #treatment .point__block h3.ttl span {
  background: #fff;
  display: inline-block;
  font-size: .8em;
  padding: 0 3rem;
}
.whitening #treatment .point__block h3.ttl strong {
  display: block;
  font-size: 1.2em;
}
.whitening #treatment .point__block03 .inner + .inner {
  margin-top: 1rem;
}
.whitening #treatment .point__block03 .inner dl dt {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.whitening #treatment .point__block03 .inner dl dd {
  display: flex;
  align-items: flex-start;
}
.whitening #treatment .point__block03 .inner dl dd p {
  border: 1px solid;
  padding: 3px 1rem;
  margin-right: 2rem;
}
.whitening #treatment .point__block03 .inner dl dd ul {
  list-style: none;
}
.whitening #treatment .point__block03 .inner dl dd strong {
  flex-basis: calc(100% - 80px);
}
.whitening #treatment .point__block03 .inner .price {
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 7rem;
  margin-left: 7rem;
}
.whitening #treatment .point__block03 .inner .price p {
  color: #A55151;
  font-size: 23px;
  font-weight: 500;
}
.whitening #treatment .point__block03 .inner .price p span {
  color: #333;
  font-size: 16px;
  margin-left: 5px;
}
.whitening #treatment .point__block03 .inner + p {
  text-align: center;
  color: #777;
  padding: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .whitening #treatment .point__block {
    padding: 6rem 4rem 4rem;
  }
  .whitening #treatment .point__block03 .inner .price {
    padding: 0 0 0 2rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .whitening #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .whitening #treatment .point__block h3.ttl span {
    padding: 0 1rem;
    max-width: 300px;
  }
  .whitening #treatment .point__block {
    margin-top: 5rem;
    padding: 2rem;
  }
  .whitening #treatment .point__block01 {
    padding: 4rem 2rem 2rem;
  }
  .whitening #treatment .point__block .txt {
    margin-bottom: 1rem;
  }
  .whitening #treatment .point__block03 .inner dl dd p {
    white-space: nowrap;
    font-size: 1rem;
    margin-right: 1rem;
  }
  .whitening #treatment .point__block03 .inner .price {
    display: block;
    text-align: center;
    border: none;
    padding: 0 0 0 0;
    margin-left: 0;
  }
  .whitening #treatment .point__block03 .inner + p {
    padding: 1rem 0 0;
  }
}
/*
  治療の流れ
---------------------------------*/
.whitening #flow .row_flex {
  max-width: 900px;
  margin: 0 auto;
}
.whitening #flow .row_flex .btn-example {
  background: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  flex-basis: 49%;
  padding: 4rem 2rem;
  position: relative;
}
.whitening #flow .row_flex .btn-example::before {
  border: 2px solid #fff;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}
.whitening #flow .row_flex .btn-example::after {
  background: url("../images/content_slide_arr_next.svg") no-repeat center/contain;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
}
.whitening #flow .row_flex .btn-example.homewhite {
  background: #EC744F;
}
.whitening #flow .row_flex .btn-example.officewhite {
  background: #84C7E9;
}
.whitening section .flow_block {
  flex-basis: 45%;
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  margin: 0 auto;
}
.whitening section .flow_block h3 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 2.5rem;
  position: relative;
}
.whitening section .flow_block h3::after {
  background: #333;
  content: '';
  flex: 1 1 auto;
  height: 1px;
  margin-left: 2rem;
}
.whitening section .flow_block .flow_box_wrap {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.whitening section .flow_block .flow_box_wrap li + li {
  margin: 5rem 0 0;
}
.whitening section .flow_block .flow_box_wrap .inner {
  display: grid;
  align-content: space-between;
  position: relative;
  z-index: 1;
}
.whitening section .flow_block .flow_box_wrap .inner .num {
  color: #f3f3f3;
  font-family: 'Muller-bold';
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.whitening section .flow_block .flow_box__slide2 .inner .num {
  color: #fff;
}
.whitening section .flow_block .flow_box_wrap .inner dl {}
.whitening section .flow_block .flow_box_wrap .inner dl dt {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2rem;
}
.whitening section .flow_block .flow_box_wrap .inner dl dd {}
.whitening section .flow_block .flow_box_wrap .inner dl dd::-webkit-scrollbar {
  width: 1rem;
}
/*スクロールバーの軌道*/
.whitening section .flow_block .flow_box_wrap .inner dl dd::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 1rem;
}
/*スクロールバーの動く部分*/
.whitening section .flow_block .flow_box_wrap .inner dl dd::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 1rem;
}
.whitening section .flow_block .flow_box_wrap .inner figure {
  margin-top: 2rem;
}
.whitening section .flow_block .flow_box_wrap li:nth-child(4) .inner {
  min-height: 49.2rem;
}
.whitening section .flow_block .flow_box_wrap li:nth-child(5) .inner {
  min-height: 59.2rem;
}
.whitening section#flow .tyuui_block {
  max-width: 900px;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .whitening section .flow_block {
    padding: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .whitening #flow .row_flex .btn-example {
    margin: 1rem 0;
    width: 100%;
    height: auto;
  }
  .whitening section .flow_block {
    padding: 2rem;
  }
  .whitening section .flow_block + .flow_block {
    margin-top: 2rem;
  }
  .whitening section .flow_block h3 {
    font-size: 2rem;
  }
  .whitening section .flow_block .flow_box_wrap li + li {
    margin: 3rem 0 0;
  }
  .whitening section .flow_block .flow_box_wrap .inner {}
  .whitening section .flow_block .flow_box_wrap .inner dl {}
  .whitening section .flow_block .flow_box_wrap .inner dl dt {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .whitening section .flow_block .flow_box_wrap .inner figure {}
  .whitening section#flow .tyuui_block {
    margin: 2rem auto 0;
  }
  .whitening section .flow_block .flow_box_wrap li:nth-child(4) .inner {
    min-height: auto;
  }
  .whitening section .flow_block .flow_box_wrap li:nth-child(5) .inner {
    min-height: auto;
  }
}
/*
  Q&A
---------------------------------*/
.whitening #faq {
  background-image: url("../medical/whitening/images/w_home.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top right;
}
.whitening #faq .wrap .item__wrap {
  background: #f6f6f6;
  border-radius: 2rem;
  max-width: 900px;
  padding: 4rem 6rem 6rem;
}
.whitening #faq dl.faq-item {
  border-bottom: 1px dotted #cccccc;
}
.whitening #faq dl.faq-item dt.item_Q {
  cursor: pointer;
  font-size: 1.2em;
  padding: 3rem 15px;
  transition: all .3s;
}
.whitening #faq dl.faq-item dt.item_Q:hover {
  background: #f3f3f3;
}
.whitening #faq dl.faq-item dt.item_Q span {
  position: relative;
  padding-left: 1.5em;
}
.whitening #faq dl.faq-item dt.item_Q span::before {
  background: url(../images/a_deco.svg) no-repeat;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  transition: all .3s;
}
.whitening #faq dl.faq-item dt.item_Q.active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.whitening #faq dl.faq-item dd.item_A {
  display: none;
  padding: 1rem 15px 4rem 4rem;
}
/*Q01*/
.whitening #faq dl.faq-item_01 .inner ul.flow_list {
  list-style: none;
  margin: 2rem 0;
}
.whitening #faq dl.faq-item_01 .inner ul.flow_list > li + li {
  margin-top: 3rem;
}
.whitening #faq dl.faq-item_01 .inner ul.flow_list li dl dt {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 1rem;
}
.whitening #faq dl.faq-item_01 .inner ul.flow_list li dl dt span {
  background: #4C8DA0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: 'Muller-bold';
  text-align: center;
  padding: 2px 1rem;
  margin-right: 1em;
}
.whitening #faq dl.faq-item_01 .inner ul.flow_list li dd ul {
  background: #f6f6f6;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
}
.whitening #faq dl.faq-item_01 .inner ul.flow_list li dd li {
  width: 20%;
}
.whitening #faq dl.faq-item_01 .inner ul.flow_list li dd li p {
  margin-top: 1rem;
  font-size: .85em;
  line-height: 1.5;
}
/*Q08*/
.whitening #faq dl.faq-item_08 .inner ul {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .whitening #faq .wrap .item__wrap {
    padding: 2rem 4rem 4rem;
  }
  .whitening #faq dl.faq-item dt.item_Q {
    font-size: 1.1em;
    padding: 2rem 15px;
  }
  .whitening #faq dl.faq-item dt.item_Q span::before {
    top: 5px;
  }
  .whitening #faq dl.faq-item dd.item_A {
    display: none;
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 580px) {
  .whitening #faq .wrap .item__wrap {
    padding: 1rem 2rem 2rem;
  }
  .whitening #faq dl.faq-item dt.item_Q {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
/*---------------------------------
  modalwindow
---------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-content {
  animation: show 0.6s linear 0s;
  padding: 5rem;
  width: 90%;
  max-width: 90rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-close {
  color: #fff;
  text-decoration: none;
  font-size: 5rem;
  line-height: 1;
  padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-container {
  background: #FFF;
  overflow-y: auto;
  padding: 5rem;
  height: 70vh;
  animation: show 0.6s linear 0s;
}
body.no-scroll {
  overflow-y: hidden !important;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .modal-container {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  .modal-content {
    padding: 3rem 0;
    width: 90%;
    max-height: 100%;
  }
  .modal-close {
    font-size: 3rem;
    padding: 0 0;
  }
  .modal-container {
    padding: 0;
    height: 85vh;
  }
}
/*------------------------------------------------------------------

  小児歯科

------------------------------------------------------------------*/
.child #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/child/images/bg_ttl.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
/* ソヤ歯科の予防歯科 */
.child .Contens-Block .img_txt_wrap + div {
  border-top: 2px solid #eee;
  margin-top: 3rem;
  padding-top: 3rem;
}
.child #child .about_block .img_txt_wrap + div figure {
  order: 1;
}
.child .Contens-Block .txt_wrap .txt {
  flex-basis: 47%;
}
/*
  予防歯科
---------------------------------*/
.child section.cavity_block {
  background: rgba(235, 199, 189, 0.50);
}
.child section.cavity_block .Contens__ttl {
  display: block;
  text-align: center;
}
.child section.cavity_block .wrap {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
}
.child section.cavity_block .img_txt_wrap figure {
  order: 1;
}
.child section.book_block {
  background: rgba(229, 216, 130, 0.50);
}
.child section.book_block .txt_link {
  text-align: right;
}
.child section.book_block .txt_link a {
  text-decoration: none;
}
/*
  口腔習癖と不正咬合
---------------------------------*/
.child section.correction_block {
  border: 5px solid #555;
  padding-top: 0;
}
.child section.correction_block .Contens__ttl {
  background: rgba(204, 204, 204, 0.50);
  border-bottom: 5px solid #555;
  padding: 8rem 0 4rem;
  max-width: none;
  width: 100%;
}
.child section.correction_block .Contens__ttl h2 {
  display: block;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.child section.correction_block .wrap {
  padding: 0 6rem;
}
.child section.correction_block .img_txt_wrap {
  border-top: 2px solid #eee;
  margin-top: 3rem;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .child section.cavity_block .wrap {
    padding: 4rem;
  }
  .child section.correction_block .Contens__ttl {
    padding: 4rem 0 4rem;
  }
  .child section.correction_block .wrap {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  .child #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .child .Contens-Block .txt_wrap .txt figure {
    margin: 2rem;
  }
  .child section.cavity_block .wrap {
    padding: 2rem;
  }
  .child .Contens-Block .img_txt_wrap + div, .child section.correction_block .img_txt_wrap {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .child section.correction_block .Contens__ttl {
    padding: 2rem 0 2rem;
  }
}
/*------------------------------------------------------------------

  マタニティ歯科

------------------------------------------------------------------*/
.maternity #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/maternity/images/bg_ttl.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.maternity section#outline .trouble_block {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 6rem 2rem;
  margin-top: 5rem
}
.maternity section#outline .trouble_block li {
  padding: 5rem 0;
  align-items: center;
}
.maternity section#outline .trouble_block li:first-child {
  border-bottom: 1px dashed #ccc;
}
.maternity section#outline .trouble_block li h4 {
  position: relative;
  text-align: center;
  flex-basis: 25%;
}
.maternity section#outline .trouble_block li h4::after {
  background: #D2DDE2;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}
.maternity section#outline .trouble_block li h4 span, .maternity section#outline .trouble_block li h4 p {
  position: relative;
  z-index: 1;
}
.maternity section#outline .trouble_block li h4 span {
  color: #888;
  display: block;
  font-weight: 300;
  margin-bottom: 1rem;
}
.maternity section#outline .trouble_block li h4 p {
  font-weight: 500;
}
.maternity section#outline .trouble_block li .txt {
  flex-basis: 70%;
}
/*
  安定期がベスト
---------------------------------*/
.maternity section#treatment ul {
  margin: 5rem 0;
}
.maternity section#treatment li {
  background: #f6f6f6;
  border-radius: 2rem;
  padding: 3rem;
  flex-basis: 31%;
}
.maternity section#treatment li dl {
  margin-bottom: 2rem;
  text-align: center;
}
.maternity section#treatment li dl dt {
  font-size: 1.2em;
  margin-bottom: 1rem;
}
.maternity section#treatment li dl dd {
  background: #e3e3e3;
  border-radius: 1rem;
  padding: 5px;
}
.maternity section#treatment li .txt {}
/*  受診時のお願い  */
.maternity section#treatment .onegai {
  border: 1rem solid #f6f6f6;
  border-radius: 2rem;
  padding: 6rem;
  margin-top: 5rem;
}
/*
  よくあるご質問
---------------------------------*/
.maternity #faq {
  background-image: url("../medical/maternity/images/maternity_03.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top right;
}
.maternity #faq .wrap .item__wrap {
  background: #fff;
  border-radius: 2rem;
  max-width: 900px;
  padding: 4rem 6rem 6rem;
}
.maternity #faq dl.faq-item {
  border-bottom: 1px dotted #cccccc;
}
.maternity #faq dl.faq-item dt.item_Q {
  cursor: pointer;
  font-size: 1.2em;
  padding: 3rem 15px;
  transition: all .3s;
}
.maternity #faq dl.faq-item dt.item_Q:hover {
  background: #f3f3f3;
}
.maternity #faq dl.faq-item dt.item_Q span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.maternity #faq dl.faq-item dt.item_Q span::before {
  background: url(../images/a_deco.svg) no-repeat;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  transition: all .3s;
}
.maternity #faq dl.faq-item dt.item_Q.active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.maternity #faq dl.faq-item dd.item_A {
  display: none;
  padding: 1rem 15px 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .maternity section#outline .trouble_block {
    padding: 4rem 4rem 1rem;
    margin-top: 3rem;
  }
  .maternity section#outline .trouble_block li {
    padding: 3rem 0;
  }
  .maternity section#treatment ul {
    display: block;
    margin: 3rem 0;
  }
  .maternity section#treatment li {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .maternity section#treatment .onegai {
    padding: 4rem;
    margin-top: 3rem;
  }
  .maternity #faq .wrap .item__wrap {
    padding: 2rem 3rem 3rem;
  }
  .maternity #faq dl.faq-item dt.item_Q {
    font-size: 1.1em;
    padding: 2rem 15px;
  }
  .maternity #faq dl.faq-item dt.item_Q span::before {
    top: 5px;
  }
  .maternity #faq dl.faq-item dd.item_A {
    display: none;
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 580px) {
  .maternity #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .maternity section#outline .trouble_block {
    padding: 2rem 2rem 1rem;
    margin-top: 2rem;
  }
  .maternity section#outline .trouble_block li {
    padding: 2rem 0;
  }
  .maternity section#outline .trouble_block li h4::after {
    width: 70px;
    height: 70px;
  }
  .maternity section#outline .trouble_block li h4 span {
    margin: 0;
  }
  .maternity section#outline .trouble_block li .txt {
    position: relative;
    z-index: 1;
  }
  .maternity section#treatment .onegai {
    padding: 2rem;
    margin-top: 2rem;
  }
  .maternity #faq .wrap .item__wrap {
    padding: 1rem 2rem 2rem;
  }
  .maternity #faq dl.faq-item dt.item_Q {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
/*------------------------------------------------------------------

  訪問歯科

------------------------------------------------------------------*/
.visit #content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../medical/visit/images/bg_ttl.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5rem;
  background-size: 45px;
}
.visit section#outline .about_block01 {
  margin: 5rem 0;
}
.visit section#outline .about_block01 .txt {
  text-align: center;
}
.visit section#outline .about_block01 ul {
  margin-top: 3rem;
}
.visit section#outline .about_block01 ul li {
  background: rgba(0, 0, 0, 0.03);
  border: 2px solid #ccc;
  padding: 3rem;
  flex-basis: 48%;
}
.visit section#outline .about_block01 ul li > p {
  font-size: 23px;
  font-weight: 500;
  color: #7DA461;
}
.visit section#outline .about_block01 ul li dl {
  margin: 15px 0;
}
.visit section#outline .about_block01 ul li dl dt {
  background: #D4DCC2;
  color: #7DA461;
  font-size: 2rem;
  font-weight: 400;
  padding: 5px;
  margin-bottom: 5px;
}
.visit section#outline .about_block01 ul li:nth-of-type(2) > p {
  color: #A67C52;
}
.visit section#outline .about_block01 ul li:nth-of-type(2) p span {
  color: #A67C52;
}
.visit section#outline .about_block01 ul li:nth-of-type(2) dl dt {
  background: #EDDECE;
  color: #A67C52;
}
/* 訪問歯科とは */
.visit section#outline .about_block02 {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem;
}
/*
  自立支援
---------------------------------*/
.visit ul.treatment_list {
  margin: 5rem 0;
}
.visit ul.treatment_list li {
  background: #f6f6f6;
  border-radius: 2rem;
  padding: 3rem;
  flex-basis: 31%;
}
.visit ul.treatment_list li h4 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}
.visit ul.treatment_list li .txt {}
/*  おすすめ　*/
.visit section .check_block {
  border: 1rem solid #f6f6f6;
}
/*
  リハビリとケア
---------------------------------*/
.visit #rehab .wrap + .wrap {
  border-top: 1px solid #ccc;
  padding: 5rem 0 0;
  margin-top: 5rem;
}
.visit #rehab .wrap .img_txt_wrap .txt {
  flex-basis: 68%;
}
.visit #rehab .wrap .img_txt_wrap figure {
  flex-basis: 28%;
}
.visit #rehab .wrap .txt p + h4 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .visit section#outline .about_block01 ul li {
    padding: 2rem;
  }
  .visit section#outline .about_block02 {
    padding: 4rem;
  }
  .visit section#treatment .img_txt_wrap {
    margin-bottom: 2rem;
  }
  .visit ul.treatment_list {
    margin: 2rem 0;
  }
  .visit #rehab .wrap + .wrap {
    padding: 3rem 0 0;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .visit #content::before {
    background-position: left center;
    background-size: 35px;
  }
  .visit section#outline .about_block01 ul li {
    margin-bottom: 1rem;
  }
  .visit section#outline .about_block02 {
    padding: 2rem;
  }
  .visit ul.treatment_list li {
    padding: 2rem;
    margin-bottom: 1rem
  }
  .visit #rehab .wrap + .wrap {
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
  }
}