@charset "utf-8";

.civil-btn-wrp {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.civil-btn {
	width: calc((100% - 36px)/2);
	color: #21348b;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	height: 96px;
	padding-bottom: 15px;
	transition: 0.7s ease;
	margin-bottom: 18px;
	text-align: center;
}
.civil-btn:not(:last-child) {
	margin-right: 18px;
}
.civil-btn::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #21348b;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.7s ease;
}
.civil-btn-in {
	position: relative;
}
.civil-btn-in::after {
	content: '\f107';
	font-family: fontawesome;
	font-size: 30px;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	transition: 0.7s ease;
}
@media screen and (min-width: 768px) {
	.civil-btn:hover {
		background-color: #21348b;
		color: #fff;
	}
	.civil-btn:hover::before {
		width: 96%;
		height: 80%;
		border: 1px solid #fff;
	}
	.civil-btn:hover .civil-btn-in::after {
		bottom: -35px;
		color: #fff;
	}
}
/*============================ #グレー背景のところ ============================*/
.civil-blk-list {
}
.civil-blk-item {
	background-color: #eee;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	padding: 40px;
}
.civil-blk-item:not(:last-child) {
	margin-bottom: 35px;
}
.civil-block-img {
	width: 340px;
}
.civil-block-txt {
	width: calc(100% - 340px);
	padding-left: 2.5vw;
	padding-top: 5px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.civil-blk__ttl {
	color: #21348b;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
/* ---------------------- option ---- */
.civil-block-img figcaption {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
	.civil-blk-item--imglong {
		flex-direction: row-reverse;
	}
	.civil-blk-item--imglong .civil-block-img {
		width: 580px;
	}
	.civil-blk-item--imglong .civil-block-txt {
		width: calc(100% - 580px);
		padding-right: 2.5vw;
		padding-left: 0;
	}
}
/* ---------------------- option ---- */
.civil-blk-item--single .civil-block-img {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	/*flex-wrap: wrap;*/
}
.civil-blk-item--single figure:not(:last-child) {
	margin-right: 20px;
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.civil-blk-item--rev {
		flex-direction: row-reverse;
	}
	.civil-blk-item--rev .civil-block-txt {
		padding: 0 0 0 20px;
	}
}
/*============================ #header ============================*/
.bgblock__box-txt {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.civil-btn-wrp {
		margin-bottom: 40px;
		display: block;
	}
	.civil-btn:not(:last-child) {
		margin: 0 auto 15px;
	}
	.civil-btn {
		width: 100%;
		font-size: 15px;
		height: 60px;
		padding-bottom: 10px;
	}
	.civil-btn-in::after {
		font-size: 20px;
		bottom: -20px;
	}
	/*============================ #header ============================*/
	.civil-blk-item {
		padding: 15px;
		flex-direction: column-reverse;
	}
	.civil-block-img {
		width: 100%;
	}
	.civil-block-txt {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.civil-block-img figcaption {
		font-size: 13px;
		padding: 10px 0 0;
	}
	/* ---------------------- option ---- */
	.civil-blk-item--single .civil-block-img {
		display: block;
	}
	.civil-blk-item--single figure:not(:last-child) {
		margin: 0 auto 15px;
	}
}
