/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: #000;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	position: relative;
	height: 100%;
}
#wrap{
	box-sizing: border-box;
	padding: 0;
}
.visual{
	background: url(../img/visual.jpg) no-repeat center center;
	background-size: cover;
	padding: 5% 0 0;
}
h1{
	margin: 0 auto 5%;
	width: 50%;
	text-align: center;
}
h2 {
	text-align: center;
	background: #00f;
	padding: 15px;
	font-weight: 700;
	line-height: 1.5;
}
h2 span {
	color: #e50012;
}
.contents{
	padding: 70px 0;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: 100% auto;
}
.__box{
	border:solid 2px #00f;
	border-radius: 10px;
	padding: 30px 30px 0;
	max-width: 1000px;
	width: 80%;
	margin: 5% auto 75px;
	position: relative;
	background: #000;
}
.__box:before{
	content: "";
	background: url(../img/target.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	width: 150px;
	height: 150px;
	top: -70px;
	right: -65px;
}
img{
	max-width: 100%;
	height: auto;
}
h3{
	background: #00f;
	color: #fff;
	width: 200px;
	text-align: center;
	padding: 5px 10px;
	font-family: 'Open Sans', 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10%;
	margin-top: 0;
	display: inline-block;
	transform: skew(-15deg);
}
h3 p{
	transform: skew(15deg);
	margin-bottom: 0;
}
.__step{
	background: #fff;
	padding: 10px 20px;
	color: #000;
	border-radius: 50em;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.4) inset;
	width: 80%;
	margin: 0 auto 3%;
}
.__step a{
	color: #000;
}
.__step span{
	color: #00f;
	margin-right: 3%;
	font-style: italic;
	font-weight: 900;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}
.__step + p{
	content: "â–¼";
	color: #00f;
	font-size: 40px;
	margin-bottom: 3%;
}
.__frame{
	margin: 75px auto;
}
.__frame > p:after{
	content: "";
	display: block;
	margin: 20px auto 50px;
	background: url(../img/arrow.png) no-repeat center center;
	width: 50px;
	height: 20px;
	background-size: cover;
}
.__frame ul{
	letter-spacing: -.4em;
	list-style: none;
	text-align: center;
	padding-left: 0;
}
.__frame ul li{
	letter-spacing: normal;
	text-align: center;
	width: 27.5%;
	margin: 0 3% 7%;
	display: inline-block;
	background: url(../img/bg-border-topL.png) no-repeat top left, url(../img/bg-border-topR.png) no-repeat top right, url(../img/bg-border-bottomL.png) no-repeat bottom left , url(../img/bg-border-bottomR.png) no-repeat bottom right;
    transition: background .2s linear;
}
.__frame ul li a p{
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
}
.__frame ul li img{
	display: inline-block;
	background: #333;
	width: 75%;
	margin: 10%;
	border: solid 1px #999;
}
.__frame ul li:hover{
	background: url(../img/bg-border-topL.png) no-repeat top 5px left 5px, url(../img/bg-border-topR.png) no-repeat top 5px right 5px, url(../img/bg-border-bottomL.png) no-repeat bottom 5px left 5px, url(../img/bg-border-bottomR.png) no-repeat bottom 5px right 5px;
}

.__term{
	background: url(../img/term-bg.jpg) no-repeat center center;
	background-size: cover;
	margin: 3% auto;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	width: 50%;
	text-align: center;
	padding: 10px;
	letter-spacing: .2em;
}
.__term + p{
	content: "â–¼";
	color: #00f;
	font-size: 40px;
	margin-bottom: 3%;
}
.hr{
	height: 1px;
	width: 100%;
	background: #00f;
	margin: 10% auto 30px;
	display: block;
}
.container{
	width: 100%;
}
.container div[class^="col-"] img{
	margin-top: -40%;
}

.attention{
	padding: 30px 0;
	max-width: 1000px;
	width: 80%;
	margin: 5% auto 10%;
	position: relative;
}
.attention h3{
	transform: skew(0);
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
}
.attention ul{
	list-style: none;
	padding-left: 0;
	font-size: 12px;
}
.attention ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width:768px) {
	.container div[class^="col-"] img{
		margin-top: 30px;
	}
}
@media screen and (max-width:640px) {
	h1{
		margin: 0 auto 5%;
		width: 85%;
	}
	h2{
		font-size: 20px;
	}
	h3{
		display: block;
		margin: 0 auto 10%;
	}
	img{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.contents{
		padding-top: 50px;
	}
	.__box:before{
		width: 70px;
		height: 70px;
		top: -30px;
		right: -30px;
	}
	.__step{
		width: 100%;
	}
	.__frame ul li{
		width: 100%;
		margin: 0 auto 10%;
	}
	.__term{
		width: 100%;
	}
}




