@charset "UTF-8";

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

	00. common
	01. caries(虫歯治療)
	02. perio(歯周病)
	03. root(根管治療)
	04. implant(インプラント)
	05. denture(入れ歯)
	06. bridge(削る量が少ないブリッジ)
	07. esthetics(白い詰め物・被せ物)
	08. whitening(ホワイトニング)
	09. mousepiece(マウスピース矯正)
	10. halitosis(口臭治療)
	11. extraction(親知らずの抜歯)
	12. jaw(顎関節症)
	13. beginner(初めての方)
	14. dental-dock(歯科ドック)
	15. collapse(ボロボロの歯の改善)


	23.CMS

========================================================================== */
/*
	00. common
========================================================================== */
.page-catch {
  margin-bottom: 50px;
}

/* for retina */
p > .img-border {
  max-width: 100%;
  box-sizing: border-box;
}

.box-img-left .img-border {
  max-width: initial;
}

.border_none {
  border: none;
}

p > .img-right {
  max-width: 300px;
}

p > .img-left {
  max-width: 300px;
}

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

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

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

.img-column .menu-btn-cnt img {
  max-width: 322px;
}

.menu-btn2 li img {
  width: 216px;
  vertical-align: top;
}

.box-img-right .img {
  width: 320px;
}

.box-img-left .img {
  width: 320px;
}

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

.case-records img {
  max-width: 280px;
  vertical-align: top;
}

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

/* catch_ttl */
.page-catch .catch_ttl {
  width: auto;
  padding: 8px 15px;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
}

.page-catch .bg_re {
  color: #5d4813;
  background: #dcd7ca;
}

/* block */
.block {
  display: block;
}

/*
	01. caries(虫歯治療)
========================================================================== */
section.caries {
  padding-bottom: 40px;
}

/* step */
.caries .step_blcok {
  justify-content: space-between;
  display: flex;
  background: url(../images/caries/img_plus.png) no-repeat top 120px center;
}

.caries .step_blcok li {
  width: 42%;
}

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

.caries .step_blcok li span {
  margin-top: 5px;
  font-size: 120%;
  text-align: center;
  display: block;
}

/*
	02. perio(歯周病)
========================================================================== */
section.perio {
  padding-bottom: 40px;
}

