#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 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 p{
	margin-top: 10px;
}
section .box p:first-child{
	margin-top: 0;
}

#dl .dl-list li{
    background-color: #dee9d7;
    margin-top: 40px;
    padding: 45px;
}
#dl .dl-list li>img{
    float: left;
}
#dl .dl-list .box{
    overflow: hidden;
    padding-left: 50px;
    position: relative;
}
#dl .dl-list .box h3{
	font-size: 127%;
	font-weight: bold;
}
#dl .dl-list .box .detail{
    color: #888;
}
#dl .dl-list .box .detail:first-child{
    margin-top: 16px;
}
#dl .btn{
	background-color: #e79b0f;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    opacity: .8;
    padding: 15px 30px;
    position: absolute;
    top: 0;
    transition: linear .3s;
    right: 0;
}
#dl .btn:hover{
    opacity: 1;
}
#dl .btn img{
    margin-left: 15px;
    transform: translateY(5px);
}
#dl .msg{
    margin-top: 100px;
    text-align: center;
}

@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%;
	}
	.dl-list{
		margin: 20px auto 0;
		width: 90%;
	}
	#dl .dl-list .box{
		width: calc(100% - 100px) !important;
		margin-top: 0;
	}
	#dl .btn{
		position: relative;
		top: 0;
		left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 829px){
	#mv{
		background-size: auto 100%;
	}
	section h2{
		font-size: 150%;
	}
	section h2 span{
		display: block;
		margin-top: -10px;
	}
	#dl .dl-list .box{
		margin: 0 0 0 20px;
		padding-left: 20px;
	}
	#dl .dl-list .box h3{
		font-size: 100%;
	}
	section .dl-list .box p{
		margin-top: 0;
	}
	#dl .btn{
		text-align: center;
		width: 100%;
	}
	#dl .btn img{
		transform: translateY(2px);
	}
}
@media screen and (max-width: 539px){
	section h2{
		font-size: 127%;
	}
	#mv .inside{
		height: 300px;
	}
	#dl .dl-list li{
		padding: 14px;
	}
	#dl .dl-list .box h3{
		line-height: 1.4;
	}
	#dl .dl-list .box{
		width: calc(100% - 50px) !important;
	}
	#dl .dl-list li img{
		width: 50px;
	}
	#dl .btn{
		padding: 5px 20px;
	}
	#dl .btn img{
		display: none;
	}
}