@charset "utf-8";

/********** 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;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body {
	font-family: 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: serif;
}

/* リンク */
a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.6rem;
}

input[type="text"],
textarea,
select {
	font-family: sans-serif;
	font-size: 1.6rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #999999;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 10px;
	max-width: 100%;
}
#main_body th {
	background: #f4f4f4;
	border-color: #999999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #999999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0;
}

/* 見出し */
#main_header {
	background: url(/img/common/h1_bg.png) repeat center top #800000;
	color: #ffffff;
}
#main_header h1 {
	width: 100%;
	max-width: 1100px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px auto;
	padding: 33px 50px;
	border: none;
	background: transparent;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 21px 20px 20px 50px;
	border: none;
	background: url(/img/common/h2_bg.png) no-repeat 15px center #e2dfde;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 13px 19px 12px 49px;
	border: 1px solid #dc90a3;
	background: url(/img/common/h3_bg.png) no-repeat 10px center transparent;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 11px 20px 10px 50px;
	border: none;
	background: url(/img/common/h4_bg.png) no-repeat 10px center #eac2cc;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px 15px;
	padding: 7px 19px 6px 49px;
	border: 1px solid #666666;
	background: transparent;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px 15px;
	padding: 4px 20px 4px 50px;
	border: none;
	background: #f4f4f4;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2 a,
#main_body h3 a,
#main_body h4 a,
#main_body h5 a,
#main_body h6 a {
	color: inherit;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.4rem;
}
#header .external_link_text {
	display: none !important;
}

#header2 {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	display: block;
	width: 315px;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 1;
}
#he_left #logo,
#he_left #logo p,
#he_left #logo h1 {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	width: 100%;
	height: auto;
}

#he_right {
	margin: 0px 110px 0px 320px;
	padding: 20px 0px;
	text-align: right;
}

#he_link_front {
	display: block;
	width: 90px;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 1;
}
#he_link_front a {
	display: block;
	width: 90px;
	height: 90px;
	background: rgba(194, 186, 180, 0.9);
	border-radius: 100%;
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.3;
	text-shadow: 1px 1px 0px #c8c1bb, -1px 1px 0px #c8c1bb, 1px -1px 0px #c8c1bb, -1px -1px 0px #c8c1bb;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#he_link_front a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
}
#he_link_front a:hover span {
	text-decoration: underline;
}

/* リンク */
ul#header_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#header_link li[id^="hl_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 5px 10px;
}
ul#header_link li[id^="hl_"]:first-child {
	margin-left: 0px;
}
ul#header_link li[id^="hl_"] a.hl_btn {
	display: inline-block;
	background: #deb6c0;
	color: #000000;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 2rem;
	padding: 5px 8px;
	position: relative;
}
ul#header_link li[id^="hl_"] a.hl_btn:hover {
	text-decoration: underline;
}

/* 補助機能 */
#hl_func {
	position: relative;
}

#acc_func_menu {
	position: relative;
}
#acc_func_menu.func_menu_open:after {
	content: '';
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 0px;
	border-top-color: #deb6c0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#acc_func_box {
	display: none;
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 100;
	border: 1px solid #ffffff;
	background: #deb6c0;
	color: #000000;
	min-width: 24.5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 10px;
	padding: 20px;
	text-align: right;
}
#acc_func_box.func_menu_open {
	display: block;
}

#acc_func_box div {
	margin-bottom: 10px;
	text-align: left;
}
#acc_func_box div a {
	display: inline-block;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	line-height: 2rem;
	padding: 5px 8px;
}
#acc_func_box div a:hover {
	text-decoration: underline;
}
#acc_func_box div span {
	display: inline-block;
	vertical-align: middle;
}
#acc_func_box div span span {
	vertical-align: bottom;
	margin-right: 2px;
}

#acc_func_box div#hl_ruby span {
	background: #ffffff;
}

