@charset "UTF-8";

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

ここには下層共通のcss、追加のページ、CMS、404ページのcssを記述します。
テンプレートページのcssはwas.cssに記述します。

========================================================================== */
/*
  common
========================================================================== */
:root {
  --main-color: #6cc1d0;
  --sub-color: #5dace3;
  --link-color: #ea7996;
}

strong {
  font-weight: bold !important;
}

p em {
  font-style: italic !important;
}

p em strong,
p strong em {
  font-weight: bold !important;
  font-style: italic !important;
}

p a {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
}

section img {
  box-sizing: border-box;
}

/* page-catch */
.page-catch {
  margin: 0 auto 60px;
  padding: 45px 20px 50px;
  text-align: center;
  color: #282828;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em;
  background: url('../images/common/pagecatch_frame_top.png') left top no-repeat;
  background-size: 100% auto;
  position: relative;
}

.page-catch:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/common/pagecatch_frame_bottom.png') left bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.page-catch h2 {
  font-size: 21px;
}

.page-catch h2 + p,
.page-catch p + p {
  margin-top: 20px;
}

.page-catch .case-records-wrap {
  margin-top: 20px;
}

.page-catch .case-records-wrap + p {
  text-align: center;
  font-size: 12px;
}

.page-catch .case-records img {
  width: 250px;
}

/* 見出し */
.ttl-low {
  margin-bottom: 15px;
  padding: 17px 20px 14px 24px;
  color: #333;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  position: relative;
}

.ttl-low::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: -12px;
}

.ttl-low1-1 {
  background: url('../images/common/ttl-low1-1_bg.png') repeat;
  background-size: 6px 6px;
}

.ttl-low1-1::before {
  background: url('../images/common/ttl-low1-1_ic.png') no-repeat;
  background-size: 100% 100%;
}

.ttl-low1-2 {
  background: url('../images/common/ttl-low1-2_bg.png') repeat;
  background-size: 6px 6px;
}

.ttl-low1-2::before {
  background: url('../images/common/ttl-low1-2_ic.png') no-repeat;
  background-size: 100% 100%;
}

.ttl-low1-3 {
  background: url('../images/common/ttl-low1-3_bg.png') repeat;
  background-size: 6px 6px;
}

.ttl-low1-3::before {
  background: url('../images/common/ttl-low1-3_ic.png') no-repeat;
  background-size: 100% 100%;
}

.ttl-low2 {
  margin-bottom: 15px;
  padding: 14px 0 12px 22px;
  color: #333;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  position: relative;
}

