@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url("../img/service_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}
/*------------------------------------------------------------content*/
/*--------------------------section01*/
#sec01 ul li {
	margin-bottom: 15px;
}
#sec01 ul li a {
	display: block;
	height: 100%;
	letter-spacing: 0.05rem;
	text-decoration: none;
	color:#000;
	transition: all 0.5s;
	text-align: center;
	background: #fff;
}
#sec01 ul li a figure {
	display: block;
}
#sec01 ul li a figure img {
	width: 100%;
	height: auto;
}
#sec01 ul li a h4 {
	display: block;
	margin: 10px 15px;
	line-height: 1.3;
	font-family: "NotoSansMedium";
	font-size:16px;
	letter-spacing: 0.05rem;text-decoration: none;
	transition: all 0.5s;
	text-align: center;
}
#sec01 ul li a h4 span {
	display: block;
	margin-top: 3px;
	font-family: 'Oswald', sans-serif;
	font-size:10px;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
#sec01 ul li a p {
	padding: 0 15px 15px;
	line-height: 1.5;
}
@media print, screen and (min-width:576px) {
#sec01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
#sec01 ul li {
	width:49%;
}
#sec01 ul li a h4 {
	margin: 10px 10px;
}
#sec01 ul li a p {
	padding: 0 10px 15px;
	line-height: 1.5;
}
}
@media print, screen and (min-width:768px) {
#sec01 ul {
	margin-bottom: 30px;
	justify-content: flex-start;
}
#sec01 ul li {
	width:32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
#sec01 ul li:nth-child(3n) {
	margin-right: 0;
}
#sec01 ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #e0e0e0;
}
#sec01 ul li a:hover figure {
	background: #f00;
}
#sec01 ul li a h4 {
	margin: 15px 20px;
	font-size:28px;
}
#sec01 ul li a p {
	padding: 0 20px 20px;
	line-height: 1.5;
}
}

/*--------------------------section02*/

/*--------------------------section03*/
