@charset "UTF-8";
/* policy */

/*===================================
content_area , page_title
=====================================*/

.content_area{
	padding: 100px 0 0;
	background-image: url("../img/policy/img_page_title.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.page_title h2{
	font-size: 24px;
	letter-spacing: 5px;
}
.page_title h2 span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
p.page_read_text{
	margin: 75px 0 50px;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.content_area{
		padding: 130px 3% 0;
		background-image:none; 
	}
	.page_title h2{
		font-size: 20px;
		letter-spacing: 4px;
	}
	.page_title h2 span{
		display: block;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	p.page_read_text{
		font-size: 12px;
		margin: 25px 0 15px;
		letter-spacing: 0.5px;
	}
}


/*===================================
ページコンテンツ
=====================================*/

.content_area p{
	margin: 50px 0;
}
.border_box{
	border: solid 1px #000;
	padding: 35px 30px;
}
.border_box h3{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.border_box p{
	margin: 25px 0 0;
}

@media screen and (min-width:0px) and (max-width:767px){


.content_area p{
		margin: 25px 0;
	}
	.border_box{
		border: solid 1px #000;
		padding: 20px 15px;
	}
	.border_box h3{
		text-align: center;
		font-size: 16px;
		font-weight: 500;
	}
	.border_box p{
		margin: 15px 0 0;
	}
}