#acc_func_box dl {
	margin: 0px 0px 10px;
	text-align: left;
}
#acc_func_box dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 1px 0px;
	padding: 5px 0px;
	line-height: 2rem;
}
#acc_func_box dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 1px 5px;
}
#acc_func_box dl dd a {
	display: inline-block;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	line-height: 2rem;
	padding: 5px 8px;
}
#acc_func_box dl dd a:hover {
	text-decoration: underline;
}

#acc_func_box dl dd a#haikei_white {
	background: #ffffff !important;
	color: #000000 !important;
}
#acc_func_box dl dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
#acc_func_box dl dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

#func_menu_close {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 10px 0px 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none !important;
	background: url(/img/common/icon_clear_red.png) no-repeat center center transparent !important;
	color: #000000;
	line-height: 1;
	cursor: pointer;
	text-align: left;
	text-indent: -99999em;
	overflow: hidden;
}

/* 検索 */
#top_search_keyword {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px;
}

#cse-search-box {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #800000;
	width: 21.5rem;
	max-width: 100%;
	height: 45px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px) !important;
	height: 43px !important;
	border: none !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 43px;
	border: none !important;
	background: url(/img/common/icon_search.png) no-repeat center center #ffffff !important;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.3rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 4px;
	vertical-align: middle;
}
#cse_filetype fieldset span label {
	vertical-align: middle;
}

/* ID検索 */
#top_search_page_id_wrap {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 18px;
	padding-bottom: calc(1.3rem + 10px);
	position: relative;
}
p.id_search_caption{
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	margin: 0;
	font-size: 1.3rem;
	text-align: right;
	line-height: 1em;
}
body:not(.color_change) p.id_search_caption{
	color: #800000;
}
#top_search_page_id_wrap label {
	display: none;
}

#top_search_page_id {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #800000;
	width: 15rem;
	max-width: 100%;
	height: 45px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 6rem);
	height: 43px;
	border: none !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 43px;
	border: none;
	background: none;
	color: #800000;
	font-size: 1.4rem;
	line-height: 43px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* グローバルメニュー */
#top_search {
	width: 100%;
	max-width: 1110px;
	margin: 0px auto;
}

ul#gnav {
	margin: 0px;
	padding: 0px 0px 30px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
ul#gnav li {
	display: table-cell;
	vertical-align: top;
	padding: 0px 5px;
}
ul#gnav li a {
	display: block;
	background: #deb6c0;
	border: 1px solid #dc90a3;
	border-radius: 5px;
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 19px 0px;
}
ul#gnav li a span {
	display: inline-block;
}
ul#gnav li a:hover span {
	text-decoration: underline;
}

ul#gnav li#gnav3 a {
	padding-top: 9px;
	padding-bottom: 9px;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.pankuzu {
	margin: 0px 0px 10px;
	padding: 5px 0px 4px 7rem;
	position: relative;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 6rem;
	height: 3rem;
	background: #333333;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: center;
	margin: 0px;
	padding: 0.7rem 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	background: url(/img/common/bg_footer.png) repeat-x center top #eae9e8;
	padding-top: 80px;
	font-size: 1.5rem;
	color: #000000;
}

#footer_box {
	overflow: hidden;
}

#footer_navi {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}
#footer_navi ul {
	margin: 0px;
	padding: 50px 0px 40px;
	list-style: none;
	text-align: center;
	position: relative;
	z-index: 1;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #333333;
	margin-bottom: 10px;
	padding: 1px 30px;
	font-size: 1.4rem;
	line-height: 1.3;
}
#footer_navi ul li:first-child {
	border-left: 1px solid #333333;
}
#footer_navi ul li a {
	color: #000000;
}

#author_info {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}
#author_info:before {
	content: '';
	display: block;
	width: 430px;
	height: 290px;
	background-color: transparent;
	background-image: url(/img/common/bg_footer_l1.png), url(/img/common/bg_footer_l2.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
	position: absolute;
	top: -100px;
	left: -180px;
}
#author_info:after {
	content: '';
	display: block;
	width: 310px;
	height: 290px;
	background-color: transparent;
	background-image: url(/img/common/bg_footer_r1.png), url(/img/common/bg_footer_r2.png);
	background-repeat: no-repeat;
	background-position: right top, left bottom;
	position: absolute;
	top: -100px;
	right: -180px;
}

