@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	max-width: 960px;
}
#main .headLine01 {
	margin-bottom: 75px;
}
#main .txtDl {
	margin: 0 40px 77px 0;
}
#main .txtDl dt {
	padding-top: 27px;
	float: left;
	color: #5DB31E;
	font-size: 4.8rem;
	line-height: 1;
	font-family: 'futura-oblique';
}
#main .txtDl dd {
	padding: 27px 0 25px 4.5em;
	line-height: 1.6;
	position: relative;
}
#main .txtDl dd:after {
	position: absolute;
	left: 75px;
	bottom: 0;
	width: calc(100% - 75px);
	height: 1px;
	border-bottom: 1px dotted #707070;
	content: "";
}
#main .midTxt {
	margin-bottom: 60px;
	line-height: 1.6;
	text-align: center;
}
#main .midTxt02 {
	margin-bottom: 15px;
}
#main .rTxt {
	margin: 0 35px 110px;
	line-height: 1.8;
	text-align: right;
}
#main .bottomTxt {
	margin: 60px auto 30px;
	line-height: 1.6;
	text-align: left;
}

@media all and (max-width: 896px) {
	#main {
		padding-top: 38px;
		margin: 0 30px;
	}
	#main .headLine01 {
		margin-bottom: 100px;
	}
	#main .headLine01 .en {
		margin-bottom: 8px;
	}
	#main .comBtn {
		margin-bottom: 95px;
	}
	#main .txtDl {
		margin: 0 0 55px;
	}
	#main .txtDl dt {
		padding: 20px 0 0 5px;
		font-size: 3.6rem;
	}
	#main .txtDl dd {
		padding: 20px 0 10px 4.8em;
		line-height: 1.45;
	}
	#main .txtDl dd:after {
		left: 60px;
		width: calc(100% - 60px);
	}
	#main .midTxt {
		margin-bottom: 45px;
		line-height: 1.45;
	}
	#main .midTxt02 {
		margin: 0 -3px 15px;
		line-height: 1.65;
	}
	#main .rTxt {
		margin: 0 23px 45px;
		line-height: 1.4;
	}
}