*{
	box-sizing: border-box;
}
body{
	color: #333;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
}
.hide{
	display: none;
}
header{
	text-align: center;
}
header img{
}
.wrap{
	width: 100%;
	float: left;
	position: relative;
}
.inner{
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 10px;
}
section .wrap{
	padding-bottom: 30px;
}
section h2{
	font-size: 4em;
	font-weight: bolder;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-bottom: 16px;
	position: relative;
}
@media screen and (max-width: 767.9999px) {
	section h2{
		font-size: 2em;
		font-weight: bolder;
		text-align: center;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0;
		padding-bottom: 16px;
		position: relative;
	}
}
section h2:before{
	content:'';
	position: absolute;
	bottom:-10px;
	left:50%;
	margin:0 0 0 -5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-top:10px solid #ccc;
	border-left:10px solid transparent;
}
section h2:after{
	content:'';
	position: absolute;
	bottom:-9px;
	left:50%;
	margin:0 0 0 -5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-top:10px solid #FFFFFF;
	border-left:10px solid transparent;
}













section h3{
	display: inline-block;
	width: auto;

	background: #000000;

	color: white;
	padding: 10px 20px;
	margin: 60px 0 30px;
	position: relative;
	/* transform: rotate(-5deg); */
}









section h3:before{
	content:'';
	position: absolute;
	bottom: -10px;
	left: 0;
	border-bottom:10px solid transparent;
	border-top:10px solid transparent;

	border-right:10px solid #888888;

	z-index: -1;
}








.row{
	width: 100%;
	position: relative;
	float: left;
}

.col-5{
	width: 50%;
	float: left;
	position: relative;
	padding: 10px;
}
@media screen and (max-width: 767.9999px) {
	.col-5{
		width: 100%;
	}
}








.col-5 h4{
	text-align: center;
	padding: 10px;
	border: 5px solid rgba(0, 0, 0, 0.3);
	position: relative;
}








.col-5 h4:after{
	content:'';
	position: absolute;
	bottom:-15px;
	left:50%;
	margin:0 0 0 -5px;
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-top:10px solid rgba(0, 0, 0, 0.3);
	border-left:10px solid transparent;
}
.col-5 a{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: none;
	color: #555;
	cursor: pointer;
}

dt{
	font-weight: bold;
	font-size: 1.1em;
}
dt:before{
	content: "■";
	
}


footer .wrap{
	background: #000000;
}
.copy{
	text-align: center;
	margin: 4px;
	color: white;
}











h5{color:#777777;}

p#buyshop{color:#000000;
	font-size:90%;
}
