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

@media screen and (max-width: 767px) {
	
	.content-title{
		background-image:url(../img/title_sp.jpg);
	}
	
	.main > section{
		margin-top:-15vw;
		padding-top:15vw;
	}
	.main > section:first-of-type{
		margin-top:0;
		padding-top:0;
	}
	.main > section > div.content{
		margin-bottom:15vw;
	}
	.main > section > div.content h2{
		margin-top:8vw;
	}
	.main > section > div.content h5{
		margin-bottom:8vw;
	}
	.main > section > div.content ul{
		flex-flow: column nowrap;
		padding:0 10vw;
		box-sizing:border-box;
	}
	.main > section > div.content ul li{
		width:100%;
	}
	.main > section > div.content ul li iframe{
		height:72vw;
	}
	.main > section > div.content ul li h3{
		font-size:4.5vw;
		margin:4vw 0 1vw;
	}
	.main > section > div.content ul li p{
		font-size:3.4vw;
		line-height:6vw;
		margin-bottom:4vw;
	}
	
}