@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

/* page-contents
------------------------------------------------------ */
.page-contents{
	width: 90%;
	max-width: 910px;
	margin: 120px auto 0;
}
.policy-ttl{
	color: #00BA88;
	margin-bottom: 20px;
}
.policy-txt{
	margin-bottom: 50px;
}
.policy-banned-cases{
	margin-bottom: 50px;
	background: #E6F1EB;
	padding: 20px;
	max-width: 780px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}
