@charset "UTF-8";

/*==========================================================================

	00. common
	01. staff（院長スタッフ紹介）
	02. tour（院内ツアー）
	03. price（料金）
	04. map_time（地図・診療時間）
	05. recruit（採用）
	06. contact（問い合わせ）
	07. caries（虫歯治療・親知らず）
	08. perio（歯周病）
	09. kids（小児歯科）
	10. esthetics（審美歯科）
	11. whitening（ホワイトニング）
	12. correct（矯正歯科）
	13. implant（インプラント）
	14. denture（入れ歯）
	15. prevent（予防歯科）
	16. jaw（顎関節症）
	17. root（根幹治療）
	18. interview（対談）
	19. trouble_hope（このような「お悩み」「ご希望」はありませんか？）
	20. important（患者様に是非知って頂きたい5つのこだわり）
	21. mouthpiece（透明なマウスピース型矯正装置）
	22. halitosis（口臭治療）

	23.CMS
	22. CMS タイトル一覧

========================================================================== */
/*
	00. common
========================================================================== */
.sp-contents {
  padding: 0 10px;
}

.mainPhoto {
  margin-bottom: 5px;
}

.page-catch {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.6;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 20px 0;
  color: #323232;
}

.page-catch p {
  margin-bottom: 10px;
}

.roundedcorners h3 {
  padding: 5px 10px;
  font-size: 14px;
}

.roundedcorners-cnt {
  padding: 10px;
}

.dispB {
  display: block;
}

.vallignM {
  vertical-align: middle !important;
}

/* text */
.callme {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 30px;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #999999;
}

.sp-wordbreak {
  word-break: break-all;
}

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

/* margin */
.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

/* img */
.img-column-wrap {
  position: relative;
  overflow: hidden;
}

.img-column {
  position: relative;
  left: 50%;
  float: left;
}

.img-column li {
  width: 49%;
  position: relative;
  float: left;
  left: -50%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.img-column li:nth-child(2n-1) {
  margin-left: 0;
}

.img-column02 {
  padding-right: 10px;
}

.img-column02 li {
  float: left;
  width: 33.33%;
  margin-right: 5px;
}

.img-column02 li:last-child {
  margin-right: -10px;
}

.img-column02.for-four {
  padding-right: 0;
}

.img-column02.for-four li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 2%;
}

.img-column02.for-four li:nth-child(2n-1) {
  margin-right: 2%;
}

