@charset "UTF-8";
/* CSS Document */

/*------------------------------
common
------------------------------*/
.common_box {
	width: 100%;
	text-align: center;
	margin: 0 auto 100px;
}
.outer {
	position: relative;
	padding: 50px 0 0;
}
.inner {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 8%;
	box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
}
a.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	background: #000;
}
a.btn:hover {
	background: #0069d5;
	transition: 0.5s;
}
a.btn p {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
a.btn p span {
	padding: 0 50px;
}

/*------------------------------
content
------------------------------*/
#main {
	margin: 180px auto 150px;
}
#main .ttl {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 10px;
}
#main .sub {
	font-size: 12px;
	line-height: 12px;
}
#business01::before {
	content: '';
	position: absolute;
	background: #bdd7ee;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	z-index: -1;
}
#business02::before {
	content: '';
	position: absolute;
	background: #c5e1b4;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	z-index: -1;
}
#business03::before {
	content: '';
	position: absolute;
	background: #f8caad;
	width: 100%;
	height: 380px;
	top: 0;
	left: 0;
	z-index: -1;
}
.outer .ttl {
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	margin: 0 0 10px;
}
.outer .sub {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 50px;
}
.inner .txt {
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 80px;
}
.detail {
	width: 100%;
	border-bottom: solid 1px #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
.detail.end {
	border-bottom: none;
}
.detail .ttl {
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.detail .txt {
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
.detail .txt a {
    color: #00f;
    word-break: break-all;
}
.detail .txt a:hover {
	text-decoration: underline;
	transition: 0.5s;
}
