@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#lower_page_tt:before,
#lower_page_tt:after {
	content: "";
	display: table;
}

#lower_page_tt:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 下層ページタイトル  　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#lower_page_tt {
	background-image: url(../images/lower_main_visual.jpg);
	background-size: cover;
	background-position: center center;
	height: 500px;
}
#page_name {
	float: left;
	background-image: url(../images/lower_page_name_bg.png);
	background-position: right 0%;
	width: 640px;
	height: 500px;
	color: #1b4399;
	display: table;
}
#h2_box  {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 48px;
}
#h2_box span {
	font-size: 24px;
}


#visual_logo {
	float: right;
	margin-top: 152px;
	margin-right: 35px;
	width: 400px;
}


/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */

@media screen and (max-width: 1000px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 下層ページタイトル  　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#lower_page_tt {
	height: 250px;
}
#page_name {
	float: none;
	background-image: none;
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 150px;
	line-height: 100px;
	text-align: center;
}
#h2_box  {
	font-size: 28px;
	background-color: rgba(255,255,255,0.75);
}

#h2_box span {
	font-size: 12px;
	display: none;
}
#visual_logo {
	display: none;
}

}
