﻿@charset "UTF-8";
/* layout
---------------------------------------------------- */
/* topicPath
---------------------------------------------------- */
ol.topicPath {
  list-style: none;
  line-height: 1.6;
  text-align: right;
  margin: 0 auto 25px;
  font-weight: 500;
  font-size: 0.85em;
}
ol.topicPath li {
  display: inline;
  position: relative;
  margin-left: 5px;
  padding-left: 20px;
  font-size: 1.4rem;
}
ol.topicPath li:before {
  content: ">";
  position: absolute;
  top: -3px;
  left: 0px;
}
ol.topicPath li:first-child:before {
  content: none;
  margin-right: 0;
}
ol.topicPath li a {
  text-decoration: none;
}
/* module
-------------------------------------------------- */
#visual {
  text-align: center;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../img/page/visual_page01.png);
}
#pageTitle {
  padding: 80px 0;
  text-align: center;
  color: #776027;
  font-size: 30px;
  text-indent: 2px;
  letter-spacing: 2px;
}
.wrapContent {
  margin-bottom: 80px;
  clear: both;
}
.wrapContent:last-child {}
/* hx */
.hA {
  text-align: center;
  font-size: 26px;
  margin-bottom: 55px;
  background-image: url(../../img/common/ico_mark01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
  color: #604b18;
}
.hB {
  margin: 0 0 50px;
  padding: 0 25px 10px 0px;
  border-radius: 5px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 24px;
  color: #604b18;
  background-image: url(../../img/page/bg_h01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.hC {
  font-weight: 500;
  font-size: 22px;
  position: relative;
  color: #604b18;
  border-bottom: 1px dotted #8d7d56;
  line-height: 2;
  display: inline;
}
.hC:after {
  height: 30px;
  display: block;
  content: "";
}
.hD {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #00a3d7 !important;
  margin-bottom: 30px;
}
/* link */
.linkArrow01 a {
  color: #00a3d7;
  text-decoration: none;
}
.linkArrow01 a:hover {
  color: #00a3d7;
  text-decoration: underline;
}
.linkArrow01 span {
  background-image: url(../../img/page/ico_arrow01.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background-position: center top;
}
.linkArrow01 span:hover {}
.linkArrow02 a {
  color: #604b18;
  text-decoration: none;
  position: relative;
}
.linkArrow02 a:before {
  content: "";
  width: 3px;
  height: 13px;
  background-color: #00a3d7;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 7px;
}
ul.listDot, ol.listNum {
  padding-left: 1.5rem;
  color: #604b18;
}
ul.listDot li {
  list-style: circle;
  color: #604b18;
}
ul.listCheck {
  margin-bottom: 40px;
}
ul.listCheck li {
  margin: 0 0 20px 24px;
  padding: 2px 0 0 43px;
  background: url(../../img/common/icn_check.png) left 1px no-repeat;
}
ol.listNum li {
  list-style: decimal;
}
.listData dt {
  font-weight: bold;
  color: #00a3d7;
  margin-bottom: 5px;
}
.decBox01 {
  margin-bottom: 50px;
  padding: 25px;
  border: 1px solid #00a3d7;
}
.decBox01 h3 {
  padding: 0;
  font-weight: 500;
  color: #604b18;
  font-size: 22px;
  position: relative;
  display: inline;
  border-bottom: 1px dotted #8d7d56;
  line-height: 2;
}
.decBox01 .inrDecBox {
  padding-top: 15px;
}
.decBox01 .inrDecBox p, #mainContents .decBox01 .inrDecBox p {
  margin-bottom: 0px;
  color: #604b18;
}
.decBox02 {
  background-color: #f2f7f8;
  margin-bottom: 50px;
  padding: 25px;
}
.decBox02 h3 {
  padding: 0;
  font-weight: 500;
  color: #604b18;
  font-size: 22px;
  position: relative;
  display: inline;
  border-bottom: 1px dotted #8d7d56;
  line-height: 2;
}
.decBox02 .inrDecBox {
  padding: 15px 0 0;
}
.decBox02 .inrDecBox p, #mainContents .decBox02 .inrDecBox p {
  margin-bottom: 0px;
  color: #604b18;
}
.decBox03 {
  border: 1px solid #d9d9d9;
  padding: 25px;
  margin-bottom: 50px;
}
.decBox03 h3 {
  padding: 0;
  font-weight: 500;
  color: #604b18;
  font-size: 22px;
  position: relative;
  display: inline;
  border-bottom: 1px dotted #8d7d56;
  line-height: 2;
}
@media (max-width: 640px) {
  /* SP用 */
  .decBox01, .decBox02, .decBox03 {
    padding: 15px 15px;
  }
}
.inrDecBox p:last-child, .inrDecBox div:last-child, .inrDecBox ul:last-child, .inrDecBox ol:last-child, .inrDecBox dl:last-child, .inrDecBox table:last-child {
  margin-bottom: 0;
}
.strongA {
  background: #fffabf;
}
.strongB {
  font-size: 120%;
}
.strongOrange {
  color: #ffa500;
}
.tblA {
  width: 100%;
  border-top: 1px solid #d5cfc2;
}
.tblA th {
  border-bottom: 1px solid #d5cfc2;
  background-color: #f2f7f8;
  padding: 10px;
  font-weight: normal;
  color: #604b18;
}
.tblA td {
  border-bottom: 1px solid #d5cfc2;
  padding: 10px;
  color: #604b18;
}
.tblA td ~ td {
  border-left: 1px dashed #d5cfc2;
}
.columBoxA .columBox {
  float: left;
  width: 48%;
}
.columBoxA .columBox:nth-child(even) {
  float: right;
}
.columBoxA .columBox img {
  width: 100%;
}
@media (max-width: 640px) {
  /* SP用 */
  .columBoxA .columBox {
    width: 100%;
  }
}
/* local navigation
-------------------------------------------------- */
@media (min-width: 769px) {
  /* tablet+PC用 */
  #mainContents #navLocal {
    width: 1080px;
    margin: 0 auto;
  }
}
#mainContents #navLocal ul {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
}
#navLocal ul li {
  display: inline-table;
  margin: 0 0.5%;
  width: 24%;
}
#navLocal ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
  color: #604b18;
  border: 2px solid #00a3d7;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 500;
}
#navLocal ul li a:after {}
#navLocal ul li a:hover:after {}
#navLocal ul li a.current, #navLocal ul.first li a.parentsLink, #navLocal ul li a:hover {
  background: #00a3d7;
  color: #FFFFFF;
}
#navLocal ul li a.current:after, #navLocal ul.first li a.parentsLink:after {}
.navLocal {
  display: none;
}
#navLocal.navLocalMenu li {
  font-size: 16px;
  width: 14%;
}
#navLocal.navLocalRecruit li {
  font-size: 16px;
  width: 27%;
}
/* mainContents
-------------------------------------------------- */
#mainContents p {
  margin-bottom: 25px;
  color: #604b18;
}
#mainContents p:last-child {
  margin-bottom: 50px;
}
#mainContents ul {
  margin-bottom: 25px;
}
#mainContents ul:last-child {
  margin-bottom: 50px;
}
#mainContents ul.listDot {
  margin-left: 1em;
  margin-bottom: 25px;
}
#mainContents ul.listDot:last-child {
  margin-bottom: 50px;
}
#mainContents ol.listNum {
  margin-bottom: 25px;
}
#mainContents ol.listNum:last-child {
  margin-bottom: 50px;
}
#mainContents dl.listData {
  margin-bottom: 25px;
}
#mainContents dl.listData dd {
  margin-bottom: 25px;
}
#mainContents dl.listData:last-child {
  margin-bottom: 50px;
}
/*  補綴￥・審美
-------------------------------------------------- */
.ul01ba {}
.ul01ba li:first-child::after {}
.dl01hs {}
.dl01hs span {}
.dl01hs dt, .dl01hs dd {}
.dl01hs dt span:nth-child(1), .dl01hs dd span:nth-child(2) {}
.dl01hs dt span:nth-child(2) {}
.dl01hs dt span:nth-child(2)::before {}
.dl01hs dd span:nth-child(1) {}
.dl01hs dd span:nth-child(1)::after {}
/*  dl02mt 
-------------------------------------------------- */
.dl02mt {}
.dl02mt dt, .dl02mt dd {}
.dl02mt dt {}
.dl02mt dd {}
.mt01 {}
.mt02 {}
.mt03 {}
.mt01 dt {}
.mt02 dt {}
.mt03 dt {}
/*  flow01 ～の流れ
-------------------------------------------------- */
.flow01 {
  margin-bottom: 70px;
}
.flow01 ul {
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
}
.flow01 li {
  margin-bottom: 25px;
  padding: 0 0 25px;
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
}
.flow01 li:last-child {
  background: none;
}
.flow01 li h3 {
  color: #604b18;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.flow01 li h3 span {
  display: inline-block;
  background-color: #00a3d7;
  color: #FFFFFF;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 14px;
  margin-right: 10px;
}
.flow01 li:nth-child(1) h4 {}
.flow01 li:nth-child(2) h4 {}
.flow01 li p {}
.flow01 li li {
  padding-left: 0;
  background: none;
}
.flow01 .contBox-R {
  width: 410px;
  float: right;
}
.flow01 .contBox-R img {
  width: 100%;
  height: auto;
}
.flow01 .contBox-L {
  width: 600px;
  float: left;
  color: #604b18;
}
.flow01 li h3 .stp01 {
  background: #6dc6e8;
}
.flow01 li h3 .stp02 {
  background: #00a3d7;
}
.flow01 li h3 .stp03 {
  background: #0377bb;
}
.flow01 li h3 .stp04 {
  background: #015390;
}
.flow_whitening .contBox-R {
  width: 220px;
  float: right;
}
.flow_ortho {
  margin-bottom: 0px;
}
.flow_ortho ul {
  border-top: none;
}
.flow_ortho li {
  margin-bottom: 35px;
  padding: 0 0 35px;
}
.flow_ortho .contBox-R {
  width: 220px;
  float: right;
}
@media screen and (max-width: 767px) {
  /* topicPath
    ---------------------------------------------------- */
  ol.topicPath {
    width: auto;
    margin: 0 3% 30px;
    font-size: 100%;
  }
  ol.topicPath li {}
  ol.topicPath li:before {}
  ol.topicPath li:first-child:before {}
  ol.topicPath li a {}
  /* module
    -------------------------------------------------- */
  #visual {
    background-size: cover;
  }
  #pageTitle {
    padding: 80px 0;
    font-size: 3rem;
  }
  .wrapContent {
    margin: 0px 3% 30px;
  }
  .wrapContent:last-child {}
  /* hx */
  .hA {
    background-size: auto 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .hB {
    margin: 0 0 30px;
    padding: 0px 25px 10px 0px;
    font-size: 2rem;
  }
  .hC {
    font-size: 2rem;
  }
  .hC:before {}
  .hC:after {
    height: 15px;
  }
  .hD {}
  /* link */
  .linkArrow01 a {
    color: #00a3d7;
  }
  .linkArrow01 a:hover {
    color: #00a3d7;
  }
  .linkArrow01 span {}
  .linkArrow01 span:hover {}
  .linkArrow02 a {}
  .linkArrow02 a:before {}
  ul.listDot, ol.listNum {}
  ul.listDot li {}
  ul.listCheck {}
  ul.listCheck li {
    margin: 0 0 20px 0px;
    padding: 2px 0 0 30px;
  }
  ol.listNum li {}
  .listData dt {}
  .decBox01 {
    margin-bottom: 30px;
  }
  .decBox01 h3 {
    font-size: 120%;
  }
  .decBox01 h3:after {}
  .decBox01 .inrDecBox {}
  .decBox01 .inrDecBox p, #mainContents .decBox01 .inrDecBox p {}
  .decBox02 {
    margin-bottom: 30px;
  }
  .decBox02 h3 {
    font-size: 120%;
  }
  .decBox02 h3:after {}
  .decBox02 .inrDecBox {}
  .decBox02 .inrDecBox p, #mainContents .decBox02 .inrDecBox p {}
  .decBox03 {
    margin-bottom: 30px;
  }
  .decBox03 h3 {
    font-size: 120%;
  }
  .decBox03 h3:after {}
  .decBox03 .inrDecBox {}
  .decBox03 .inrDecBox p, #mainContents .decBox03 .inrDecBox p {}
  .inrDecBox p:last-child, .inrDecBox div:last-child, .inrDecBox ul:last-child, .inrDecBox ol:last-child, .inrDecBox dl:last-child, .inrDecBox table:last-child {}
  .strongA {}
  .strongB {}
  .tblA {}
  .tblA th {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tblA td {
    width: 100%;
    display: block;
  }
  .tblA td ~ td {
    border-left: none;
  }
  /* local navigation
    -------------------------------------------------- */
  #mainContents #navLocal {
    display: none;
  }
  #mainContents #navLocal ul {
    margin: 0px 3% 30px;
    width: auto;
    display: block;
  }
  #navLocal ul li {
    margin: 0px 0px 10px;
    width: 100%;
    display: block;
  }
  #navLocal ul li:last-child {
    margin-bottom: 0px;
  }
  #navLocal ul li a {
    font-size: 100%;
  }
  #navLocal ul li a:after {}
  #navLocal ul li a:hover:after {}
  #navLocal ul li a.current, #navLocal ul.first li a.parentsLink, #navLocal ul li a:hover {}
  #navLocal ul li a.current:after, #navLocal ul.first li a.parentsLink:after {}
  .navLocal {
    display: block;
  }
  .navLocal h2 {
    background-color: #00a3d7;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 3%;
    text-align: center;
    margin: 0 3%;
    color: #FFFFFF;
  }
  #mainContents .navLocal ul {
    margin: 0px 3% 30px;
    width: auto;
    display: block;
  }
  .navLocal ul li {
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    display: block;
  }
  .navLocal ul li a {
    display: block;
    padding: 15px 3%;
    text-decoration: none;
    position: relative;
    color: #604b18;
    font-size: 1.4rem;
    border-radius: 0;
    font-weight: 500;
    text-align: left;
  }
  .navLocal ul li a.current, .navLocal ul.first li a.parentsLink, .navLocal ul li a:hover {
    color: #00a3d7;
  }
  .navLocal ul li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12.5px;
  }
  /* mainContents
    -------------------------------------------------- */
  #mainContents p {}
  #mainContents p:last-child {
    margin-bottom: 30px;
  }
  #mainContents ul {}
  #mainContents ul:last-child {}
  #mainContents ul.listDot {
    margin-left: 1em;
  }
  #mainContents ul.listDot:last-child {}
  #mainContents ol.listNum {}
  #mainContents ol.listNum:last-child {
    margin-bottom: 30px;
  }
  #mainContents dl.listData {}
  #mainContents dl.listData:last-child {}
  /*  補綴￥・審美
    -------------------------------------------------- */
  .ul01ba {}
  .ul01ba li:first-child::after {}
  .dl01hs {}
  .dl01hs span {}
  .dl01hs dt, .dl01hs dd {}
  .dl01hs dt span:nth-child(1), .dl01hs dd span:nth-child(2) {}
  .dl01hs dt span:nth-child(2) {}
  .dl01hs dt span:nth-child(2)::before {}
  .dl01hs dd span:nth-child(1) {}
  .dl01hs dd span:nth-child(1)::after {}
  /*  dl02mt 
    -------------------------------------------------- */
  .dl02mt {}
  .dl02mt dt, .dl02mt dd {}
  .dl02mt dt {}
  .dl02mt dd {}
  .mt01 {}
  .mt02 {}
  .mt03 {}
  .mt01 dt {}
  .mt02 dt {}
  .mt03 dt {}
  /*  flow01 ～の流れ
    -------------------------------------------------- */
  .flow01 {
    margin-bottom: 30px;
  }
  #mainContents .flow01 ul {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .flow01 li {
    margin-bottom: 15px;
    padding: 0 0 15px;
  }
  .flow01 li:last-child {
    margin-bottom: 0px;
  }
  .flow01 li h3 {
    font-size: 2rem;
  }
  .flow01 li h3 span {
    font-size: 60%;
  }
  .flow01 li:nth-child(1) h4 {}
  .flow01 li:nth-child(2) h4 {}
  .flow01 li p {}
  .flow01 li li {}
  .flow01 .contBox-R {
    /*	width: auto;
	float: none;
	margin-bottom: 15px;*/
    float: right;
    margin-left: 5.97%;
    width: 30%;
  }
}
.flow01 .contBox-R img {
  width: 100%;
  height: auto;
}
.flow01 .contBox-L {
  width: auto;
  float: none;
}
/* parts
-------------------------------------------------- */
button.linkBtn01 {
  display: block;
  margin: 0 auto;
  padding: 0.8em 1em;
  text-align: center;
  border: 1px solid #00a3d7;
  color: #00a3d7;
  font-weight: 500;
  background: #fff;
}
button.linkBtn01:hover {
  background: #e4f5fb;
}
@media (min-width: 769px) {
  /* tablet+PC用 */
  button.linkBtn01 {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 768px) {
  /* SP用 */
  button.linkBtn01 {
    width: 100%;
	  margin-bottom: 20px;
  }
}
/* ul--ic00
-------------------------------------------------- */
.ul--ic01 {}
.ul--ic02 {}
.ul--ic02 .hD {
  text-align: center;
}
.ul--ic01 .photo {
  width: 60%;
  margin: 0 auto 18px;
}
.ul--ic01 .photo img {
  width: 100%;
  height: auto;
}
.ul--ic01 p {
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  /* tablet+PC用 */
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 768px) {
  /* SP用 */
  .ul--ic01 li {
    margin-bottom: 15px;
  }
}
/* menu
-------------------------------------------------- */
.pagelink {
  text-align: center;
}
.pagelink li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  padding: 0.7em 1.2em;
  border: 1px solid #09a6d8;
  font-weight: 600;
  color: #09a6d8;
}
.pagelink li:hover {
  cursor: pointer;
  color: #fff;
  background-color: #09a6d8;
}
.pagelink li:hover::after {
  content: '▼';
  color: #09a6d8;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
}
.scroll {
  clear: both;
}
.ul--menu01 {
  margin: 30px 50px 10px !important;
}
.ul--menu01 li {
  text-align: center;
}
.ul--menu01 li img {
  width: 60%;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  /* tablet+PC用 */
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 768px) {
  /* SP用 */
  .ul--menu01 {
    margin: 30px 0 10px !important;
  }
  .ul--menu01 li {
    float: left;
    width: 31.333333%;
    margin: 0 0 15px 3%;
    font-size: 10px;
  }
  .ul--menu01 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .ul--menu01 li img {
    width: 100%;
    margin-bottom: 5px;
  }
}
/*--- yobou ---*/
.ul--yobou01 {
  margin-bottom: 0 !important;
}
.ul--yobou01 li {}
.ul--yobou01 li .photo {
  margin: 0 0 12px;
}
.ul--yobou01 li img {
  width: 100%;
  height: auto;
}
.ul--yobou01 li h4 {
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  /* SP用 */
  .ul--yobou01 li {
    margin-bottom: 20px;
  }
}
/*--- kids ---*/
.ul--kids01 li {}
.ul--kids01 li .photo {
  margin: 0 0 12px;
}
.ul--kids01 li img {
  width: 100%;
  height: auto;
}
.ul--kids01 li h4 {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.3;
}
.ul--kids01 li h4 span {
  font-size: 13px;
}
@media (min-width: 769px) {
  /* PC用 */
  .ul--kids01 {
    margin: 0 15px 0 !important;
  }
}
@media (max-width: 768px) {
  /* SP用 */
  .ul--kids01 li {
    margin-bottom: 20px;
  }
}
.ul--kids02 {
  margin: 0 15px 30px !important;
}
.ul--kids02 li {}
.ul--kids02 li .photo {
  margin: 0 20px 12px 0;
}
.ul--kids02 li img {
  width: 100%;
  height: auto;
}
.ul--kids02 li h4 {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.3;
}
.ul--kids02 li h4 span {
  font-size: 13px;
}
.hC .ttl--num, .ul--first01 h3 .ttl--num {
  font-size: 1.25em;
  padding: 0.5em 0.55em;
  background: #09a6d8;
}
.note {
  height: 570px;
  box-sizing: border-box;
  margin: 0 120px 60px;
  background-color: #ccedf7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.975, #fff), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(#fff 97.5%, transparent 97.5%, transparent);
  background-image: -o-linear-gradient(#fff 97.5%, transparent 97.5%, transparent);
  background-image: linear-gradient(#fff 97.5%, transparent 97.5%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
}
.noteInner {
  padding: 64px 160px 30px 80px;
  line-height: 32px;
  font-weight: 500;
  background: url(../../img/page/menu/pen02.png) right top no-repeat;
  background-size: 200px auto;
}
.note p {
  margin-bottom: 32px !important;
}
@media (max-width: 768px) {
  /* SP用 */
  .ul--kids02 li {
    margin-bottom: 20px;
  }
}
/*--- whitening ---*/
.ul--white01 {
  margin: 30px 120px 0;
}
.ul--white01 li img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  /* PC用 */
  .ul--white01 li {
    background-position: 0 50% !important;
    background-size: 12px auto !important;
  }
}
@media (max-width: 768px) {
  /* SP用 */
  .ul--white01 {
    margin: 30px 10px 0;
  }
  .ul--white01 li {
    margin-bottom: 15px;
    padding-bottom: 20px;
    background: url(../../img/common/arrow01_under.png) center bottom no-repeat;
  }
  .ul--white01 li:last-of-type {
    padding-bottom: 0;
    background: none;
  }
  .ul--white01 li img {
    width: 100%;
    height: auto;
  }
  .note {
    height: auto;
    margin: -20px 0 60px;
  }
  .noteInner {
    padding: 32px 12px 30px 12px;
    line-height: 32px;
    font-weight: 500;
    background: none;
    background-size: 100px auto;
  }
}
/*--- ortho ---*/
.flow_ortho .contBox-L .tblA {
  border: none;
}
.flow_ortho .contBox-L .tblA th, .flow_ortho .contBox-L .tblA td {
  border: none;
}
.flow_ortho .contBox-L .tblA th {
  background-color: #d3edf2;
}
.flow_ortho .contBox-L .tblA td {
  background-color: #fafafa;
}
.orthoDrName {
  font-weight: bold;
  font-size: 1.1em;
}
.orthoDrList dt {
  color: #00a3d7;
}
.orthoDrList dd {
  color: #604b18;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  /* PC用 */
  .flow_ortho .contBox-L .tblA {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* SP用 */
  .orthoDrImg {
    float: right;
    width: 40%;
    margin-left: 15px;
  }
}
/* ul--first01
-------------------------------------------------- */
.ul--first01 {}
.ul--first01 h3 {
  margin: 2em 0 1em 0;
  font-weight: 700;
  color: #00a3d7;
}
.ttl--num {
  margin: 0 0.4em 0 0;
  padding: 0.2em 0.55em;
  font-size: 170%;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
}
.ul--first01 h3 .ttl--num {
  padding: 0.3em 0.675em;
}
.ul--first01 .photo {
  text-align: center;
}
.ul--first01 .photo img {
  height: auto;
}
.download, .reserve {
  position: relative;
  float: right;
  width: 290px;
  margin: 0 0 0 30px;
  padding: 2px 0;
  letter-spacing: normal;
  background-image: url(../../img/common/bg_shaded02.png);
  background-repeat: repeat;
  text-align: center;
}
.homContactTxt {
  margin: 0 2px;
  padding: 0 25px 1px;
  background-color: #FFFFFF;
}
.flow .homContactTxt {
  background-image: url(../../img/top/img_flow01.png);
  background-repeat: no-repeat;
  background-position: 97% bottom;
}
.flow h3 {
  color: #00a3d7;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 45px;
}
.download h3 {
  color: #604b18;
  padding: 55px 0px 10px;
}
.reserve h3 {
  color: #604b18;
  padding: 55px 0px 10px;
}
.homTxtFlow {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 35px;
  color: #604b18;
}
.homContactImg {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0px;
}
.homContactImg span {
  width: 75px;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: block;
}
.homContactImg img {}
#mainContents .homContactBtn {
  margin-bottom: 20px !important;
}
.homContactBtn a {
  background-color: #00a3d7;
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px;
  display: block;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
}
@media (min-width: 769px) {
  /* tablet+PC用 */
  .ul--first01 .photo {
    width: 60%;
    margin: 0 auto;
  }
	.ul--first01 .photo img {
  width: 100%;
}
}
@media (min-width: 1024px) {
  /* PC用 */
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 768px) {
  /* SP用 */
		.ul--first01 .photo img {
  width: 80%;
}
}
/* staff
-------------------------------------------------- */
#staff .inrContent {
  width: 100%;
}
#staff .inrContent .wrapContent {}
.bx--staff01 {
  background: #ebf1f3;
}
.bx--staff02 {
  background: #eafaff;
}
.bx--staff03 {
  background: url(../../img/common/bg01.png) left top repeat;
}
.stf--inner01 {
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.6);
}
#mainContents .stf--inner01 p:last-child {
  margin-bottom: 0;
}
.bx--staff03 .hB {
  font-size: 16px;
}
.bx--staff03 .hB .name {
  font-size: 24px;
  margin-right: 12px;
}
.bx--staff03 .hB .en {
  color: #999;
}
@media (min-width: 769px) {
  /* tablet+PC用 */
  #staff #mainContents .inrContent .wrapContent, #staff .homAbout .inrContent {
    width: 94%;
    margin: 0 auto;
    padding: 35px 0 45px;
  }
  .stf--inner01 {
    width: 72%;
  }
  .bx--staff02 .stf--inner01 {
    float: right;
    width: 72%;
  }
  .bx--staff03 .stf--inner01 {
    width: 100%;
    padding: 25px;
    border: 1px solid #b5e4f3;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
  #staff .inrContent .topicPath {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  #staff #mainContents .inrContent .wrapContent, #staff .homAbout .inrContent {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* tablet用 */
}
@media (max-width: 768px) {
  /* SP用 */
  #staff #mainContents .inrContent .wrapContent {
    width: 100%;
    margin: 0 auto;
    padding: 25px 15px 30px;
    box-sizing: border-box;
  }
  .stf--inner01 {
    padding: 15px 15px;
  }
}
img.stf--img {
  border: 5px solid #b5e4f3;
}
/* access
---------------------------------------------------------- */
.tblTime {
  width: 100%;
  border: 1px solid #d5cfc2;
  margin: 0 auto;
}
.tblTime th {
  border: 1px solid #d5cfc2;
  background-color: #f2f7f8;
  padding: 10px;
  font-weight: normal;
  color: #604b18;
  text-align: center;
}
.tblTime td {
  border: 1px solid #d5cfc2;
  padding: 10px;
  color: #604b18;
  text-align: center;
}
.tblTime td ~ td {}
@media (max-width: 768px) {
  /* SP用 */
  .tblTime {
    font-size: 80%;
  }
}
@media (min-width: 1024px) {
  /* PC用 */
  .accessImg {
    display: table;
    width: 100%;
  }
  .accessImg > li {
    float: left;
    width: 33.3333%;
    padding: 0 2.5%;
  }
  .accessImg .photo {
    margin-bottom: 8px;
    text-align: center;
  }
  .accessImg .photo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  /* SP用 */
  .accessImg {}
  .accessImg > li {
    margin-bottom: 10px;
  }
  .accessImg .photo {
    width: 50%;
    margin: 0 auto 8px;
  }
  .accessImg li .photo {
    float: left;
    margin: 0 3.5% 0 0;
  }
  .accessImg .photo img {
    width: 100%;
    height: auto;
  }
}
/* about/facility
---------------------------------------------------------- */
div.fac dt {
  font-weight: bold;
  color: #00A3D7;
  margin: 10px 0 5px;
}
div.fac dd {
  margin-bottom: 15px;
}
/* recruit
-------------------------------------------------- */
.recruitTop {
  margin: 20px 0;
  background-image: url("../../img/page/recruit/img-recruit02.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.recruitTopText {
  margin: 0;
  padding: 3.0vw;
}
.recruitBox .decBox {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.recruitBox .decBox::before {
  right: -14.5rem;
  bottom: -16rem;
  background-color: #f2f7f8;
  position: absolute;
  content: "";
}
.recruitBox .decBox::after {
  content: attr(data-number);
  font-size: 8rem;
  position: absolute;
  right: 2.5rem;
  bottom: -1rem;
  color: #00A3D7;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
.recruitBox h4 {
  font-size: 20px;
  margin: 20px 0 15px;
  color: #00A3D7;
  font-weight: 500;
}
.hM {
	background-color: #00A3D7;
	color: #fff;
	text-align: center;
	padding: 2rem;
	font-size: 24px;
	border-radius: 20px 20px 0 0;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  float: left;
  border-left: 3px #d9d9d9 solid;
  padding-left: 30px;
  margin-bottom: 0;
}
.timeline-content::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #00A3D7;
  position: absolute;
  left: 106px;
  top: 24px;
  border-radius: 100%;
}
.timeline-content h3 {
  font-weight: bold;
}

.linkArrow03 a{
		display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	background-color: #00A3D7;
	border-radius: 40px;
}
.linkArrow03 a:hover {
	color: #00A3D7;
	background-color: #fff;
	border: #00A3D7 1px solid;
}
.linkArrow03 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}
.linkArrow03 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
.recruitPhoto img {
	border-radius: 50%;
}

@media (max-width: 768px) {
  /* SP用 */
  .recruitTop {
    height: 200px;
    margin-bottom: 600px;
	  background-size: contain;
  }
	.recruitTopText h3 {
		        position: absolute;
        width: 95%;
        top: 35%;
        left: 2.5%;
        padding-left: 20px;
        padding-top: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        border-bottom: none;
	}
	.recruitTopText div {
		position: absolute;
		    width: 95%;
    top: 95%;
	}

  .recruitBox .decBox::before {
    width: 23rem;
    height: 23rem;
    transform: rotate(-40deg);
    content: "";
  }
  .recruitBox .decBox::after {
    font-size: 4.7rem;
    right: 1.8rem;
  }
  .timeline-content {
    width: 65%;
  }
  .timeline-date {
    text-align: center;
  }
  .flexBox {
    display: flex;
    flex-direction: column-reverse;
  }
  .flexBox .flexImg {
    margin-bottom: 20px;
  }
		.linkArrow03 {
	width: 296px;
			margin: 20px auto;
}
}
@media (min-width: 1024px) {
  .recruitTop {
    height: 600px;
	background-size: contain;
  }
  .recruitTopText {
    width: 50%;
	  position: absolute;
    top: 30px;
    left: 11%;
  }
  .recruitBox .decBox {
    height: 650px;
  }
  .recruitBox .decBox::before {
    width: 25rem;
    height: 25rem;
    transform: rotate(-35deg);
    content: "";
  }
  .recruitBox .decBox::after {
    font-size: 8rem;
    right: 2.5rem;
  }
  .timeline-content {
    width: 85%;
  }
  .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flexConent {
    width: 60%;
  }
  .flexImg {
    width: 35%;
  }
  .flexImg img {
    width: 100%;
  }
		.linkArrow03 {
	width: 260px;
			margin: 20px auto;
}
}
/* 	width
---------------------------------------------------------- */
.w10 {
  width: 10% !important;
}
.w20 {
  width: 20% !important;
}
.w30 {
  width: 30% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
.w925 {
  width: 925px;
}
.w50p {
  width: 50% !important;
}
/* 	padding
---------------------------------------------------------- */
.pt05 {
  padding-top: 05px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pb15 {
  padding-bottom: 15px;
}
/* 	margin
---------------------------------------------------------- */
/* margin-bottom */
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
/* margin-top */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
/* margin-right */
.mar-r0 {
  margin-right: 0 !important;
}
.mr40 {
  margin-right: 40px !important;
}
/* margin-left */
.ml30 {
  margin-left: 30px;
}
/* 	float
---------------------------------------------------------- */
.fl {
  display: inline;
  float: left;
}
.fr {
  display: inline;
  float: right;
}
.clear {
  clear: both;
}
@media (min-width: 641px) {
  /* PC用 */
  img.fl {
    margin: 0 40px 25px 0;
  }
  img.fr {
    margin: 0 0 25px 40px;
  }
  .for-tbpc {
    display: block;
  }
  .for-sp {
    display: none;
  }
}
@media (max-width: 640px) {
  /* SP用 */
  img {
    width: 100%;
    height: auto;
  }
  .spfl {
    margin: 0 15px 15px 0;
  }
  .spfr {
    margin: 0 0 15px 15px;
  }
  .for-tbpc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}
/*  list
-------------------------------------------------- */
@media (min-width: 641px) {
  /* tablet+PC用 */
  /* col2
	-------------------------------------------------- */
  /*.col2 { padding-top: 1px;}*/
  .col2 > li {
    float: left;
    width: 46%;
    margin: 0 0 15px 8%;
  }
  .col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  /* col3
	-------------------------------------------------- */
  .col3 {}
  .col3 li {
    float: left;
    width: 31.333333%;
    margin: 0 0 15px 3%;
  }
  .col3 li:nth-child(3n+1) {
    margin-left: 0;
  }
  /* col3flow
    -------------------------------------------------- */
  .col3flow {}
  .col3flow li {
    float: left;
    width: 33.333333%;
    margin: 0 0 10px 0;
    padding: 0 15px 0 25px;
    background: url(../../img/common/arrow01.png) 0px 30px no-repeat;
  }
  .col3flow li:nth-child(3n+1) {
    margin-left: 0;
    background: none;
    clear: left;
  }
  /* col4
	-------------------------------------------------- */
  .col4 {}
  .col4 li {
    float: left;
    width: 22%;
    margin: 0 0 15px 4%;
  }
  .col4 li:nth-child(4n+1) {
    margin-left: 0;
  }
}
/* margin
-------------------------------------------------- */
/* margin-bottom */
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
/* margin-top */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
/* padding-top */
.pt00 {
  padding-top: 0px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt60 {
  padding-top: 60px !important;
}
/* padding-bottom */
.pb00 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.w48p {
  width: 48% !important;
}
.w60p {
  width: 60% !important;
}
@media (min-width: 641px) {
  .w120 {
    width: 120px !important;
  }
  .w140 {
    width: 140px !important;
  }
  .w150 {
    width: 150px !important;
  }
  .w200 {
    width: 200px !important;
  }
  .w240 {
    width: 240px !important;
  }
  .w280 {
    width: 280px !important;
  }
  .w300 {
    width: 300px !important;
  }
  .w320 {
    width: 320px !important;
  }
  .w400 {
    width: 400px !important;
  }
  .w640 {
    width: 640px !important;
  }
  .w840 {
    width: 840px !important;
  }
}
@media (max-width: 640px) {
  /* SP用 */
  .w20p {
    width: 20% !important;
  }
  .w25p {
    width: 25% !important;
  }
  .w30p {
    width: 30% !important;
  }
  .w35p {
    width: 35% !important;
  }
  .w40p {
    width: 40% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .w60p {
    width: 60% !important;
  }
  .w70p {
    width: 70% !important;
  }
  .w80p {
    width: 80% !important;
  }
  .w100p {
    width: 100% !important;
  }
}
/* font-size
-------------------------------------------------- */
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
/* NoDisplay
------------------------------------------------- */
@media (min-width: 768px) {
  .pcNoDisplay {
    display: none;
  }
}
@media (max-width: 767px) {
  .spNoDisplay {
    display: none;
  }
}
/*composite*/
.compoBF li img {
  border-radius: 20px;
}
.compoBF li {
  position: relative;
}
.compoBF li span {
  background-color: #66C1DF;
  color: #fff;
  position: absolute;
  padding: 5px 30px;
  right: 10px;
  bottom: 15px;
  border-radius: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
.compoBF li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #00a3d7;
  border-right: 4px solid #00a3d7;
  top: calc(50% - 14px);
  right: -8%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .pageContent {
    margin: 0 auto min(6vw, 100px);
    /*
    width: 90%;
    max-width: 1200px;
*/
  }
  .pageContent img {
    width: 100%;
  }
  .compoBF {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .compoBF li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .pageContent {
    margin: 0 auto 10vw;
    width: 95%;
  }
  .compoBF li {
    width: 100%;
    margin-bottom: 30px;
  }
  .compoBF li:not(:last-child):after {
    top: inherit;
    bottom: -8%;
    left: 48%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}