@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#headtitle {
	margin: 0;
	padding: 17px 0 45px;
}
#headtitle h2 {
	padding-bottom: 22px;
}
#headtitle h2::after {
	content: none;
}
#headtitle h2 + p {
	position: relative;
	padding-top: 65px;
}
#headtitle h2 + p:after {
	position: absolute;
	top: 0;
	left: 47.5%;
	content: '';
	width: 60px;
	height: 60px;
	background: url(../img/icon_title.png) top center no-repeat;
}
#s_index .conHead {
	padding: 20px 0 60px;
	background: #f4f4f4;
}
#s_index .conHead .share {
	margin: 0 0 20px;
	font-size: 0;
	text-align: right;
}
#s_index .conHead .share li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
#s_index .conHead .share .printBtn {
	margin-left: 15px;
}
#s_index .conHead .share .printBtn a > span {
	padding: 0;
}
#s_index .conHeadIntro {
	padding-bottom: 35px;
}
#s_index .conHeadIntro > h3 {
	padding-bottom: 5px;
}
#s_index .conHeadBox {
	background-color: #fff;
	padding: 30px;
	border-radius: 6px;
}
#s_index .conHeadBox dl {
	display: table;
}
#s_index .conHeadBox dl > dt,
#s_index .conHeadBox dl > dd {
	display: table-cell;
}
#s_index .conHeadBox dl > dt {
	width: 180px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#s_index .conHeadBox dl > dt img {
	padding: 70px 0;
	width: 146px;
}
#s_index .conHeadBox dl > dd {
	padding-left: 32px;
	vertical-align: middle;
}
#s_index .conHeadBox dl > dd > h4 {
	padding-bottom: 5px;
}
#s_index .conBody h3 {
	padding: 135px 0 70px;
	background-image: url(../img/index_bg.png);
	background-position: center center;
	background-size: cover;
}
#s_index .conBody h4 span {
	position: relative;
	padding-left: 25px;
	display: inline-block;
}
#s_index .conBody h4 span:after {
	position: absolute;
	top: 20%;
	left: -10px;
	content: '';
	width: 27px;
	height: 27px;
	background: url(../img/icon_title_s.png) left center no-repeat;
}
#s_index .mainBox .box {
	float: left;
	width: 520px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 28px;
}
#s_index .mainBox .box:nth-child(2n) {
	margin-left: 60px;
	margin-bottom: 40px;
}
#s_index .mainBox .box:last-child {
	margin-bottom: 80px;
}
#s_index .mainBox #s01 h4 {
	margin-top: -25px;
}
#s_index .mainBox .box > h5 {
	width: 144px;
	height: 58px;
	margin: 0 auto 7px;
	padding: 13px 0 10px;
	text-align: center;
	background: url(../img/c_conHead_i07.png) no-repeat;
	background-size: 144px 58px;
}
#s_index .mainBox .box > h6 {
	padding-bottom: 15px;
}
#s_index .mainBox .box figure {
	padding-bottom: 20px;
}
#s_index .mainBox .box figure img {
	text-align: center;
	width: 100%;
}
#s_index .mainBox .box .name {
	display: table;
	padding-bottom: 15px;
}
#s_index .mainBox .box .name > dt, 
#s_index .mainBox .box .name > dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#s_index .mainBox .box .name > dt {
	background: #d4ebff;
	border-radius: 6px;
	padding: 4px 9px;
}
#s_index .mainBox .box .name > dd {
	padding-left: 15px;
}
#s_index .mainBox .box .cmn_btn01 a {
	position: relative;
	display: table;
	width: 230px;
	height: 34px;
	margin: 13px auto 0;
	background-color: #ec2929;
	border-radius: 6px;
	color: #fff;
}
#s_index .mainBox .box .cmn_btn01 a > span {
	display: table-cell;
	vertical-align: middle;
}
#s_index .mainBox .box .cmn_btn01 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}