#footer_logo {
	width: 170px;
	margin: 0px auto 20px;
	position: relative;
	z-index: 1;
}
#footer_logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#author_box {
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}
#author_box p {
	margin: 0px;
	line-height: 1.8;
}
#author_box p a {
	color: #000000;
}

#copyright {
	background: #ffffff;
}
#copyright p {
	margin: 0px;
	padding: 34px 0px;
	text-align: center;
	position: relative;
	z-index: 1;
}

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 115px;
	position: fixed;
	right: 10px;
	bottom: -200px;
	z-index: 80;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 10px;
}
#footer_link_pagetop a {
	display: block;
	background: transparent;
	color: #000000;
	text-decoration: none;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 90;
	width: 152px;
	height: 110px;
}
#osusume_banner.open {
	width: auto;
	height: auto;
	padding-left: 76px;
}

#osusume_banner_ttl {
	width: 152px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#osusume_banner_ttl a {
	display: block;
	background: transparent;
	color: #000000;
	line-height: 1;
	position: relative;
}
#osusume_banner_ttl a:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/common/btn_osusume_open.png) no-repeat center center transparent;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
}
#osusume_banner.open #osusume_banner_ttl a:after {
	background-image: url(/img/common/btn_osusume_close.png);
}

#osusume_banner_list {
	display: none;
	background: rgba(217, 137, 157, 0.8);
	border-radius: 55px 55px 55px 0px;
	padding: 10px 60px 10px 80px;
	position: relative;
}
#osusume_banner.open #osusume_banner_list {
	display: block;
}

#osusume_banner_list_box {
	max-width: calc(100vw - 380px);
}

#osusume_banner_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#osusume_banner_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 5px 0px 5px 5px;
}
#osusume_banner_list ul li a {
	display: block;
}
#osusume_banner_list ul li img {
	width: 100%;
	height: auto;
}

#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none !important;
	background: url(/img/common/icon_clear_red.png) no-repeat center center transparent !important;
	color: #000000;
	line-height: 1;
	cursor: pointer;
	text-align: left;
	text-indent: -99999em;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 15px;
}

/********** 6 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0 !important;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100% !important;
	height: auto !important;
}

/* サイドメニュー */
.side_box_ttl h2 {
	background: #f4f4f4;
	border: 1px solid #333333;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0px;
	padding: 13px 20px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 20px 10px 0px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: #333333;
	position: absolute;
	top: 0.5em;
	left: 5px;
}
.side_box_list ul li ul {
	margin-top: 10px;
	padding: 0px;
	background: none;
	border-top: 1px solid #cccccc;
}
.side_box_list ul li ul li {
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px;
}
.side_box_list ul li ul li:before {
	display: none;
}

.side_box_txt {
	padding: 20px 10px 0px;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}

/********** 7 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 70px;
}

#main_body > *:first-child {
	margin-top: 0px !important;
}
#main_body > *:last-child {
	margin-bottom: 0px !important;
}

/********** 8 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 150px;
	margin: 10px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	margin: 0px auto 10px;
}
ul.banner_list.banner_list_side li img {
	width: auto;
	max-width: 100%;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}

/********** 9 リスト **********/

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 15px 3px 0px;
	padding: 0px 15px 0px 0px;
	border-right: 1px solid #333333;
}
.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 5px;
	padding: 3px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}
.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;
	padding-right: 20px;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: middle;
	width: 225px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center #dcdcdc;
	background-size: contain;
}
.list_pack .article_img span img {
	width: 100%;
	height: auto;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	padding: 20px 0px 0px;
	text-align: center;
}
div.link_ichiran a {
	display: inline-block;
	border: 1px solid #dc90a3;
	color: #000000;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
div.link_ichiran a:hover {
	text-decoration: underline;
}

#main_body div.link_ichiran a {
	min-width: 300px;
}

/* リスト（すべて表示） */
.listmore_close ul.listmore li:nth-child(5) {
	border-bottom: none;
}
.listmore_close ul.listmore li:nth-child(n+6) {
	display: none;
}

