@charset "utf-8";
/*------------------------------------------------------------
	reform
------------------------------------------------------------*/
#main {
	margin-bottom: 287px;
}
#main .textBox {
	position: relative;
}
#main .textBox .textImg {
	position: absolute;
	top: -96px;
	right: -3px;
}
#main .showUl {
	display: flex;
	flex-wrap: wrap;
}
#main .showUl li {
	margin-right: 28px;
	padding: 0 29px 85px;
	width: 320px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
#main .showUl li:nth-child(3n) {
	margin-right: 0;
}
#main .showUl h3 {
	margin: -48px 0 9px;
	text-align: center;
	font-size: 2.1rem;
}
#main .showUl h3 .image {
	margin-bottom: 9px;
	display: block;
	position: relative;
}
#main .showUl h3 .image::after {
	width: 114px;
	height: 114px;
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #fff;
	content: "";
	z-index: -1;
}
#main .showUl h3 .text {
	padding-bottom: 5px;
	display: inline-block;
	background: url(../img/common/line01.png) repeat-x left bottom;
	background-size: 21px auto;
}
#main .showUl p {
	line-height: 2;
}
#main .showUl .photo {
	margin-bottom: 15px;
}
#main .showUl .comBtn01 {
	width: 100%;
	position: absolute;
	bottom: 23px;
	left: 0;
}
@media all and (max-width: 896px) {
	#main .textBox .textImg {
		position: static;
		top: auto;
		right: auto;
		text-align: center;
	}
	#main .textBox .textImg img {
		width: 120px;
	}
	#main .showUl li {
		margin: 0 0 60px 0;
		padding: 0 20px 85px;
		width: 100%;
	}
	#main .showUl li:last-child {
		margin-bottom: 0;
	}
	#main .showUl {
	}
	#main .textBox {
		margin-bottom: 50px;
	}
	#main .showUl .photo img {
		width: 100%;
	}
	#main .showUl h3 .image img {
		width: 28px;
	}
	#main .showUl h3 .image::after {
		width: 70px;
		height: 70px;
	}
	#main .showUl h3 {
		margin: -20px 0 15px;
		font-size: 1.9rem;
	}
	#main .showUl h3 .image {
		margin-bottom: 13px;
	}
}