html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html,
body{
	background: #e7f5fb;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	height: 100%;
}

.container{
	height: 100%;
	margin: 0 auto;
	width: 1200px;
}

header img{
	display: block;
}

.field{
	background: #109cda;
	color: #fff;
	font-size: 0;
	min-height: calc(100% - 520px);
	padding: 20px;
}

.content{
	display: inline-block;
	font-size: 16px;
	padding: 20px;
	width: 50%;
}

.content h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content h2 span{
	background: #fed900;
	border-radius: 3px;
	color: #015fba;
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
	padding: 0 20px;
}

.content img{
	display: block;
	width: 100%;
}

.content a{
	background: #fff;
	display: block;
}

.content a img:hover{
	opacity: 0.75;
}

.content a.sp{display: none;}

#formlink{
	background: #fff;
	padding: 30px 0 20px;
}

#formlink a{
	background: #038a13;
	border-radius: 50px;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	transition: transform 0.3s ease;
	width: 70%;
}

#formlink a:hover{
	transform: scale(1.1);
}

footer{
	background: #015fba;
	color: #fff;
	font-size: 12px;
	line-height: 60px;
	text-align: center;
}

footer.cf{
	background: #f20c7f;
}

.pconly{
	display: block!important;
}

.sponly{
	display: none!important;
}

@media screen and (max-width:1024px) {
.container{
	background: #fff;
	width: 100%;
}

header img{
	width: 100%;
}

.content{
	padding: 20px 0;
	width: 100%;
}

.content h2{
	font-size: 18px;
}

.content h2 span{
	display: block;
	margin-bottom: 15px;
	margin-right: 0;
	text-align: center;
}

.content a.pc{display: none;}
.content a.sp{display: block;}
}

@media screen and (max-width:600px) {
.sponly{
	display: block!important;
}

.pconly{
	display: none!important;
}
}

/*開催スケジュール*/
#schedule{
	background: #109cda;
	padding: 20px 0 0;
}

#schedule table{
	background: #fff;
	border-collapse: collapse;
	margin: 0 auto;
	width: 80%;
}

#schedule table th,
#schedule table td{
	border: solid #109cda 1px;
	padding: 3px 0;
}

#schedule table th{
	background: #fff;
	padding: 3px;
	white-space: nowrap;
}

#schedule table tr:first-of-type td,
#schedule table tr:first-of-type th{
	background: #eee;
	padding: 3px;
	text-align: center;
	white-space: nowrap;
}

#schedule table td span{
	background: #333;
	display: block;
	height: 10px;
}

#schedule table tr:nth-of-type(2) td span{
	background: #f20c7f;
}

#schedule table tr:nth-of-type(3) td span{
	background: #ffda0a;
}

#schedule table tr:nth-of-type(4) td span{
	background: #ff4800;
}

#schedule table tr:nth-of-type(5) td span{
	background: #32dcff;
}

#schedule table tr:nth-of-type(6) td span{
	background: #c00;
}

#schedule table td span.start{
	border-radius: 10px 0 0 10px;
	margin-left: 40%;
}

#schedule table td span.goal{
	border-radius: 0 10px 10px 0;
	margin-right: 40%;
}

@media screen and (max-width:900px) {
#schedule{
	padding: 20px 0 0 5%;
}

#schedule .table-wrapper{
	overflow-x: scroll;
	padding: 0;
}

#schedule table{
	width: auto;
}

#schedule table th{
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	border-right: none;
}

#schedule table th:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #109cda;
	z-index: -1;
}
}