@charset "utf-8";
/* CSS Document */

.clearfix::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background:url(bg1.jpg) no-repeat fixed center center / cover;
}

a {
	color:#f4434b;
}

#container {
	max-width:800px;
	margin:30px auto;
	padding:30px;
	background-color: rgba(255,255,255,0.9);
}

h1,h2,h3,h4,h5,h6,p {
	margin:1em 0;
	line-height:1.2;
	font-weight:normal;
}

h1 {
	margin:60px auto 40px;
	text-align: center;
}
h1 img {
	max-width:800px;
	width: 100%;
}

#main-title {
	color:#f4434b;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-shadow: 2px 2px 0 #fff;
}

h2 {
	font-size:36px;
	border-bottom:solid 2px #f4434b;
	font-weight:bold;
}

h3 {
	font-size:30px;
	font-weight:bold;
	border-bottom:dashed 1px #666;
}

.ul-report li {
	margin:10px 0;
	list-style:none;
}
.ul-report li a:before {
	margin:10px 10px 0 0;
	font-family:FontAwesome;
	content:"\f1c1";
}

#footer-banner {
	max-width:800px;
	text-align:center;
	margin:0 auto 50px;
}

#footer-banner li {
	display:inline-block;
	padding:0 10px 10px;
	font-size: 0;
	box-sizing: border-box;
}

.button-link {
	margin: 100px 0;
	text-align: center;
}

.button-link a {
	background: #f4434b;
	border: solid 1px #f4434b;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	
}
.button-link a:hover {
	background: #fff;
	color: #f4434b;
}
.button-link a:active {
	box-shadow: none;
}


.video-box {
	max-width: 600px;
	margin: 40px auto;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sample {
	max-width: 100%;
}

#sample li {
	width: 32%;
	margin-right: 2%;
	float: left;
	list-style: none;
}
#sample li:last-child {
	margin-right: 0;
}

#sample img {
	width: 100%;
	height: auto;
}


@media screen and (max-width:480px) {
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 14px;
	}
	p {
		font-size: 12px;
	}
	.button-link {
		margin: 70px 0;
	}
	.button-link a {
		font-size: 12px;
	}
	.ul-report li {
		font-size: 12px;
	}
	#footer-banner img {
		height: auto;
	}
	#footer-banner li {
		display:block;
		width: 50%;
		float: left;
	}
#footer-banner li a {
	display: block;
}
	#footer-banner img {
	width: 100%;
	height: auto;
}
}