@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */

.InspectionTitleBack{
	height:550px;
	background:url(../img/healthysalon_top.jpg) center top 29%/cover no-repeat;
	margin:0 auto;
	width:100%;
	padding: 200px 0 0;
	box-sizing: border-box;
}

.InspectionPageTitle{
	width: 100%;
	text-align: center;
	margin: 0 auto;
    text-shadow: 0 2px 10px rgb(255, 255, 255);
}

.InspectionPageTitle_be {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	margin: auto;
	color: #000;
	padding: 2% 0 0;
	letter-spacing: 0.1em;
}

.InspectionPageTitle_mj {
	font-size: 14px;
	text-align: center;
	color: #000;
	margin: 2% auto;
	font-weight: normal;
}

.InspectionDetailArea{
	width:100%;
	margin:auto;
}

.InspectionDetailArea h2{
	font-size: 25px;
	font-weight: bold;
	margin: 10% auto;
	text-align: center;
}

.h2jp {
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    line-height: 3;
}
