@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Lato:300,100,400,700);

/*****************************************
 * init
 *****************************************/
html, body {
	background-color: #1e1e1e;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic”, "MS UI Gothic”, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-size: 13px;
	color: #666666;
}
body * {
	box-sizing: border-box;
}
button {
	margin: 0;
	padding: 0;
	-moz-appearance: normal;
	-webkit-appearance: normal;
	-o-appearance: normal;
	-ms-appearance: normal;
	appearance: normal;
}
a {
	color: #ddd;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active,
a:visited {
	color: #fff;
}
th {
	font-weight: normal;
}
del, s {
	text-decoration: line-through;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/************* セクション */
.section {
	position: relative;
	max-width: 1600px;
	min-width: 320px;
	margin: 0 auto;
}
.section .inner {
	position: relative;
	margin: 0 6%;
	/*border: 1px solid rgba(0,255,0,0.2);*/
}
.section.margin30 .inner {
	padding: 30px 0;
}
.section.margin20 .inner {
	padding: 20px 0;
}
.section.margin10 .inner {
	padding: 10px 0;
}
.section.marginbottom .inner {
	padding-bottom: 30px;
}
.section.marginbottommini .inner {
	padding-bottom: 40px;
}
.section.underline .inner {
	border-bottom: 1px solid #353535;
}
.section_wider .inner {
	position: relative;
	margin: 0;
}


.section_header {
	position: relative;
	text-align: center;
	height: 27px;
	line-height: 27px;
	margin: 30px 0;
}
.section_header .title {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 27px;
}
.section_header .container_option {
	position: absolute;
	right: 0;
	height: 27px;
	line-height: 30px;
}
@media (min-width: 768px) {
	.section.marginbottom .inner {
		padding-bottom: 60px;
	}
	.section_header {
		margin: 60px 0;
	}
	.padding40:nth-child(odd) {
		padding-right: 35px;
	}
	.padding40:nth-child(even) {
		padding-left: 35px;
	}
}

.inline_section {
	clear: both;
	margin: 30px 0;
}
.inline_section:first-child {
	margin-top: 0;
}
.inline_section.underline {
	border-bottom: 1px solid #484848;
}
.inline_section p {
	margin-bottom: 30px;
}


@media (max-width: 768px) {
	.block {}
}
@media (min-width: 768px) and (max-width: 992px) {
	.block.col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.block.col-md-4:nth-child(3n+1) {
		clear: both;
	}
	.top_event .block.col-md-4:nth-child(3n+1) {
		clear: none;
	}
}
@media (min-width: 1200px) {
	.block.col-lg-3:nth-child(4n+1) {
		clear: both;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}
.recap {
	margin-top: 1.5em;
	font-size: 14px;
}