/* 不調の原因
============================================*/


#health .block_contents h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.35;
}
#health .block_contents p {
	margin: 10px 0;
}
#health .block_contents p .image {
	float: left;
	margin-right: 25px;
}


#health #box02 {
	background: #f5f5f5;
	border: #b0b0b0 1px solid;
	padding: 20px;
	margin: 20px 0 30px;
}

#health #box02 h3 {
	text-align: center;
	margin-top: 0;
}

#health #box02 ul {
	margin: 0 auto;
	padding: 5px 0;
	font-size: 16px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}

#health #box02 li {
	padding: 5px 0;
	width: 13em;
}

#health #box02 li:last-child {
}


#health #box02 li:before {
	content: "□";
}


#health #box03 h4 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.35;
}

#health #box03 p {
	float: left;
}

#health #box03 p.more {
	margin-top: 20px;
	float: right;
}


#health #improvement {
	background: #f5f5f5;
	padding: 20px;
	margin: 20px 0 20px;
}

#health #improvement h3,
#health #improvement .catch {
	text-align: center;
}

#health #improvement h4 {
	font-size: 20px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #fff;
	padding: 10px 20px;
	margin: 20px 0 10px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

#health #improvement .point {
	margin: 10px 0;
	font-size: 18px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

