@charset "UTF-8";

/* CSS Document */


/* --------------------------------------------------
disclaimer
-------------------------------------------------- */

.business {
	margin:56px auto;
	width:90%;
}

.business h4 {
	font-size:1.8rem;
	font-weight:bold;
	background:#EDEFF4;
	border-left:10px solid #5182CF;
	padding-left:1.8rem;
	margin:0 0 40px 0;
}

.guide {
	margin-bottom:38px;
}

.guide p {
	padding:0 30px;
	font-size: 1.7rem;
}

.business h5 {
	font-size:1.6rem;
	font-weight:bold;
	color:#3F6A9F;
	border-bottom:2px solid #3F6A9F;
	margin:0 0 38px 0;
	padding: 0.5rem;
}

.business section {
	margin-bottom:30px;
}

.business h6 {
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0.4em 0;
}
.business h6 span {
	border-bottom: 1px solid #426AA2;
	position: absolute;
	bottom:-1px;
}

.business dt, .business dd, .intro p {
	font-size:1.5rem;
	padding:0 2.8rem;
}

.business dt {
	margin-bottom:8px;
}
.business dt::before {
	content: "\f1db";
	font-family: FontAwesome;
	color:#000;
	margin: -15px;
	padding:0 17px;
}
.business dd {
	padding:0 0 0 4.5rem;
}
.intro {
	margin-left:30px;
}

.intro p {
	margin-bottom:20px;
}
