@charset "UTF-8";
.paper {
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	background-image: url("../image/paper-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#paperContiner{
 	width: 100%;
	background-color: #ebebf5;
}
.contents{
	margin: 0 auto;
	width: 1024px;
	padding: 100px 0;
}
.contents-title{
	color: #0050c8 ;
}
.paperBox{
	padding: 0 0 100px 0;
}
.paperBox h2{
	color: #0050c8 ;
	padding: 10px 0 0 20px;
	border-top: 1px solid #0050c8;
	border-left: 1px solid #0050c8;
	margin: 0 0 50px 0;
}
.flexLeft li{
	text-align: justify;
	font-size: 1.2em;
	text-indent: -1.6em;
	padding-left: 1.6em;
	color: #333;
	margin: 0 0 10px 0;
}
.flexLeft li::before{
	content: "■";
	font-size: 1.2em;
	padding-right: 0.4em;
	color: #87cefa;
}
.flexRight{
	width: 35%;	
}
.flexRight img{
	width: 100%;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flexLeft{
	width: 60%;
	margin: 0 5% 0 0 ;
}
.flexLeft a.btn {
	display: block;
	width: 280px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #0050c8;
	border: 2px solid #0050c8;
	transition: .4s;
	margin: 50px 0;
}
.flexLeft a.btn:hover {
	background: #0050c8;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.contents{
		width: 90vw;
		padding: 50px 0;
	}
}
@media screen and (max-width: 768px) {
	.flexRight{
		width: 100%;	
	}
	.flexRight img{
		width: 100%;
	}
	.flexBox{
		display: block;
	}
	.flexLeft{
		width: 100%;
		margin: 0 0 0 0 ;
	}
}