@charset "utf-8";
@import url(/ssi/css/parts-header-footer.css);

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/* ページ内目次 */
#main_body .toc_link_wrap {
	display: none;
}
#sidebar1 .toc_link_wrap,
#sidebar2 .toc_link_wrap {
	display: none;
}

.toc_link_wrap {
	border: 1px solid #ccc;
	margin: 0px 0px 20px;
	padding: 10px;
}
.toc_link_wrap summary {
	cursor: pointer;
}

.toc_link {
	margin: 10px 0px 0px;
	padding: 0;
	list-style: none;
}
.toc_link > li:not(:first-child) {
	margin: 10px 0px 0px;
}
.toc_link > li {
	line-height: 1.5em;
	font-size: 1.6rem;
}
.toc_link > li a {
	display: inline-block;
}
.toc_link > li.toc_type_h3 {
	margin-left: 10px;
}
.toc_link > li.toc_type_h4 {
	margin-left: 20px;
}
.toc_link > li.toc_type_h5 {
	margin-left: 30px;
}
.toc_link > li.toc_type_h6 {
	margin-left: 40px;
}

.ip_headtype_h2 {
	padding: 0px;
}
.ip_headtype_h3 {
	padding-left: 10px;
	font-size: calc(1em * 0.95);
}
.ip_headtype_h3 {
	padding-left: 20px;
	font-size: calc(1em * 0.9);
}
.ip_headtype_h4 {
	padding-left: 30px;
	font-size: calc(1em * 0.875);
}
.ip_headtype_h5 {
	padding-left: 40px;
	font-size: calc(1em * 0.85);
}
.ip_headtype_h6 {
	padding-left:  50px;
	font-size: calc(1em * 0.825);
}

/* アンカーリンク先の目印 */
div[class^="detail_"] span[id^="toc"]:target {
	position: relative;
}
div[class^="detail_"] span[id^="toc"]:target::before {
	content: '';
	position: absolute;
	right: calc(100% + 10px);
	top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-width: 10px 0px 10px 17px;
	border-style: solid;
	border-color: transparent;
	border-left-color: currentcolor;
}

/********** 2 基本設定 **********/

/* フォントサイズ */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.6rem;
	line-height: 1.5;
}