@media screen and (max-width: 480px) {
  .kids .img-column02.for-three {
    width: 60%;
    padding-right: 0;
    margin: 0 auto;
  }

  .kids .img-column02.for-three li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.cap {
  display: block;
  margin-top: 5px;
}

/* midashi */
.ttl-btn-gr.for-column {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
  padding: 20px 20px 15px;
}

.ttl-btn-gr.for-column span {
  background: #fffde6;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ffe180;
  color: #4d2600;
  transform: rotate(-16deg);
  display: block;
  width: 75px;
  position: absolute;
  top: -4px;
  left: -10px;
  font-size: 12px;
}

.ttl-name {
  font-size: 18px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

/* list */
.list-num {
  list-style-type: decimal;
  padding-left: 1.3em;
}

.list-dot {
  list-style: disc;
  padding-left: 1.3em;
}

.list-nostyle {
  list-style: none;
}

.list-a {
  list-style-type: lower-alpha;
  padding-left: 1.3em;
}

.list-check li {
  padding-left: 16px;
  background: url(../images/common/checkmark.png) no-repeat left 4px;
}

.list-flow li {
  float: left;
  width: 30%;
  padding-left: 5%;
  background: url(../images/non-ocular/bg-flowarrow.png) no-repeat 5% 50%;
  background-size: 5.5px 14px;
}

.list-flow li:first-child {
  background: none;
  padding-left: 0;
}

.list-circle {
  list-style-type: none;
}

.list-circle li {
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 20px;
}

.list-circle .number {
  position: absolute;
  left: 0px;
  top: -5px;
  display: inline-block;
  background-color: #35c5f2;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  line-height: 30px;
}

/* img+textbox */
.box-img-left {
  display: table;
  width: 100%;
}

.box-img-left .img {
  width: 45%;
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}

.box-img-left .box {
  display: table-cell;
  vertical-align: top;
}

.box-img-right {
  display: table;
  width: 100%;
  direction: rtl;
}

.box-img-right .img {
  width: 45%;
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  direction: ltr;
}

.box-img-right .box {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}

.two-column-box li:first-child {
  float: left;
  text-align: center;
}

.two-column-box li:last-child {
  float: right;
  text-align: center;
}

.two-column-box-ttl {
  display: block;
}

.box-color {
  background: #fffcd9;
  margin-top: 10px;
  padding: 10px 15px;
}

.box-color .ttl {
  font-size: 20px;
}

.box-color {
  background: #fffcd9;
  margin-top: 10px;
  padding: 10px 15px;
}

.box-color .ttl {
  font-size: 20px;
}

/* movie*/
.wrap-movie {
  position: relative;
  padding-bottom: 48.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.wrap-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Q&A*/
.qanda dt {
  background: url(../images/common/faq_Q.png) no-repeat left top;
  padding-left: 42px;
  font-size: 15px;
  margin-bottom: 6px;
}

.qanda dd {
  background: url(../images/common/faq_A.png) no-repeat left top;
  padding-left: 42px;
}

/* table */
.table-normal02 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.table-normal02 th {
  background-color: #eee;
  padding: 6px;
  border: 1px solid #B9B9B9;
  width: 4em;
  vertical-align: middle;
  text-align: left;
}

.table-normal02 td {
  vertical-align: middle;
  padding: 6px;
  border: 1px solid #B9B9B9;
  text-align: left;
}

.table-color {
  width: 100%;
  font-size: 90%;
}

.table-color th {
  background-color: #00b2f2;
  color: #fff;
  border: 1px solid #059ad0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.table-color.ortype th {
  background-color: #fc9b2a;
}

.table-color td {
  padding: 5px;
  border: 1px solid #9e9a98;
  vertical-align: middle;
  text-align: center;
}

th.w135,
td.w135 {
  width: 30%;
}

th.w60p,
td.w60p {
  width: 45%;
}

.table-nostyle {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.table-nostyle,
.table-nostyle th,
.table-nostyle td {
  border: none;
  text-align: left;
}

.table-nostyle th {
  padding-right: 0.5em;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

/* dl */
.dl-normal dd {
  margin-bottom: 4px;
}

/* line */
.border-b-dot {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #aeaeae;
}

/*case-records02*/
.case-records02 {
  background: url(../images/common/arrow02.png) no-repeat center 53%;
  background-size: 20px 12px;
  padding-right: 25px;
}

.case-records02 li {
  float: left;
  width: 50%;
  margin-right: 25px;
}

.case-records02 li:last-child {
  margin-right: -25px;
}

.case-records02 li:first-child img {
  background: url(../images/common/before.png) no-repeat left top;
  padding-top: 20px;
}

.case-records02 li:last-child img {
  background: url(../images/common/after.png) no-repeat left top;
  padding-top: 20px;
}

.case-comment {
  font-size: 90%;
  text-align: center;
  color: #757575;
}

@media screen and (min-width: 480px) {
  .case-records02 {
    background: url(../images/common/arrow02.png) no-repeat center 53%;
    background-size: 40px 24px;
    padding-right: 50px;
  }

  .case-records02 li {
    float: left;
    width: 50%;
    margin-right: 50px;
    text-align: center;
  }

  .case-records02 li:last-child {
    margin-right: -50px;
  }

  .case-records02 li:first-child img {
    background: url(../images/common/before.png) no-repeat left top;
    padding-top: 20px;
    width: 90%;
  }

  .case-records02 li:last-child img {
    background: url(../images/common/after.png) no-repeat left top;
    padding-top: 20px;
    width: 90%;
  }
}

/*compare02*/
.compare02 {
  background: url(../images/common/arrow04.png) no-repeat center 53%;
  background-size: 32px 16px;
  padding-right: 34px;
}

.compare02 li {
  float: left;
  width: 50%;
  margin-right: 34px;
}

.compare02 li:last-child {
  margin-right: -34px;
}

.compare02.withcap {
  background-position: center 40%;
}

@media screen and (min-width: 480px) {
  .compare02 {
    background: url(../images/common/arrow04.png) no-repeat center 53%;
    background-size: 64px 32px;
    padding-right: 70px;
  }

  .compare02.withcap {
    background-position: center 40%;
  }

  .compare02 li {
    float: left;
    width: 50%;
    margin-right: 70px;
    text-align: center;
  }

  .compare02 li img {
    width: 90%;
  }

  .compare02 li:last-child {
    margin-right: -70px;
  }
}

.bnr-sameday {
  margin-bottom: 40px;
}

.bnr-sameday img {
  width: 100%;
}

/*01. staff（院長スタッフ紹介）
========================================================================== */
section.staff {
  margin-bottom: 40px;
}

.list-fp-wrap {
  position: relative;
  overflow: hidden;
}

.list-fp {
  position: relative;
  left: 50%;
  float: left;
}

.list-fp li {
  position: relative;
  float: left;
  left: -50%;
  list-style: none;
  width: 30%;
  float: left;
  padding-left: 5%;
  background: url(../images/common/arrow01.png) no-repeat 2% 50%;
  background-size: 12%;
}

.list-fp li:first-child {
  padding-left: 0;
  background: none;
}

.staff h3.ttl-low5 {
  margin-bottom: 2px;
}

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

  .box-img-right .img,
  .box-img-right .box {
    width: 100%;
    display: block;
  }

  .box-img-right .img {
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.staff .indent {
  text-indent: 1em;
}

/*02. tour（院内ツアー）
========================================================================== */
section.tour {
  margin-bottom: 40px;
}

.ttl-low.fukidashi {
  position: relative;
  height: 44px;
  background-position: left 20px;
  line-height: 61px;
}

img.fukidashi {
  position: absolute;
  top: -2px;
  width: 67px;
  height: auto;
}

/*03. price（料金）
========================================================================== */
section.price {
  margin-bottom: 40px;
}

.price .list-card {
  display: table;
  width: 100%;
  border-collapse: collapse;
  height: 1;
}

.price .list-card li {
  display: table-cell;
  border: solid 3px #fff;
  height: 1;
  vertical-align: top;
}

.price .list-card li img {
  width: 90%;
}

.price.first .ttl-low5 {
  border-bottom: 1px solid #444444;
}

.price .ttl-low3 {
  border-bottom: none;
}

.price .table-normal02 th,
.price .table-normal02 td {
  text-align: center;
}

.price .table-normal02 th,
.price .table-normal02 td {
  width: 20%;
}

.price .table-normal02.cel2 th,
.price .table-normal02.cel2 td {
  width: 50%;
}

.price .table-normal02.cel3 th,
.price .table-normal02.cel3 td {
  width: 33.3%;
}

.price .table-normal02.cel4 th,
.price .table-normal02.cel4 td {
  width: 25%;
}

.pricemenu li {
  margin: 0 0 6px 10px;
}

.pricemenu a {
  text-decoration: underline;
}

.pricemenu i {
  color: #00b2f2;
  padding-right: 0.3em;
}

.price .indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

/* medical_dx（医療DX）
========================================================================== */
section.medical_dx {
  margin-bottom: 30px;
}

section.medical_dx > .ttl-low {
  margin-bottom: 20px;
}

section.medical_dx > p.mb20 {
  margin-bottom: 24px;
}

/*04. map_time（地図・診療時間）
========================================================================== */
section.map_time {
  margin-bottom: 40px;
}

.timetable {
  text-align: center;
}

.map_time .timetable + ul .em {
  font-weight: bold;
  color: red;
}

.bgSt {
  background: url(../images/map_time/image2.png) no-repeat left top;
  padding-left: 35px;
  background-size: 30px 25px;
}

.bgPa {
  background: url(../images/map_time/image3.png) no-repeat left top;
  padding-left: 35px;
  background-size: 30px 24px;
}

#gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}

#gmap iframe,
#gmap object,
#gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_time .callme {
  font-size: 18px;
}

.map_time .callme .txt-s {
  font-size: 70%;
}

.map_time .map {
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.map_time .text-tel a {
  text-decoration: underline;
}

.map_time .no {
  background-color: #00b2f2;
  border-radius: 16px;
  padding: 2px 10px 2px 14px;
  line-height: 32px;
  color: #fff;
}

.map_time .img-column02 {
  padding-right: 10px;
}

.map_time .img-column02 li {
  float: left;
  width: 33.33%;
  margin-right: 5px;
  margin-bottom: 10px;
}

.map_time .img-column02 li:nth-child(3n) {
  margin-right: -10px;
}

.rootDetail li {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.rootDetail li:nth-child(2n+1) {
  margin-left: 0px;
}

/*05. recruit（採用）
========================================================================== */
section.recruit {
  margin-bottom: 40px;
}

.recruit p.txt-l.re.center {
  margin: 40px 0 80px;
}

.recruit .personal {
  padding-left: 10px;
  line-height: 1.8;
}

.recruit .feature {
  margin-bottom: 50px;
}

.recruit table td {
  text-align: left;
}

.recruit table th {
  white-space: nowrap;
}

.recruit .feature {
  list-style-type: none;
  margin-bottom: 20px;
}

.recruit .feature li {
  clear: both;
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}

.recruit .feature .number {
  position: absolute;
  left: 0px;
  top: 3px;
  display: inline-block;
  background-color: #ebf8ff;
  border: solid 1px #00b2f2;
  color: #00b2f2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.recruit .feature .title {
  font-size: 16px;
  margin-bottom: 6px;
}

.recruit .personal li {
  line-height: 1.8;
  list-style-position: inside;
  font-weight: bold;
}

.recruit .ttl-low4 {
  font-size: 16px;
  line-height: 1.4;
}

.recruit .ttl-low5 {
  border-bottom: 1px solid #444444;
}

/*06. contact（問い合わせ）
========================================================================== */
section.contact {
  margin-bottom: 40px;
}

.contact .text-tel a {
  text-decoration: underline;
}

.contact .reserve {
  text-align: center;
}

.contact .reserve .ttl-btn-or {
  display: inline-block;
  padding: 12px 1.5em 11px;
  border-radius: 5px;
  max-width: 100%;
  font-size: 4.8vw;
}

.contact .required {
  font-size: 90%;
  color: #C20E11;
}

.contact td a.pc-none {
  text-decoration: underline;
}

.form {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 20px;
  font-size: auto;
  line-height: 1.6;
}

.form td input[type="text"],
.form td input[type="number"],
.form td input[type="tel"],
.form td input[type="email"],
.form td input[type="adress"],
.form td textarea {
  font-size: 16px;
  text-align: left;
  width: 100%;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.5em;
}

.form td textarea {
  margin: 0 auto;
  height: 5em;
}

.form td input[type="number"] {
  margin: 0 4px;
  vertical-align: bottom;
  width: 4em;
}

.form th {
  display: block;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 8px 12px;
}

.form td {
  display: block;
  text-align: left;
  padding: 8px 10px;
  border: 1px solid #9e9a98;
}

.form label {
  line-height: 1.3;
  margin-bottom: 1px;
}

.form input {
  vertical-align: top;
}

.form .name {
  margin-bottom: 0;
}

.form .your-name-sei input[type="text"],
.form .your-name-mei input[type="text"],
.form .your-name-kana-sei input[type="text"],
.form .your-name-kana-mei input[type="text"] {
  width: 33%;
}

.form .tel-adress input[type="text"] {}

.form .yubin1 input[type="number"],
.form .yubin2 input[type="number"] {
  width: 20%;
}

.form .ex-adress {
  display: block;
  font-size: 80%;
  color: #666666;
}

.form .kakunin-text {
  display: block;
  font-size: 80%;
  color: #fc9b2a;
}

.form span.address,
.form span.address02 {
  display: block;
  margin-top: 5px;
}

.form span.mail-check {
  display: block;
  margin-top: 5px;
}

.form .shedule p {
  line-height: 26px;
  text-align: baseline;
  margin-bottom: 5px;
}

.form .shedule input[type="number"] {
  width: 15%;
}

.form .address {
  text-align: left;
  margin-top: 10px;
}

.form-btn {
  text-align: center;
  margin-bottom: 40px;
}

.contact .form-btn input {
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 5px;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #00b2f2;
  color: #fff;
  -webkit-appearance: none;
}

.contact .form-btn .wpcf7c-btn-back {
  margin-right: 20px;
}

.contact div.wpcf7-mail-sent-ok,
.contact div.wpcf7-mail-sent-ng,
.contact div.wpcf7-validation-errors {
  border: none;
  text-align: center;
  color: #C20E11;
}

.contact span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #C20E11;
  text-align: left;
}

.contact span.wpcf7-list-item {
  display: block !important;
  margin-bottom: 5px;
  margin-left: 0 !important;
}

.ajax-loader {
  width: 16px;
  height: 16px;
}

/*07. caries（虫歯治療・親知らず）
========================================================================== */
section.caries {
  margin-bottom: 40px;
}

.menu-btn li a {
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #00b2f2;
  color: #fff;
  display: block;
  padding: 10px 5px;
  font-size: 13px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 360px) {
  .menu-btn li a {
    font-size: 14px;
  }
}

.menu-btn li {
  width: 49%;
  float: left;
  margin: 0 0 1% 2%;
}

.menu-btn li i {
  margin-right: 5px;
}

.menu-btn li.orbtn a {
  background: #fff8eb url(../images/common/bg_orange.png);
  border: 1px solid #fff8eb;
  color: #fff;
}

.menu-btn li.grbtn a {
  background: #fff8eb url(../images/common/bg_green.png);
  border: 1px solid #fff8eb;
  color: #fff;
}

.menu-btn li:nth-child(2n+1) {
  margin-left: 0;
}

.list-keika li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 20px;
  background: url(../images/common/arrow01.png) no-repeat 5px 50%;
  background-size: 12.5px 7.5px;
}

.list-keika li:first-child {
  background: none;
}

.list-keika-wrap {
  margin-left: -20px;
}

.dog ul {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
  left: 57%;
}

.dog li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

.dog li:nth-child(3) {
  margin-left: 2%;
}

/*08. perio（歯周病）
========================================================================== */
section.perio {
  margin-bottom: 40px;
}

.prevent-prg .ttl {
  font-size: 14px;
  text-align: center;
}

.prevent-prg li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 8px;
  float: left;
}

.prevent-prg li:nth-child(2n+1) {
  margin-right: 2%;
}

.prevent-prg li .img-border {
  border-radius: 10px;
}

.list-em li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 20px;
  background: url(../images/common/arrow01.png) no-repeat 5px 30%;
  background-size: 12.5px 7.5px;
}

.list-em li:first-child {
  background: none;
}

.list-em-wrap {
  margin-left: -20px;
}

.list-em li .cap {
  font-size: 11px;
}

@media screen and (max-width: 320px) {
  .ios4 {
    display: none;
  }
}

/*09. kids（小児歯科）
========================================================================== */
section.kids {
  margin-bottom: 40px;
}

.list-kidschiryo li {
  border: solid 1px #bfbfbf;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px;
}

.list-kidschiryo li img {
  float: right;
  width: 40%;
}

.list-kidschiryo li .ttl {
  text-align: center;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #00b2f2;
  color: #fff;
  margin-bottom: 5px;
}

/*10. esthetics（審美歯科）
========================================================================== */
section.esthetics {
  margin-bottom: 40px;
}

.w80 {
  width: 80%;
  margin: 0 auto 10px;
}

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

  .roundedcorners-cnt .box-img-left .img,
  .roundedcorners-cnt .box-img-left .box,
  .roundedcorners-cnt .box-img-right .img,
  .roundedcorners-cnt .box-img-right .box {
    display: block;
    width: 100%;
  }

  .roundedcorners-cnt .box-img-left .box,
  .roundedcorners-cnt .box-img-right .box {
    margin-top: 5px;
    font-size: 90%;
  }
}

/*11. whitening（ホワイトニング）
========================================================================== */
section.whitening {
  margin-bottom: 40px;
}

.flow-gaiyo {
  position: relative;
  left: 50%;
  float: left;
}

.flow-gaiyo li {
  position: relative;
  float: left;
  left: -50%;
  list-style: none;
  width: 20.5%;
  float: left;
  padding-left: 4%;
  background: url(../images/whitening/arrow03.png) no-repeat 5% 21%;
  background-size: 10%;
}

.flow-gaiyo li:first-child {
  padding-left: 0;
  background: none;
}

.flow-gaiyo li img {
  display: block;
  margin: 0 auto 3px;
  max-width: 132px;
}

@media screen and (max-width: 480px) {
  .flow-gaiyo-wrap {
    position: relative;
    overflow: hidden;
  }

  .flow-gaiyo {
    position: relative;
    left: 50%;
    float: left;
  }

  .flow-gaiyo li {
    position: relative;
    float: left;
    left: -50%;
    list-style: none;
    width: 42%;
    padding-left: 8%;
    background: url(../images/whitening/arrow03.png) no-repeat 4% 30%;
    background-size: 10%;
  }

  .flow-gaiyo li:first-child {
    padding-left: 0;
    background: none;
  }
}

.pract {
  list-style-type: none;
}

.pract li {
  padding-left: 3em;
  position: relative;
  margin-bottom: 20px;
}

.pract li img {
  width: 30%;
}

.pract li .list-flow img {
  width: 100%;
}

.pract .number {
  position: absolute;
  left: 0px;
  top: -5px;
  display: inline-block;
  background-color: #ebf8ff;
  border: solid 1px #00b2f2;
  color: #00b2f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  line-height: 30px;
}

.step-wrap {
  position: relative;
  overflow: hidden;
}

.step {
  position: relative;
  left: 50%;
  float: left;
}

.step li {
  position: relative;
  float: left;
  left: -50%;
  list-style: none;
  width: 30%;
  float: left;
  padding-left: 5%;
  background: url(../images/whitening/arrow03.png) no-repeat 2% 25%;
  background-size: 12%;
}

.step li:first-child {
  padding-left: 0;
  background: none;
}

.list-flow-wrap {
  position: relative;
  overflow: hidden;
}

.list-flow {
  position: relative;
  left: 50%;
  float: left;
}

.list-flow li {
  position: relative;
  float: left;
  left: -50%;
  list-style: none;
  width: 30%;
  float: left;
  padding-left: 5%;
  background: url(../images/common/arrow01.png) no-repeat 2% 50%;
  background-size: 12%;
}

.list-flow li:first-child {
  padding-left: 0;
  background: none;
}

/*12. correct（矯正歯科）
========================================================================== */
section.correct {
  margin-bottom: 40px;
}

.page-catch .correct-underline {
  display: inline;
  background: url(../images/correct/underline-black.png) repeat-x bottom center;
  background-size: 1px 1px;
  padding-bottom: 3px;
}

.page-catch .correct-mini {
  font-size: 60%;
  line-height: 1.5em;
  padding-top: 12px;
}

.correct .itero {
  width: 90%;
  margin: 10px auto 10px;
}

.wrap_itero_element .itero_element_img {
  width: 30%;
  float: left;
}

.wrap_itero_element .itero_element_img img {
  max-width: 100%;
}

.wrap_itero_element .case-records li img {
  max-height: 100%;
}

.wrap_itero_element .case-records {
  float: left;
  width: calc(100% - 30%);
  box-sizing: border-box;
  padding: 12px 0px 0px 16px;
  background-position: left 54% top 64% !important;
}

.wrap_itero_element .case-records li:nth-child(odd) {
  float: left;
}

.wrap_itero_element .case-records li:nth-child(even) {
  float: right;
}

.wrap_itero_element .case-records li {
  width: 40%;
}

.wrap_itero_element .case-records img {
  height: auto;
  width: 100%;
}

.wrap_itero_element .case-records li.after img {
  float: left;
  background: url(../images/common/after_s.png) no-repeat left top;
  padding-top: 14px;
}

/*13. implant（インプラント）
========================================================================== */
section.implant {
  margin-bottom: 40px;
}

.implant .box-two-column.mb10 .box-left {
  margin-bottom: 10px;
}

/*14. denture（入れ歯）
========================================================================== */
section.denture {
  margin-bottom: 40px;
}

.denture-prg .ttl {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}

.denture-prg li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 14px;
  float: left;
}

.denture-prg li:nth-child(2n+1) {
  margin-right: 2%;
}

.denture-prg li .img-border {
  border-radius: 10px;
}

.denture .compare-pre-img {
  background-color: #e4e4f0;
  text-align: center;
  padding: 10px;
}

.denture .compare-pre-img .ttl {
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #479eff;
  color: #fff;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 10px;
}

.denture .ol-li {
  margin-left: 2em;
}

/*15. prevent（予防歯科）
========================================================================== */
section.prevent {
  margin-bottom: 40px;
}

.prevent02-prg .ttl {
  font-size: 14px;
  text-align: center;
}

.prevent02-prg li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 2%;
  float: left;
}

