body{
	text-align: center;
	margin: 0;
	box-sizing: border-box;
}
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a,p{
	font-size: 1.4vw;
	color: #00f;
	line-height: 2;
}
.sp{
	display: none;
}
#main{
	background:#b5f5ec url("/image/new/bg.png");
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
	padding: 30px 0 0;
}

.align-right{
	text-align: right;
}
#policy-text{
	margin: 50px auto 5vw;
	border-radius: 15px;
	text-align: left;
	overflow-wrap: anywhere;
	word-wrap: break-word;

	width: 75vw;
	max-width: 980px;
	background-color: white;
	padding: 5vw;
	font-size: 1.6vw;
	line-height: 3vw;
}
@media only screen and (max-width:750px){
	#policy-text{
		width: 75vw;
        padding: 5vw;
		font-size: 3.5vw;
        line-height: 7vw;
	}
}
#policy-text a {
	color: #00f;
	word-break: break-all;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.back_btn {
	margin: 10% auto 5%;
	width: 22%;
}
@media only screen and (max-width:750px){
	.back_btn {
		width: 50%;
	}
}
.back_btn img {
	width: 100%;
}

#footer img {
	width: initial;
}
@media only screen and (max-width:750px){
	a{
		font-size: 3vw;
	}
	p{
		font-size: 3vw;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp img{
		display: inline;
	}
	.back_btn img {
		max-width:200px;
	}
}
.main-title {
	max-width:100%;
	height:auto;
	width: 75vw;
	max-width: 980px;
}