.ttl-low2::before {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl-low2-1::before {
  background: url('../images/common/ttl-low2-1_bd.png') repeat-y;
  background-size: 100% auto;
}

.ttl-low2-2::before {
  background: url('../images/common/ttl-low2-2_bd.png') repeat-y;
  background-size: 100% auto;
}

.ttl-low2-3::before {
  background: url('../images/common/ttl-low2-3_bd.png') repeat-y;
  background-size: 100% auto;
}

.ttl-low3 {
  margin-bottom: 10px;
  padding: 0 10px 12px 16px;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}

.ttl-low3::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.ttl-low3-1 {
  color: #469dda;
  border-bottom-color: #87c0e8;
}

.ttl-low3-1::after {
  background-color: #87c0e8;
}

.ttl-low3-2 {
  color: #34b1c4;
  border-bottom-color: #87d4dc;
}

.ttl-low3-2::after {
  background-color: #87d4dc;
}

.ttl-low3-3 {
  color: #f79aa7;
  border-bottom-color: #fbbec6;
}

.ttl-low3-3::after {
  background-color: #fbbec6;
}

.ttl-low4 {
  margin-bottom: 10px;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ttl-low4 > span {
  margin: 2.5px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .1em;
}

.ttl-low4 > span:last-of-type {
  box-sizing: border-box;
  padding: 4px 0;
  width: auto;
  min-width: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.ttl-low4 > span:first-of-type {
  box-sizing: border-box;
  margin-right: 10px;
  padding: 6px 8px 4px 8px;
  width: auto;
  min-width: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.ttl-low4-1 > span:first-of-type {
  background: url('../images/common/ttl-low4-1_bg.png') repeat;
  background-size: 6px 6px;
}

.ttl-low4-2 > span:first-of-type {
  background: url('../images/common/ttl-low4-2_bg.png') repeat;
  background-size: 6px 6px;
}

.ttl-low4-3 > span:first-of-type {
  background: url('../images/common/ttl-low4-3_bg.png') repeat;
  background-size: 6px 6px;
}

.ttl-low5 {
  margin-bottom: 15px;
  padding: 12px 10px 10px 10px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: #bfe4fd;
}

.ttl-low5-2 {
  background-color: #b5e8eb;
}

.ttl-low5-3 {
  background-color: #fce4e6;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  border: 1px solid #fbbec6;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 10px 10px 8px 90px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .1em;
  background-color: #ea7996;
  border-radius: 100px;
  position: relative;
}

.colum {
  padding: 3px 24px;
  color: #ea7996;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ea7996;
  border-radius: 100px;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colunm .case-records {
  padding: 20px 50px;
}

/* テーブル */
.table-nocolor {
  width: 100%;
}

.table-nocolor th {
  text-align: center;
  background: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor td {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}

.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}

.tLayoutFixed {
  table-layout: fixed;
}

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

.list-dot li {
  padding-left: 1.25em;
  background: url('../images/common/disc.png') no-repeat left .4em;
  background-size: 10px auto;
}

.list-check li {
  padding-left: 1.25em;
  background: url('../images/common/checkmark.png') no-repeat left .5em;
  background-size: 10px auto;
}

/* 画像・レイアウト */
.img-column-wrap {
  position: relative;
  overflow: hidden;
}

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

.img-column li {
  position: relative;
  float: left;
  left: -50%;
  margin-right: 10px;
}

.img-column.for-four li {
  margin-right: 6px;
}

.img-column.for-two li:nth-child(even),
.img-column.for-three li:nth-child(3n),
.img-column.for-four li:nth-child(4n),
.img-column.menu-btn-two li:nth-child(even) {
  margin-right: 0 !important;
}

.img-column li:last-child {
  margin-right: 0 !important;
}

.img-column.for-three .img-border,
.img-column.for-four .img-border {
  padding: 3px;
}

.img-column.for-two img {
  max-width: 334px;
}

.img-column.for-three img {
  max-width: 216px;
}

.img-column.for-four img {
  max-width: 160px;
}

/* img+textbox */
div.box-img-right {
  width: 100%;
  display: table;
  direction: rtl;
}

.box-img-right .img {
  margin: 0;
  width: 300px;
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}

.box-img-right img {
  width: 300px;
  height: auto;
}

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

div.box-img-left {
  width: 100%;
  display: table;
}

.box-img-left .img {
  margin: 0;
  padding: 0 15px 0 0;
  width: 300px;
  display: table-cell;
  vertical-align: top;
}

.box-img-left img {
  width: 300px;
  height: auto;
}

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

.box-two-column .box-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}

/* 症例画像2枚並び */
.case-records {
  background: url('../images/common/arrow02.png') no-repeat center 55%;
  padding: 20px 70px;
}

.case-records li:nth-child(odd) {
  float: left;
  background: url('../images/common/before.png') no-repeat left top;
  padding-top: 20px;
}

.case-records li:nth-child(even) {
  float: right;
  background: url('../images/common/after.png') no-repeat left top;
  padding-top: 20px;
}

.case-records li img {
  display: block;
  max-width: 280px;
}

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

/* 2枚画像比較 */
.compare {
  background: url('../images/common/arrow04.png') no-repeat center 48%;
  margin-left: 80px;
  margin-right: 80px;
}

.compare li:nth-of-type(odd) {
  float: left;
}

.compare li:nth-of-type(even) {
  float: right;
}

.compare li img {
  display: block;
  max-width: 280px;
}

/* QandA */
.qanda dt {
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 4px 0 0 34px;
  min-height: 32px;
  font-size: 16px;
  background: url('../images/common/qicon.png') no-repeat left top;
  background-size: 32px auto;
}

.qanda dd {
  box-sizing: border-box;
  margin: 0 0 20px 10px;
  padding: 5px 0 0 36px;
  min-height: 32px;
  background: url('../images/common/aicon.png') no-repeat left top;
  background-size: 32px auto;
}

/* 画像ボタン */
.pagemenu_link {
  margin-bottom: 40px;
}

.pagemenu_link .anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 2%;
}

.pagemenu_link .anchor > li {
  width: 31%;
  border: 1px solid var(--main-color);
}

.pagemenu_link .anchor > li a {
  display: block;
  padding: 1em 1em 50px 1em;
  position: relative;
}

.pagemenu_link .anchor > li h3 {
  padding: 12px 0 10px 0;
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-top: 1px dashed var(--main-color);
  border-bottom: 1px dashed var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagemenu_link .anchor > li img {
  width: 100%;
  height: 150px;
}

.pagemenu_link .anchor > li .btn {
  display: block;
  margin: 5% 5% 0;
  padding: 5px 0;
  width: 90%;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: var(--main-color);
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}

/* underline */
.underline_bk {
  background: url('../images/common/underline_bk.png') repeat-x left bottom;
}

/*
  CMS
========================================================================== */
.roop {
  padding-bottom: 80px;
  min-height: 500px;
}

.roop.is-archives {
  display: flex;
  flex-wrap: wrap;
}
.roop.is-archives .post-item {
  width: 50%;
  padding: 1.5rem;
  box-sizing: border-box;
}
.roop.is-archives .post-item a {
  display: block;
}
.roop.is-archives .post-item a figure {
  overflow: hidden;
  aspect-ratio: 1000 / 667;
  border-radius: 10px;
}
.roop.is-archives .post-item a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roop.is-archives .post-item a .text {
  padding-top: 1rem;
}
.roop.is-archives .post-item a .text .date {
  font-size: 13px;
  color: #9E9E9E;
}
.roop.is-archives .post-item a .text .title {
  font-size: 15.5px;
  font-weight: bold;
  margin: .5em 0;
}
.roop.is-archives .post-item a .text .categories span {
  font-size: 14px;
  color: #6cc1d0;
}
.roop.is-archives .post-item a .text .categories span:not(:last-child) {
  margin-right: .5em;
}

.roop .post {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 30px;
  margin: 0 0 20px 20px;
  background: #fff;
}

.roop .post .data {
  font-size: 12px;
  color: #9E9E9E;
  margin-bottom: 16px;
}

.roop .post p {
  word-break: break-all;
}

.roop .post p strong {
  font-weight: bold !important;
}

.roop .post p em {
  font-style: italic !important;
}

.roop .post img {
  max-width: 100%;
  height: auto;
}

.roop .post iframe {
  max-width: 600px;
}

.posts-btn {
  text-align: center;
  margin-top: 40px;
}

.posts-btn li {
  display: inline;
  margin-right: 30px;
}

.posts-btn li:first-child:after {
  content: "|";
  margin-left: 30px;
}

.posts-btn a {
  color: #2780bb;
  text-decoration: underline;
  vertical-align: middle;
}

.posts-btn a i {
  margin: 0 3px;
  font-size: 90%;
  vertical-align: middle;
}

.post h1{
	font-size:22px;
}
.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;
}

/* サイドバー */
.sidebar {
  margin-bottom: 30px;
}

.sidebar:nth-child(3) {
  margin-bottom: 80px;
}

.sidebar li {
  padding: 0 10px 0 16px;
  background: url('../images/common/icon_h_sidebar.gif') left .3em top .5em no-repeat;
  background-size: 6px 6px;
}

.sidebar li + li {
  margin-top: 5px;
}

.sidebar a {
  text-decoration: underline;
}

/*
  404
========================================================================== */
.error {
  margin: 60px 0 120px 0;
  text-align: center;
  font-size: 20px;
}

/*
  追加ページのcssはここから下に記述
========================================================================== */
/*
  common
========================================================================== */
.flow-three-wrap {
  position: relative;
  overflow: hidden;
}

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

.flow-three li {
  position: relative;
  float: left;
  left: -50%;
  background: url(../images/common/arrow05.png) no-repeat 20px 50%;
  background-size: 15px;
  padding-left: 50px;
}

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

.txt-border {
  border-bottom: 1px solid #000;
}

.page-catch .marker {
  background: linear-gradient(transparent 50%, #ff6 50%);
}

.page-catch .ttl-low5 {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

/* elite */
.elite-s {
  margin: 0 auto 30px auto;
  padding-top: 10px;
  width: 90%;
}

.elite-s .elite_content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 20px 20px;
  border: 1px solid #606060;
  display: flex;
  justify-content: center;
  position: relative;
}

.elite-s .elite_content .elite_right {
  margin-left: 20px;
  width: 150px;
  flex: 0 0 auto;
}

.elite-s .elite_content .logo {
  padding: 0 1.2em;
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elite-s .elite_content h2 > span {
  display: inline-block;
  font-size: 18px;
  background: url(../images/common/elite_stripe.gif) repeat-x;
  background-position: left 23px;
}

.elite-s .elite_content p {
  font-size: 16px;
  line-height: 1.8;
}

.elite-s .elite_content p .ub {
  background: linear-gradient(transparent 50%, #ff6 50%);
}

.elite-s .elite_content p .dott {
  -webkit-text-emphasis: filled dot #6a6967;
  text-emphasis: filled dot #6a6967;
}

.elite-s .txt18 {
  font-size: 18px !important;
}

.elite-s .txt30 {
  font-size: 22px !important;
}

/* itero */
.itero-s {
  width: 740px;
  margin: 0 auto 35px;
  border: 1px solid #CFA972;
  padding: 15px 10px;
  box-sizing: border-box;
}

.itero-s .bnr {
  display: flex;
  justify-content: space-between;
}

.itero-s .bnr .bnt_in {
  width: 49%;
  padding: 5px 0;
}

.itero-s .bnr .bnr01 {
  background: url(../images/common/itero_04.png) no-repeat top right;
}

.itero-s .bnr .bnr02 {
  background: url(../images/common/itero_05.png) no-repeat top right;
}

.itero-s .bnr .bnr01,
.itero-s .bnr .bnr02 {
  height: 145px;
  background-size: contain;
  font-size: 12px;
}

.itero-s .bnr .bnt_in .ch i {
  color: #e0aa35;
}

.itero-s .bnr .bnt_in h2 {
  margin-bottom: 10px;
}

.itero-s .bnr .bnt_in h2 span.bg {
  font-size: 18px;
  background-color: #f4ec9a;
  text-align: center;
  display: inline-block;
  padding: 0px 5px 0;
  margin-bottom: 5px;
}

.itero-s .bnr .bnt_in h2 span.bg.l2 {
  margin-left: 15px;
}

.itero-s .bnr .bnt_in p {
  text-shadow:
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.itero-s .bnr .bnt_in.wide {
  width: 100%;
  margin: auto;
}

.itero-s .bnr .bnt_in.wide > div {
  padding-top: 28px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
}

.itero-s .bnr .bnt_in.wide > div h2 {
  float: left;
  padding-top: 6px;
  margin-right: 25px;
  margin-left: 25px;
  line-height: 1.8;
}

.itero-s .bnr .bnt_in.wide > div h2 span.bg {
  font-size: 21px;
}

/*
  staff(院長スタッフ)
========================================================================== */
section.staff {
  margin-bottom: 40px;
}

.staff ul.img-column.for-five li {
  margin: 0 2px;
}

.staff .box-two-column .box-left {
  width: 48%;
  float: left;
}

.staff .box-two-column .box-right {
  width: 48%;
  float: right;
}

.staff .img img {
  width: 355px;
  height: auto;
}

.staff .table-nocolor th,
.staff .table-nocolor td {
  text-align: left;
}

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

/*
  price(料金表)
========================================================================== */
section.price {
  margin-bottom: 40px;
}

ul.three-point {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.three-point li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.price .table-normal td,
.price .table-nocolor td {
  vertical-align: middle;
}

.price .table-normal td:nth-child(1),
.price .table-nocolor td:nth-child(1) {
  width: 13.5em;
}

.price .table-normal td:nth-child(2n),
.price .table-nocolor td:nth-child(2n) {
  text-align: left;
}

.price .table-normal td:nth-child(3n),
.price .table-nocolor td:nth-child(3n) {
  text-align: left;
  width: 15em
}

.price .list-dot li li {
  padding-left: 1em;
  background: none;
}

/*
  map_time(地図・診療時間)
========================================================================== */
section.map_time {
  margin-bottom: 50px;
}

/* table-nocolor */
.map_time .table-nocolor th,
.map_time .table-nocolor td {
  padding: 7px 3px 4px;
}

.map_time .table-nocolor thead td {
  background: #E2E2E2;
  color: #333;
  border: 1px solid #ccc;
}

.map_time .table-nocolor tbody th {
  background: #fff;
  border: 1px solid #ccc;
}

/* tel */
.map_time .tel {
  font-size: 22px;
}

/* table-nostyle */
.map_time .table-nostyle th {
  padding: 6px 0px;
}

.map_time .fa-long-arrow-right {
  margin: 0 10px;
}

/* googlemap */
.map_time .gmap {
  aspect-ratio: 16/9;
}

.map_time .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*
  recruit(スタッフ募集)
========================================================================== */
section.recruit {
  margin-bottom: 40px;
}

/* anchor */
.recruit .anchor {
  display: flex;
  flex-wrap: wrap;
}

.recruit .anchor li {
  margin: 0 1%;
  width: 31%;
}

.recruit .anchor li:nth-child(n+4) {
  margin-top: 15px;
}

.recruit .anchor li a {
  display: block;
  padding: 4% 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #6cc1d0;
  border-radius: 5px;
}

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

.contact .ttl-low4 {
  flex-wrap: nowrap;
}

.contact .ttl-low4 > span:last-of-type {
  font-size: 14px;
}

.contact .ttl-low4 > span:first-of-type {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* tel */
.contact p.tel {
  font-size: 22px;
}

/* table-nocolor */
.contact .table-nocolor th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

.contact .table-nocolor td {
  text-align: left;
}

/* 注意文追加 */
.contact h4 {
  text-align: center;
  margin-bottom: 15px;
}

.contact h4 + .adress {
  text-align: center;
  color: red;
  margin-bottom: 30px;
}

/* フォーム */
.contact .form {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.contact .form th {
  padding: 8px 12px;
  width: 140px;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  white-space: nowrap;
}

.contact .form td {
  padding: 10px 15px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
}

.contact .form td p + p:nth-child(n+3) {
  margin-top: 1em;
}

.contact .form th .required {
  color: #C20E11;
  margin-left: 4px;
}

.contact .form input {
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}

.contact .form td input[type="text"],
.contact .form td input[type="email"],
.contact .form td input[type="tel"],
.contact .form td input[type="number"],
.contact .form td textarea {
  border: solid 1px #ccc;
}

.contact .form td input.name,
.contact .form td input.line,
.contact .form td input.tel {
  width: 250px;
}

.contact .form td input[type="number"] {
  width: 4em;
}

.contact .form td input.mail {
  width: 400px;
}

.contact .form td .wpcf7-radio {
  display: flex;
}

.contact .form td .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.contact .form td .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 15px;
}

.contact .form td .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.contact .form td .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
}

.contact .form td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 400px;
}

.contact .form-btn {
  margin-top: 20px;
  text-align: center;
}

.contact .form-btn input {
  margin: 0 10px;
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  background: #5dace3;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.contact .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}

.contact .wpcf7-not-valid-tip {
  font-size: 12px;
}

.contact .wpcf7-response-output {
  text-align: center;
}

/* 診療時間 */
.contact .timetable-border {
  border: 1px solid #6cc1d0;
}

.contact .timetable {
  table-layout: fixed;
}

.contact .timetable thead tr th,
.contact .timetable thead tr td,
.contact .timetable tbody tr th,
.contact .timetable tbody tr td {
  padding: 4px 0 2px 0;
  text-align: center;
  font-size: 90%;
}

.contact .timetable thead tr th {
  color: #fff;
  background-color: #6cc1d0;
  border: none;
}

.contact .timetable tbody tr td {
  border: none;
  border-top: 1px solid #6cc1d0;
}

.contact .timetable thead tr th:nth-child(1),
.contact .timetable tbody tr td.head {
  width: 220px;
}

/*
  nonocular(目立たない・見えない矯正)
========================================================================== */
section.nonocular {
  margin-bottom: 50px;
}

.visualTtl {
  border: solid 1px #cfcfcf;
  padding: 20px;
  min-height: 155px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}

.visualTtl01 {
  background: url(../images/nonocular/nonocularImg006.jpg) no-repeat 80% 75%;
}

.visualTtl02 {
  background: url(../images/nonocular/nonocularImg016.jpg) no-repeat 96.5% center;
}

.visualTtl-01 {
  display: block;
  font-size: 150%;
}

.visualTtl-02 {
  display: block;
  font-size: 280%;
  color: #FABF00;
}

.visualTtl-03 {
  display: block;
  font-size: 210%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.visualTtl-03 i {
  color: #FABF00;
}

/*
  invisible(見えない裏側矯正)
========================================================================== */
section.invisible {
  margin-bottom: 40px;
}

/*
  mtm(前歯だけの部分矯正)
========================================================================== */
section.mtm {
  margin-bottom: 40px;
}

/*
  painless(痛くなく負担の少ない矯正)
========================================================================== */
section.painless {
  margin-bottom: 40px;
}

.painless .painless-box {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.painless .painless-box > div {
  display: flex;
}

.painless .painless-box > div .img {
  margin-right: 10px;
  height: 116px;
  aspect-ratio: 48/58;
  display: flex;
  justify-content: center;
  align-items: center;
}

.painless .painless-box > div .img img {
  max-width: 100%;
  height: 100%;
}

/*
  extraction-short(可能な限り非抜歯短期間矯正)
========================================================================== */
section.extraction-short {
  margin-bottom: 40px;
}

/*
  back(矯正治療後後戻りされた方へ)
========================================================================== */
section.back {
  margin-bottom: 40px;
}

/*
  job_wedding(ブライダル・就活矯正)
========================================================================== */
section.job_wedding {
  margin-bottom: 40px;
}

/*
  sharp(横顔をきれいにしたい方へ)
========================================================================== */
section.sharp {
  margin-bottom: 50px;
}

.underline2 {
  border-bottom: 1px solid;
  display: inline-block;
}

/*
  kids(小児矯正)
========================================================================== */
section.kids {
  margin-bottom: 40px;
}

.preortho {
  text-align: center;
}

.preortho ul.parent {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.preortho ul.parent > li {
  display: table-cell;
}

.preortho i.fa.fa-arrow-down {
  font-size: 50px;
  color: #F4BC00;
  margin-top: 15px;
}

.preortho img {
  width: 180px;
  height: auto;
}

.summary {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.summary span,
.summary ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
  padding: 0 20px;
}

.summary span:nth-of-type(1) {
  background-color: #FFB710;
  padding: 0 30px;
  color: #fff;
}

.summary span:nth-of-type(2) {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 70px;
}

.summary span:nth-of-type(3) {
  background-color: #FFC3FF;
  border-radius: 100%;
  padding: 0 32px;
  color: #fff;
}

.summary span:nth-of-type(4) {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 70px;
}

.summary ul {
  padding: 0 0;
}

.summary ul li {
  text-align: left;
  padding: 0 0;
}

/*
  failure(失敗した方へ)
========================================================================== */
section.failure {
  margin-bottom: 40px;
}

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

.border-or {
  border-bottom: 2px solid #fc9b2a;
}

.diff {
  margin-top: 20px;
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.diff h2 {
  font-size: 20px;
  font-weight: bold;
  background-color: #FDE83F;
  color: #fc9b2a;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  padding: 3px 10px 1px 10px;
  margin-bottom: 10px;
}

.diff ul {
  margin-left: 15px;
}

.diff li {
  list-style-type: none;
  counter-increment: number;
}

.diff li::before {
  content: counter(number) ".";
  margin-right: 0px;
  color: #fc9b2a;
  font-size: 160%;
  line-height: 1;
  font-style: italic;
}

span.diff-img {
  position: absolute;
  top: -15px;
  right: 0;
}

.diff-img img {
  max-width: 100%;
  height: auto;
}

.whitening .diff {
  margin-top: 0;
  text-align: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/*
  feature(三軒茶屋デンタルデザインの6つの特長)
========================================================================== */
section.feature {
  margin-bottom: 50px;
}

.feature.pagemenu_link .anchor > li {
  width: 48%;
}

.feature.pagemenu_link .anchor > li img {
  height: auto;
}


.search-condition {
  margin: 20px 20px 48px 20px;
}
.search-condition .columns .column {
  display: flex;
  align-items: center;
  margin: 1.2em 0;
}
.search-condition .columns .column .title {
  width: 10em;
  border-bottom: 3px solid #ffc9d4;
  text-align: center;
  margin-right: 1.5em;
}
.search-condition .columns .column .select select {
  -webkit-appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-size: 1em;
  outline: none;
  padding: .5em;
  color: #333;
}
.search-condition .columns .column.has-text-centered {
  justify-content: center;
}
.search-condition .columns .column input[type="submit"] {
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  background: #5dace3;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.supervisor {
  background-color: #f5f5f5;
  margin-bottom: 36px;
  border-radius: 3px;
  padding: 20px;
}
.supervisor .title {
  font-weight: bold;
  margin-bottom: .5em;
}

.tags {
  padding: .5rem 0;
}
.tags .tag {
  margin: .5rem .25rem;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #6cc1d0;
  border-radius: 999px;
  color: #6cc1d0;
  font-weight: bold;
}