.prevent02-prg li:nth-child(2n+1) {
  margin-right: 2%;
}

.prevent02-prg li .img-border {
  border-radius: 10px;
}

/*16. jaw（顎関節症）
========================================================================== */
section.jaw {
  margin-bottom: 40px;
}

.pointheader {
  text-align: center;
}

.pointheader .pointsub {
  display: block;
}

.pointheader .pointsub span {
  border-bottom: 1px solid #00b2f2;
  padding: 0 8px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

.pointheader .point {
  font-size: 16px;
  font-weight: bold;
}

.table-jaw01 {
  border-top: 1px dotted #8b8b8b;
  font-size: 90%;
  padding-bottom: 35px;
  background: url(../images/jaw/arrow01.jpg) no-repeat center bottom;
  background-size: 98.5px 35px;
}

.table-jaw01 dt {
  border-bottom: 2px dotted #8b8b8b;
  font-weight: bold;
  padding: 10px 18px;
  background: #e4eef6;
}

.table-jaw01 dd {
  border-bottom: 2px dotted #8b8b8b;
  display: block;
  padding: 7px 10px 7px 25px;
  position: relative;
}

.table-jaw01 dd::before {
  content: "●";
  color: #00b2f2;
  position: absolute;
  top: 7px;
  left: 10px;
}

.scoreWrap {
  padding: 10px;
  background: #e4eef6;
  border-radius: 10px;
}

.scoreWrap.wrapGr {
  background: #e4eef6;
}

.wrapGrWrap {
  display: none;
  padding-top: 35px;
  background: url(../images/jaw/arrow01.jpg) no-repeat center top;
  background-size: 98.5px 35px;
}

.resultTxt {
  display: none;
  padding: 10px;
}

.scoreWrap .scoreheder {
  font-weight: bold;
  text-align: center;
}

.scoreWrap .scoreheder span {
  font-size: 120%;
  font-weight: bold;
}

.list-score-wrap {
  border: solid 1px #fff;
  border-radius: 10px;
}

.list-score-wrap ul li {
  border-top: solid 1px #fff;
  display: table;
  padding: 10px 0;
  margin: 0 10px;
}

.list-score-wrap ul li:first-child {
  border-top: none;
}

.scorepoint {
  display: table-cell;
  vertical-align: middle;
}

.scorepoint.pointGr span {
  background: #59894b;
}

.scorepoint.pointBl span {
  background: #1166b0;
}

.scorepoint.pointRe span {
  background: #a30d0f;
}

.scorepoint span {
  line-height: 1;
  padding: 5px 0;
  width: 5em;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
}

.scoretxt {
  display: table-cell;
  padding-left: 1em;
}

.table-jaw02 {
  border-bottom: solid 1px #8b8b8b;
  font-size: 90%;
  width: 100%;
  margin: 0;
}

.table-jaw02 thead th {
  background: #e4eef6;
  padding: 10px;
  text-align: center;
}

.table-jaw02 .tbodyhead th {
  padding: 3px !important;
}

.table-jaw02 .komoku01,
.table-jaw02 .komoku02,
.table-jaw02 .komoku03 {
  width: 2em;
  text-align: center;
  font-weight: bold;
}

.table-jaw02 tr > th:first-child {
  border-left: solid 1px #fff;
}

.komoku03 {
  border-right: solid 1px #fff;
}

.table-jaw02 .komoku01 input,
.table-jaw02 .komoku02 input,
.table-jaw02 .komoku03 input {
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: bottom;
}

.table-jaw02 .komoku01 {
  color: #59894b;
}

.table-jaw02 .komoku02 {
  color: #1166b0;
}

.table-jaw02 .komoku03 {
  color: #a30d0f;
}

.table-jaw02 tr {
  border-top: solid 1px #8b8b8b;
}

.table-jaw02 .komoku01 {
  border-left: 2px dotted #8b8b8b;
}

.table-jaw02 tbody th,
.table-jaw02 tbody td {
  padding: 10px;
  vertical-align: middle;
}

.table-jaw02 tbody th p {
  display: table;
}

.table-jaw02 tbody th p .num {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.5em;
}

.table-jaw02 tbody th p .num > span {
  display: inline-block;
  border: solid 1px #134997;
  border-radius: 50%;
}

.table-jaw02 tbody th p .num > span > span {
  display: inline-block;
  background: #134997;
  color: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  padding: 3px;
  margin: 3px;
  text-align: center;
  line-height: 15px;
}

.table-jaw02 tbody th p .txt-jaw2 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.list-jawflow h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.list-jawflow > li {
  margin-top: 10px;
}

.list-jawflow > li:first-child {
  margin-top: 0;
}

.checkBtnWrap {
  text-align: center;
  margin: 10px 0 20px;
}

#checkBtn {
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 5px;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #00b2f2;
  color: #fff;
}