.listmore_btn_wrap {
	display: none;
	padding: 20px 0px 0px;
	text-align: center;
}
.listmore_close .listmore_btn_wrap {
	display: block;
}
.listmore_btn_wrap button.listmore_btn {
	display: inline-block;
	border: 1px solid #dc90a3;
	background: none;
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 300px;
}
.listmore_btn_wrap button.listmore_btn:hover {
	text-decoration: underline;
}

/* リスト（newアイコン） */
img.icon_new {
	vertical-align: middle;
	margin-left: 10px;
}

/* リスト（新着情報） */
.section_information {
	clear: both;
	margin: 0px 0px 30px;
	padding: 0px;
	border: 1px solid #800000;
}

.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 20px 20px 19px;
	border: none;
	border-bottom: 1px solid #800000;
	background: #f9edf0;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}

.section_information p.no_data {
	margin: 0px;
	padding: 30px 20px;
}

.section_information_list ul {
	margin: 0px;
	padding: 20px 20px 0px;
	list-style: none;
}
.section_information_list ul li {
	margin: 0px;
	padding: 13px 0px;
	border-bottom: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	display: table;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
	padding-right: 20px;
}

.section_information_list .link_box {
	padding: 25px 20px 30px;
	text-align: center;
}
.section_information_list .link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px 0px;
}
.section_information_list .link_box span a {
	display: block;
	background: #deb6c0;
	color: #000000;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 10px 20px;
	min-width: 158px;
}
.section_information_list .link_box span a:hover {
	text-decoration: underline;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: middle;
}
.section_information_thum > div.lettering2 {
	width: 225px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 {
	padding-left: 20px;
}
.section_information_thum > div.lettering3 span {
	display: block;
}

/********** 10 共通パーツ（主に目的ページ） **********/

/* レコメンド */
#sidebar_recommend h2 {
	background: #c7c0bb;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0px;
	padding: 11px 20px;
	text-align: center;
}
#sidebar_recommend h2 span {
	display: inline-block;
}

#sidebar_recommend ul {
	background: url(/img/common/bg_recommend.png) no-repeat center top transparent;
	margin: 0px;
	padding: 20px 10px 0px;
	list-style: none;
}
#sidebar_recommend ul li {
	background: url(/img/common/icon_recommend.png) no-repeat left 0.5em transparent;
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 20px;
}
#sidebar_recommend ul li:last-child {
	margin-bottom: 0px;
}

/* AIレコメンド start*/
#sidebar_ai_recommend h2 {
	background: #EAC2CC;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0px;
	padding: 11px 20px;
	text-align: center;
}
#sidebar_ai_recommend h2 span {
	display: inline-block;
}

#sidebar_ai_recommend ul {
	background: url(/img/common/bg_recommend_ai.png) no-repeat center top transparent;
	margin: 0px;
	padding: 20px 10px 0px;
	list-style: none;
}
#sidebar_ai_recommend ul li {
	background: url(/img/common/icon_recommend.png) no-repeat left 0.5em transparent;
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 20px;
}
#sidebar_ai_recommend ul li:last-child {
	margin-bottom: 0px;
}
/* AIレコメンド end*/

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#common_banner_link ul li {
	display: table-cell;
	vertical-align: top;
}
#common_banner_link ul li:first-child {
	padding-right: 5px;
}
#common_banner_link ul li:last-child {
	padding-left: 5px;
}
#common_banner_link ul li a {
	display: block;
	background-color: #f4dfe5;
	background-repeat: no-repeat;
	background-position: center 15px;
	color: #000000;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
}
#common_banner_link ul li a:hover {
	text-decoration: underline;
}
#common_banner_link ul li#common_banner_mitsukaranai a {
	background-image: url(/img/common/icon_mitsukaranai.png);
	padding: 55px 10px 5px;
}
#common_banner_link ul li#common_banner_faq a {
	background-image: url(/img/common/icon_faq.png);
	padding: 65px 10px 15px;
}

