#mv{
	background: url(../img/bg_mv.jpg) no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	overflow: hidden;
}
#mv .inside{
	height: 400px;
	position: relative;
}
#mv p{
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	left: 50%;
	letter-spacing: 2px;
	padding: 6px 40px 4px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 4px #333;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 100%;
}
section{
	padding: 120px 0;
}
section .inside{
	overflow: hidden;
}
section:nth-of-type(even){
	background-color: #e7f1e0;
}
section h2{
	border-bottom: 4px solid #ffc455;
	font-size: 150%;
	font-family: 'Kiwi Maru', serif;
	padding: 0 40px 10px 40px;
	text-align: center;
}
section .red{
	color: #f00;
	font-weight: bold;
}
section .box{
	margin-top: 60px;
}
section .box p{
	margin-top: 10px;
}
section .box p:first-child{
	margin-top: 0;
}

#txt-box .inside p{
	border: 1px solid #888;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px;
	width: 80%;
}

#report h3{
	text-align: center;
}
table{
	border: none;
	border-collapse: separate;
	border-spacing: 6px;
	margin: 40px auto 0;
	width: 80%;
}
table tr:last-child{
	border-bottom: none;
}
table th{
	background-color: #fff;
	border-left: none;
	box-shadow: 0 0 8px #c6d187;
	position: relative;
	text-align: left;
	padding: 20px 0;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
table td{
	background-color: #fff;
	border-left: none;
	box-shadow: 0 0 8px #c6d187;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	width: 40%;
}
table tr{
	border-bottom: none;
	box-shadow: 0 0 8px #c6d187;
}
table tr:nth-of-type(even) th,
table tr:nth-of-type(even) td{
	background-color: #f6f6f6;
}
table span{
    background-color: inherit;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
table span:first-child{
    margin-top: 0;
}

@media screen and (max-width: 1024px){
	#mv{
		background-position: 50% 0;
		background-size: 100% auto;
	}
	#mv p{
		border: 0;
		font-size: 120%;
	}
	section{
		padding: 40px 0;
	}
	section>h2{
		margin: 0 auto;
		width: 90%;
	}
	section .box{
		margin: 20px auto 0;
		width: 90%;
	}
	table{
		width: 100%;
	}
}
@media screen and (max-width: 829px){
	#mv{
		background-size: auto 100%;
	}
	section h2{
		font-size: 150%;
	}
	section h2 span{
		display: block;
		margin-top: -10px;
	}
	table span{
		display: block;
	}
	#report h3{
		text-align: left;
	}
	#txt-box .inside p{
		padding: 0;
		width: 90%;
	}
}
@media screen and (max-width: 539px){
	section h2{
		font-size: 127%;
	}
	#mv .inside{
		height: 300px;
	}
	table{
		margin-top: 20px;
	}
	table th,
	table td{
		padding: 5px 10px;
	}
}