/*17. root（根幹治療）
========================================================================== */
section.root {
  margin-bottom: 40px;
}

.rootcatch {
  font-size: 17px;
}

.list-sks li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding-left: 20px;
  background: url(../images/common/arrow01.png) no-repeat 5px 50%;
  background-size: 12.5px 7.5px;
}

.list-sks li:first-child {
  background: none;
}

.list-sks-wrap {
  margin-left: -20px;
}

.list-sks li .cap {
  font-size: 11px;
}

@media screen and (max-width: 360px) {
  .list-sks {
    width: 70%;
    margin: 0 auto;
  }

  .list-sks li {
    width: 100%;
    float: none;
    display: block;
    padding-left: 0;
    padding-top: 28px;
    background: url(../images/common/arrow05.png) no-repeat 50% 0;
  }

  .list-sks li:first-child {
    background: none;
  }

  .list-sks-wrap {
    margin-left: 0;
  }
}

/*18. interview（対談）
========================================================================== */
section.interview {
  margin-bottom: 40px;
}

/*19. trouble_hope（このような「お悩み」「ご希望」はありませんか？）
========================================================================== */
section.trouble_hope {
  margin-bottom: 40px;
}

/*20. important（患者様に是非知って頂きたい5つのこだわり）
========================================================================== */
section.important {
  margin-bottom: 40px;
}

