@charset "UTF-8";

@media (max-width: 320px) {
}

@media (max-width: 340px) {
}

@media screen and (max-width : 640px ) {
#main {
	-webkit-text-size-adjust:100%;
	width: 100%;
	min-width: 320px;
}
.list_box {
	margin: 0;
}
.banner_h {
	margin: 0 auto 10px;
	float: none;
}
#top_button {
	width: 0;
	height: 0;
	display: none;
	left: -999px;
}
#footer {
	display: none;
}
#top_logo_mini {
	position: fixed;
	width: 100%;
	max-width: 775px;
	color: hsla(0,0%,100%,1.00);
	font-size: 30px;
	text-align: right;
	top: 0;
	left: 0;
}
.header_fixed {
	position: fixed;
}
#main_menu {
	position: fixed;
	top: -387px;
	z-index: 999;
	width: 100%;
	height: 387px;
	margin: 50px 0 0 0;
	-moz-transition: transform 0.1s ease-out 0s;
	-webkit-transition: transform 0.1s ease-out 0s;
	-o-transition: transform 0.1s ease-out 0s;
	-ms-transition: transform 0.1s ease-out 0s;
	transition: transform 0.1s ease-out 0s;
}
#ham_menu_icon {
	display: block;
	float: right;
	height: 50px;
	width: 50px;
	color: white;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}
#ham_menu_back {
	-moz-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
#main.menu_open #ham_menu_back {
	display: block;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,0%,0.30);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
#main.menu_open #main_menu {
	-moz-transform: translate(0px, 387px);
	-webkit-transform: translate(0px, 387px);
	-o-transform: translate(0px, 387px);
	-ms-transform: translate(0px, 387px);
	transform: translate(0px, 387px);
}
main {
	width : 96%;
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0;
	padding: 0 10px 20px;
	min-height: 0px;
}
#page_title {
	width: 100%;
	text-align: left;
	padding: 8px 0px 8px 20px;
	margin: 50px 0 20px -10px;
	line-height: 27px;
	background-position: -14px 0%;
}
.heading_1 {
	width: 100%;
	padding: 5px 10px;
	margin: 50px -10px 10px;
	text-align: left;
}
.heading_2 {
	width: 100%;
	text-align: left;
	padding: 2px 0 0 7px;
}
#button_pc {
	display: table;
	margin: 0 auto;
	padding: 10px;
}
#footer_push {
	display: none;
}
}
