@charset "utf-8";

/* =============================================
	福井県庁・市役所×日建
============================================= */

/*---------------------------------------------
	記事コンテンツ
---------------------------------------------*/
.color_green{
	color: #1b9947;
}
.color_blue{
	color: #2f78bc;
}

.icon_rotate{
	display: inline-block;
	transform: rotateZ(-90deg);
}

/*****
記事ヘッダー
*****/
.page_header_wrap{
	background-image: linear-gradient(to bottom, #4987c7 0%, #74ace1 50%);
}

#fukui_header{
	width: 100%;
	max-width: 1600px;
	min-width: 970px;
	margin: 0 auto;
	position: relative;
}
#fukui_header img{
	width: 100%;
	height: auto;
}

#fukui_header .fukui_ttl_area{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 50%;
	position: absolute;
	top: 6%;
	left: 6%;
	z-index: 999;
}
.fukui_ttl_area .header_text{
	margin: 1em 0 0 1em;
}

.anim_fadein{
	opacity: 0;
	position: relative;
	z-index: 1;
	animation-name: anim_fadein;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_fadein{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/***ページリード***/
.lead_section{
	font-size: 1.6rem;
	width: 94%;
	max-width: 970px;
	margin: -4em auto 0 auto;
	padding: 1em;
	border-bottom: solid 4px #555;
	border-right: solid 4px #555;
	border-radius: 0.5em;
	background-color: rgba(255,255,255,0.95);
	position: relative;
	z-index: 998;
	box-sizing: border-box;
}

.ttl_lead{
	font-size: 2.4rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	position: relative;
}
.ttl_lead::after{
	content: '';
	display: block;
	width: 50%;
	height: 0.5em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: transparent #858585 #858585 transparent;
	transform: skewX(20deg);
	position: absolute;
	bottom: 0;
	left: 1em;
	box-sizing: border-box;
}


/*****
記事内容
*****/
.section_wrap{
	margin-top: 6em;
	padding: 20px 0;
	background-image: linear-gradient(to bottom, #4987c7 0%, #74ace1 100%);
}
.normal_section{
 font-size: 1.6rem;
	width: 970px;
	margin: 6em auto 0 auto;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.section_wrap .normal_section{
	margin: 0 auto;
}

.ttl_type01{
	font-size: 2.6rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	margin-bottom: 1em;
	padding: 0 0 0.2em 0;
	position: relative;
}
.ttl_type01::after{
	content: '';
	display: block;
	width: 25%;
	height: 0.5em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: transparent #858585 #858585 transparent;
	transform: skewX(20deg);
	position: absolute;
	bottom: 0;
	left: 1em;
	box-sizing: border-box;
}
.ttl_type02{
	font-size: 2.6rem;
	line-height: 1.8;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	margin-bottom: 2em;
	padding-left: 1em;
}

.ttl_type03{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	position: relative;
}
.ttl_type03::after{
	content: '';
	display: block;
	width: 35%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.normal_section .ttl_type03{
	color: #1b9947;
}
.normal_section .ttl_type03::after{
	background-color: #1b9947;
}
.section_wrap .normal_section .ttl_type03{
	color: #2f78bc;
}
.section_wrap .normal_section .ttl_type03::after{
	background-color: #2f78bc;
}

/***プロフィール***/
#takezawa{}
.interview_profile{
	text-align: center;
	position: relative;
}
.interview_profile .profile_text{
	font-size: 1.2em;
	padding: 0.25em 0.5em;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	bottom: 2em;
	right: 2em;
}

.interview_profile .video_link{
	margin: 1em auto 0.5em auto;
}
.interview_profile .video_link a{
	display: inline-block;
	color: #1b9947;
	padding: 0.5em 1em;
	border-bottom: solid 2px #1b9947;
	border-right: solid 4px #1b9947;
	border-radius: 0.5em;
	background-color: #fff;
	box-shadow: 6px 6px 2px 0px rgb(0 0 0 / 20%);
	transition: transform 0.5s;
}
.interview_profile .video_link a:hover{
	transform: translateY(-5px);
}

/***記事ブロック***/
.article_box{
	line-height: 1.8;
	margin-top: 4em;
	padding: 1em 1em 1em 0;
	border-radius: 0.5em;
	box-shadow: 6px 6px 2px 0px rgba(0,0,0,0.2);
}
.normal_section .article_box{
	border-bottom: solid 2px #1b9947;
	border-right: solid 4px #1b9947;
}
.section_wrap .normal_section .article_box{
	border-bottom: solid 2px #2f78bc;
	border-right: solid 4px #2f78bc;
}

.article_box p{
	padding: 0.5em 0;
}
.article_box p:first-of-type{
	padding: 0 0 0.5em 0;
}
.article_box p:last-of-type{
	padding: 0.5em 0 0 0;
}

.fukui_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url("../img/footer_img_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fukui_info .footer_img{
	flex-shrink: 0;
	width: 100%;
	max-width: 450px;
	margin-left: 1em;
}

.fukui_info .outerlink{}
.fukui_info .outerlink a{
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	.float_right_pc{
		float: right;
		margin-left: 1em;
	}
	.float_left_pc{
		float: left;
		margin-right: 1em;
	}
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
	
	/*---------------------------------------------
	記事コンテンツ
	---------------------------------------------*/
	
	/*****
	記事ヘッダー
	*****/
	#fukui_header{
		min-width: 0;
	}
	
	#fukui_header .fukui_ttl_area{
		font-size: 1.6rem;
		width: 94%;
		margin: 0 auto;
		padding: 1em 0;
		position: static;
		box-sizing: border-box;
	}
	
	.fukui_ttl_area .header_text{
		margin: 1em 0 0 0;
	}
	
	/***ページリード***/
	.lead_section{
		font-size: 1.4rem;
		margin: -2em auto 0 auto;
		padding: 1em 0.5em;
	}
	
	.ttl_lead{
		font-size: 1.8rem;
	}
	.ttl_lead::after{
		left: auto;
		right: 0;
	}
	
	
	/*****
	記事内容
	*****/
	.section_wrap{
		margin: 2em auto 0 auto;
	}
	.normal_section{
		font-size: 1.4rem;
		width: 94%;
		margin: 2em auto 0 auto;
		padding: 0.5em;
	}
	.section_wrap .normal_section{}
	
	.ttl_type01{
		font-size: 2rem;
	}
	.ttl_type01::after{
		width: 50%;
	}
	
	.ttl_type02{
		font-size: 1.8rem;
		padding-left: 0;
	}
	
	.ttl_type03{
		font-size: 1.6rem;
	}
	
	/***プロフィール***/
	#takezawa{}
	
	.interview_profile .profile_text{
		font-size: 1em;
		bottom: 0.5em;
		right: 0.5em;
	}
	
	#takezawa .profile_text{
		display: inline-block;
		margin: -6em auto 0 auto;
		position: static;
	}
	
	/***記事ブロック***/
	.article_box{}
	.normal_section .article_box,
	.section_wrap .normal_section .article_box{
		border-right: none;
	}
	
	.float_right_pc,
	.float_left_pc{
		display: block;
		margin: 0 auto 0.5em auto;
	}
	
	.fukui_info{
		display: block;
	}
	.fukui_info .footer_img{
		margin: 0.5em 0 0 0;
	}
	
}