/*　症例画像4枚並び-テキスト有-  */
.perio .case_row_four {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

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

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

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

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

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

/* flow */
.root .flow {
  width: 100%;
  display: table;
}

.root .flow dt {
  padding-right: 10px;
  font-size: 200%;
  vertical-align: top;
  display: table-cell;
}

.root .flow dd {
  width: 95%;
  padding-top: 10px;
  vertical-align: top;
  display: table-cell;
}

/* btn */
.root .btn a {
  width: 280px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #614239;
  display: block;
  text-decoration: none;
}

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

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

/* staff_block */
.implant .staff_block {
  justify-content: space-between;
  display: flex;
}

.implant .staff_block div {
  width: 48%;
}

/* table-nostyle */
.implant .table-nostyle th {
  width: 75px;
  padding: 3px 0;
  vertical-align: top;
}

.implant .table-nostyle td {
  padding: 3px 0 3px 15px;
  vertical-align: top;
}

/* certificate */
.implant .certificate {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.implant .certificate li {
  width: 23%;
  text-align: center;
  margin: 0 5px 10px;
  box-sizing: border-box;
}

.implant .certificate li img {
  width: initial;
  max-width: 100%;
  box-sizing: border-box;
}

/* flow */
.implant .flow {
  width: 100%;
  display: table;
}

.implant .flow dt {
  padding-right: 10px;
  font-size: 200%;
  vertical-align: top;
  display: table-cell;
}

.implant .flow dd {
  width: 95%;
  padding-top: 10px;
  vertical-align: top;
  display: table-cell;
}

/* btn */
.implant .btn a {
  width: 280px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #614239;
  display: block;
  text-decoration: none;
}

/*
	03. extraction(親知らずの抜歯)
========================================================================== */
section.extraction {
  padding-bottom: 40px;
}

/*
	04. correct(矯正歯科)
========================================================================== */
section.correct {
  padding-bottom: 40px;
}

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

/*static*/
.denture .static img {
  width: initial;
}

/*box-img-left*/
.denture .box-img-left .img {
  width: 230px;
}

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

/* table-nocolor */
.bridge .table-nocolor td:first-child {
  text-align: center;
}

.bridge .table-nocolor td:first-child img {
  width: 120px;
}

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

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

/*
	06. kids(小児歯科)
========================================================================== */
section.kids {
  padding-bottom: 40px;
}

/*
	07. esthetics(審美セラミック治療)
========================================================================== */
section.esthetics {
  padding-bottom: 40px;
}

/* ceramic */
.page-catch .ceramic {
  justify-content: space-between;
  display: flex;
  position: relative;
  z-index: 1;
}

.page-catch .ceramic li {
  width: 48%;
}

.page-catch .ceramic li a {
  display: block;
}

.page-catch .ceramic_list dt {
  padding: 10px;
  color: #303457;
  font-size: 90%;
  text-align: center;
  background: #dde7f8;
}

.page-catch .ceramic_list dd img {
  width: 100%;
  box-sizing: border-box;
}

.page-catch .ceramic_list dd:last-child {
  margin-top: 5px;
  text-align: right;
}

/* youtube */
.esthetics .youtube iframe {
  margin: 0 auto;
  display: block;
  width: 700px;
}

/* feature */
.esthetics .feature {
  justify-content: space-between;
  display: flex;
}

.esthetics .feature li {
  width: 32%;
}

.esthetics .feature_list dt {
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #8D8D8D;
}

.esthetics .feature_list dd img {
  width: 100%;
  box-sizing: border-box;
}

/* flow */
.esthetics .flow {
  width: 100%;
  display: table;
}

.esthetics .flow dt {
  padding-right: 10px;
  font-size: 200%;
  vertical-align: top;
  display: table-cell;
}

.esthetics .flow dd {
  width: 95%;
  padding-top: 10px;
  vertical-align: top;
  display: table-cell;
}

/* btn */
.esthetics .btn a {
  width: 280px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #614239;
  display: block;
  text-decoration: none;
}

/* table-nocolor */
.esthetics .table-nocolor th:nth-child(2) {
  width: 60px;
}

.esthetics .table-nocolor td:first-child {
  text-align: center;
}

.esthetics .table-nocolor td:first-child img {
  width: 120px;
}

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

.esthetics .table-nocolor td.center {
  text-align: center;
}

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

/* flow */
.whitening .flow {
  width: 100%;
  display: table;
}

.whitening .flow dt {
  padding-right: 10px;
  font-size: 200%;
  vertical-align: top;
  display: table-cell;
}

.whitening .flow dd {
  width: 95%;
  padding-top: 10px;
  vertical-align: top;
  display: table-cell;
}

/*
	09. mousepiece(マウスピース矯正)
========================================================================== */
section.mousepiece {
  padding-bottom: 40px;
}

/* flow */
.mousepiece .flow {
  width: 100%;
  display: table;
}

.mousepiece .flow dt {
  padding-right: 10px;
  font-size: 200%;
  vertical-align: top;
  display: table-cell;
}

.mousepiece .flow dd {
  width: 95%;
  padding-top: 10px;
  vertical-align: top;
  display: table-cell;
}

/* qanda */
.mousepiece .qanda dd {
  padding-bottom: 10px;
}

/*
	10. halitosis(口臭治療)
========================================================================== */
section.halitosis {
  padding-bottom: 40px;
}

/*
	11. extraction(親知らずの抜歯)
========================================================================== */
section.extraction {
  padding-bottom: 40px;
}

/*
	12. jaw(顎関節症)
========================================================================== */
section.jaw {
  padding-bottom: 40px;
}

/* score js */
.table-jaw02 {
  border-bottom: solid 1px #8b8b8b;
}

.table-jaw02 thead th {
  color: #703d0b;
  background: #fff5e6;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

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

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

.table-jaw02 .komoku01 input,
.table-jaw02 .komoku02 input,
.table-jaw02 .komoku03 input {
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: text-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 #cbaa4f;
  border-radius: 50%;
}

.table-jaw02 tbody th p .num > span > span {
  display: inline-block;
  background: #cbaa4f;
  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;
}

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

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

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

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

#checkBtn {
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 5px;
  background: #63443c;
  border: 1px solid #63443c;
  color: #fff;
  -webkit-appearance: none;
}

.jaw .cc {
  text-align: center;
  margin-bottom: 30px;
}

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

.scoreWrap.wrapGr {
  background: #fff5e6;
}

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

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

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

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

.list-score-wrap {
  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 {
  font-size: 16px;
  line-height: 1;
  padding: 5px 0;
  width: 82px;
  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;
}

/*
	13. beginner(初めての方)
========================================================================== */
section.beginner {
  padding-bottom: 40px;
}

/*
	14. dental-dock(歯科ドック)
========================================================================== */
section.dental-dock {
  padding-bottom: 40px;
}

/*
	15. collapse(ボロボロの歯の改善)
========================================================================== */
section.collapse {
  padding-bottom: 40px;
}

/* step */
.collapse .step_blcok {
  justify-content: space-between;
  display: flex;
  background: url(../images/collapse/img_plus.png) no-repeat top 120px center;
}

.collapse .step_blcok li {
  width: 42%;
}

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

.collapse .step_blcok li span {
  margin-top: 5px;
  font-size: 120%;
  text-align: center;
  display: block;
}

/*
	15. exosome(エクソソーム)
========================================================================== */
section.exosome {
  padding-bottom: 40px;
}

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

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

.roop div.post.flex {
  justify-content: space-between;
  align-items: center;
}

.roop div.post.flex > figure {
  width: 25%;
  margin-right: 2%;
	flex-shrink: 0;
}

.roop div.post.flex > .txt{
	width: 73%;
}

.roop div.post .title a {
  color: #7fc3d0 !important;
}

.roop div.post .date {
  margin-bottom: 20px;
}

.roop div.post .p-link {
  color: #2780bb;
  text-align: right;
}

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

.roop .roop div.post .size-full,
.roop .roop div.post img {
  max-width: 700px;
  height: auto;
}

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

.case-records-cms {
  background: url(../images/common/arrow02.png) no-repeat center center;
  width: 640px;
  margin: 20px auto;
}

.case-records-cms td {
  text-align: center;
  width: 320px;
  vertical-align: middle;
}

.case-records-cms .before img {
  background: url(../images/common/before.png) no-repeat left top;
  padding-top: 20px;
  width: 254px;
  height: auto;
}

.case-records-cms .after img {
  background: url(../images/common/after.png) no-repeat left top;
  padding-top: 20px;
  width: 254px;
  height: auto;
}

.roop .ttl-low {
  font-size: 18px !important;
}

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

.roop .more {
  text-align: right;
  margin-top: 80px;
}

/*サイドバー*/
.sidebar .ttl-low2 {
  padding: 8px;
  font-size: 14px;
}

.sidebar {
  margin-bottom: 30px;
}

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

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

.screen-reader-text {
  display: none !important;
}
