@charset "UTF-8";

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

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

========================================================================== */
/*
  common
========================================================================== */
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: 10px 0 40px;
  padding: 30px 20px 35px;
  text-align: center;
  font-size: 18px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  border: 1px solid #1567a6;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 10px);
}

.page-catch:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
  background: #f1f7fb;
  z-index: -1;
}

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

.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: 12px 10px 10px 72px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  position: relative;
}

.ttl-low:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(48, 48, 48, 0.08);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.ttl-low1-1 {
  border-bottom: 1px solid #1567a6;
  color: #1567a6;
}

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

.ttl-low1-2 {
  border-bottom: 1px solid #b6701e;
  color: #b6701e;
}

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

.ttl-low1-3 {
  border-bottom: 1px solid #48ade0;
  color: #48ade0;
}

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

.ttl-low2 {
  margin-bottom: 15px;
  padding: 10px 0 8px 16px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: .1em;
}

.ttl-low2-1 {
  border-bottom: 1px #1567a6 dashed;
  color: #1567a6;
}

.ttl-low2-2 {
  border-bottom: 1px #b6701e dashed;
  color: #b6701e;
}

.ttl-low2-3 {
  border-bottom: 1px #48ade0 dashed;
  color: #48ade0;
}

.ttl-low3 {
  margin-bottom: 10px;
  padding: 15px 1em 13px 1em;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: .1em;
  text-align: center;
}

.ttl-low3-1 {
  color: #1567a6;
  border-top: 1px solid #1567a6;
  border-bottom: 1px solid #1567a6;
}

.ttl-low3-2 {
  color: #b6701e;
  border-top: 1px solid #b6701e;
  border-bottom: 1px solid #b6701e;
}

.ttl-low3-3 {
  color: #48ade0;
  border-top: 1px solid #48ade0;
  border-bottom: 1px solid #48ade0;
}

.ttl-low4 {
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 16px;
  left: 1.3;
  letter-spacing: .05em;
  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;
}

.ttl-low4 > span:nth-of-type(1) {
  box-sizing: border-box;
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background: #1567a6;
}

.ttl-low4-2 > span:nth-of-type(1) {
  background: #b6701e;
}

.ttl-low4-3 > span:nth-of-type(1) {
  background: #48ade0;
}

.ttl-low4 > span:nth-of-type(n+2) {
  box-sizing: border-box;
  padding: 3px 0 1px 0;
  flex: 1;
}

.ttl-low5 {
  margin-bottom: 15px;
  padding: 12px 1em 10px;
  text-align: center;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .1em;
  border-radius: 100px;
  color: #fff;
}

.ttl-low5-1 {
  background: url(../images/common/ttl-low5_bg.png)repeat top left/3px, #2172b1;
}

.ttl-low5-2 {
  background: url(../images/common/ttl-low5_bg.png)repeat top left/3px, #c68336;
}

.ttl-low5-3 {
  background: url(../images/common/ttl-low5_bg.png)repeat top left/3px, #58b4e3;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f8fbfc;
  border: 1px solid #79bac5;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  background: #79bac5;
  border-radius: 100px;
  position: relative;
}

.colum {
  padding: 3px 24px;
  color: #79bac5;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #79bac5;
  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;
}

/* 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 .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;
}

/* サイドバー */
.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はここから下に記述
========================================================================== */
.bl {
  color: var(--main-color);
}

.br {
  color: var(--sub-color);
}

.gr {
  color: #88D7AF;
}

.txt150 {
  font-size: 150% !important;
}

.block {
  display: block;
}

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

/* sub_ttl */
.sub_ttl {
  text-align: center;
  font-size: 20px;
}

.sub_ttl span {
  position: relative;
  display: inline-block;
}

.sub_ttl span:before {
  content: "＼";
  margin-right: 5px;
}

.sub_ttl span:after {
  content: "／";
  margin-left: 5px;
}

/* catch_ttl */
.catch_ttl {
  width: 60%;
  margin: 0 auto 15px;
  padding: 6px 20px;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  display: block;
}

.catch_ttl.auto {
  width: fit-content;
  padding: 12px 10px;
  font-size: 18px;
}

.catch_ttl.short {
  width: 40%;
}

.catch_ttl.implant {
  width: 35%;
}

.bg_main {
  background: var(--main-color);
}

