@charset "UTF-8";

/* medical
-----------------------------------------------------*/
/* tab */
#tab {
	border-bottom:1px solid #c3cbca;
	letter-spacing:-.40em;
	margin:0 auto 3em;
	text-align:center;
	width:900px;
}

#tab li {
	display:inline-block;
	letter-spacing:.05em;
	line-height:1;
	margin:0 1em;
	width:30%;
}

#tab li strong {
	border-left:1px solid #c3cbca;
	border-right:1px solid #c3cbca;
	border-top:1px solid #c3cbca;
	border-radius:8px 8px 0 0;
	box-sizing:border-box;
	display:block;
	font-size:1.8rem;
	padding:1em 0;
}

#tab li a {
	border-left:1px solid #c3cbca;
	border-right:1px solid #c3cbca;
	border-top:1px solid #c3cbca;
	border-radius:8px 8px 0 0;
	box-sizing:border-box;
	color:#555;
	display:block;
	font-size:1.8rem;
	padding:1px 1px 0;
	text-decoration:underline;
}

#tab li a span {
	background:#f2f8f8;
	border-radius:8px 8px 0 0;
	display:block;
	padding:1em 0;
}

#tab li strong {
	background:#fff;
	font-weight:400;
	margin-bottom:-2px;
	padding-bottom:1.2em;
	position:relative;
}

/* cr */
.sepa {
	border-bottom:1px solid #c3cbca;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:2em;
}

.sepa > section {
	box-sizing:border-box;
	padding-bottom:1.5em;
	width:50%;
}

.sepa .fl {
	border-right:1px solid #c3cbca;
	padding-right:1em;
}

.sepa .fr {
	padding-left:1.5em;
}

/* inlay */
.inlay {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:2em;
}

.inlay li span {
	display:block;
	font-size:1.4rem;
	font-weight:400;
	padding-bottom:.4em;
}

.inlay li:first-child {
	width:200px;
}

.inlay li:last-child {
	width:294px;
}

/* crown */
.full {
	margin-bottom:3em;
}

.clm2 {
	overflow:hidden;
}

#general .clm2 .fr {
	float:right;
	width:45%;
}

.full > section {
	overflow:hidden;
}

.full > div {
	float:right;
	width:45%;
}

.full .crown {
	float:left;
	width:50%;
}

.full .crown li:first-child {
	float:left;
	width:200px;
}

.full .crown li:last-child {
	float:right;
	width:300px;
}

.full .crown li > span {
	display:block;
	font-weight:500;
	padding-bottom:.4em;
}

.full .crown li > span span {
	font-size:1.2rem;
}

/* self */
.self {
	margin-bottom:3em;
}

.self .sepa {
	margin-bottom:0;
}

.self .sepa > section {
	overflow:hidden;
	padding-top:1.2em;
}

.self .fig {
	float:left;
	width:196px;
}

.self .txt {
	float:right;
	width:312px;
}

.self h5 {
	font-weight:500;
	margin-bottom:.8em;
}

.self dt {
	font-weight:500;
	margin-bottom:.2em;
}

.self dd {
	margin-bottom:1em;
}

.self dd li {
	margin-bottom:.2em;
	padding-left:1.1em;
	position:relative;
}

.self dd li:before {
	content:"・";
	height:1em;
	left:0;
	position:absolute;
	top:0;
	width:1em;
}

/* nerve */
.nerve {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.nerve li {
	margin-bottom:1.5em;
	position:relative;
	width:148px;
}

.nerve li:after {
	background:url(/lib/img/medical/icon_arrow.png) no-repeat;
	content:"";
	height:34px;
	margin-top:-17px;
	position:absolute;
	right:-32px;
	top:50%;
	width:22px;
}

.nerve li:last-child:after {
	display:none;
}

.nerve li span {
	display:block;
	font-size:1.2rem;
	padding-top:.5em;
}

/* preventive */
#preventive .adult {
	margin-bottom:3em;
}

#preventive .adult ul.list01 li {
	margin-bottom:.8em;
}

#preventive .adult ul.list01 li span {
	color:#ed7482;
	font-size:1.7rem;
	font-weight:500;
}

.basic {
	margin-bottom:2em;
}

.basic dt {
	font-weight:500;
	margin-bottom:.5em;
}

.basic dd ul li span {
	display:block;
	font-weight:500;
}

#preventive .fig {
	margin-bottom:2em;
}

