@charset "UTF-8";

/*-------------------- section.1 --------------------*/
#s1
{
	margin: 0px 0px 160px;
}

#s1 img
{
	margin: 20px 0px 65px; 
}

#s1 p:nth-child(n + 5)
{
	margin-bottom: 35px;
}

/*
#s1 .itemLink
{
	display: block;
	margin: 120px auto;
	max-width: 30%;
	padding: 24px 10px;
	border: 1px solid #3e3a39;
	text-decoration: none;
	color: #3e3a39;
}
*/



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

#s1{
	margin: 0px 0px 100px;
	padding: 0px 17px;
}
	
#s1 img
{
	width: 100%;
	margin: 15px 0px 35px; 
}
	
#s1 p:nth-child(n + 5)
{
	margin-bottom: 25px;
}

/*
#s1 .itemLink
{
	margin: 80px auto;
	font-size: 16px;
	max-width: 80%;
	padding: 20px 10px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
*/

/*h1{
	font-size: 13px;
	line-height: 21px;
	margin-top: 0px;
}
p{
	font-size: 9px;
	line-height: 14px;
	margin-bottom: 15px;
}*/

}