.list-imp .ttl {
  font-size: 14px;
  text-align: center;
}

.list-imp li {
  width: 49%;
  margin-right: 0;
  margin-bottom: 2%;
  float: left;
}

.list-imp li:nth-child(2n+1) {
  margin-right: 2%;
}

.list-imp li .img-border {
  border-radius: 10px;
}

.list-imp li .btn-detail {
  text-align: center;
}

.btn-detail {
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
  margin-bottom: 8px;
}

.btn-detail i {
  color: #00b2f2;
  padding-right: 0.3em;
}

.list-imp li .ttl {
  background: url(../images/common/bg_darkskyblue.png);
  color: #fff;
  text-align: center;
  font-size: 90%;
  text-shadow: 1px 0px 2px rgba(165, 165, 165, 0.35);
  margin-bottom: 5px;
  padding: 3px 0;
  border-left: 8px solid #ffea00;
}

/*
	21. mouthpiece（透明なマウスピース型矯正装置）
========================================================================== */
section.mouthpiece {
  margin-bottom: 40px;
}

.page-catch .txt70 {
  font-size: 70%;
}

.mouthpiece .mr10 {
  margin-right: 10px;
}

.mouthpiece .ttl-low3 {
  border-bottom: none;
}

.mouthpiece .alingR {
  text-align: right;
  display: block;
}

