@charset "utf-8";
/*-------------------------------
	common
-------------------------------*/
.wrap {
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.wrap .heading01 {
	margin-bottom: 22px;
	padding-bottom: 32px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 4px solid #EEEEF0;
}
.wrap .heading01 + p {
	margin: 0 auto 57px;
	width: 950px;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: -1px;
	text-indent: 1em;
}
.wrap .comLink {
	text-align: center;
}
.wrap .comLink a {
	width: 100%;
	max-width: 490px;
	height: auto !important;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
    background: -webkit-linear-gradient(#8FC31F,#5BB12C,#5AB02C);
    background: -moz-linear-gradient(#8FC31F,#5BB12C,#5AB02C);/* Firefox 3.6+ */
    background: -ms-linear-gradient(#8FC31F, #5BB12C,#5AB02C); /* IE 10 */
    background: -o-linear-gradient(#8FC31F, #5BB12C,#5AB02C);/* Opera 11.10+ */
    background: linear-gradient(#8FC31F, #5BB12C,#5AB02C);
}
.wrap .comLink a span {
	padding: 30px 63px 28px 22px;
	display: inline-block;
	background: url("../img/icon.png") no-repeat right 10px center;
	background-size: 42px auto;
}
.wrap .comLink a:hover {
	opacity: 0.7;
}
.wrap .bgBox {
	margin-bottom: 84px;
	background-color: #F5F8EC;
}
.wrap .btnBox {
	padding: 46px 0;
	margin: 0 auto;
	width: 912px;
}
.wrap .btnBox .btn {
	margin-bottom: 24px;
	position: relative;
}
.wrap .btnBox .btn::before {
	right: 6px;
	left: 6px;
	top: 5px;
	bottom: -10px;
	position: absolute;
	border-bottom: 2px solid #ccc;
	content: '';
}
.wrap .btnBox a {
	display: block;
	height: inherit !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.wrap .btnBox img {
	width: 100%;
}
.wrap .btnBox .linkUl {
	margin: -15px 6px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap .btnBox .linkUl li {
	margin-top: 15px;
	width: 290px;
}
.wrap .btmLink {
	padding-left: 6px;
	margin: 96px auto 0;
	max-width: 865px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.wrap .txtInner {
	padding: 0 0 3px;
	margin: -91px auto 130px;
	width: 900px;
	border: 3px dotted #000;
}
.wrap .txtInner .tab {
	display: table;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}
.wrap .txtInner .tab > * {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.wrap .txtInner .tab .lTxt {
	padding: 25px 0 19px;
	width: 13.7%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.wrap .txtInner .tab .lTxt::before {
	width: 2px;
	right: -1px;
	top: 18px;
	bottom: 16px;
	position: absolute;
	background-color: #999;
	content: '';
}
.wrap .txtInner .tab .rTxt {
	padding: 25px 8px 19px 27px;
	font-size: 20px;
	line-height: 1.5;
}



