@charset "UTF-8";
@import url("health.css");
/*===========================================
ページ名 */

#sec02 img{
	height:200px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
#sec02 h4{
	font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
    text-align: center;
    font-weight: 700;
    color: rgba(var(--subcolor01), 1);
	margin-bottom: 10px;
}
.white_box{
	background:#fff;
	padding: 30px;
	min-height: auto;
}
@media (width >= 768px) {
.white_box{
	min-height: 380px;
}
}

.table_basic tr td{
	text-align: left;
}
.table_basic tr th{
	width: 30%;
}
.white_box2{
	padding: 10px 20px;
	background:#fff;
}