.bg_sub {
  background: var(--sub-color);
}

.line_box {
  width: 90%;
  margin: auto;
  padding-top: 30px;
  border-top: 1px #ccc solid;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.line_box img {
  width: 110px;
}

/* youtube */
.youtube {
  position: relative;
  width: 80%;
  padding-top: 45%;
  margin-right: auto;
  margin-left: auto;
}

.youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* dif-img */
.dif-img {
  width: 65%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}

.dif-img li:first-child {
  width: 31%;
}

.dif-img li:last-child {
  width: 67%;
}

.dif-img li img {
  width: 100%;
  box-sizing: border-box;
}

/*
  root(根管治療)
========================================================================== */
section.root {
  margin-bottom: 40px;
}

/* table-nocolor2 */
.root .table-nocolor2 {
  width: 100%;
}

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

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

.root .table-nocolor2 .col {
  background: #FEF3DE;
}

.root .table-nocolor {
  table-layout: fixed;
}

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

.implant .lecture {
  display: flex;
  gap: 10px;
}

/* table-nocolor2 */
.implant .table-nocolor2 {
  width: 100%;
}

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

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

.implant .table-nocolor2 .col {
  background: #EAF7FD;
}

/* pagemenu_link */
.implant .pagemenu_link .anchor > li {
  width: 48%;
}

.implant .box-img-right.doctor .img {
  width: 400px;
}

.implant .box-img-right.doctor .img img {
  width: 100%;
}

/*
  denture(入れ歯)
========================================================================== */
section.denture {
  margin-bottom: 40px;
}

/* youtube */
.denture .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
}

.denture .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.denture .book {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.denture .book img {
  width: 150px;
}

/*
  secondopinion(セカンドオピニオン)
========================================================================== */
section.secondopinion {
  margin-bottom: 40px;
}

/*
  short(短期集中・睡眠無痛)
========================================================================== */
section.short {
  margin-bottom: 40px;
}

/*
  bridge(削る量が少ないブリッジ)
========================================================================== */
section.bridge {
  margin-bottom: 40px;
}

/*
  jaw(顎関節症・食いしばり・歯ぎしり)
========================================================================== */
section.jaw {
  margin-bottom: 40px;
}

/* anchor link */
.jaw .anchor {
  display: flex;
}

.jaw .anchor li {
  width: 49%;
  margin-right: 2%;
  font-size: 120%;
}

.jaw .anchor li:last-child {
  margin-right: 0%;
}

.jaw .anchor li a {
  padding: 12px 0 10px 0;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  display: block;
}

.jaw .anchor li:first-child a {
  background: var(--main-color);
}

.jaw .anchor li:last-child a {
  background: var(--sub-color);
}

/*
  collapse(ボロボロの歯の治療)
========================================================================== */
section.collapse {
  margin-bottom: 40px;
}

.collapse .table-nostyle th {
  padding: 3px 12px;
  vertical-align: top;
}

.collapse .table-nostyle td {
  padding: 3px 12px;
}

/*
  extrusion(抜歯を回避する治療)
========================================================================== */
section.extrusion {
  margin-bottom: 40px;
}

/* 症例画像3枚並び */
.extrusion .case_row_three {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.extrusion .case_row_three li {
  width: 161px;
  padding-right: 7%;
  padding-left: 1%;
  text-align: center;
  font-size: 90%;
  background: url(../images/common/arrow02.png) no-repeat right 45%;
}

.extrusion .case_row_three li img {
  margin-bottom: 5px;
}

.extrusion .case_row_three li:first-child {
  padding-left: 0%;
}

.extrusion .case_row_three li:last-child {
  padding-right: 0px;
  background: none;
}

/* 症例画像4枚並び */
.extrusion .case_row_four {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.extrusion .case_row_four li {
  width: 108px;
  padding-right: 7%;
  padding-left: 1%;
  font-size: 90%;
  background: url(../images/common/arrow02.png) no-repeat right 30%;
}

.extrusion .case_row_four li img {
  margin-bottom: 5px;
}

.extrusion .case_row_four li:first-child {
  padding-left: 0%;
}

.extrusion .case_row_four li:last-child {
  padding-right: 0px;
  background: none;
}

/*
  insurance(保険治療で失敗された方へ)
========================================================================== */
section.insurance {
  margin-bottom: 40px;
}