/* 治療の流れ */
.mouthpiece .flow_cure {
  margin-bottom: 10px;
  padding-bottom: 0px;
  overflow: hidden;
}

.mouthpiece .flow_cure li:first-child {
  width: 100px;
  height: 50px;
  margin: 0 auto 40px auto;
  padding: 10px 0;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  float: none;
  background: #FFC000;
  position: relative;
}

.mouthpiece .flow_cure li:first-child:after {
  border-top: solid 30px #FFC000;
  border-bottom: 0;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.mouthpiece .flow_cure li:last-child {
  width: auto;
  padding-left: 0px;
  padding-bottom: 20px;
  float: none;
}

.mouthpiece .bk {
  color: #000;
  font-weight: bold;
}

.mouthpiece .box {
  padding: 15px;
  border-radius: 5px;
  background: #E8E8E8;
}

/*Q&A*/
.mouthpiece .qanda dt {
  background: url(../images/common/faq_Q.png) no-repeat left top;
  padding-left: 42px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}

.mouthpiece .qanda dd {
  margin-bottom: 20px;
  background: url(../images/common/faq_A.png) no-repeat left top;
  padding-left: 42px;
}

/*static*/
.page-catch .static img {
  width: initial;
  max-width: 100%;
}

/*
	22. halitosis（口臭治療）
========================================================================== */
section.halitosis {
  margin-bottom: 40px;
}

.halitosis .mr10 {
  margin-right: 10px;
}

/*feature_list*/
.halitosis .feature_list {
  text-align: left;
  letter-spacing: -.40em;
}

.halitosis .feature_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 5px;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  border: 1px #BFBFBF solid;
  box-sizing: border-box;
}