/* 印刷用アイコン */
#content_header {
	font-size: 1.5rem;
	text-align: right;
	margin-bottom: 30px;
}
#content_header div > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
#content_header div > span:first-child {
	margin-left: 0px;
}

#print_mode_link_wrap span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
#print_mode_link_wrap span:first-child {
	margin-left: 0px;
}
#print_mode_link,
#print_mode_link_large {
	background: url(/img/common/icon_print.png) no-repeat left center transparent;
	padding-left: 20px;
}

#sns_button_wrap > span {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin: 8px 0px 8px 16px;
}
#sns_button_wrap > span:first-child {
	margin-left: 0px;
}
#sns_button_wrap > span a {
	display: block;
}
#sns_button_wrap > span a img {
	width: 100%;
	height: auto;
}

#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	background: url(/img/common/icon_calendar.png) no-repeat left center transparent;
	padding: 6px 0px 6px 40px;
	line-height: 2rem;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: top;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 1px 0px 1px 10px;
	font-size: 1.3rem;
}

/********** 11 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#sitemap_list_wrap > div {
	display: table-cell;
	vertical-align: top;
}

#sitemap_life {
	padding-right: 20px;
}
#sitemap_life > div:last-child {
	margin-bottom: 0px !important;
}
#main_body #sitemap_life h2 {
	margin-top: 0px;
}

.sitemap_life3 {
	margin-bottom: 30px;
}

#sitemap_soshiki {
	padding-left: 20px;
}
#sitemap_soshiki > div:last-child {
	margin-bottom: 0px !important;
}
#main_body #sitemap_soshiki h2 {
	margin-top: 0px;
}

.sitemap_section {
	margin-bottom: 30px;
}

.sitemap_section_kikan {
	background: #f9edf0;
	margin: -10px 0px 30px;
	padding: 20px;
}
#main_body .sitemap_section_kikan h4 {
	margin: 0px 0px 20px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 1.8rem;
}

/* 分類でさがす */
.life_index .navigation {
	margin-bottom: 30px;
}
.life_index .navigation:last-child {
	margin-bottom: 0px;
}

/* 分類 */
#life_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#life_cat_list_wrap .life_cat_list {
	display: inline-block;
	vertical-align: top;
}

#life_cat_list_wrap .info_list.info_list_date ul li {
	display: block;
}
#life_cat_list_wrap .info_list.info_list_date ul li > span {
	display: block;
}
#life_cat_list_wrap .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-right: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	width: 100%;
	max-width: 1100px;
	height: 270px;
	margin: 0px auto;
	padding: 0px;
	background-color: #f9edf0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: relative;
}
div#main_header_life3_7 { background-image: url(/img/life/life3_7_title_l.jpg); } /* くらし・手続き */
div#main_header_life3_8 { background-image: url(/img/life/life3_8_title_k.jpg); } /* 子育て・教育 */
div#main_header_life3_11 { background-image: url(/img/life/life3_11_title.jpg); } /* しごと・入札 */
div#main_header_life3_9 { background-image: url(/img/life/life3_9_title_c.jpg); } /* 歴史・文化 */
div#main_header_life3_17 { background-image: url(/img/life/life3_17_title.jpg); } /* スポーツ */
div#main_header_life3_14 { background-image: url(/img/life/life3_14_title.jpg); } /* 市政情報 */
div#main_header_life3_16 { background-image: url(/img/life/life3_16_title.jpg); } /* 地図でさがす */

div[id^="main_header_life3_"] h1 {
	width: 100%;
	margin: 0px;
	padding: 0px 20px 0px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* 大分類 */
.life_list3 #main_body h2 {
	margin: 0px;
}

.life_list3 #life_cat_list_wrap .life_cat_list {
	width: 340px;
	margin: 30px 40px 0px 0px;
}
.life_list3 #life_cat_list_wrap .life_cat_list:nth-child(3n) {
	margin-right: 0px;
}
.life_list3 #main_body #life_cat_list_wrap .life_cat_list h3 {
	margin-top: 0px;
	padding: 13px 19px 12px;
	background: #deb6c0;
	font-size: 2rem;
}

