body {
font-family: ‘Avenir’,’Helvetica Neue’,’Helvetica’,’Arial’,’Hiragino Sans’,’ヒラギノ角ゴシック’,YuGothic,’Yu Gothic’,’メイリオ’, Meiryo,’ＭＳ Ｐゴシック’,’MS PGothic’  
}

.container{
	text-align: center;
	width: 100%;
}

.header-top{
	display:flex;
	justify-content: space-around;
}

.logo{
	font-weight: bold;
	margin: 10px auto;
	font-size: 13px;
}

.nav {
	text-align: right;
  margin: 10px auto;
	font-size: 10px;
}

.nav a{
	text-decoration: none;
	color: black;
	margin-left: 15px;
	font-weight: bold;
}

.h-image img{
	width: 100%;
}
.h-image .sp-img{
	display: none;
}
main{
	width: 80%;
	margin: auto;
}

main h2{
	font-weight: bold;
	margin: 50px auto 30px;
}

.m-contents{
	display: flex;
	justify-content: space-around
}

.m-contents img{
	width: 45%;
}

.m-contents p{
	font-size: 10px;
	line-height: 1.5em;
	width: 45%;
	letter-spacing: -0.6px;
	text-align: left;
	
}

.m-courses{
	display: flex;
	justify-content: space-between
}

.m-course{
	width: 30%;
	font-size: 10px;
	text-align: left;
}

.m-course img{
	width: 100%
}

.m-course p{
	margin: 3px;
	
}

form p{
	font-size: 10px;
}

.email{
	width: 300px;
	height: 25px;
	border-radius: 17px;
	font-size: 12px;
	border-color: lightgray;
	-webkit-appearance:none;
}

.btn{
	display: block;
	margin: 20px auto;
	padding: 10px 50px;
	background-color: coral;
	color: white;
	font-weight: bold;
	border-radius: 3px;
	border: 0px;
}

footer{
	width: 80%;
	margin:auto;
}

footer p{
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
}
@media screen and (max-width:800px) {
    /*　画面サイズが800px以下はここを読み込む　*/
	
	.header-top{
	display:block;
	}
	
	.logo{
	font-weight: bold;
	margin: 15px auto;
	font-size: 30px;
	letter-spacing: 1px;
	}

.nav {
	text-align: center;
  margin: 20px auto;
	font-size: 15px;
	}
	
	.nav a{
	text-decoration: none;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 10px;
	}
	
	.h-image img{
	display: none;
	}
	.h-image .sp-img{
		display: block
	}
	
	main{
	width: 90%;
	margin: auto;
}
	main h2{
	font-weight: bold;
	font-size: 30px;
	margin: 100px auto 50px;
}
	.m-contents{
	display: block;
}

.m-contents img{
	width: 100%;
}

.m-contents p{
	margin: auto;
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.5em;
	width: 100%;
	text-align: left;
}
	.m-courses{
	display: block;
}

.m-course{
	width: 100%;
	font-size: 20px;
	text-align: left;
}

.m-course img{
	width: 100%
}

.m-course p{
	margin: 5px 0 30px;
	
}
	form p{
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.email{
	width: 100%;
	height: 70px;
	border-radius: 50px;
	font-size: 25px;
	border-color: lightgray;
	-webkit-appearance:none;
}

.btn{
	display: block;
	margin: 40px auto 150px;
	padding: 30px 16vw;
	background-color: coral;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	border: 0px;
	font-size: 30px
}

footer{
	width: 90%;
	margin:auto;
}

footer p{
	font-size: 15px;
	text-align: center;
	margin: 40px auto;
}
	
	
}













