/*------------------------------*/
/* ヘッダー */
.header_logo_wrapper {
	width:100%;
	height:45%;
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	z-index:10;

}
.profile_menu_button {
	text-align:center;
	font-weight:bold;
	background-color:#84C024;
	width:170px;
	color:#1a1a1a;
	font-size:15px;
	padding:3px 10px;
}

/*------------------------------*/
/* ▼タブレット▼ */
@media only screen and (max-width:767px) {

	/* スライダー設定 */
	.slider_box,.slider_contents_panel,.slider_contents {
		height:270px; /* 高さを明示的に揃える */
	}

	.contents_title {
		top:50%;
	}

}

/*------------------------------*/
/* ▼スマホ▼ */
@media only screen and (max-width:550px) {

	.header_right_box {
		top:7%;
	}

	.contents_title {
		top:75%;
	}

}