.life_list3 #sidebar_banner {
	margin-bottom: 30px;
}

/* ライフステージ */
#lifestage {
	background: url(/img/top/bg_main.png) repeat center top transparent;
	margin: 0px 0px 30px;
	padding: 40px 10px;
}

#lifestage h2 {
	margin: 0px 0px 30px;
	text-align: center;
}
#lifestage h2 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#lifestage ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#lifestage ul li {
	display: table-cell;
	vertical-align: top;
	padding: 0px 10px;
	position: relative;
}
#lifestage ul li:before {
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: 0px;
	margin: 0px;
	padding-top: calc(100% - 20px);
	background: #e1e1e1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#lifestage ul li a {
	display: block;
	position: relative;
	z-index: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #000000;
	line-height: 2rem;
	text-shadow: 1px 1px 0px #e1e1e1, -1px 1px 0px #e1e1e1, 1px -1px 0px #e1e1e1, -1px -1px 0px #e1e1e1;
	text-decoration: none;
	text-align: center;
	padding: 70px 0px 25px;
}
#lifestage ul li a:hover {
	text-decoration: underline;
}

#lifestage ul li#lifestage1 a { background-image: url(/img/common/life/lifestage1.png); }
#lifestage ul li#lifestage2 a { background-image: url(/img/common/life/lifestage2.png); }
#lifestage ul li#lifestage3 a { background-image: url(/img/common/life/lifestage3.png); }
#lifestage ul li#lifestage4 a { background-image: url(/img/common/life/lifestage4.png); }
#lifestage ul li#lifestage5 a { background-image: url(/img/common/life/lifestage5.png); }
#lifestage ul li#lifestage6 a { background-image: url(/img/common/life/lifestage6.png); }
#lifestage ul li#lifestage7 a { background-image: url(/img/common/life/lifestage7.png); }
#lifestage ul li#lifestage8 a { background-image: url(/img/common/life/lifestage8.png); }

/* 中分類 */
.life_list2 .section_information {
	margin-bottom: 0px;
}

.life_list2 #life_cat_list_wrap .life_cat_list {
	width: calc(50% - 20px);
	margin: 30px 40px 0px 0px;
}
.life_list2 #life_cat_list_wrap .life_cat_list:nth-child(2n) {
	margin-right: 0px;
}
.life_list2 #main_body #life_cat_list_wrap .life_cat_list h2 {
	margin-top: 0px;
}

.life_list2 #sidebar_banner {
	margin-top: 30px;
}

/* 小分類 */
.life1box {
	margin-bottom: 30px;
}
.life1box:last-child {
	margin-bottom: 0px;
}
#main_body .life1box h2 {
	margin-top: 0px;
}

/* 関連情報 */
#kanren_info {
	background: #f9edf0;
	padding-bottom: 20px;
}
#kanren_info h2 {
	background: #ffffff;
	border: 1px solid #800000;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0px;
	padding: 13px 20px;
	text-align: center;
}
#kanren_info h3 {
	background: #ffffff;
	border: none;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0px;
	padding: 8px 20px;
	text-align: center;
}

.kanren_box {
	padding: 20px 10px 0px;
}
.kanren_box ul {
	margin: 0px;
	padding: 20px 10px 0px;
	list-style: none;
}
.kanren_box ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.kanren_box ul li:last-child {
	margin-bottom: 0px;
}
.kanren_box ul li:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-width: 0px;
	border-left-width: 8px;
	border-left-color: #800000;
	position: absolute;
	top: 0.5em;
	left: 5px;
}

.kanren_box div.link_ichiran {
	padding: 20px 10px 0px;
}
.kanren_box div.link_ichiran a {
	display: block;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#lifesub_cat_list_wrap .lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
}

.kanren_index #lifesub_cat_list_wrap .lifesub_cat_list {
	width: 340px;
	margin: 30px 40px 0px 0px;
}
.kanren_index #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(3n) {
	margin-right: 0px;
}
.kanren_index #main_body p {
	margin-bottom: 0px;
}

