@charset "utf-8";

/*********ラージサイズ**********/
@media screen and (min-width:1200px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 30px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 80px;
	font-weight: 500;
	letter-spacing: -1px;
}
.point {
	width: 46%;
	margin-bottom: 70px;
}
h3 {
	margin: 35px 0px 18px;
	display: block;
	font-size: 1.5em;
	font-weight: 500;
	color: #000000;
	line-height: 1.5em;
}
	
}




/*********ミディアムサイズ1**********/
@media screen and (min-width:1025px) and (max-width:1199px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 30px;
}
.titel2 {
	font-size: 1.8em;
	display: block;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 500;
	letter-spacing: -1px;
}
.point {
	width: 46%;
	margin-bottom: 60px;
}
h3 {
	margin: 30px 0px 15px;
	display: block;
	font-size: 1.5em;
	font-weight: 500;
	color: #000000;
	line-height: 1.5em;
}
.point p {
	line-height: 1.6em;
}

	
}




/*********ミディアムサイズ2**********/
@media screen and (min-width:768px) and (max-width:1024px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 30px;
}
.titel2 {
	font-size: 1.8em;
	display: block;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 500;
	letter-spacing: -1px;
}
.point {
	width: 46%;
	margin-bottom: 50px;
}
h3 {
	margin: 25px 0px 15px;
	display: block;
	font-size: 1.4em;
	font-weight: 500;
	color: #000000;
	line-height: 1.5em;
}
.point p {
	line-height: 1.5em;
}


}




/*********スマホサイズ**********/
@media screen and (max-width:767px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 30px;
}
.titel2 {
	font-size: 1.4em;
	line-height: 1.5em;
	display: block;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 500;
	letter-spacing: -1px;
}
.point {
	width: 100%;
	margin-bottom: 35px;
}

h3 {
	margin: 20px 0px 10px;
	display: block;
	font-size: 1.35em;
	font-weight: 500;
	color: #000000;
	line-height: 1.5em;
}
.m10_sp {
	margin-bottom: 10px;
}

	
}


