
.title_bak {
	width: 100%;
	height: 640px;
	background-image: url(../img/soz/bak32.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.head_tit {
	padding-top: 230px;
	text-align: center;
}


.area1 {
	width: 960px;
	margin: 0 auto;
	padding: 50px 120px 60px 120px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;
}

.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 500ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}


.midashi {
	width: 100%;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
	color: #f30;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.osusume_point * {
	box-sizing: border-box;
}
.osusume_point li {
	display: inline-block;
	list-style: outside none none;
	margin: 35px 10px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	vertical-align: middle;
}

.wrapper div {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}

.hr_custom {
	width: 70%;
	margin: 0 auto;
	border-top:4px dotted #F30;
}



.area2 {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
	background-color: #fff;
}

.min {
	font-size: 12px;
}



.area3 {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 70px 0;
	text-align: center;
}
.area3_center_box {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
}


/* 見積り・申込 */
.m-m_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.m-m {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0 20px 0px;
	font-size: 24px;
	font-weight: 600;
	border-style: dashed;
	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;
	color: #2b5a93;
}
.m-m a {
	color: #2b5a93;
}
.m-m a:hover {
	text-decoration: none;
	color: #ccc;
}
.m-m:after {
	font-family: "FontAwesome";
	content: '\f105'; /* > */
	padding: 0 10px;
	color: #2b5a93;
	font-size: 30px;
}




.osusume_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.osusume {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0 20px 0px;
	font-size: 24px;
	font-weight: 600;
	border-style: dashed;
	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;
	color: #ba3e37;
}
.osusume a {
	color: #ba3e37;
}
.osusume a:hover {
	text-decoration: none;
	color: #ccc;
}
.osusume:after {
	font-family: "FontAwesome";
	content: '\f105'; /* > */
	padding: 0 10px;
	color: #ba3e37;
	font-size: 30px;
}























