@charset "utf-8";

/* 共通 ============================================================*/

#master {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

#master .master-inner {
	max-width: 1080px;
	height: inherit;
	margin: 0 auto;
}

#master .section-margin {
	margin-top: 120px;
}

#master a {
	text-decoration: none;
}

#master .bold {
	background: linear-gradient(transparent 82%, rgb(210, 190, 0) 82%);
}

@media screen and (min-width: 1081px) {
	#master .box-list-wrap {
		padding: 25px 60px 25px 150px;
	}
}

/* header ============================================================*/

#master .fv {
	height: 500px;
	background: no-repeat top / 1920px url(/government/dx_common/img02/fv-background.png);
}

#master .fv-contents-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: inherit;
	text-align: start;
}

#master .fv-contents-wrap.sp {
	display: none;
}

#master .fv-l {
	display: flex;
	flex-wrap: wrap;
	max-width: 690px;
	margin-bottom: 20px;
}

#master .fv-l a:last-child {
	margin-left: 30px;
}

#master .fv-l__ttl {
	margin-bottom: 20px;
}

.fv__r {
	position: relative;
	top: 9px;
	max-width: 373px;
}

.fv-l__img {
	max-width: 300px;
}

.link-wrap {
	text-align: center;
}

.previous-link {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

.modal + .lowcode__q,
.modal + .lowcode__a {
	margin-top: 35px;
}

.lowcode__a .bold {
	font-weight: bold;
}

.inquiries-inner {
	text-align: center;
}

.inquiries-inner a:first-child {
	margin: 0 40px 0 0;
}

.inquiries__img {
	max-width: 300px;
}

.connection-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.connection-container {
	display: block;
	max-width: 340px;
}

.connection-container p {
	font-size: 16px;
}

.commentator-detail {
	margin-top: 45px;
}

.commentator__name {
	margin-bottom: 12px;
}

.commentator__kana {
	position: relative;
	font-size: 12px;
}

.commentator__kana::before {
	content: "　";
	position: relative;
}

.commentator-detail__img {
	width: 132px;
	height: 239px;
}

#master .commentator__person-bold {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.br-sp {
	display: none;
}

#master .main__overview {
	margin-bottom: 40px;
}

.main__text {
	font-size: 22px;
	font-weight: bold;
	color: #1e32a5;
	text-align: center;
	margin-bottom: 40px;
}

#master .main__text a {
	text-decoration: underline;
}

/* TB ============================================================*/

@media screen and (max-width: 1080px) {
	#master .section-margin {
		margin-top: 80px;
	}

	#master .fv-contents-wrap {
		display: none;
	}

	#master .fv {
		height: 680px;
		background: no-repeat top / cover url(/government/dx_common/img02/fv-background.png);
	}

	#master .box-list a {
		white-space: initial;
	}

	#master .fv-contents-wrap.sp {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	#master .fv-contents-wrap.sp a {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	#master .fv-contents-wrap.sp a:last-child {
		margin-bottom: 15px;
	}

	#master .master-inner {
		margin: 0 10px;
	}

	#master .sp .fv-l__ttl {
		width: auto;
		height: 100%;
		max-height: 450px;
		margin-top: 50px;
		margin-bottom: 0;
	}

	.fv-l__img {
		padding: 4px 0;
	}

	.connection-inner {
		justify-content: space-evenly;
	}

	.inquiries-inner a {
		display: block;
	}

	.inquiries-inner a:first-child {
		margin: 0 0 30px 0;
	}
}

/* SP ============================================================*/

@media screen and (max-width: 549px) {
	#master .fv {
		height: auto;
		background: no-repeat center right/cover url(/government/dx_common/img02/sp-fv-background.png);
	}

	#master .fv-contents-wrap.sp {
		padding-top: 22.5px;
	}

	#master {
		font-size: 14px;
	}

	#master .section-margin {
		margin-top: 40px;
	}

	#master .sp .fv-l__ttl {
		width: 100%;
		max-height: initial;
		margin: 0;
	}

	.fv-l__img {
		width: 70%;
	}

	.link-wrap {
		margin-top: 20px;
	}

	.next-installment__text {
		margin-bottom: 30px;
	}

	.br-sp {
		display: block;
	}

	.commentator__kana::before {
		display: none;
	}
}
