@charset "utf-8";
/*------------------------------------------------------------
	l-lens
------------------------------------------------------------*/
#conts .body {
	background-color: #2c2c2c;
}
#conts .bg-box {
	padding: 88px 0 33px;
	background: url(../img/l-lens/bg.jpg) repeat-x left top / 1px 100%;
}
#conts .bg-box h2 {
	margin-bottom: 18px;
	text-align: center;
}
#conts .bg-box h2:last-child {
	margin-bottom: 0;
}
#conts .bg-box p {
	margin-bottom: 28px;
	font-weight: 700;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.556;
	letter-spacing: 0.08em;
}
#conts .bg-box b {
	color: #cc0000;
}
#conts .bg-box .btn {
	margin-bottom: 20px;
}
#conts .bg-box .btn a {
	margin: 0 auto;
	max-width: 288px;
	padding: 0 20px 5px;
	height: 70px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #4c4c4c;
	background: #333 url(../img/common/icon-arrow01.png) no-repeat right 30px center;
	box-sizing: border-box;
}
#conts .bg-box .btn a:after {
	position: absolute;
	right: 0;
	bottom: 16px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #cc0000;
	content: "";
}
#conts .bg-box .link-list {
	margin: 0 auto 35px;
	max-width: 800px;
	gap: 22px 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#conts .bg-box .link-list a {
	display: block;
	min-width: 240px;
	padding: 5px 27px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #B80000;
}
#conts .bg-box .link-list a span {
	display: inline-block;
	padding-right: 18px;
	background: url(../img/common/icon-arrow01.png) no-repeat right center;
}
#conts .bg-box .img-list li {
	margin-bottom: 60px;
}
#conts .bg-box .img-list li:last-child {
	margin-bottom: 0;
}
#conts .bg-box .img-list .title {
	margin-bottom: 25px;
	padding-bottom: 12px;
	font-size: 3.4rem;
	border-bottom: 2px solid #b90000;
}
#conts .bg-box .img-box {
	overflow: hidden;
}
#conts .bg-box .img-box .photo-box {
	float: right;
	width: 404px;
	margin: 5px 0 10px 25px;
}
#conts .bg-box .img-box .photo-box p {
	margin: -10px 40px 0 0;
	text-align: right;
}
#conts .bg-box .img-box01 .photo-box p {
	margin: 5px 0 0;
}
#conts .bg-box .img-box p {
	margin-bottom: 0;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.63;
	text-align: justify;
	letter-spacing: 0.08em;
}
#conts .bg-box .img-box .photo-list {
	margin-top: 27px;
	display: flex;
	justify-content: space-between;
}
#conts .bg-box .img-box .photo-list li {
	width: 48.5%;
}
#conts .bg-box .img-box .photo-list p {
	margin: 0 15px;
}
@media all and (max-width: 767px) {
	#conts .bg-box {
		padding-top: 50px;
	}
	#conts .bg-box p {
		margin-bottom: 36px;
		text-align: left;
		font-size: 1.6rem;
	}
	#conts .bg-box .btn a {
		max-width: 240px;
		padding: 0 15px 3px;
		height: 52px;
		font-size: 1.3rem;
		line-height: 1.1;
		text-align: center;
		background-size: 9px auto;
	}
	#conts .bg-box .btn a:after {
		bottom: 10px;
		width: calc(100% - 14px);
	}
	#conts .bg-box .link-list {
		justify-content: space-between;
		gap: 20px 0;
	}
	#conts .bg-box .link-list li {
		width: 48%;
	}
	#conts .bg-box .link-list a {
		padding: 5px 0;
		font-size: 1.3rem;
		min-width: inherit;
	}
	#conts .bg-box .img-list li {
		margin-bottom: 42px;
	}
	#conts .bg-box .img-list .title {
		font-size: 2rem;
	}
	#conts .bg-box .img-box {
		display: flex;
		flex-wrap: wrap;
	}
	#conts .bg-box .img-box .photo-box {
		float: none;
		width: 100%;
		order: 1;
		margin: 25px 0 0;
	}
	#conts .bg-box .img-box .photo-box p {
		margin: -10px 0 0;
		text-align: right;
	}
	#conts .bg-box .img-box p {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	#conts .bg-box .img-box .photo-list {
		margin-top: 10px;
		display: block;
	}
	#conts .bg-box .img-box .photo-list li {
		width: auto;
	}
	#conts .bg-box .img-box .photo-list li {
		margin-bottom: 20px;
	}
}