@charset 'utf-8';

/*------------------------------------------------
lcl-cnt
------------------------------------------------*/

.lcl-cnt{
	padding: 40px 0 80px;
}
.lcl-cnt__in{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.lcl-cnt__announcement {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: red;
	margin-bottom: 30px;
}

/*------------ lcl-cnt-item ------------*/

.lcl-cnt-item{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}
.lcl-cnt-item__ttl{
	width: 200px;
	border-bottom: 1px solid #06afd8;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 15px 20px;
}
.lcl-cnt-item__txt{
	width: 765px;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 20px;
}
/* option ------------*/
.lcl-cnt-item:first-child .lcl-cnt-item__ttl{
	border-top: 1px solid #06afd8;
}
.lcl-cnt-item:first-child .lcl-cnt-item__txt{
	border-top: 1px solid #e3e3e3;
}
/* /option -----------*/

/* ---------------------------------------------------------------- SP ---- */

@media screen and (max-width: 767px) {

	/*------------------------------------------------
	lcl-cnt
	------------------------------------------------*/

	.lcl-cnt{
		padding: 25px 0 45px;
	}
	.lcl-cnt__in{
		width: 100%;
		padding: 0 15px;
	}

	/*------------ lcl-cnt-item ------------*/

	.lcl-cnt-item{
	}
	.lcl-cnt-item__ttl{
		width: 90px;
		padding: 10px 10px;
		font-size: 12px;
	}
	.lcl-cnt-item__txt{
		width: calc(100% - 95px);
		padding: 10px 10px;
		font-size: 12px;
	}

}
