@charset "UTF-8";

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

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

========================================================================== */
/*
  common
========================================================================== */
:root {
  --main-color: #53b7fe;
  --sub-color: #3382ce;
  --link-color: #ddac14;
}

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 10px 40px 0;
  padding: 40px 20px 35px 30px;
  text-align: center;
  color: #404040;
  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-color: #f7fbff;
  box-shadow: 3px 3px 10px 0px rgba(29, 145, 197, .16);
  position: relative;
}

.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/common/pagecatch_bg.png') repeat;
  background-size: 5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

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

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

.page-catch .case-comment {
  text-align: center;
  font-size: 12px;
}

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

/* 見出し */
.ttl-low {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 16px 10px 13px 34px;
  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;
  background-size: 6px 6px;
  background-repeat: repeat;
  position: relative;
}

.ttl-low::before {
  content: '';
  display: block;
  width: 6px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 2;
}

.ttl-low1-1 {
  color: #fff;
  background-image: url('../images/common/ttl-low1-1_bg.png');
}

.ttl-low1-1::before {
  background-color: #1f65a7;
}

.ttl-low1-2 {
  color: #3c3c3c;
  background-image: url('../images/common/ttl-low1-2_bg.png');
}

.ttl-low1-2::before {
  background-color: #efcb5b;
}

.ttl-low1-3 {
  color: #3c3c3c;
  background-image: url('../images/common/ttl-low1-3_bg.png');
}

.ttl-low1-3::before {
  background-color: #62b8e7;
}

.ttl-low2 {
  margin-bottom: 15px;
  padding: 5px 0 8px 48px;
  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;
  background-position: left 5px top 0;
  background-size: 27px 30px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
}

.ttl-low2-1 {
  color: #2378ca;
  background-image: url('../images/common/ttl-low2-1_ic.png');
}

.ttl-low2-2 {
  color: #ddac14;
  background-image: url('../images/common/ttl-low2-2_ic.png');
}

.ttl-low2-3 {
  color: #21b3f6;
  background-image: url('../images/common/ttl-low2-3_ic.png');
}

.ttl-low3 {
  margin-bottom: 10px;
  padding: 14px 0 11px 0;
  text-align: center;
  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-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: #2378ca;
  border-top-color: #2378ca;
  border-bottom-color: #2378ca;
}

.ttl-low3-2 {
  color: #ddac14;
  border-top-color: #ddac14;
  border-bottom-color: #ddac14;
}

.ttl-low3-3 {
  color: #21b3f6;
  border-top-color: #21b3f6;
  border-bottom-color: #21b3f6;
}

