@charset "utf-8";

/* 共通 ============================================================*/

#creation {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

#creation .creation-inner {
	max-width: 1080px;
	height: inherit;
	margin: 0 auto;
}

#creation .section-margin {
	margin-top: 120px;
}

#creation a {
	text-decoration: none;
}

#creation .bold {
	background: linear-gradient(transparent 82%, rgb(210, 190, 0) 82%);
}

#creation .bold.simple{
	background: none;
}

#creation .bold.simple a {
    text-decoration: underline;
}

@media screen and (min-width: 1081px) {
	#creation .box-list-wrap {
		padding: 25px 60px 25px 150px;
	}
}

#creation .creation-inner {
	max-width: 1080px;
	height: inherit;
	margin: 0 auto;
}

/* 上書き ============================================================*/
#creation .fv {
	height: 500px;
	background: no-repeat top / 1920px url(/government/dx_common/img03/fv-background.png);
}

#creation .fv-contents-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: inherit;
	text-align: start;
}

#creation .fv-contents-wrap.sp {
	display: none;
}

#creation .fv-l {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 690px;
	margin-bottom: 25px;
	z-index: 10;
}

#creation .fv-l a:last-child {
	margin-left: 30px;
}

#creation .fv-l__ttl {
	margin-bottom: 50px;
}

#creation .commentator__person-bold {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#creation .fv__r {
	position: absolute;
	right: 0;
	top: initial;
	bottom: -6px;
	max-width: 486px;
}

#creation .commentator-detail-wrap {
	align-items: center;
}

#creation .commentator-detail__img {
	width: 157px;
	height: 197px;
}

#creation .transition-list-wrap {
    align-items: center;
}

#creation .creation-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
	#creation .section-margin {
		margin-top: 80px;
	}

	#creation .fv-contents-wrap {
		display: none;
	}

	#creation .fv {
		height: 680px;
		background: no-repeat top / cover url(/government/dx_common/img03/fv-background.png);
	}

	#creation .box-list a {
		white-space: initial;
	}

	#creation .fv-contents-wrap.sp {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	#creation .fv-contents-wrap.sp a {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	#creation .fv-contents-wrap.sp a:last-child {
		margin-top: 12px;
		margin-bottom: 15px;
	}

	#creation .creation-inner {
		margin: 0 10px;
	}

	#creation .sp .fv-l__ttl {
		width: auto;
		height: 100%;
		max-height: 450px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 549px) {
	#creation .fv {
		height: auto;
		background: no-repeat center right/cover url(/government/dx_common/img03/sp-fv-background.png);
	}

	#creation .fv-contents-wrap.sp {
		padding-top: 22.5px;
	}

	#creation {
		font-size: 14px;
	}

	#creation .section-margin {
		margin-top: 40px;
	}

	#creation .sp .fv-l__ttl {
		width: 100%;
		max-height: initial;
		margin: 0;
	}
}
