@charset "utf-8";

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

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 35px;
	display: block;
	font-size: 2em;
	line-height: 1.1em;
	text-align: center;
}
.purchaselist_box {
	width: 70%;
	margin: 0px auto 80px;
	list-style-type: none;
}
.purchaselist_box li {
	display: block;
	width: 23%;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	padding: 15px 0px;
	border: 2px solid #000000;
	border-radius: 12px;
}
.merit {
	width: 30%;
	margin-bottom: 60px;
}

.merit img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.merit p {
	display: block;
	line-height: 1.5em;
}
.heading {
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
	
}








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

.cont_box2 {
	width: 100%;
	margin-bottom: 20px;
}
.titel2 {
	font-size: 1.8em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 35px;
	display: block;
	font-size: 2em;
	line-height: 1.1em;
	text-align: center;
}
.purchaselist_box {
	width: 70%;
	margin: 0px auto 60px;
	list-style-type: none;
}
.purchaselist_box li {
	display: block;
	width: 23%;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	padding: 15px 0px;
	border: 2px solid #000000;
	border-radius: 12px;
}
.merit {
	width: 30%;
	margin-bottom: 50px;
}

.merit img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.merit p {
	display: block;
	line-height: 1.5em;
}
.heading {
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
	
}




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

.cont_box2 {
	width: 100%;
	margin-bottom: 20px;
}
.titel2 {
	font-size: 1.8em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 30px;
	display: block;
	font-size: 1.8em;
	line-height: 1.1em;
	text-align: center;
}
.purchaselist_box {
	width: 70%;
	margin: 0px auto 50px;
	list-style-type: none;
}
.purchaselist_box li {
	display: block;
	width: 23%;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	padding: 15px 0px;
	border: 2px solid #000000;
	border-radius: 12px;
}
.merit {
	width: 30%;
	margin-bottom: 40px;
}

.merit img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.merit p {
	display: block;
	line-height: 1.5em;
}
.heading {
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
	
}






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

.cont_box2 {
	width: 100%;
	margin-bottom: 20px;
}
.titel2 {
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 25px;
	display: block;
	font-size: 1.35em;
	line-height: 1.1em;
	text-align: center;
	font-weight: 500
}
.purchaselist_box {
	width: 86%;
	margin: 0px auto 20px;
	list-style-type: none;
}
.purchaselist_box li {
	display: block;
	width: 48%;
	font-size: 1.3em;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 20px;
	padding: 15px 0px;
	border: 2px solid #000000;
	border-radius: 12px;
}
.merit {
	width: 100%;
	margin-bottom: 25px;
}

.merit img {
	width: 28%;
	display: block;
	margin-bottom: 0px;
}
.merit p {
	display: block;
	line-height: 1.5em;
	width: 67%;
}
.heading {
	font-size: 1.3em;
	line-height: 1.5em;
	display: block;
	margin-bottom: 40px;
}
.mb15_sp {
	margin-bottom: 15px;
}

	
}
