@charset "UTF-8";

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

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


#s1 ul
{
	margin-bottom: 60px;
	margin-left: calc((100% - 640px) / 2);
	width: 640px;
	font-size: 15px;
}

#s1 ul::after
{
	content: " ";
	clear: both;
	display: block;
}


#s1 li
{
	float: left;
	width: 200px;
	margin-right: calc((100% - 200px * 3) / 2);
	margin-bottom: 10px;
	line-height: 48px;
}

#s1 li:nth-child(3n)
{
	margin-right: 0px;
}

#s1 li .number
{
	color: #956134;
	font-size: 22px;
}


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

#s1
{
	margin: 0px 0px 100px;
	padding: 0px 17px;
}

/*
#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;
}
*/


#s1 ul
{
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

#s1 li
{
	width: calc((100% - 10px * 2) / 3);
	margin-right: 10px;
	font-size: 12px;
	line-height: 26px;
}

#s1 li:nth-child(3n)
{
	margin-right: 0px;
}
/*
h1{
	font-size: 13px;
	line-height: 21px;
	margin-top: 0px;
}
p{
	font-size: 9px;
	line-height: 14px;
	*/margin-bottom: 15px;
}

#s1 li .number
{
	font-size: 16px;
}


}