@charset "UTF-8";

/* benefits
-------------------------------------------------------------- */

#policy{
	width:100%;
	background: url("../images/about/about_bg01.jpg") center top no-repeat;
}
#policy .inner{
	width: 1126px;
	height: 470px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#policy h1{
	color: #fff;
	font-size: 5.5rem;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	/*animation: fadeIn 3s ease-in-out both;*/
}

@media only screen and (max-width: 767px) {
	#policy{
		background-image: url("../images/about/about_bg02_sp.jpg");
		background-size: auto 300px;
	}
	#policy .inner{
		width: 100%;
		height: 250px;
		box-sizing: border-box;
		padding: 20px 0 0;
	}
	#policy h1{
		font-size: 2.6rem;
		line-height: 1.15;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}
}


/* pptext
-------------------------------------------------------------- */

#pptext{
	padding: 100px 0 0;
	margin-top: -100px;
	position: relative;
	overflow: hidden;
}
#pptext .inner{
	width: 100%;
	padding: 100px 0 0;
}

#pptext .sentence {
	width: 830px;
	margin: 0 auto 50px auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.67;
}
#pptext .sentence p {
	margin-bottom: 30px;
}
#pptext .sentence ul {
}
#pptext .sentence li {
	margin: 0 0 30px 20px;
	list-style: disc;
}
@media only screen and (max-width: 767px) {
	#pptext .inner {
		padding-top: 60px;
	}
	#pptext .sentence {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 1.57;
		text-align: left;
	}
}