@charset "UTF-8";

/* CSS Document */
.secIepato {
	margin: 54px 0 0;
	line-height: 1.6;
}

.secIepato_title {
	text-align: center;
	margin: 0 0 44px;
}

.secIepato_text-intro {
	text-align: center;
}

.secIepato_image {
	text-align: center;
	margin: 40px 0 5px;
}

.secIepato_headline {
	font-size: 25px;
	color: #E53300;
	margin: 0 0 17px;
}

.secIepato_inner {
	padding: 0 124px;
}

.iepatoInfo {
	margin: 51px 0 0;
}

.iepatoInfo_title {
	color: #E53300;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 8px;
}

.iepatoInfo_list {
	border-top: 1px dashed #aaa;
	list-style: none;
}

.iepatoInfo_list > li > a {
	border-bottom: 1px dashed #aaa;
	display: block;
	line-height: 46px;
	color: inherit;
	padding: 0 12px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.iepatoInfo_list > li > a:hover {
	background: #FCE9E3;
}

.iepatoInfo_list > li > a .icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 0 0;
	color: #E53300;
	font-size: 17px;
}

.iepato {
	margin-top: 40px;
}

.iepato_ttl {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	background: #E73303;
}

.iepato_wrap {
}

.iepato_btn {
	margin-top: 25px;
	text-align: center;
}

.iepato_btn a {
	display: inline-block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.iepato_btn a:hover {
	opacity: .7;
}