@charset "UTF-8";

#longlife01 .section-wrap:nth-child(1):after {
	border-radius: 0 70px 0 0;
}
#longlife01 .section-wrap:nth-child(2):after {
	border-radius: 0;
}
#longlife01 .section-wrap:nth-child(3):after {
	border-radius: 0 0 70px 0;
}
#longlife01 .section-wrap:nth-child(1) .section-inner,
#longlife01 .section-wrap:nth-child(2) .section-inner {
	padding-bottom: 80px;
}



/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */
/* ABOUT */
.l-about {
	padding: 220px 0 120px;
}
.l-about-inner.u-inner {
	padding: 0 160px;
}


/* ACHIEVEMENT */
.l-achievement {
	margin-top: 20px;
}
.l-achievement-title {
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #363636;
	border-radius: 10px;
	background: #fff;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 5px 0 10px;
	position: relative;
}
.l-achievement-title:before,
.l-achievement-title:after {
	content: "";
	display: block;
	width: 1em;
	height: 0.5em;
	background: #fff;
	position: absolute;
}
.l-achievement-title:before {
	top: -1px;
	left: 15px;
}
.l-achievement-title:after {
	bottom: -1px;
	right: 30px;
}
.l-achievement-text {
	border-bottom: 2px dashed #4ba674;
	margin-bottom: 40px;
	padding-bottom: .5em;
}


/* BLOCK */
.l-block-title {
	font-size: 18px;
	line-height: 1.3;
}


/* REASON */
.l-reason ul > * {
	line-height: 1.6;
	background: url(../image/common/icon_house__green.png) no-repeat left top 1em/ 18px 19px;
	border-bottom: 1px dotted #4ba674;
	padding: 1em 0 1em 2em;
}
.l-reason ul > *:last-child {
	border-bottom: none;
}



@media screen and (min-width:320px) and ( max-width:767px) {
	#longlife01 .section-wrap:nth-child(1):after {
		border-radius: 0 35px 0 0;
	}
	#longlife01 .section-wrap:nth-child(3):after {
		border-radius: 0 0 35px 0;
	}
	#longlife01 .section-wrap:nth-child(1) .section-inner {
		padding-bottom: 15%;
	}
	#longlife01 .section-wrap:nth-child(2) .section-inner {
		padding-top: 15%;
		padding-bottom: 15%;
	}
	#longlife01 .section-wrap:nth-child(3) .section-inner {
		padding-top: 15%;
	}
	#longlife01 .u-copy.u-copy__0 {
		font-size: 15px;
	}

/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */
/* ABOUT */
	.l-about {
		padding: 110px 0 80px;
	}
	.l-about-inner.u-inner {
		padding: 0 4%;
	}


/* ACHIEVEMENT */
	.l-achievement-title {
		font-size: 14px;
		padding: 0 0.75em;
	}


/* BLOCK */
	.l-block-title {
		font-size: 17px;
	}


/* REASON */
	.l-reason {
	}
	
	
	
	
}