@charset "UTF-8";

html {
	font-family: Arial, Roboto, "Droid Sans", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 100%;
}
body {
	text-align: left;
	line-height: 1.0;
	font-size: 24px;
	color: #000;
}

/*----- link -----*/

a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #e90000;
}
a:active { color: #000; }
a:visited {color: #000; }

#wrap {
	width: 100%;
}


/************* PC *************/
@media screen and (min-width: 737px) {


/*-------------------------------------------------
　　　header
-------------------------------------------------*/

header {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
}
header h1 {
	float: left;
	margin: 18px 0 0;
	line-height: 0;
	width: 188px;
}
.head-inner {
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 83px;
}
.head_logo { width: 100%; }
.gnav {
	float: right;
	margin: 42px 0 0;
	width: 51.3%
}
.gnav ul { width: 100%; }
.gnav ul li {
	float: left;
	margin: 0 13.97% 0 0;
	line-height: 11px;
	font-size: 18px;
}
.gnav ul li { margin: 0 9.13% 0 0; }
.gnav ul li:last-child { margin-right: 0; }



/*-------------------------------------------------
　　　contents
-------------------------------------------------*/

.contents-base {
	padding: 100px 0 0;
	text-align: left;
	line-height: 1.0;
	width: 100%;
}
.contents-base .cont-ttl {
	margin: 0 0 80px;
	text-align: center;
	line-height: 1.5;
	font-size: 42px;
}
.contents-base .inner-base {
	margin: 0 auto;
	padding: 100px 0;
	line-height: 1.5;
	width: 990px;
}



/*-------------------------------------------------
　　　footer
-------------------------------------------------*/

footer {
	margin: 20px 0 0;
	padding: 0 0 20px;
}
footer ul {
	margin: 0 auto 20px;
	width: 386px;
}
footer ul li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 18px;
}
footer ul li:last-child { margin: 0; }
footer p {
	text-align: center;
	font-size: 13px;
}


}/************* min-width: 737px end *************/




/******************** SP ********************/

@media screen and (max-width: 736px) {

#wrap { font-size: 14px; }


/*-------------------------------------------------
　　　header
-------------------------------------------------*/

.head-inner {
	position: fixed;
	margin: 0 0 20%;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
}
header { z-index: 3; }
header h1 {
	float: left;
	margin: 7px 0 0 10px;
	line-height: 0;
	width: 188px;
}
.head_logo { width: 100%; }
.toggle {
	display: block;
	position: relative;
	float: right;
	margin: 22px 0 0;
}
.toggle a {
	display: block;
	position: relative;
	padding: 12px 20px 10px;
	text-decoration: none;
}
.toggle a img { width: 77px; }
.toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
.toggle a:before, .toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 4px;
	background: #52C3F1;
}
.toggle a:before { margin-top: -6px; }
.toggle a:after { margin-top: 2px; }
.gnav {
	float: none;
	margin: 0;
	padding: 60px 0 0;
	width: 100%;
}
.gnav ul { border-bottom: 1px solid #fff; }
.gnav ul li {
	float: none;
	margin: 0;
	padding: 15px 20px;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #52C3F1;
	border-top: 1px solid #fff;
}
.gnav ul li a { color: #fff; }
#menu{ display: none; }
#menu li{ width: 100%; }


/*-------------------------------------------------
　　　contents
-------------------------------------------------*/

.contents-base {
	padding: 30px 0 0;
	text-align: left;
	line-height: 1.0;
	width: 100%;
}
.contents-base .cont-ttl {
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	font-size: 22px;
	width: 90%;
}
.contents-base .cont-ttl br { display: none; }
.contents-base .inner-base {
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1.5;
	width: 90%;
}



footer ul {
	border-top: 1px solid #ccc;
	width: 100%;
}
footer ul li {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #ccc;
	width: 50%;
}
footer ul li:nth-child(odd) {
	border-right: 1px solid #ccc;
}
footer ul li:last-child {
	width: 100%;
}
footer p {
	*zoom: 1;
	margin: 25px 0;
	text-align: center;
	font-size: 10px;
}
footer p:after {
	display: block;
	content: "";
	visibility: hidden;
	height: 0;
}


}/************* min-width: 736px end *************/

