@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: #1689da;
  text-decoration: underline;
  margin: 0 1px;
}

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

/* page-catch */
.page-catch {
  margin: 20px 0 20px -20px;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: 1px solid #dad9c8;
  border-radius: 15px;
  background: linear-gradient(to bottom, #fff, #fffef8);
  padding: 35px 0.5em 35px;
  position: relative;
}

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

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

.anchorlink {
  display: flex;
  flex-wrap: wrap;
}

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

.table-implant th:first-of-type {
  width: 10em;
}

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

.perioflow th {
  text-align: center;
  width: 11em;
  font-size: 20px;
  vertical-align: top;
  padding-top: 5px;
}

.perioflow th > span {
  background: #e16c22;
  color: #fff;
  display: block;
}

.perioflow tr:not(:last-of-type) th:after {
  content: "";
  border: 0.8em solid transparent;
  border-top: 0.8em solid #f9bf92;
  border-bottom: 0;
  margin-top: 5px;
  display: inline-block;
}

.perioflow td {
  vertical-align: top;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

/*
  esthetics（白い詰め物・被せ物）
========================================================================== */
section.esthetics {
  margin-bottom: 40px;
}

.esthe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.esthe-list li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.esthe-list2 li:last-of-type {
  width: 100%;
}

.esthe-list figure {
  width: 145px;
  margin-right: 5px;
}

.esthe-list dl {
  width: calc(100% - 155px);
  padding-bottom: 1em;
}

.esthe-list dt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #ff960a;
  font-size: 115%;
  margin-bottom: 0.4em;
}

.esthe-type .box-img-left {
  width: 34%;
}

.esthe-type .box-right {
  width: 62%;
}

/*
  caries（虫歯）
========================================================================== */
section.caries {
  margin-bottom: 40px;
}

.page-catch.page-catch-caries {
  font-size: 22px;
  letter-spacing: -0.05em;
}

.table-caries th {
  width: 130px;
}

.table-caries td {
  vertical-align: top;
  padding-left: 1em;
}

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

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

.whitening-type .box-img-left {
  width: 27%;
}

.whitening-type .box-right {
  width: 70%;
}

.whitening-type .box-right th {
  width: 4em;
}

.whitening-type .box-right td {
  text-align: left;
}

.table-whitening-flow .num {
  font-size: 200%;
  line-height: 1;
}

.table-whitening-flow td {
  vertical-align: top;
  padding-bottom: 1em;
}

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

/*
  prevent（歯のメンテナンス）
========================================================================== */
section.prevent {
  margin-bottom: 40px;
}

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

/*
  extraction（親知らずの抜歯）
========================================================================== */
section.extraction {
  margin-bottom: 40px;
}

/*
  doctorvoice（チーム医療）
========================================================================== */
section.doctorvoice {
  margin-bottom: 40px;
}

/*
  sitemap（サイトマップ）
========================================================================== */
.sitemap-list + .sitemap-list {
  margin-top: 25px;
}

.sitemap-list a {
  display: block;
  border-bottom: 1px solid #CCC;
  margin: 0px;
  padding: 10px 0px 7px;
  color: #1689da;
}

.sitemap-list a:hover {
  background: #e5f6ff;
  text-decoration: underline;
}

/*
  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 .ttl-low2 {
  padding: 8px;
  font-size: 14px;
}

.sidebar {
  margin-bottom: 30px;
  padding-top: 15px;
}

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

.sidebar li {
  padding: 0 10px 0 16px;
  background: url(../images/common/icon_h_sidebar.gif) no-repeat 4px 6px;
  margin-bottom: 3px;
}

.sidebar a {
  text-decoration: underline;
}

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