#preventive .fig ul li {
	display:inline-block;
	margin-right:45px;
	vertical-align:middle;
}

.kids h4,
.kids dt {
	font-weight:500;
	margin-bottom:.8em;
}

.kids .clm2 {
	border-bottom:1px dashed #c3cbca;
	margin-bottom:1em;
	padding:1em 0;
}

#preventive .kids .fig {
	float:left;
	margin-bottom:1em;
	width:270px;
}

.kids .txt {
	float:right;
	width:780px;
}

#preventive .kids .fluoride .fig {	width:410px;}
.kids .fluoride .txt {	width:640px;}

/* denture */
#denture .lead {
	background:rgba(255,255,255,0.8);
	border-radius:8px;
	box-sizing:border-box;
	margin-bottom:3em;
	padding:1.5em;
}

#denture .lead dt {
	font-size:1.7rem;
	font-weight:500;
	margin-bottom:.5em;
}

#denture .clm2 {
	margin-bottom:3em;
}

#denture .fl {
	float:left;
	width:50%;
}

#denture .fr {
	float:right;
	width:49%;
}

#denture h4 {
	font-weight:500;
	margin-bottom:.5em;
}

#denture .fig {
	float:left;
	margin-right:15px;
	width:200px;
}

#denture .sepa {
	border:none;
}

#denture .sepa > section {
	overflow:hidden;
}

#denture .sepa > section dl {
	float:left;
	width:300px;
}

#denture .sepa > section dl dt {
	font-weight:500;
	margin-bottom:.3em;
}

#denture .sepa > section dl dd span {
	display:block;
}

#denture .posC {
	clear:both;
	padding-top:2em;
}

/* mild */
#mild .fig {
	float:left;
	width:270px;
}

#mild .txt {
	float:right;
	width:780px;
}

/* surgery */
#surgery .fig {
	float:left;
	width:270px;
}

#surgery section {
	float:right;
	width:780px;
}

/* periodontal */
#periodontal .clm2 {
	margin-bottom:2em;
}

#periodontal .fig {
	float:left;
	width:270px;
}

#periodontal .clm2 dl,
#periodontal .clm2 .txt {
	float:right;
	width:780px;
}

.check {
	background:url(/lib/img/cmn/bg_check.gif) repeat;
	border-radius:10px;
	box-sizing:border-box;
	margin-bottom:2em;
	padding:2em;
}

.check h3 {
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:1em;
	text-decoration:underline;
}

.check ul {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:1em;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.check ul li {
	box-sizing:border-box;
	margin-bottom:.3em;
	padding:0 0 .2em 32px;
	position:relative;
	width:48%;
}

.check ul li:before {
	background:url(/lib/img/medical/icon_check.png) no-repeat;
	content:"";
	height:20px;
	left:0;
	position:absolute;
	top:.2em;
	width:20px;
}

.clm2.level p {
	clear:both;
	padding-top:2em;
}

#periodontal table {
	border:1px solid #cfd2d9;
}

#periodontal table th {
	font-weight:400;
	padding:.2em 1em;
	text-align:center;
	vertical-align:middle;
}

#periodontal table td {
	padding:.8em 1em;
}

#periodontal table thead th {
	background:#f9f8f6;
	border-bottom:1px solid #fff;
}

#periodontal table thead th:first-child {
	border-right:1px solid #fff;
}

#periodontal table tbody th {
	border-right:1px solid #fff;
	width:18%;
}

#periodontal table .color01 th,
#periodontal table .color01 td {
	background:#fdf2ec;
	border-bottom:1px solid #fff;
}

#periodontal table .color02 th,
#periodontal table .color02 td {
	background:#eef7f9;
	border-bottom:1px solid #fff;
}

#periodontal table .color03 th,
#periodontal table .color03 td {	background:#fdfaec;}



@media only screen and (max-width:767px) {

/* tab */
#tab {
	width:auto;
}

#tab li strong {
	border-radius:4px 4px 0 0;
	font-size:3.1vw;
}

#tab li a {
	border-radius:4px 4px 0 0;
	font-size:3.1vw;
}

#tab li a span {
	border-radius:4px 4px 0 0;
}

/* cr */
.sepa {
	border-bottom:none;
	display:block;
}

.sepa > section {
	width:auto;
}

.sepa .fl {
	border-bottom:1px solid #c3cbca;
	border-right:none;
	margin-bottom:1.5em;
	padding:0 0 1.5em 0;
}

