@charset "utf-8";
#title-wrap{
	background:url(/img/business/bg_title_wrap.png) no-repeat center center;
	background-size:cover;
	margin-bottom:70px;
}
article.box{
	overflow:visible;
}
.lead{
	font-size:143%;
	line-height:1.95;
	font-weight:300;
	text-align:center;
	letter-spacing: 0.12em;
	margin-bottom:70px;
}
.lead .sub{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size:93%;
	font-weight: 500;
	color: #907a41;
	margin-bottom: 10px;
}
.lead .sub:before,
.lead .sub:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color:#907a41;
}
.lead .sub:before {
left:0;
}
.lead .sub:after {
right:0;
}
.type-box-wrapper{
	margin-bottom: 70px;
	position: relative;
}
.type-box-wrapper::after{
	content:'';
	position: absolute;
	display:block;
	background: #ece9e0;
	width: 75%;
	height: calc(100% - 85px);
	z-index:-1;
	top: 25px;
	right: -35px;
	border-radius:0 80px 0 80px ;
}
.type-box{
	margin-bottom: 15px;
}

.type-box h2{
	font-size:200%;
	font-weight:bold;
	margin-bottom:18px;
	letter-spacing: 0.06em;
}
.type-box .text-wrap{
	overflow:hidden;
	padding-top:42px;
}
.type-box .text-wrap p,
.greeting .text-wrap p{
	line-height:1.8;
	font-size:108%;
	text-align:justify;
}
.type-box .text-wrap .sub{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color:#907a41;
	padding-bottom: 3px;
	letter-spacing: 0.06em;
	position: relative;
}
.type-box .text-wrap .sub::before{
	content:'';
	display:inline-block;
	vertical-align:4px;
	width: 10px;
	height: 1px;
	margin-right: 5px;
	background: #907a41;
}
/*奇数*/
.type-box-wrapper .type-box:nth-child(odd) h2 span{
	background: url(/img/business/line_y.png) left bottom repeat-x;
}
.type-box-wrapper .type-box:nth-child(odd) .img{
	float:left;
	margin-right:35px;
}
/*偶数*/
.type-box-wrapper .type-box:nth-child(even) h2 span{
	background: url(/img/business/line_r.png) left bottom repeat-x;
}
.type-box-wrapper .type-box:nth-child(even) .img{
	float:right;
	margin-left:35px;
}
.type-box-wrapper .type-box:last-child{
	margin-bottom: 0;
}
.type-box-wrapper .type-box:first-child .text-wrap{
	padding-top: 55px;
}