.life_cat_list_ttl {
	margin: 0px;
	padding: 13px 19px 12px;
	border: 1px solid #dc90a3;
	background: #deb6c0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
.life_cat_list_ttl a {
	color: inherit;
}

.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list {
	width: calc(50% - 20px);
	margin: 30px 40px 0px 0px;
}
.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(1),
.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(2) {
	margin-top: 0px;
}
.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}
.kanren2 #main_body #lifesub_cat_list_wrap .lifesub_cat_list h2 {
	margin-top: 0px;
}

/* 組織でさがす */
#soshiki_hyouji {
	margin: 0px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 10px 3px 0px;
	padding: 0px 15px 0px 0px;
	border-right: 1px solid #333333;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.soshiki_index .navigation,
.soshiki_index_50 .navigation {
	margin-bottom: 30px;
}
.soshiki_index .navigation:last-child,
.soshiki_index_50 .navigation:last-child {
	margin-bottom: 0px;
}

.soshiki_section_kikan {
	background: #f9edf0;
	margin: -10px 0px 30px;
	padding: 20px;
}
#main_body .soshiki_section_kikan h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 1.8rem;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
.kakuka_info_box > div {
	display: table-cell;
	vertical-align: top;
}
.kakuka_info_box > div.kakuka_work {
	width: 60%;
	padding-right: 40px;
}

#main_body .kakuka_info_box h3 {
	margin-top: 0px;
}

.kakuka_tel_list div span {
	margin-left: 0.5em;
}
.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: 0px 0px 30px;
}
#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 20px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.soshiki_kakuka .side_box_txt > div {
	margin-bottom: 0.5em;
}
.soshiki_kakuka .side_box_txt > div:last-child {
	margin-bottom: 0px;
}

.midashi_ka .midashi_ka_detail {
	margin-bottom: 30px;
}
.midashi_ka .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;
}

/* ウェブブック */
.book_list #main_body h2 {
	margin: 0px;
}

#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin: 30px 40px 0px 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: 20px 0px 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	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;
}
#main_body table.tbl_ques td input,
.question #main_body table.tbl_ques td input {
	display: block;
	border: 1px solid #dc90a3;
	background: none;
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 8px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}
#main_body table.tbl_ques td input:hover,
.question #main_body table.tbl_ques td input:hover {
	text-decoration: underline;
}

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"] {
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body textarea {
	font-size: 1.6rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body select {
	font-size: 1.6rem;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	border: 1px solid #dc90a3;
	background: none;
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 23%;
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="button"]:hover {
	text-decoration: underline;
}

.confirm_quest_hankyou #hyouka_area_submit {
	margin: 30px 0px 0px;
	text-align: center;
}

.question_detail form p[align="left"] {
	margin: 30px 0px 0px;
	text-align: center;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c1272d;
}

#main_body table#mail_form_tbl {
	width: 100%;
}
#main_body table#mail_form_tbl th {
	width: 25%;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td input[type="text"] {
	font-size: 1.6rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	font-size: 1.6rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#mail_form_btn_wrap {
	margin: 30px 0px 0px;
	text-align: center;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	border: 1px solid #dc90a3;
	background: none;
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 23%;
}
#mail_form_btn_wrap input[type="submit"]:hover {
	text-decoration: underline;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table {
	border: none;
	margin: 0px;
}
#main_body #cse_search_result td {
	border: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 1px solid #d0d0d0;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5;
}

/* 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%;
}

/* 地図でさがす */
#main_body #shisetsu_list h2 {
	margin-top: 0px;
}

#shisetsu_list_txt {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 5px 0px;
}

#shisetsu_map {
	border: 1px solid #cccccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}


/* アクセシビリティチェック画面 */
.errrange ~ #container #osusume_banner {
	display: none !important;
}
/* アクセシビリティチェック画面 ここまで */


