@charset "utf-8";

.wrapper{
	padding-left: 2vw;
	padding-right: 2vw;
	position: relative;
}


/* header */

header{
	padding: 10vw 0;
}
header h1{
	width: 94vw;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* main */

h2{
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
}
.h2_small{
	margin-top: 4vw;
	text-align: center;
}
.demo{
	margin-top: 10vw;
	padding: 6vw 4vw;
	position: relative;
}
.demo h3{
	width: 28vw;
	margin: 0 auto;
	padding-bottom: 4vw;
	position: relative;
	line-height: 0;
	text-align: center;
}
.demo h3::after{
	content: "";
	width: 14vw;
	height: 2px;
	background: #AAA;
	position: absolute; bottom: 0; left: 50%;
	transform: translateX(-50%);
}
.demo .inner{
}
.demo .item{
	margin-top: 8vw;
	text-align: center;
}
.demo .title{
	font-size: 6vw;
}
.demo .dott{
	width: 10vw;
	margin: 4vw auto 0 auto;
	line-height: 0;
}
.demo .caution{
	margin-top: 4vw;
	color: #b84c70;
}
.demo .acc_tl{
	width: 8vw;
	position: absolute; top: 0; left: 0;
}
.demo .acc_tr{
	width: 8vw;
	position: absolute; top: 0; right: 0;
}
.demo .acc_bl{
	width: 8vw;
	position: absolute; bottom: 0; left: 0;
}
.demo .acc_br{
	width: 8vw;
	position: absolute; bottom: 0; right: 0;
}
.btn{
	width: 90vw;
	margin: 10vw auto 0 auto;
}
.btn a{
	padding: 6vw 4vw;
	background: #1d2088;
	display: block;
	font-size: 5vw;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


/* footer */

footer{
	padding: 12vw 0 6vw 0;
}
.copy{
	font-size: 3.5vw;
	text-align: center;
}