.ttl-low4 {
  margin-bottom: 10px;
  color: #3c3c3c;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 16px;
  line-height: 1.3;
  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:last-of-type {
  box-sizing: border-box;
  padding: 3px 0;
  width: auto;
  min-width: 0;
  letter-spacing: .1em;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

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

.ttl-low4-1 > span:first-of-type {
  color: #fff;
  background: #3382ce;
}

.ttl-low4-2 > span:first-of-type {
  color: #3c3c3c;
  background: #ffeaa8;
}

.ttl-low4-3 > span:first-of-type {
  color: #3c3c3c;
  background: #97daff;
}

.ttl-low5 {
  margin-bottom: 15px;
  padding: 11px 20px 8px 20px;
  text-align: center;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  color: #fff;
  background: #3382ce;
}

.ttl-low5-2 {
  color: #3c3c3c;
  background: #ffeaa8;
}

.ttl-low5-3 {
  color: #3c3c3c;
  background: #97daff;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f7fbff;
  border: 1px solid #3382ce;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 10px 30px 7px 90px;
  text-align: center;
  color: #fff;
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  line-height: 1.3;
  background: #3382ce;
  border-radius: 100px;
  position: relative;
}

.colum {
  padding: 3px 24px;
  color: #3382ce;
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #3382ce;
  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: 12px;
	text-align: center;
}


.table-nocolor.case-comment{
	width: 75%;
	margin-left: auto;
	margin-right:auto;
}
.table-nocolor.case-comment th{
	font-size: inherit;
	line-height: 1.4;
	white-space: nowrap;
	padding:0.5em 0.6em;
}

.table-nocolor.case-comment td{
	text-align: left;
	font-size: inherit;
	line-height: 1.4;
	width: 100%;
	padding:0.5em 0.6em;
}

/* 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はここから下に記述
========================================================================== */
/*
  common
========================================================================== */
.bl {
  color: #3382ce;
}

.txt150 {
  font-size: 150%;
}

.pagecatch-ttl {
  margin-right: auto;
  margin-left: auto;
  padding: 4px 20px 1px 20px;
  width: 80%;
  color: #fff;
  background-color: var(--sub-color);
  border-radius: 100px;
}

.center_img {
  width: 560px;
}

.img-column-same-height {
  display: grid;
  place-items: center;
  justify-content: center;
  column-gap: 1em;
  grid-template-columns: auto auto;
}

.img-column-same-height li {
  height: 356px;
}

.colunm .img-column-same-height li {
  height: 327px;
}

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

.invisible_imgbox_01 {
  display: grid;
  grid-template-columns: 40% 40%;
  place-items: center;
  justify-content: center;
  column-gap: 20px;
}

.invisible_imgbox_02 {
  display: grid;
  place-items: center;
  justify-content: center;
  column-gap: 60px;
  grid-template-columns: 46% auto;
  background-repeat: no-repeat;
  background-image: url("../images/common/arrow05.png");
  background-position: 50% 50%;
  background-size: 20px auto;
}

/* itero */
.itero__element {
  width: 700px;
  margin: 0 auto 40px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
}

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

.itero__element .case-records {
  width: 170px;
  padding: 0;
  margin-right: 12px;
  clear: both;
  float: right;
}

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

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

.itero__element .case-records li {
  width: 60px;
}

.itero__element .case-records li img {
  width: 100%;
  border: 1px solid #88827f;
  border-radius: 0 2px 2px 2px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}

.itero__element .catch_ttl {
  width: 9em;
  float: right;
  margin-right: 0.5em;
  margin-bottom: 0.4em;
  padding: 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

.itero__element .bnr .bnt_in {
  width: 49%;
  padding: 0px 0;
}

.itero__element .bnr .bnr01 {
  background: url(../images/top/itero_element_img.png) no-repeat bottom 9px left;
  background-size: 40%;
}

.itero__element .bnr .bnr02 {
  background: url(../images/top/machine.png) no-repeat bottom left;
  background-size: 45%;
}

.itero__element .bnr .bnr01,
.itero__element .bnr .bnr02 {
  height: 13em;
}

.itero__element .bnr .bnt_in .ch i {
  color: #e0aa35;
}

.itero__element .bnr .bnt_in h2 {
  font-size: 15px;
}

.itero__element .bnr .bnt_in h2 span.bg {
  text-align: center;
  display: inline-block;
  padding: 2px 0px 3px;
  margin-bottom: 14px;
  background: #c7ecfe url(../images/top/itero_title_bg.png) no-repeat right top;
  background-size: contain;
  width: 90%;
  box-sizing: border-box;
}

.itero__element .bnr .bnt_in h2 span.bg.l2 {
  margin-left: 30px;
}

.itero__element .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;
  text-align: right;
  clear: both;
  padding-top: 8px;
  margin-right: 9px;
  font-size: 90%;
}

.itero__element .title {
  width: 964px;
  margin: auto;
  background-color: #F4EC9A;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #484745;
}

.itero__element .txt-set {
  letter-spacing: -0.01px;
}

.itero__element .txt-set2 {
  text-indent: 0.25em;
  display: inline-block;
}

.itero__element .txt-set3 {
  text-indent: -0.25em;
  display: inline-block;
}

.itero__element .txt-set4 {
  letter-spacing: -0.25em;
}

.itero__element .itero-name {
  width: 18em;
  margin: 20px auto 0px auto;
  padding: 5px 0;
  color: #000000;
  border-radius: 5px;
  text-align: center;
  font-family: "Times New Roman", Times, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "æ¸¸æ˜Žæœ", YuMincho, "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
  font-size: 24px;
}

.itero-name span {
  font-weight: bold;
}

.wrap_itero_element .itero_element_img {
  width: 230px;
  float: left;
  margin: 0 48px 0 60px;
}

.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% - 390px);
  box-sizing: border-box;
  padding: 20px 10px 20px 20px;
  background-position: left 52% top 60% !important;
}

