﻿@charset "utf-8";

.eyecatch_example{
	background: url("../img/example/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	margin-bottom: 100px;
}

#mf1 p{
	margin-bottom: 60px;
	font-size: 0.9375rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

#mf1 ul{
	justify-content: space-between;
}

#mf1 ul li{
	width: 328px;
	margin-top: 40px;
}

#mf1 ul li:nth-child(1),
#mf1 ul li:nth-child(2),
#mf1 ul li:nth-child(3){
	margin-top: 0;
}

#mf1 ul li span{
	padding: 30px 0;
	font-size: 0.9375rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #252525;
	display: block;
}













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

.eyecatch_example{
	background: url("../img/example/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	width: 90%;
	margin: 0 auto 60px;
}

#mf1 p{
	margin-bottom: 30px;
	line-height: 1.5;
}

#mf1 ul{
	justify-content: space-between;
}

#mf1 ul li{
	width: 49%;
	margin-top: 20px;
}

#mf1 ul li:nth-child(3){
	margin-top: 20px;
}

#mf1 ul li span{
	padding: 15px 0;
	font-size: 0.875rem;
}

}