@charset "UTF-8";

/*---------------共通---------------*/

.content1 h1{
	text-align: center;
}
.content3 a{
	color: #51a8ff;
}
.content3 i{
	color: #dcdcdc;
}
h5{
	color: #ff0000;
}

/*---------------PC---------------*/

@media only screen and (min-width: 900px) {

	/*----------------コンテンツ---------------*/
	.content1 iframe{
		display: block;
		width: 1000px;
		height: 400px;
		margin: 0 auto;
	}
	.content1{
		margin-bottom: 50px;
	}
	.content1 h1{
		font-size: 26px;
		margin-bottom: 40px;
		margin-top: 50px;
	}
	.content2{
		width: 900px;
		margin:0 auto;
		padding-bottom: 100px;
	}
	.content2 h2{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.content2 ul{
		line-height: 1.6em;
	}
}
/*---------------タブレット---------------*/

@media only screen and (min-width: 600px) and (max-width: 899px){

	#KeyV{
		margin-bottom: 50px;
	}
	#KeyV h1 img{
		width: 100%;
	}
	/*----------------コンテンツ---------------*/
	.content1{
		width: 100%;
		padding-bottom: 40px;
	}
	.content1 h1{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.content1 iframe{
		width: 100%;
		height: 400px;
	}
	.content2{
		padding-left: 20px;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	.content2 h2{
		padding-bottom: 10px;
		font-size: 18px;
	}
	.content2 ul{
		line-height: 1.6em;
	}
}
/*---------------スマホ---------------*/

@media only screen and (max-width: 599px) {

	/*----------------コンテンツ---------------*/
	.content1 h1{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.content1{
		padding: 20px 0;
	}
	.content1 iframe{
		width: 100%;
		height: 300px;
	}
	.content2{
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.content2 h2{
		padding-bottom: 10px;
	}
	.content2 ul{
		line-height: 1.6em;
		font-size: 12px;
	}

}