<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*ご要望にあった最適な入れ歯をご提案
---------------------------------------------------------*/	
.denture .denture_type {
	margin-top: 30px;
}
.denture .denture_type h5 {
	background: #FFF984;
	color: #444444;
}
.denture .denture_type .flt_l,
.denture .denture_type .flt_r {
	width: 49%;
	max-width: 505px;
	margin:  0 auto;
}
.denture .denture_type .box {
	padding: 20px 5% 25px;
}
.denture .denture_type .box ul {
	margin-top: 30px;
}
.denture .denture_type .box li {
	width: 50%;
	max-width: 215px;
	text-align: center;
	margin: 0 auto;
}
.denture .denture_type .box li:first-child {
	float: left;
}
.denture .denture_type .box li:last-child {
	float: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.denture .denture_type {
	margin-top: 5%;
}
.denture .denture_type .box {
	padding: 5%;
}
.denture .denture_type .box ul {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.denture .denture_type {
	margin-top: 0;
}
.denture .denture_type .flt_l,
.denture .denture_type .flt_r {
	margin-top: 5%;
	width: 100%;
	max-width: 100%;
	float: none;
}
.denture .denture_type .box {
	padding: 5%;
}
.denture .denture_type .box ul {
	margin-top: 5%;
}
}



/*義歯（入れ歯）の種類 
---------------------------------------------------------*/	
.dnt_style1 dt,
.dnt_style2 dt {
	font-size: 136%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.dnt_style1 dt i,
.dnt_style2 dt i {
	color: #D3CC00;
	margin-right: 5px;
}
.dnt_style1 dt {
	color: #B2B1EB;
}
.dnt_style2 dt {
	color: #AAD001;
}

.denture .hoken_type &gt; li {
	margin-top: 40px;
	border-top:  solid 1px #D0DACB;
	padding-top: 50px;
}
.denture .hoken_type &gt; li:first-child {
	margin-top: 0;
	border-top:  none;
	padding-top: 0;
}
.denture .hoken_type .flex {
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}

.denture .box02 .dnt_osusume h5 {
	background: #FFF984;
	color: #444444;
}
.denture .box02 .dnt_osusume .box {
	padding: 40px 4%;
}
.denture .box02 .dnt_osusume li {
	margin-top: 40px;
	border-top:  solid 1px #D0DACB;
	padding-top: 40px;
}
.denture .box02 .dnt_osusume li:first-child {
	margin-top: 0;
	border-top:  none;
	padding-top: 0;
}
.denture .box02 .dnt_osusume li dl {
	width: 66%;
	float: left;
}
.denture .box02 .dnt_osusume li p {
	width: 31%;
	max-width: 290px;
	float: right;
	margin: 0 auto;
}
.denture .box02 .med_btn {
	margin-top: 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.denture .hoken_type &gt; li {
	margin-top: 5%;
	padding-top: 5%;
}

.denture .box02 .dnt_osusume .box {
	padding: 4%;
}
.denture .box02 .dnt_osusume li {
	margin-top: 5%;
	padding-top: 5%;
}
.denture .box02 .med_btn {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dnt_style1 dt,
.dnt_style2 dt {
	font-size: 120%;
	letter-spacing: .05em;
}

.denture .hoken_type &gt; li {
	margin-top: 6%;
	padding-top: 6%;
}
.denture .hoken_type .flex {
	flex-direction: column;
}

.denture .box02 .dnt_osusume .box {
	padding: 5%;
}
.denture .box02 .dnt_osusume li {
	margin-top: 6%;
	padding-top: 6%;
}
.denture .box02 .dnt_osusume li dl {
	width: 100%;
	float: none;
}
.denture .box02 .dnt_osusume li p {
	margin-top: 5%;
	width: 100%;
	float: none;
	max-width: 250px;
}
.denture .box02 .med_btn {
	margin-top: 8%;
}
}



/*義歯（入れ歯）の種類 
---------------------------------------------------------*/	
.denture .box03 .img_l {
	margin-bottom: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.denture .box03 .img_l {
	margin-bottom: 20px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.denture .box03 .img_l {
	margin-bottom: 5%;
}
}</pre></body></html>