/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(./img/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

#cnt{	padding-bottom: 80px;}


/** pbox **/

.pbox{
	width: 800px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	margin: 0 auto 50px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pbox:last-of-type{	margin-bottom: 0;}
.pbox h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	margin: 0 0 20px 0;
}
.pbox p{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.pbox p a{	color: currentColor; text-decoration: none;}
.pbox p a:hover{	color: currentColor; text-decoration: underline;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#cnt{	padding-bottom: 30px;}

	/** pbox **/
	.pbox{
		width: auto;
		margin: 0 15px 30px 15px;
	}
	.pbox p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}

}