.wrap_itero_element .case-records li img {
  border: 1px solid #88827f;
  padding-top: 0px;
}

.wrap_itero_element .case-records li {
  height: 128px;
}

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

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

.wrap_itero_element .case-records {
  background: url(../images/common/arrow02.png) no-repeat center 60%;
}

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

/*
  kids(お子様の矯正治療)
========================================================================== */
section.kids {
  padding-bottom: 40px;
}

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

.kids .pagemenu_link .anchor > li a img {
  height: auto;
  aspect-ratio: 1600/1067;
  object-fit: cover;
}

section.kids .kids_flow > li {
  padding-bottom: 40px;
  margin-bottom: 10px;
  background: url(../images/kids/arrow.png) no-repeat 0 100%;
}

section.kids .kids_flow > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

/* コラム */
.kids_colunm {
  background: #fff8ff;
}

.kids_colunm .ttl-btn {
  background: #ffa1e8;
}

.kids_colunm .kids_habit .for-three li:nth-child(2) {
  padding-bottom: 50px;
  margin-bottom: 10px;
  background: url(../images/common/arrow06.png) no-repeat center 100%;
}

/*
  promise(6つの特徴)
========================================================================== */
section.promise {
  padding-bottom: 40px;
}

.promise .menu-btn .ttl {
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.promise .box_y {
  background: #fefeeb;
  padding: 20px 30px;
  border-radius: 10px;
}

/*
  interview(対談)
========================================================================== */
section.interview {
  padding-bottom: 40px;
}

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

section.staff .box-two-column.doctor .box-right {
  width: 52.5%;
}

section.staff .box-two-column.doctor .box-left {
  width: 44.5%;
}

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

section.staff .certificate {
  width: 228px;
  margin-left: 20px;
}

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

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

.price .table-normal th {
  vertical-align: middle;
}

/*
  map_time(地図・診療時間)
========================================================================== */
section.map_time {
  padding-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;
}

.map_time .clinic_info dt {
  clear: both;
  float: left;
  width: 5em;
  font-weight: bold;
  padding: 2.5px 0;
}

.map_time .clinic_info dd {
  padding: 2.5px 0;
}

/* googlemap responsive */
.map_time .ggmap {
  overflow: hidden;
  width: 680px;
  margin: auto;
}

.map_time .ggmap iframe {
  display: block;
  width: 680px;
}

.map_time .panorama iframe {
  display: block;
  margin: 0 auto;
  width: 680px;
}

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

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

section.contact .btn {
  display: inline-block;
  font-size: 130%;
  padding: 0.5em 3em 0.4em;
  border-radius: 4px;
  background-color: #ffc107;
  color: #fff;
}

/* フォーム */
.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 {
  margin-top: .5em;
}

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

.contact .form input,
.contact .form select {
  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 select,
.contact .form td textarea {
  border: solid 1px #ccc;
}

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

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

.contact .form td input.yubin {
  margin-right: 5px;
  width: 8em;
}

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

.contact .form td select.date {
  width: 4em;
}

.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: var(--sub-color);
  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 .gcal {
  aspect-ratio: 4/3;
  width: 600px;
}

.contact .gcal iframe {
  width: 100%;
  height: 100%;
}