/* 避難所リンク追加20210207 */
#btn_evacuation {
	width: 108px;
	position: fixed;
	right: 10px;
	bottom: 150px;
	z-index: 100;
}
@media screen and (max-width: 670px) {
	#btn_evacuation {
		width: 65px;
		bottom: 75px;
	}
}
#btn_evacuation a {
	display: block;
	color: inherit;
}
#btn_evacuation a img {
	max-width: 100%;
	height: auto;
}
#btn_evacuation button#btn_evacuation_close {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	color: inherit;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -15px;
	right: -10px;
}
#btn_evacuation button#btn_evacuation_close img {
	width: 100%;
	height: auto;
}
/* 避難所リンク追加20210207ここまで */


/* タブレット */
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#he_left {
		position: static;
		margin: 0px auto;
		padding: 40px 0px;
	}
	#he_right {
		margin: 0px;
		text-align: center;
	}

	ul#gnav {
		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;
	}
	ul#gnav li {
		display: inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: calc(25% - 4px);
		margin: 2px;
		padding: 0px;
	}

	ul#gnav li#gnav3 a span {
		display: block;
	}

	ul#gnav li#gnav7 a span {
		display: block;
	}

	/* 目的 */
	#sidebar_recommend h2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#common_banner_link ul li a {
		font-size: 1.4rem;
	}

	/* サイトマップ */
	#sitemap_list_wrap {
		display: block;
	}
	#sitemap_list_wrap > div {
		display: block;
	}
	#sitemap_life {
		padding-right: 0px;
		margin-bottom: 30px;
	}

	#sitemap_soshiki {
		padding-left: 0px;
	}

	/* 分類 */
	div[id^="main_header_life3_"] {
		height: auto;
		padding-top: 24%;
	}

	#lifestage ul {
		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: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		max-width: 560px;
		margin: 0px auto;
	}
	#lifestage ul li {
		display: inline-block;
		vertical-align: top;
		width: 130px;
		margin: 5px;
		padding: 0px;
	}

	#life_cat_list_wrap {
		display: block;
	}
	#life_cat_list_wrap .life_cat_list {
		display: block;
	}

	.life_list3 #life_cat_list_wrap .life_cat_list,
	.life_list3 #life_cat_list_wrap .life_cat_list:nth-child(3n) {
		width: auto;
		margin: 30px 0px 0px;
	}

	.life_list2 #life_cat_list_wrap .life_cat_list,
	.life_list2 #life_cat_list_wrap .life_cat_list:nth-child(2n) {
		width: auto;
		margin: 30px 0px 0px;
	}

	/* サブカテゴリ */
	#lifesub_cat_list_wrap {
		display: block;
	}
	#lifesub_cat_list_wrap .lifesub_cat_list {
		display: block;
	}

	.kanren_index #lifesub_cat_list_wrap .lifesub_cat_list,
	.kanren_index #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(3n) {
		width: auto;
		margin: 30px 0px 0px;
	}

	.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list,
	.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(1),
	.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(2),
	.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(2n) {
		width: auto;
		margin: 30px 0px 0px;
	}
	.kanren2 #lifesub_cat_list_wrap .lifesub_cat_list:nth-child(1) {
		margin-top: 0px;
	}

	/* 組織 */
	.kakuka_info_box {
		display: block;
	}
	.kakuka_info_box > div {
		display: block;
	}
	.kakuka_info_box > div.kakuka_work {
		width: auto;
		padding-right: 0px;
		margin-bottom: 20px;
	}

	/* ウェブブック */
	#book_list_wrap {
		display: block;
	}
	.book_list_box,
	.book_list_box:nth-child(2n) {
		display: block;
		width: auto;
		margin: 30px 0px 0px;
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 45%;
	}
	#main_body table.tbl_ques th.date,
	#main_body table.tbl_ques th.date2 {
		width: 20%;
	}
	#main_body table.tbl_ques th.button {
		width: 15%;
	}

	/* リスト */
	.info_list.info_list_date ul li > span.article_date {
		padding-right: 0px;
	}

	.list_pack .article_img {
		width: 150px;
	}
	.list_pack .article_img span:empty {
		height: 100px;
	}

}
/* タブレット ここまで */