/* フォント */
body {
	font-family: Arial, 'BIZ UDPGothic', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

#main_body, .section_information {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

/* 基本の文字色 */
body {
	color: #333;
}

/* リンク */
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/
/* parts-header-footer.cssに分離 */

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 18px 0px 8px;
	font-size: 1.5rem;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 5rem;
	height: 2rem;
	background: #eaeaea;
	font-size: 1.3rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/
/* parts-header-footer.cssに分離 */

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
.content_header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#content_header {
	margin: 0px 0px 20px auto;
	text-align: right;
	font-size: 1.5rem;
}
#content_header > span {
	display: inline-block;
	margin-left: 2em;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 21px 30px;
	background: #1a4472;
    background: -webkit-gradient(linear, left top, right top, from(#1a4472), to(#3f76b3));
    background: -o-linear-gradient(left, #1a4472, #3f76b3);
    background: linear-gradient(to right, #1a4472, #3f76b3);
	color: #fff;
	background-color: #1a4472;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 20px 30px 18px 20px;
	background: -webkit-gradient(linear, left top, right top, from(#bac7d4), to(#eaeaea));
	background: -o-linear-gradient(left, #bac7d4, #eaeaea);
	background: linear-gradient(to right, #bac7d4, #eaeaea);
	border-left: 10px solid #1a4472;
	border-bottom: 3px solid #1a4472;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
}
#main_body h2:before {
	content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 14px 27px;
	border: 3px solid #1a4472;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
}
#main_body h3:before {
	content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #1a4472;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#main_body h3:after {
	content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #1a4472;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 11px 28px;
	border: 2px solid #333;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
}
#main_body h4:before {
	content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#main_body h4:after {
	content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #333;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 9px 30px 9px 25px;
	border-left: 5px solid #1a4472;
	border-bottom: 2px solid #1a4472;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
    letter-spacing: 0.1em;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 6px 30px;
	background: #eaeaea;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
    letter-spacing: 0.1em;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/* 表の幅対応 */
.sp_table_wrap2{
	overflow: auto;
	position: relative;
}

#main_body .sp_large_table .sp_table_wrap {
	width: auto;
	overflow: auto;
}

#main_body .sp_large_table .sp_table_wrap :is(th,td){
	white-space: nowrap;
}

button.sw_large_table.sp_button {
	position: sticky;
	left: 0;
	top: 0;
}
/* 表の幅対応ここまで */

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}
#sidebar1 > div:empty,
#sidebar2 > div:empty {
	margin-bottom: 0;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: transparent;
}

#recommend_title,
#ai_recommend_title {
	background: -webkit-gradient(linear, left top, right top, from(#1a4472), to(#3f76b3));
	background: -o-linear-gradient(left, #1a4472, #3f76b3);
	background: linear-gradient(to right, #1a4472, #3f76b3);
    color: #fff;
	background-color: #1a4472;
	text-align: center;
	padding: 13px 5px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0em;
	margin: 0px;
	padding: 3px 0px 3px 40px;
}
#recommend_title h2 {
	background: url(/img/common/icon_recommend.png) no-repeat left center;
}
#ai_recommend_title h2 {
	background: url(/img/common/icon_ai_recommend.png) no-repeat left center;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 1px solid #1a4472;
	padding: 15px 20px;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 20px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #eaeaea;
	color: #1a4472;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 14px 5px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 9px 0px 9px 40px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center;
}

/* 「見つからないときは」「よくある質問」バナー（1カラム） */
@media screen and (min-width: 671px) {
	#main #common_banner_link ul {
		margin: 30px 0px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#main #common_banner_link ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		margin: 0px;
	}
}
/* 「見つからないときは」「よくある質問」バナー（1カラム） ここまで */

/* サイドメニュー */
.side_box {
	border: 1px solid #1a4472;
}

.side_box_ttl h2 {
	background: -webkit-gradient(linear, left top, right top, from(#bac7d4), to(#eaeaea));
	background: -o-linear-gradient(left, #bac7d4, #eaeaea);
	background: linear-gradient(to right, #bac7d4, #eaeaea);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 17px 20px 16px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 0px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 0px;
}

.side_box_txt {
	padding: 20px;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 1em;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
	line-height: 1.25;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px 0px 10px;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 3px 0px;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
	font-size: 1.6rem;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/img-noimage.png) no-repeat center center #f6f6f6;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: #f6f6f6;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#main div.link_ichiran a {
	min-width: 260px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0.5em;
	vertical-align: middle;
}
.list_pack img.icon_new {
	top: 38px;
	left: 425px;
}

/* リスト（新着情報） */
.section_information {
	margin: 50px 0px;
	padding: 0px;
}
.life_list1 .section_information {
	display: none;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 35px;
	padding: 22px 0px 0px 207px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.15em;
	background: url(/img/common/section-information-ttl.png) no-repeat left bottom 5px;
}
.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #e3e3e3;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 32px 40px;
    border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 17em;
	font-size: 1.6rem;
}
.section_information_list ul li > span.article_title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section_information_list div.link_box {
	margin: 30px 40px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 30px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: calc(100% - 20px);
}
.section_information_list div.link_box span a {
	display: block;
	border: none;
	margin: 0px;
	padding: 0px 29px 0px 0px;
	background: url(/img/common/icon_arrow_blue.png) no-repeat center right 0px;
	font-size: 1.6rem;
    line-height: 2rem;
    text-decoration: none;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 8px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/* バナー広告（フッタ） */
#footer_banner {
	clear: both;
	width: 1080px;
	margin: 0px auto 50px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin: 0px 0px 30px;
	padding: 0px;
	position: relative;
}
div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); } /* くらしの情報 */
div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.jpg); } /* 事業者の方へ */
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); } /* 観光情報 */
div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.jpg); } /* 市政情報 */

