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

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

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

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


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

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

}



/*歯周病は知らない間に進行します
---------------------------------------------------------*/
.maternity .care_box {
	padding-bottom: 100px;
}

.maternity h5 {
	background: #FFF984;
	padding: 15px;
	text-align: center;
	font-size: 115%;
	letter-spacing: .2em;
}

.maternity .maternity_box {
	background: #fff;
	border: 5px solid #EAEEE8;
	margin-top: 30px;
}

.maternity .maternity_box .flex {
	justify-content: space-between;
}

.maternity .maternity_box .care_box {
	padding: 40px 50px;
}

.maternity .maternity_box dl {
	width: 46%;
}

.maternity .maternity_box dt {
	text-align: center;
	margin-bottom: 20px;
}

.maternity .maternity_box dd {
	letter-spacing: .03em;
	line-height: 1.8em;
	font-size: 95%;
}

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

.maternity .care_box .med_flt .img_l {
	width: 50%;
}

.maternity .maternity_box .care_box {
	padding: 4% 5%;
}
}

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

.maternity .maternity_box .care_box {
	padding: 5%;
}

.maternity .maternity_box .flex {
	flex-direction: column;
}

.maternity .maternity_box dl {
	width: 100%;
	margin: 10px auto;
}

.maternity .maternity_box dt {
	width: 70%;
	margin: 0 auto 5px;
}
}



/*妊娠中になりやすいお口の病気
---------------------------------------------------------*/
.maternity .sick_box {
	padding: 50px 30px 65px;
}

.maternity .sick li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D0DACB;
}

.maternity .sick li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.maternity .sick .flex {
	align-items: center;
}

.maternity .sick dt {
	padding: 20px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 125%;
	background: #D0DACB;
	width: 17%;
	text-align: center;
	line-height: 1.0em;
}

.maternity .sick dd {
	width: 83%;
	padding-left: 20px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.maternity .sick_box {
	padding: 5% 3% 10%;
}

.maternity .sick dt {
	width: 28%;
}

.maternity .sick dd {
	width: 72%;
}

}

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

.maternity .sick_box {
	padding: 6% 0 12%;
}

.maternity .sick li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.maternity .sick dt {
	width: 80%;
	padding: 15px;
}

.maternity .sick dd {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}
}



/*妊娠中に最適な治療時期とは
---------------------------------------------------------*/
.maternity .season {
	justify-content: space-between;
	margin-top: 15px;
}

.maternity .season div {
	background: #f5f5f0;
	padding: 30px;
	width: 31.4%;
	box-sizing: border-box;
}

.maternity .season dt {
	color: #FF9A6D;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.maternity .season .week {
	background: #FFF40A;
	border-radius: 20px;
	color: #FF9A6D;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.maternity .season {
	flex-direction: column;
}

.maternity .season div {
	width: 100%;
	margin-bottom: 5%;
	padding: 20px;
}

.maternity .season div:last-child {
	margin-bottom: 0px;
}

.maternity .season .week {
	width: 40%;
	margin: 5px auto 10px;
}
}

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

.maternity .season div {
	width: 100%;
	padding: 20px;
	margin-bottom: 5%;
}

.maternity .season div:last-child {
	margin-bottom: 0;
}

.maternity .season .week {
	padding: 5px;
	margin-bottom: 10px;
}

}

/*qa
---------------------------------------------------------*/
.maternity .qa_box {
	padding-bottom: 150px;
}

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

}

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