@charset "UTF-8";
#content{
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;}

/*-------------------------
__page_title
-------------------------*/
#main #page_title{
	width: 100%;
	height: 180px;
	position: relative;
	background: url(images/title_bg.jpg) no-repeat center center;
	background-size: cover;}
#main #page_title::after{
    content: "";
    display: block;
	width: 100%;
    height: 180px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;}
#main #page_title .title{
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #FFF;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;}

/*-------------------------
__ページ内css
-------------------------*/

#main .box .txt:first-child{
	font-size: 1.7em;}

#main .txt + .txt{
	margin: 20px 0 0;}

#main .txt:last-child{
	text-align: right;}
/* ----------------------------------------------

fullPC設定

------------------------------------------------*/
@media all and (min-width: 960px) {
	#main #page_title{
		min-width: 960px;}
}
/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
	/*-------------------------
	__ページ内css
	-------------------------*/
	#main .box .txt:first-child{
		font-size: 1.5em;}
}