div[id^="main_header_life3_"] h1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類（ライフイベント） */
#lifestage {
	margin: 30px 0px;
	display: none;
}
#lifestage h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
#lifestage ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#lifestage ul li {
	width: 130px;
	max-width: 12%;
}
#lifestage ul li a {
	display: block;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	padding: 80px 10px 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#lifestage ul li#lifestage1 a {
	background-image: url(/img/lifestage/lifestage1_b.png);
}
#lifestage ul li#lifestage2 a {
	background-image: url(/img/lifestage/lifestage2_b.png);
}
#lifestage ul li#lifestage3 a {
	background-image: url(/img/lifestage/lifestage3_b.png);
}
#lifestage ul li#lifestage4 a {
	background-image: url(/img/lifestage/lifestage4_b.png);
}
#lifestage ul li#lifestage5 a {
	background-image: url(/img/lifestage/lifestage5_b.png);
}
#lifestage ul li#lifestage6 a {
	background-image: url(/img/lifestage/lifestage6_b.png);
}
#lifestage ul li#lifestage7 a {
	background-image: url(/img/lifestage/lifestage7_b.png);
}
#lifestage ul li#lifestage8 a {
	background-image: url(/img/lifestage/lifestage8_b.png);
}

/* 分類 */
#life_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}

.life_list3 .life_cat_list,
.life_list3 .life_cat_list:nth-child(2n),
.life_list3 .life_cat_list:nth-child(n+3) {
	width: 340px;
    margin: 0px 30px 0px 0px;
}
.life_list3 .life_cat_list:nth-child(3n) {
    margin-right: 0px;
}
.life_list3 .life_cat_list:nth-child(n+4) {
	margin-top: 40px;
}

.life_list3_thum .life_cat_list,
.life_list2_thum .life_cat_list {
	width: 100%;
	margin-right: 0px;
}

#main_body .life_cat_list h2,
#main_body .life_cat_list h3 {
	margin-top: 0px;
}

.life_list3 #main_body .life_cat_list h2 {
	font-size: 2.2rem;
    padding: 19px 30px 18px;
}

.life_cat_list .info_list.info_list_date ul li {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_gaiyou {
	margin-bottom: 1em;
}

.life_list1 .life1box:not(:first-child) {
	margin-top: 30px;
}

/* 関連情報 */
#kanren_info {
	background: #d1dae3;
	padding: 20px 20px 10px;
	text-align: center;
}
#kanren_info h2 {
	display: inline-block;
	background: url(/img/common/icon_kanren.png) no-repeat left center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 9px 20px 9px 35px;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 7px 20px;
    background: #fff;
    border: 1px solid #1a4472;
    color: #1a4472;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#kanren_info .kanren_box ul li {
	margin-bottom: 10px;
}
#kanren_info .kanren_box ul li:last-child {
	margin-bottom: 0px;
}

#kanren_info div.link_ichiran {
	margin-top: 15px;
	text-align: center;
}
#kanren_info div.link_ichiran a {
	display: block;
	background: #fff;
	padding: 8px 10px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
}

.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_cat_list_ttl {
	margin: 0px;
	padding: 16px 30px;
	background: #f6f6f6;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

/* 組織 */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view,
.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid #1a4472;
	padding-top: 1em;
	margin-top: 1em;
}

.midashi_ka_detail {
	margin-bottom: 30px;
}
.midashi_ka_detail:last-child {
	margin-bottom: 0px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #f5f5f5;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #666;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #666;
}
.question_detail #main_body * {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto !important;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td * {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td input[type="text"].mail_to2 {
	width: 80%;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td fieldset {
	padding: 0px;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}