.halitosis .feature_list li:nth-child(3n) {
  margin-right: 0%;
}

.halitosis .feature_list li img {
  width: 100%;
}

.halitosis .feature_list li .ttl {
  text-align: center;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #00b2f2;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 360px) {
  .halitosis .feature_list li .ttl {
    font-size: 75%;
  }
}

/*baio_list*/
.halitosis .baio_list {
  text-align: center;
  letter-spacing: -.40em;
}

.halitosis .baio_list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 5px;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  border: 1px #BFBFBF solid;
  box-sizing: border-box;
}

.halitosis .baio_list li:nth-child(2n) {
  margin-right: 0%;
}

.halitosis .baio_list li img {
  width: initial;
  max-width: 100%;
}

.halitosis .baio_list li .ttl {
  text-align: center;
  background: #00b2f2 url(../images/common/bg_blue.png);
  border: 1px solid #00b2f2;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 360px) {
  .halitosis .baio_list li .ttl {
    font-size: 80%;
  }
}

/*
	22. visit（訪問歯科診療）
========================================================================== */
section.visit {
  margin-bottom: 40px;
}

/*
	22. enamel（スーパーエナメル治療）
========================================================================== */
section.enamel {
  margin-bottom: 40px;
}

.table-enamelprice td,
.table-enamelprice th {
  text-align: center;
  width: 33%;
}

