@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
	position: relative;
	margin-top: 20px;
}
.con_int .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* -----------------------------------------------------------
	.pnav
----------------------------------------------------------- */
.pnav {
	overflow: hidden;
	margin-top: 60px;
}
.pnav li {
	float: left;
	margin-left: 10px;
}
.pnav li:first-child {
	margin-left: 0;
}
.pnav + .con_acc {
	padding-top: 50px;
}

/* -----------------------------------------------------------
	.con_acc
----------------------------------------------------------- */
.con_acc {
	padding-top: 70px;
}
.con_acc h4 {
	margin-bottom: 30px;
}
.con_acc .box_acc {
	margin-top: 50px;
}
.con_acc .box_acc h5 {
	margin-bottom: 30px;
}
