@charset "shift_jis";

a img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: 1.0s;
}
.btn{
	margin-bottom: 60px;
	text-align: center;
}

.btn a{
	padding: 15px;
	background: #dc0020;
	color: #ffffff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	text-decoration: none;
	transition: 1.0s;
}

.btn a:hover{
	padding: 15px;
	background: #eea107;
	color: #ffffff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	text-decoration: none;
}

#mainbody{
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 15px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mainbody h1{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

#mainbody h1 span img{
	vertical-align: middle;
	margin: 0 10px;
}

#mainbody h2{
	width: 760px;
	height: 30px;
	background: url("../images/bg-h3.png") no-repeat;
	margin: 20px 0px 30px 0px ;
	padding-left: 20px;
	font-size: 17px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}

#point{
	width: 100%;
	margin: 30px 0;
}

#point dl{
	display: flex;
	margin-bottom: 20px;
}

#point dl dt{
	width: 155px;
}

#point dl dd{
	width: 605px;
	padding-left: 15px;
	box-sizing: border-box;
}

#point dl dd h3{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	text-align: center;
}

#point dl dd h3 span{
	font-weight: bold;
	color: #369ff2;
}

#product{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0;
}

#product li{
	width: 350px;
	list-style: none;
	margin-bottom: 30px;
}

.bnr{
	text-align: center;
	margin-bottom: 30px;
}








