@charset "utf-8";
/* android4 bug */
* {
	max-height: 999999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-touch-action: none;
}

body,ul,li {
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	display: block;
}

p {
	margin: 0 0 30px;
}

body {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
	font-size: 30px;
	-webkit-text-size-adjust: 100%;
}

body.android .ios,
body.ios .android {
	display: none!important;
}

header {
	position: relative;
	width: 100%;
	z-index: 999;
}

header img {
	display: inline-block;
	vertical-align: middle;
}

header .layout {
	background: #00b9ef;
	border-bottom: solid 5px #ffda2a;
	display: table;

	padding: 30px 35px;
	width: 100%;
}

header .layout div {
	display: table-cell;
}

header .layout div:nth-child(1) {
	vertical-align: middle;
}

header .layout div:nth-child(2) {
	text-align: right;
}

header .layout div:nth-child(2) a {
	display: inline-block;
}

header .close,
header.on .open {
	display: none;
}

header .open,
header.on .close {
	display: block;
}

header .btn-on-off {
	cursor: pointer;
	vertical-align: middle;
}
header .menu {
	min-height: 0;
	max-height: 0;
	transition: max-height 0.2s ease-out;
	-moz-transition: max-height 0.2s ease-out;
	-ms-transition: max-height 0.2s ease-out;
	-webkit-transition: max-height 0.2s ease-out;
	overflow: hidden;
}

header.on .menu {
	transition: max-height 0.5s cubic-bezier(0, 0.5, 0.3, 1.0);
	-moz-transition: max-height 0.5s cubic-bezier(0, 0.5, 0.3, 1.0);
	-ms-transition: max-height 0.5s cubic-bezier(0, 0.5, 0.3, 1.0);
	-webkit-transition: max-height 0.5s cubic-bezier(0, 0.5, 0.3, 1.0);
	max-height: 800px;
	height: auto;
}

.menu ul {
	background: #333;
	list-style-type: none;
}

.menu ul li {
	border-bottom: solid 2px #fff;
	list-style-type: none;
/*
padding: 30px 40px;
*/
	position: relative;
	text-align: left;
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
display: block;
padding: 30px 40px;
}


.menu a {
	color: #fff;
	text-decoration: none;
}

.menu a::before {
	background: no-repeat center url(../img/arrow.png);
	content: "";
	display: inline-block;
	height: 24px;
	margin-right: 25px;
	width: 22px;
}

.menu a[target="_blank"]::after {
	background: no-repeat center url(../img/target_blank.png);
	content: "";
	display: block;
	height: 31px;
	position: absolute;
	right: 40px;
	top: 30px;
	width: 28px;
}


footer {
	background: #fff;
	border-top: solid 2px #ccc;
	text-align: center;
}
footer .frame {
	font-size: 24px;
	padding: 30px 40px;
}

footer .link-wrap {
	margin-bottom: 15px;
}

footer .link-wrap div {
	margin-bottom: 10px;
}

footer .link-wrap a {
	color: #00b9ef;
}

footer .link-wrap div:nth-child(1) a:first-child {
	display: inline-block;
	margin-right: 25px;
}


footer .link-wrap div:nth-child(1) a:last-child {
	display: inline-block;
	margin-left: 25px;
}





/* sns */
section.other .sns {
	border-top: solid 2px #00b9ef;
	border-bottom: solid 2px #00b9ef;
	overflow: hidden;
	padding: 25px 0 35px;
	text-align: center;
	white-space: nowrap;
}

section.other .sns .ttl {
	color: #00b9ef;
}

section.other .sns a {
	display: inline-block;
}

section.other .back-top-wrap {
	background: #fff;
	border-top: solid 2px #ccc;
	text-align: center;
}

section.other .back-top-wrap .back-top {
	color: #00b9ef;
	position: relative;
}

section.other .back-top-wrap .back-top::before {
	border: 14px solid transparent;
	border-bottom: 14px solid #00b9ef;
	content: "";
	height: 0;
	left: -35px;
	position: absolute;
	top: -5px;
	width: 0;
}

section.other .note div {
background: #fff;
}
