@charset "utf-8";

/* lead_Box　
-------------------------------------*/
.lead_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.lead_Box h3 {
	color: #16a6b6;
	font-size: 24px;
	margin-bottom: 50px;
}
.lead_Box p {
	font-size: 16px;
	margin-bottom: 40px;
}
/* point_Box
-------------------------------------*/
h3.point_h3 {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 40px;
	background-color: #16A6B6;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.point_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 50px;
}
.inBox {
	width: 450px;
	float: left;
}
.inBox:nth-child(2n) {
	margin-left: 50px;
}
.inBox h4 {
	background-color: #FFFFFF;
	color: #EE6557;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	border: 1px solid #EE6557;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
/*.inBox h4 p {
	background-color: #EE6557;
	color: #fff;
	width: 30px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
}*/
.inBox h4 span {
	background-color: #EE6557;
	color: #fff;
	width: 30px;
	height: 30px;
	float: left;
    font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
}
p.img_p {
	float: right;
	margin-left: 10px;
}
/* howto_Box
-------------------------------------*/
.howto_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 50px;
}
.box1 {
	width: 270px;
	float: left;
	margin-right: 30px;
}
.box2 {
	width: 270px;
	float: right;
}
.howto_inBox {
	background-color: #FFFFFF;
	border: 1px solid #EE6557;
	border-radius: 10px;
}
.howto_inBox h4 {
	background-color: #EE6557;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.howto_inBox p {
	padding: 10px;
}
.arrow {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../about/images/arrow1.png);
}
.arrow2 {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../about/images/arrow2.png);
}
.howto_img {
	width: 400px;
	float: left;
}
@media (max-width: 700px) {
.lead_Box {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.lead_Box h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.lead_Box p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.lead_Box img {
	max-width: 100%;
	height: auto;
}
h3.point_h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top:0px;
}
.point_Box,.howto_Box {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
}
.inBox {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.inBox:nth-child(2n) {
	margin-left: 0px;
}
.inBox h4 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 26px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}
.inBox h4 p {
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.inBox p.point_p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
.howto_inBox h4 {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.howto_inBox p {
	font-size: 12px;
}
.box1 {
	width: 60%;
	margin-right: 0px;
}
.box2 {
	width: 60%;
	float: left;
}
.arrow2 {
	background-image: url(../about/images/arrow1.png);
}
.howto_img {
	width: 38%;
	float: right;
}
.howto_img img {
	max-width: 100%;
	height: auto;
}
}
