@charset "shift_jis";

/* 気になる？！歯の着色汚れページ用 CSS
----------------------------------------------------------------------- */

.sectionHead {
	margin-bottom: 25px;
}

/* section01 */
#section01 h3 {
	margin-top: 35px;
	line-height: 1;
}
#section01 h3:first-child {
	margin-top: 0;
}
#section01 .figure01{
	margin: 0 -10px;
}
#section01 .paragraph01{
	margin-top: 10px;
}
#section01 h4 {
	color: #ff2984;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 15px;
	box-sizing: border-box;
}
#section01 .column2{
	margin:10px auto 0;
}
#section01 .column2 li:first-child{
	float: left;
	width: 55%;
}
#section01 .column2 li:last-child{
	float: right;
	width: 43%;
}
#section01 .figure02{
	margin: 18px 0 0;
}
#section01 .paragraph02{
	margin-top: 20px;
}

/* section02 */
#section02 {
	margin-top: 40px;
}
#contentsWrap .caption {
	font-size: 9px;
	display: block;
}
#section02 .question{
	background: #fffafc;
	border-radius: 15px;
	width: 94%;
	margin:5% auto 0;
	padding:3% 5% 0;
	border:1px solid #cdb7d7;
	box-sizing: border-box;
}
#section02 .question .subHead{
	color:#da4383;
	text-align: center;
	margin-bottom: 6%;
	padding-bottom: 5%;
	border-bottom: 1px dashed #ffa7cb;
}
#section02 .question .subHead:last-of-type{
	margin-top: 12%;
}