.sepa .fr {
	border-bottom:1px solid #c3cbca;
	padding:0 0 1.5em 0;
}

/* inlay */
.inlay {
	display:block;
	margin-bottom:2em;
	width:100%;
}

.inlay li span {
	font-size:2.8vw;
	text-align:center;
}

.inlay li:first-child {
	margin-bottom:2em;
	width:auto;
}

.inlay li:last-child {
	width:auto;
}

.inlay li img {
	display:block;
	margin:0 auto;
	width:50vw;
}

/* crown */
.full {
	margin-bottom:2em;
}

#general .clm2 .fr {
	float:none;
	width:auto;
}

.full > div,
.full .crown {
	float:none;
	width:auto;
}

.full .crown li:first-child {
	margin-bottom:2em;
}

.full .crown li:first-child,
.full .crown li:last-child {
	float:none;
	text-align:center;
	width:100%;
}

.full .crown li img {
	margin:0 auto;
	width:50vw;
}

.full .crown li > span span {
	font-size:2.8vw;
}

/* self */
.self {
	margin-bottom:2em;
}

.self .sepa {
	margin-bottom:2em;
}

.self .sepa > section {
	padding-top:0;
}

.self .fig {
	float:none;
	margin-bottom:1.5em;
	width:auto;
}

.self .fig img {
	display:block;
	margin:0 auto;
	width:60vw;
}

.self .txt {
	float:none;
	width:auto;
}

/* nerve */
.nerve {
	flex-wrap:wrap;
}

.nerve li {
	margin-bottom:0;
	width:25vw;
}

.nerve li:after {
	background:url(/lib/img/medical/icon_arrow.png) no-repeat;
	background-size:3.4vw auto;
	content:"";
	height:5.3vw;
	margin-top:-2.65vw;
	position:absolute;
	right:-5.6vw;
	top:50%;
	width:3.4vw;
}

.nerve li:nth-child(3n):after {
	display:none;
}

.nerve li span {
	font-size:2.8vw;
}

/* preventive */
#preventive .adult {
	border-bottom:1px solid #c3cbca;
	padding-bottom:1.5em;
	margin-bottom:2em;
}

#preventive .adult ul.list01 li span {
	font-size:2.9vw;
}

.basic {
	margin-bottom:1.5em;
}

.basic dd ul li {
	margin-bottom:.5em;
}

#preventive .fig {
	margin-bottom:2em;
}

#preventive .fig ul li {
	display:block;
	margin-right:0;
}

.kids .clm2 {
	margin-bottom:1.5em;
	padding:0 0 1.5em;
}

#preventive .kids .fig,
.kids .txt {
	float:none;
	width:auto;
}

.kids .txt {
}

#preventive .kids .fluoride .fig {	width:auto;}
.kids .fluoride .txt {	width:auto;}

/* denture */
#denture .lead {
	border-radius:4px;
	margin-bottom:2em;
}

#denture .lead dt {
	font-size:3.4vw;
}

#denture .clm2 {
	margin-bottom:2em;
}

#denture .fl {
	float:none;
	width:auto;
}

#denture .fr {
	float:none;
	width:auto;
}

#denture .fig {
	float:none;
	margin:0 0 1em 0;
	width:auto;
}

#denture .sepa {
	border:none;
	margin-bottom:0;
}

#denture .sepa > section {
	overflow:hidden;
}

#denture .sepa > section dl {
	float:none;
	width:auto;
}

/* mild */
#mild .fig,
#mild .txt {
	float:none;
	width:auto;
}

#mild .fig {
	margin-bottom:1em;
}

/* surgery */
#surgery .fig,
#surgery section {
	float:none;
	width:auto;
}

#surgery .fig {
	margin-bottom:1em;
}

/* periodontal */
#periodontal .clm2 {
	margin-bottom:1.5em;
}

#periodontal .fig,
#periodontal .clm2 dl,
#periodontal .clm2 .txt {
	float:none;
	width:auto;
}

#periodontal .fig {
	margin-bottom:1em;
}

.check {
	border-radius:5px;
	padding:1.5em;
}

.check h3 {
	font-size:3.4vw;
}

.check ul {
	display:block;
}

.check ul li {
	padding:0 0 .2em 4.6vw;
	width:auto;
}

.check ul li:before {
	background:url(/lib/img/medical/icon_check.png) no-repeat;
	background-size:3.4vw 3.4vw;
	content:"";
	height:3.4vw;
	left:0;
	position:absolute;
	top:.3em;
	width:3.4vw;
}

