@charset "utf-8";

.pagemain {
	background-image: url(../img/main_bg.jpg);
}
/*================ l__permission ================*/
.l__permission__lead {
	margin: 20px 0 0;
}
.l__kyoka--btn {
	width: 370px;
	margin: 0 auto;
}
/*================ l__cnt ================*/
.l__cnt {
	padding: 80px 0;
	margin: 100px 0 0;
}
.l__cnt__list {
	border-top: 1px solid #9fb5bc;
}
.l__cnt__item {
	border-bottom: 1px solid #9fb5bc;
	padding: 33px 25px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.l__cnt__txt {
	width: 554px;
}
.l__cnt__item .blk__ttl03 {
	text-align: left;
	margin-bottom: 6px;
}
.l__cnt__item .blk__list {
	margin: 1em 0;
}
.l__cnt__img {
	width: calc(100% - 554px);
}
/* ------ option ------ */
.l__cnt__item--full {
	display: block;
}
.l__cnt__item--full .l__cnt__txt {
	width: 100%;
}
.l__kyokalist {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px 2%;
	margin: 20px 0;
}
.l__kyokalist li {
	width: 32%;
	font-size: 13px;
}
.l__kyokalist li p span {
	color: #519fae;
}
.l__kyokalist li.l__kyokalist__item {
	width: 64%;
}
.l__kyokalist li > span {
	display: block;
	width: 100%;
	height: 325px;
	margin-bottom: 7px;
}
.l__kyokalist li > span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ------ option ------ */
.l__cnt__blklist {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 65%;
}
.l__cnt__blklist li {
	width: 50%;
}
.l__cnt__ttl {
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}
.l__cnt__ttl::before {
	content: "";
	width: 5px;
	height: 100%;
	background-color: #519fae;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*================ 内部パーツ ================*/
.l__cnt2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.l__cnt2 .l__kyokalist {
	width: 231px;
}
.l__cnt2 .l__kyokalist li {
	width: 100%;
}
.l__cnt2__in {
	width: calc(100% - 231px);
	padding-left: 40px;
}
.l__cnt2__in img {
	display: block;
	width: 100px;
	margin-bottom: 20px;
}
.l__cnt2__in .blk__ttl03 {
	font-size: 17px;
}
.l__cnt2__in p {
	margin-bottom: 20px;
}
/* ------ option ------ */
.l__cnt__img__item {
	width: 161px;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.l__permission__lead {
		padding: 0 18px;
	}
	/* ------ option ------ */
	.l__kyoka--btn {
		width: 100%;
		font-size: 13px;
	}
	/*================ l__cnt ================*/
	.l__cnt {
		padding: 50px 18px;
		margin: 40px 0 0;
	}
	.l__cnt__item {
		padding: 20px 10px;
		display: block;
	}
	.l__cnt__txt {
		width: 100%;
	}
	.l__cnt__img {
		width: 50%;
		margin: 0 auto;
	}
	/* ------ option ------ */
	.l__kyokalist {
		gap: 0;
	}
	.l__kyokalist li {
		width: 46%;
		font-size: 11px;
		margin-bottom: 30px;
	}
	.l__kyokalist li:nth-child(2n + 1) {
		margin-right: 8%;
	}
	.l__kyokalist li.l__kyokalist__item {
		width: 100%;
		margin-right: 0;
	}
	.l__kyokalist li > span {
		height: auto;
	}
	/* ------ option ------ */
	.l__cnt__blklist li {
		width: 100%;
	}
	/* ------ option ------ */
	.l__cnt2 {
		display: block;
	}
	.l__cnt2 .l__kyokalist {
		width: 85%;
		margin: 0 auto;
	}
	.l__cnt2 .l__kyokalist li:nth-child(2n + 1) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.l__cnt2__in {
		width: 100%;
		padding-left: 0;
	}
	.l__cnt2__in img {
		width: 70px;
		margin: 0 auto 10px;
	}
	.l__cnt2__in .blk__ttl03 {
		font-size: 14px;
	}
	.l__cnt2__in p {
		margin-bottom: 15px;
		font-size: 13px;
	}
	/* ------ option ------ */
	.l__cnt__img__item {
		width: 60%;
		margin: 0 auto;
	}
}