/*
	22. online（オンライン相談・診療）
========================================================================== */
section.online {
  margin-bottom: 40px;
}

.online .table-menu th:nth-child(2) {
  width: 4.7em;
}

.online .table-menu th:nth-child(3) {
  width: 4.0em;
}

.online .table-menu th:nth-child(4) {
  width: 3.5em;
}

.online .table-menu td {
  vertical-align: middle;
}

/*
	23. CMS
========================================================================== */
.roop {
  margin-bottom: 30px;
}

.sidebar {
  margin-bottom: 30px;
  padding: 0 10px;
}

.sidebar li {
  margin-bottom: 6px;
}

.sidebar li a {
  text-decoration: underline;
}

.post {
  border: 1px dashed #ccc;
  border-radius: 4px;
  padding: 15px 20px;
  margin: 0 auto 25px;
}

.post .title {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.3
}

.post .title a {
  color: #00a0e9;
}

.post time {
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
  display: block;
}

.post p {
  margin-bottom: 10px;
  font-size: 14px;
}

.post p a {
  color: #4fd2fb;
  text-decoration: underline;
}

.posts-btn p a {
  display: block;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #666;
}

.previous {
  float: left;
}

.next {
  float: right;
}

.posts-btn p a i {
  margin: 0 3px;
}

.post img,
.post iframe {
  max-width: 260px;
  height: auto;
}

/*サイドバー*/
.sidebar li {
  padding: 0 10px 0 14px;
  background: url(../images/common/icon_h_sidebar.gif) no-repeat left 6px;
}

/*
	22. CMS タイトル一覧
========================================================================== */
.post_list {
  padding: 20px 0;
}

.post_list li {
  padding: 0 10px 0 14px;
  background: url(../images/common/icon_h_low.png) no-repeat left 2px;
  background-size: 12px auto;
  margin-bottom: 10px;
  line-height: 1.6;
}

.post_list a {
  text-decoration: underline;
  color: #00a0e9;
}

.post_list li span {
  text-decoration: none;
  font-size: 86%;
  display: block;
}

.posts-view {
  padding: 10px 20px;
}

.posts-view a {
  text-decoration: underline;
  color: #44cc00;
}

/*フォントサイズリセット解除*/
.post h1 {
  font-size: 30px;
}

.post h2 {
  font-size: 22px;
}

.post h3 {
  font-size: 18px;
}

.post h4 {
  font-size: 14px;
}

.post h5 {
  font-size: 12px;
}

.post h6 {
  font-size: 10px;
}