#periodontal .clm2.cause .fig {
	margin:0 auto 1em;
	width:60vw;
}

.clm2.level p {
	padding-top:1em;
}

}


/* medical_self
-----------------------------------------------------*/
/* orthodontics */
.first .clm2 {
	margin-bottom:2em;
}

.first .clm2 .fig {
	float:left;
	width:400px;
}

.first .clm2 .txt {
	float:right;
	width:650px;
}

.first .clm2 .txt dl,
.schedule {
	border:1px dotted #c3cbca;
	box-sizing:border-box;
	margin-bottom:2em;
	padding:1em 1.2em;
}

.first .clm2 .txt dl dt,
.schedule dt {
	color:#3c3311;
	font-weight:500;
}

.aboutivsl {
	background:#f9f8f3;
	border-radius:8px;
	box-sizing:border-box;
	margin:1.5em 0;
	padding:1.2em 1.5em .5em;
}

.aboutivsl dt {
	color:#ed7482;
	font-weight:500;
}

.aboutivsl dd {
	margin-bottom:1em;
}

/* child */

#child {
 position: relative;
}

#child .stop {
 background: rgba(1,1,1,0.40);
 position: absolute;
 top: 0;
 left: 5%;
 width: 90%;
 height: 100%;
 z-index: 2;
}

#child .stop p {
 color: #FFF;
 font-size: 30px;
 text-align: center;
 width: 90%;
 transition-duration: .6s;
 position: absolute;
 left: 5%;
 top: 50px;
}

#child .stop.fixed p {
 opacity: 1;
 z-index: 3;
 position: fixed;
 top: 50px;
 left: 5%;
}

#child .stop.fixed.none p {
    opacity: 0;
    z-index: -1;
}


#child .inner > section {
	margin-bottom:3em;
}

#child .inner > section > section {
	margin-bottom:2em;
}

.qa dt {
	color:#ed7482;
	font-size:1.7rem;
	font-weight:500;
	margin-bottom:.6em;
}

.qa dd {
	background:#fff;
	border-radius:8px;
	box-sizing:border-box;
	margin-bottom:1.5em;
	padding:1em 1.5em;
}

#child .clm2 {
	margin-bottom:3em;
}

#child .clm2 .fig {
	float:right;
	width:250px;
}

#child .clm2 .txt {
	float:left;
	width:750px;
}

#child .check ul li {
	width:35%;
}

#child .check ul li:nth-child(2n) {
	width:62%;
}

/* whitening */
#white {
	margin-bottom:3em;
}

#white .fig ul {
	margin:1.5em 0;
	overflow:hidden;
}

#white .fig ul li {
	float:left;
	margin-right:20px;
	width:20%;
}

#white .fig ul li img {
	height:auto;
	width:100%;
}

.att {
	background:#fdf2ec;
	border-radius:8px;
	box-sizing:border-box;
	margin-bottom:2em;
	padding:1em 1.4em 1.4em;
}

.att dt {
	color:#ed3535;
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:.4em;
}

.costs dt.htype05 {
	margin-bottom:0;
}

.costs dd {
	margin-bottom:1.2em;
}

@media only screen and (max-width:767px) {

/* orthodontics */
.first .clm2 .fig,
.first .clm2 .txt {
	float:none;
	width:auto;
}

.first .clm2 .fig {
	margin-bottom:1.5em;
}

.first .clm2 .txt dl,
.schedule {
	margin-bottom:1em;
}

/* child */
#child .inner > section {
	margin-bottom:2em;
}

#child .inner > section > section {
	margin-bottom:1em;
}

.qa dt {
	font-size:3.1vw;
}

.qa dd {
	border-radius:4px;
	padding:1em;
}

#child .clm2 {
	margin-bottom:3em;
}

#child .clm2 .fig {
	margin-bottom:1em;
}

#child .clm2 .fig,
#child .clm2 .txt {
	float:none;
	width:auto;
}

#child .multi .clm2 .fig {
	margin:0 auto 1em;
	width:50vw;
}

#child .multi .clm2 {
	margin-bottom:0;
}

#child .check ul li,
#child .check ul li:nth-child(2n) {
	width:auto;
}

/* whitening */
#white .fig ul li {
	margin-right:2%;
	width:32%;
}

#white .fig ul li:last-child {
	margin-right:0;
}

.att {
	border-radius:4px;
	padding:1em;
}

.att dt {
	font-size:3.1vw;
}

}