@charset "utf-8";

/* ========================================================
	area.css => 地域の皆さまへページ用css
======================================================== */

#pageTitle {
	margin-bottom: 20px;
}


/* メイン
============================================================================================================ */
#contents .main {
	margin: 20px 0 30px;
}



/* コンテンツ
============================================================================================================ */
#contents .section {
	margin-top: 10px;
	zoom: 1;
}
#contents .section:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#contents .section .img_center {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 30px;
}
#contents .section .img_right {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#contents .section .img_right .txt {
	width: 420px;
}
#contents .section .img_right .txt > * + * {
	margin-top: 1lh;
}
