@charset "utf-8";

/*ここからビジュアルの設定*/

#visual {
	width: 960px;
	height: 420px;
	text-align: center;
	background-color: #fff;
	margin-top: 20px;
}

/*ここからメインの設定*/

#main {
	width: 960px;
	height: 450px;
	display: flex;
}

#main1 {
	width: 600px;
	height: 400px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
}

#main1 section {
	overflow-y: scroll;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#main1 p {
	line-height: 60px;
	margin-left: 50px;
	text-decoration :underline;
}

#main1 h2 {
	margin: 10px;
	margin-top: 20px;
}

@media screen and (max-width:480px) {

#visual {
	width: 320px;
	height: 300px;
	text-align: center;
	margin-top: 20px;
}

#visual img {
	width: 90%;
	height: 90%;
}

#main {
	width: 320px;
	height: 420px;
	display: flex;
	text-align: center;
}

#main1 {
	width: 300px;
	height: 350px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	
}

#main1 section {
	height: 250px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#main1 p {
	line-height: 40px;
	margin-left: 0px;
	text-decoration :underline;
}

#main1 h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}
	
}