@charset "utf-8";


/*display-change*/

/*pc-block-tablet-block-sp-none*/

.display-change-sp-none{
	display: block;
}

/*pc-none-tablet-none-sp-block*/

.display-change-sp-block{
	display: block;
}

/*contents*/

.wrap {
	width: auto;
	margin: 0 10px;
}

.current{
	width:auto;
	margin:0 10px;
}

.button{
	width:auto;
	margin:0 10px;
}

.btn02{
	float:none;
	margin-bottom:50px;
}

.btn03{
	float:none;
}

.caution{
	padding-left:0px;
}


/*header*/

header{
	width: auto;
	height:75px;
	position: relative;
}

header h1{
	float:left;
	margin-top:9px;
	margin-bottom:0px;
}

header h1 img {
	width: 140px;
}

header nav {
	margin: 20px 0 0;
}

header #gnavi {
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
}

header #gnavi li {
	background: rgba(0, 0, 0, 0.5) !important;
	width: 100% !important;
	float: none;
	margin-left:0px;
	text-indent:0px;
	border-bottom: 1px solid #cccccc;
}

header #gnavi li:last-child {
	border: none;
}

header #gnavi li a {
	display: block;
	padding: 15px 10px;
	color: #ffffff;
	text-decoration: none;
	height: auto;
}

header #sp_nav_toggle {
	display: block;
}

header #sp_nav_toggle img {
	width: 30px;
}

/*footer*/
footer p#arrow{
	width:100%;
	margin:0 auto;
	padding:0;
}

footer p#arrow a{
	padding:50px 0;
	display:block;
	text-align:center;
}

footer p#arrow img {
	width: 25px;
}

footer p#footer_logo{
	background:#000000;
	text-align:center;
}

footer p#footer_logo img{
	width:125px;
	padding:20px 0;
}