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

/*共通
---------------------------------------------------------*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}

.beauty .in_box {
	padding-bottom: 100px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.beauty .in_box {
	padding-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.beauty .in_box {
	padding-bottom: 12%;
}
}


/*lead
---------------------------------------------------------*/
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.beauty .com_lead p {
	letter-spacing: 0.08em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}



/*口元のコンプレックスを解消
---------------------------------------------------------*/
.beauty .osusume {
	margin-top: 60px;
	margin-bottom: 50px;
}

.beauty .osusume .check_top {
	margin-top: -55px;
	text-align: center;
}

.beauty .osusume .check {
	justify-content: space-between;
}

.beauty .osusume .check .flex1_l {
	width: 46%;
}

.beauty .osusume .check .flex1_r {
	width: 48.5%;
}

.beauty .metalfree {
	background: repeating-linear-gradient(-45deg, #fffb7c, #fffb7c 2px, #fff 0, #fff 12px);
	padding: 30px 50px 0px;
	background-size: 50px 50px;
}

.beauty .metalfree h5 {
	margin-bottom: 10px;
	color: #f85250;
	font-size: 125%;
	text-align: center;
	font-weight: bold;
}

.beauty .metalfree_box {
	margin-bottom: 0px;
	position: relative;
}

.beauty .metalfree_box .img_r {
	margin-bottom: 0px;
	margin-left: 2%;
	position: absolute;
	right: 0px;
	bottom: 0;
}

.beauty .metalfree_box div {
	margin-right: 259px;
	margin-bottom: 50px;
	font-size: 95%;
	padding-right: 30px;
	letter-spacing: 0.05em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.beauty .metalfree_box div {
	margin-right: 259px;
	margin-bottom: 30px;
	padding-right: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.beauty .osusume {
	margin: 60px auto 6%;
}

.beauty .osusume .check {
	flex-direction: column;
}

.beauty .osusume .check .flex1_l, .beauty .osusume .check .flex1_r {
	width: 100%;
}

.beauty .metalfree {
	padding: 5%;
}

.beauty .metalfree h5 {
	margin-bottom: 20px;
}

.beauty .metalfree_box {
	padding: 0;
}

.beauty .metalfree_box div {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 0;
}

.beauty .metalfree_box .img_r {
	position: relative;
	right: inherit;
	bottom: inherit;
	margin-left: auto;
	margin-bottom: 5%;
}
}


/*クラウン（被せ物）・インレー（詰め物）の種類
---------------------------------------------------------*/
.beauty .type dt {
	color: #AAD002;
}

.beauty .type dt i {
	color: #d3cc00;
	padding-right: 5px;
}

.beauty .score {
	background: #f5f5f0;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.beauty .score ul, .beauty .score div {
	width: 50%;
}

.beauty .score ul {
	border-right: 1px solid #d0dacb;
	text-align: center;
}

.beauty .score li {
	margin: 0 5px;
}

.beauty .score .flex2 {
	justify-content: center;
}

.beauty .score .handling {
	padding-left: 50px;
	box-sizing: border-box;
}

.beauty .score span {
	color: #f85250;
	padding: 3px 6px;
	background: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 3px;
}

.beauty .score_txt {
	letter-spacing: 0.06em;
	line-height: 1.9em;
}

.beauty .mdm_box {
	margin-top: 10px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d0dacb;
	margin-bottom: 50px;
}

.beauty .price_btn a {
	background: #ACA296;
	display: block;
	padding: 7px;
	width: 300px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
}

.beauty .price_btn a i {
	padding-left: 10px;
	font-size: 90%;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.beauty .score {
	align-items: center;
}

.beauty .score .handling {
	padding-left: 0px;
	text-align: center;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.beauty .score {
	flex-direction: column;
}

.beauty .score ul, .beauty .score div {
	width: 100%;
}

.beauty .score ul {
	border-right: none;
	border-bottom: 1px solid #d0dacb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.beauty .score .handling {
	padding-left: 0;
	text-align: center;
}

.beauty .mdm_box {
	margin-top: 10px;
	flex-direction: column;
	margin-bottom: 10%;
	padding-bottom: 5%;
}

.beauty .price_btn a {
	width: 100%;
	box-sizing: border-box;
}
}


/*歯茎の色・かたちまでもキレイに
---------------------------------------------------------*/
.beauty .beauty_btm {
	padding-bottom: 150px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.beauty .beauty_btm {
	padding-bottom: 12%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.beauty .beauty_btm {
	padding-bottom: 15%;
}
}
</pre></body></html>