@charset "utf-8";

/**********************************************************************************/
/* PC */
/**********************************************************************************/

/*=============== layout =============== */

/* 全体 */
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback {
	clear: both;
	float: 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;
	width: 98%;
	max-width: 1080px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.side1 #main {
	width: calc(100% - 300px);
}
.side1 #main_a {
	padding-left: 40px;
}

.side2 #main {
	width: calc(100% - 300px);
}
.side2 #main_a {
	padding-right: 40px;
}

.side1.side2 #main {
	width: calc(100% - 600px);
}
.side1.side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.side1 hr.hide,
.side2 hr.hide {
	display: none;
}

/*=============== parts =============== */

/********** 1 共通 **********/

/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#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: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #333333;
}
em {
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
}
strong {
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.mincho {
	font-family: '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* リンク */
a:link {
	color: #0d59b6;
	text-decoration: underline;
}
a:visited {
	color: #702c90;
	text-decoration: underline;
}
a:active {
	color: #c0272d;
	text-decoration: underline;
}
a:hover {
	color: #c0272d;
	text-decoration: none;
}

a img {
	border: none;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.5rem;
}

input[type="text"],
textarea,
select {
	font-family: sans-serif;
	font-size: 1.5rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #b1b1b1;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 15px;
	max-width: 100%;
}
#main_body th {
	background: #e4e4e4;
	border-color: #b1b1b1;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #b1b1b1;
	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 {
	margin-bottom: 40px;
}
body.detail #main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 14px 5px 10px;
	background: transparent;
	border: none;
	border-bottom: 8px solid #4b4b4b;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.5;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 6px 5px 5px;
	background: transparent;
	border: none;
	border-bottom: 8px solid #e5e5e5;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.5;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 5px;
	background: transparent;
	border: none;
	border-bottom: 3px solid #e5e5e5;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5;
}

#main_body h4 {
	clear: both;
	display: table;
	width: auto;
	margin: 15px 0px 10px;
	padding: 1px 5px 0px;
	background: #e5e5e5;
	border: none;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
}

#main_body h5 {
	clear: both;
	display: table;
	width: auto;
	margin: 15px 0px 10px;
	padding: 1px 5px 0px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #e5e5e5;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
}

#main_body h6 {
	clear: both;
	margin: 15px 0px 10px;
	padding: 1px 5px 0px;
	background: transparent;
	border: none;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}

/********** 3 ヘッダ **********/

/********** 4 フッタ **********/

/* フッタ */
#footer {
	margin-top: 20px;
	border-top: 3px solid #0d59b6;
	text-align: center;
}
#footer a {
	color: inherit;
}

#footer2 {
	background: url(/img/common/bg_footer.png) no-repeat center 60px #d6e8e7;
}

#author_info {
	width: 98%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 30px 0px;
}
#author_info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#author_info ul li {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	margin: 10px 10px 0px;
}
#author_info ul li a {
	display: block;
	background: #ffffff;
	color: #333333;
	padding: 9px 0px;
}
@media all and (-ms-high-contrast: none) {
	#author_info ul li a {
		padding-top: 11px;
		padding-bottom: 7px;
	}
}
#author_info ul li a br {
	display: none;
}
#author_info ul li a.icon_ai:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url(/img/common/icon_ai.png) no-repeat left top;
}

#author_box p {
	margin: 0px;
	line-height: 1.8;
}
#author_box p span {
	display: inline-block;
}
#author_box p span.f_address {
	margin-right: 2em;
}

#author_box p.f_author {
	font-size: 1.6rem;
	font-weight: bold;
}
#author_box p.f_detail {
	margin-top: 1em;
	margin-bottom: 1em;
}
#author_box p.f_detail span {
	font-size: 1.6rem;
	font-weight: bold;
}

/* リンク */
#footer3 {
	width: 98%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 24px 0px 20px;
}

#footer_link ul {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
}
#footer_link ul li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
#footer_link ul li:after {
	content: '｜';
	margin-left: 15px;
	margin-right: 15px;
}
#footer_link ul li:last-child:after {
	display: none;
}

/* 連絡先 */
#footer_contact {
	display: none;
}

/* コピーライト */
#copyright p {
	margin: 0px;
	font-size: 1.3rem;
}

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 60px;
	position: fixed;
	right: 20px;
	bottom: 180px;
	z-index: 70;
}
/*
#footer_link_pagetop {
	display: block;
	width: 60px;
	position: fixed;
	right: 10px;
	bottom: -120px;
	z-index: 70;
	-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: 20px;
}
*/
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* 取り組み */
#torikumi_banner {
	display: none !important; /* 20230619 デザインリニューアル後は表示しない */
	position: fixed;
	left: 10px;
	bottom: 0px;
	z-index: 80;
	text-align: left;
}

#torikumi_banner_box_bg {
	background: #0d59b6;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #ffffff;
	padding: 5px 10px 9px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}

#torikumi_banner_box {
	width: auto;
	display: table;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	background: url(/img/common/btn_torikumi_open.png) no-repeat 25px bottom transparent;
	color: inherit;
}
#torikumi_banner.open #torikumi_banner_box {
	background-image: url(/img/common/btn_torikumi_close.png);
	background-position: 30px bottom;
}

#torikumi_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 80px;
}
#torikumi_banner_ttl a {
	display: block;
	color: inherit;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 34px;
}
#torikumi_banner_ttl a span.tori_ttl {
	display: none;
}
#torikumi_banner_ttl a span.tori_ttl.ja {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#torikumi_banner_list {
	display: none;
	vertical-align: bottom;
	max-width: calc(100vw - 440px);
	min-width: 220px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#torikumi_banner.open #torikumi_banner_list {
	display: table-cell;
}

#torikumi_banner_list_box {
	position: relative;
}
#torikumi_banner_list_box ul {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	list-style: none;
}
#torikumi_banner_list_box ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0px 0px 5px 5px;
}
#torikumi_banner_list_box ul li img {
	width: 100%;
	height: auto;
}
#torikumi_banner_close {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/btn_close.png) no-repeat center center transparent;
	color: #000000;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 1;
}

.errrange ~ #container #torikumi_banner {
	position: static !important;
}
.errrange ~ #container #torikumi_banner_list {
	display: table-cell !important;
}
.errrange ~ #container #torikumi_banner_close {
	display: none !important;
}

/* SNS */
#header_sns {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}
#header_sns ul {
	margin: 0px;
	padding: 4px 10px;
	list-style: none;
}
#header_sns ul li {
	margin: 14px 0px;
}
#header_sns ul li img {
	vertical-align: top;
}
.color_black #header_sns ul {
	background: #000000;
}
.color_blue #header_sns ul {
	background: #0000ff;
}

/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: url(/img/common/bg_pankuzu.png) no-repeat center top #d6e8e7;
	margin-top: -40px;
	padding-top: 60px;
	padding-bottom: 15px;
	font-size: 1.4rem;
}
#pankuzu_wrap a {
	color: inherit;
}

#pankuzu_wrap > div {
	width: 98%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pankuzu {
	clear: both;
	margin-bottom: 5px;
	padding: 2px 0px 2px 6rem;
	position: relative;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 5rem;
	background: #0d59b6;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.1;
	padding: 5px 0px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0px;
	text-align: center;
}

/* 足あと */
#footstep_ttl {
	display: block;
	width: 5rem;
	background: #333333;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.1;
	padding: 5px 0px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 40px;
	padding-bottom: 40px;
}

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto !important;
}

/* サイド */
.side_box_ttl h2 {
	background: #e5e5e5;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0px;
	padding: 16px 20px 30px;
}

.side_box_list {
	margin: -20px 10px 0px;
	padding: 20px 10px;
	background: #ffffff;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	position: relative;
	z-index: 1;
}
.side_box_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side_box_list ul li {
	padding: 8px 10px;
	border-bottom: 2px solid #e5e5e5;
}
.side_box_list ul li:last-child {
	border-bottom: none;
}
.side_box_list ul li ul li {
	border-bottom: 1px solid #e5e5e5;
}
.side_box_list ul li ul li:last-child {
	border-bottom: none;
}

.side_box_txt {
	margin: -20px 10px 0px;
	padding: 20px;
	background: #ffffff;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	position: relative;
	z-index: 1;
}
.side_box_txt p {
	margin: 0px 0px 10px;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}

/********** 8 バナー **********/

/* バナー広告 */
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-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0px 5px 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;
}

p.koukoku_para {
	padding-left: 2px;
	padding-right: 2px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	max-width: 950px;
	text-align: center;
	margin: 1em auto;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
	max-width: 300px;
	margin: 0px auto 10px;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	margin: 0px auto 10px;
}

/********** 9 リスト **********/

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 15px 0px 0px;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 10px 0px 0px;
	padding: 0px;
}
.info_list ul li:first-child {
	margin-top: 0px;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}

/* リスト（サムネイル） */
.list_pack {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: table;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: middle;
	width: 165px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 120px;
	background: #fafafa;
	overflow: hidden;
}
.list_pack .article_img span:empty {
	background: url(/img/common/noimage.png) no-repeat center center;
	background-size: contain;
}
.list_pack .article_img span img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
}
.list_pack .article_txt .article_date,
.list_pack .article_txt .article_title {
	display: block;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin-top: 20px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 8px 19px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@media all and (-ms-high-contrast: none) {
	div.link_ichiran a {
		padding-top: 10px;
		padding-bottom: 6px;
	}
}

/* リスト（newアイコン） */
img.icon_new {
	vertical-align: middle;
	margin-left: 10px;
}

/* リスト（新着情報） */
.section_information {
	border: 10px solid #e5e5e5;
	margin-bottom: 40px;
	position: relative;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 25px 20px 20px;
	border: none;
	background: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.section_information p.no_data {
	margin: 0px;
	padding: 0px 20px 25px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px 20px 25px;
	list-style: none;
}
.section_information_list ul li {
	margin: 10px 0px 0px;
	padding: 0px;
}
.section_information_list ul li:first-child {
	margin-top: 0px;
}
.section_information_list ul li .article_date:before {
	content: '（';
}
.section_information_list ul li .article_date:after {
	content: '）';
}

.section_information_list div.link_box {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	display: block;
	margin: 0px;
	padding: 10px;
	text-align: right;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}
.section_information_list div.link_box span a {
	display: block;
	background: #e5e5e5;
	color: #333333;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px;
}
@media all and (-ms-high-contrast: none) {
	.section_information_list div.link_box span a {
		padding-top: 8px;
		padding-bottom: 4px;
	}
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 165px;
}
.section_information_thum > div.lettering2 img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.section_information_thum > div.lettering3 {
	padding-left: 20px;
}
.section_information_thum > div.lettering3 span {
	display: block;
}

/********** 10 共通パーツ（主に目的ページ） **********/

/* 印刷・SNS・カレンダー登録ボタン */
#content_header {
	text-align: right;
	margin-bottom: 20px;
}
#content_header span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}
#content_header span:first-child {
	margin-left: 0px;
}
#content_header span.external_link_text {
	display: none;
}

#print_mode_link {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/img/common/icon_print.png) no-repeat center center transparent !important;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
.color_change #print_mode_link {
	background: url(/img/common/icon_print.png) no-repeat center center transparent !important;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 40px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	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: middle;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 40px 0px 0px;
	padding: 20px;
	background: #e5e5e5;
	text-align: center;
}
#section_footer a {
	color: inherit;
}
#section_footer_ttl h2,
#main_body #section_footer_ttl h2 {
	background: none;
	border: none;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}
#section_footer_detail {
	font-size: 1.4rem;
	line-height: 1.8;
}
#section_footer_detail span {
	display: inline-block;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

/* 評価エリア */
#hyouka_area_box {
	border: 10px solid #e5e5e5;
	padding: 0px 15px 15px;
}
#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 13px 0px;
	text-align: center;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 1.3rem;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#hyouka_area_box .hyouka_box_detail fieldset input {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
}
#hyouka_area_box .hyouka_box_detail fieldset label {
	display: inline-block;
	vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
	#hyouka_area_box .hyouka_box_detail fieldset label {
		margin-top: 4px;
	}
}

#hyouka_area_submit {
	text-align: center;
}
#hyouka_area_submit input {
	display: inline-block;
	background: #e5e5e5;
	border: none;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.5;
	text-decoration: underline;
	margin: 0px;
	padding: 9px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	max-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hyouka_area_submit input:hover {
	text-decoration: none;
}

/* レコメンド */
#sidebar_recommend {
	background: #d6e8e7;
	padding: 10px;
}
#sidebar_ai_recommend {
	background: #ffe7d3;
	padding: 10px;
}

#recommend_title h2,
#ai_recommend_title h2{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 13px 0px;
	text-align: center;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: inline-block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #ffffff;
	padding: 0px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding: 15px 0px;
	border-bottom: 1px solid #cccccc;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	border-bottom: none;
}

/* 見つからないとき・よくある質問 */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #ffffff;
	border: 10px solid #e5e5e5;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 8px 10px;
}

/* おすすめ情報 */
#osusume_contents_area {
	clear: both;
}
#detail_side_osusume {
	width: 98%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 40px 0px;
	border-top: 8px solid #d6e8e7;
}
#detail_side_osusume h2,
#main_body #detail_side_osusume h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#detail_side_osusume_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-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul#detail_side_osusume_list li {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	margin: 20px 18px 0px 0px;
}
ul#detail_side_osusume_list li:nth-child(6n) {
	margin-right: 0px;
}
ul#detail_side_osusume_list li div span {
	display: block;
}
ul#detail_side_osusume_list li div span.osusume_img {
	margin-bottom: 5px;
}
ul#detail_side_osusume_list li div span.osusume_img img {
	width: 100%;
	height: auto;
}

/********** 11 各ページ **********/

/* カウントダウン */
#count_down_area {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 20px;
	background: #ece9de;
}
.color_change #count_down_area {
	background: rgba(255,255,255,0.2);
}
.count_down_box {
	width: 240px;
	margin: 10px;
	background: #333333;
	color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.count_down_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.count_down_box .count_box {
	width: 100%;
}

.count_down_box .count_box .count_img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.count_down_box .count_box .count_img span {
	display: block;
}
.count_down_box .count_box .count_img span:empty {
	height: 156px;
	background: url(/img/top/noimage_countdown.png) no-repeat center center #444444;
	background-size: contain;
	color: #ffffff;
}
.count_down_box .count_box .count_img span img {
	width: 100%;
	height: auto;
}

.count_down_box .count_box .count_txt {
	display: block;
	width: 100%;
	min-height: 156px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.count_down_box .count_box .count_txt.count_before {
	padding-bottom: 4rem;
}

.count_down_box .count_box .count_txt span {
	display: block;
}
.count_down_box .count_box .count_txt span.count_ttl {
	font-weight: bold;
	text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000, 0px 0px 8px #000000, 0px 0px 8px #000000, 0px 0px 8px #000000;
}
.count_down_box a:hover .count_box .count_txt span.count_ttl {
	text-decoration: underline;
}

.count_down_box .count_box .count_txt span.count_cmt {
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.2;
	text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

.count_down_box .count_box .count_txt span.count_day {
	position: absolute;
	right: 0px;
	bottom: 17px;
	background: url(/img/top/icon_arrow_white.png) no-repeat 95% center #d3145a;
	color: #ffffff;
	font-weight: bold;
	line-height: 2rem;
	padding: 5px 40px 5px 10px;
}
@media all and (-ms-high-contrast: none) {
	.count_down_box .count_box .count_txt span.count_day {
		padding-top: 7px;
		padding-bottom: 3px;
	}
}
.count_down_box .count_box .count_txt span.count_day span {
	display: inline-block;
	font-size: 1.7rem;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

/* 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 #cccccc;
	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%;
}

/* プレビュー編集モード */
#preview_edit_move_bar ~ #container{
	padding-top: 0 !important;
}
#preview_edit_move_bar ~ #container #header.floating {
	position: static;
}
/* プレビュー編集モードここまで */

/* SNSボタン */
.sns_button_wrap {
	margin-top: 30px;
	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;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
@media screen and (max-width: 670px) {
	.sns_button_wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
/* SNSボタン ここまで */

/*=============== parts-detail =============== */

/* 本文・お問い合わせのフォントサイズを2pxアップ 20200904 */
body.detail #mymainback {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #000;
}
body.detail #mymainback em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

body.detail #mymainback strong {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #000;
}

/*
#main_body div[class^="detail_"] {
	font-size: 1.7rem;
}
#main_body #section_footer_detail {
	font-size: 1.6rem;
}
*/

/********** 1 共通 **********/

#main_body .detail_free p,
#main_body .detail_free ul,
#main_body .detail_free ol,
#main_body .detail_writing {
	line-height: 2;
}

#main_body div.detail_table_center {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_writing {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_map {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_free {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_image_normal {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
#main_body div.detail_image_left {
	text-align: left;
	margin: 15px 0px;
	padding: 0px;
}
#main_body div.detail_image_center {
	text-align: center;
	margin: 15px 0px;
	padding: 0px;
}
#main_body div.detail_image_right {
	text-align: right;
	margin: 15px 0px;
	padding: 0px;
}

#main_body div.detail_h2 {
	clear: both;
	width: 100%;
}
#main_body div.detail_h3 {
	clear: both;
	width: 100%;
}

hr.hr_1 {
	clear: both;
	height: 1px;
	border-top: 2px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_2 {
	clear: both;
	height: 1px;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}
hr.hr_3 {
	clear: both;
	height: 1px;
	border-top: 1px solid #ff0000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0px;
}

/* リンク */
.detail_link {
	margin: 1em 0px;
}

.link_l {
	margin: 1em 0px;
}

.detail_free .external_link_text,
.link_l .external_link_text {
	display: inline;
}

/* 画像 */
.detail_img_left {
	text-align: left;
}
.detail_img_center {
	text-align: center;
}
.detail_img_right {
	text-align: right;
}

/* 添付ファイル */
.detail_file {
	margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]:before,
div[class^="file_"] a[href^="/uploaded/life/"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_etc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".pdf"]:before,
div[class^="detail_"] a[href$=".PDF"]:before,
div[class^="file_"] a[href$=".pdf"]:before,
div[class^="file_"] a[href$=".PDF"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_pdf.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xls"]:before,
div[class^="detail_"] a[href$=".XLS"]:before,
div[class^="file_"] a[href$=".xls"]:before,
div[class^="file_"] a[href$=".XLS"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xls.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".xlsx"]:before,
div[class^="detail_"] a[href$=".XLSX"]:before,
div[class^="file_"] a[href$=".xlsx"]:before,
div[class^="file_"] a[href$=".XLSX"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".doc"]:before,
div[class^="detail_"] a[href$=".DOC"]:before,
div[class^="file_"] a[href$=".doc"]:before,
div[class^="file_"] a[href$=".DOC"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_doc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
div[class^="detail_"] a[href$=".docx"]:before,
div[class^="detail_"] a[href$=".DOCX"]:before,
div[class^="file_"] a[href$=".docx"]:before,
div[class^="file_"] a[href$=".DOCX"]:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_docx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.file_pdf, .file_pdf2, .file_excel, .file_word, .file_etc {
	margin: 1em 0px;
}

/* 移行時に紛れ込んだ見出しの中のspace.gifを消す */
#main_body div[class*="detail_"] img[src*="space.gif"] {
	display: none !important;
}

/* 画像サイズ */
/*
#main_body div[class*="detail"] img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}
*/

/* iframeの最大サイズ */
#main_body iframe {
	max-width: 100%;
}

/* preタグ */
div[class^="detail_"] pre {
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace, serif;
}

/* アンカーリンク */
div[class^="detail_"] a[href] {
	position: relative;
	z-index: 10;
}
div[class^="detail_"] a:not([href]) {
	display: inline-block;
	text-decoration: none !important;
	max-width: 100%;
/*
	position: relative;
	z-index: -1;
*/
}
div[class^="detail_"] a:not([href]):empty {
	display: block;
}
div[class^="detail_"] a:not([href]):hover {
	color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]:before,
div[class^="detail_"]:after {
	content: "";
	display: table;
}
div[class^="detail_"]:after {
	clear: both;
}
div[class^="detail_"] {
	zoom: 1;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
	margin: 1em 0px !important;
	padding-left: 40px;
}

.status_bar div {
	font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner,
.sticky #torikumi_banner {
	display: none;
}

/********** 2 定型登録 **********/

/* 定型登録共通 */
#main_body div.detail_free.detail_teikei_text p:first-child {
	margin-top: 0;
}

.detail_teikei {
	display: table;
	width: 100%;
}

.detail_teikei_column {
	display: table-row;
}
.detail_teikei_column > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 20px;
}

#main_body .detail_teikei .detail_teikei_img img {
	max-width: none;
}

#main_body .detail_teikei_column > div.detail_teikei_img + div.detail_teikei_text {
	padding-left: 20px;
}
#main_body .detail_teikei_column > div.detail_teikei_text:first-child {
	padding-right: 20px;
}
/* 定型登録共通ここまで */

/* パターン1 */
.detail_teikei1 .detail_teikei_img {
	text-align: center;
	margin: 20px 0;
}
#main_body div.detail_teikei1 .detail_teikei_img img {
	max-width: 100%;
}
/* パターン1ここまで */

/* パターン2 */
#main_body div.detail_teikei2 .detail_teikei_img img {
	max-width: 600px;
}
/* パターン2ここまで */

/* パターン3ここまで */
#main_body div.detail_teikei3 .detail_teikei_img img {
	max-width: 600px;
}
/* パターン3ここまで */

/* コンテンツ幅を超える表の対応 */
.sp_table_wrap {
	overflow: auto;
}
/* コンテンツ幅を超える表の対応ここまで */

/* コンテンツ幅より大きい画像だけ小さくする */
.contentLargeImage {
	max-width: 100%;
	height: auto !important;
}

/*=============== parts-site =============== */

/* パンくずリスト */
.pankuzu .pankuzu_site_list {
	display: none;
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 0px;
}

#mainimg_box {
	background: url(/img/common/bg_footer.png) no-repeat right top #d3e4f3;
	position: relative;
}
#mainimg_box img {
	width: 100%;
	height: auto;
}
#mainimg_box a {
	display: block;
	background: transparent;
	color: #333333;
	text-decoration: none;
}
#mainimg_box .site_name {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff,
		0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}
#mainimg_box .site_name.noimage {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-top: 45px;
	padding-bottom: 45px;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: 98%;
	max-width: 1080px;
	border-top: 8px solid #d3e4f3;
	border-bottom: 1px solid #d3e4f3;
	background: #e9f2f9;
	margin: 0px auto 40px;
}
#site_footer a {
	color: inherit;
}
#site_footer_box {
	padding: 20px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}

/* 自由編集項目 */
.free_box {
	margin: 0px 0px 10px;
}
.free_box p {
	margin: 0px 0px 10px;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
}

/* サイドメニュー */
.subsite_menu {
	margin: 0px 0px 10px;
	padding: 0px;
}
.subsite_menu_ttl {
	border-top: 8px solid #d6e8e7;
	border-bottom: 1px solid #d6e8e7;
	background: #eaf3f3;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 11px 20px;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
.subsite_menu_list ul li {
	margin: 0px;
	padding: 4px 0px 4px 15px;
	background: url(/img/common/icon_list_subsite.png) no-repeat left 0.6em transparent;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 5px 0px 10px;
}
.subsite_menu_list div.link_ichiran a {
	border: none;
	background: #e5e5e5;
	color: #333333;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px;
}

/* 新着情報 */
.section_information {
	margin-top: 40px;
}
.section_information .list_pack .article_img {
	width: 115px;
}
.section_information .list_pack .article_img span {
	height: 75px;
}
.section_information .list_pack .article_img span:empty {
	background: url(/img/common/noimage_subsite.png) no-repeat center center;
	background-size: contain;
}
.section_information .list_pack .article_txt .article_date,
.section_information .list_pack .article_txt .article_title {
	display: inline;
}

/* 小メニュー */
.site_list2 .info_list ul {
	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;
}
.site_list2 .info_list ul li {
	width: 230px;
	margin: 40px 25px 0px 0px;
}
.site_list2 .info_list ul li:first-child,
.site_list2 .info_list ul li:nth-child(2),
.site_list2 .info_list ul li:nth-child(3) {
	margin-top: 0px;
}
.site_list2 .info_list ul li:nth-child(3n) {
	margin-right: 0px;
}

.site_list2 .list_pack {
	display: block;
}
.site_list2 .list_pack .article_img {
	display: block;
	width: 230px;
	margin: 0px 0px 10px;
	padding: 0px;
}
.site_list2 .list_pack .article_img span {
	height: 150px;
}
.site_list2 .list_pack .article_img span:empty {
	background: url(/img/common/noimage_subsite.png) no-repeat center center;
	background-size: contain;
}
.site_list2 .list_pack .article_txt,
.site_list2 .list_pack .article_txt .article_date,
.site_list2 .list_pack .article_txt .article_title {
	display: block;
}

/* 市議会サイト ※デザイン適用までの仮運用 */

body.site_651 #sidebar2 .subsite_menu {
	display: none;
}
/* 市議会サイト ここまで */

/* 本体デザインリニューアル後の調整 20230706 */
/* preタグ */
div[class^="detail_"] pre {
	white-space: pre-wrap;
	word-break: break-word;
	font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
	display: inline-block;
	text-decoration: none !important;
	max-width: 100%;
}
div[class^="detail_"] a:not([href]):empty {
	display: block;
}
div[class^="detail_"] a:not([href]):hover {
	color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]::before,
div[class^="detail_"]::after {
	content: "";
	display: table;
}
div[class^="detail_"]::after {
	clear: both;
}
div[class^="detail_"] {
	zoom: 1;
}

#main_body div[class^="detail_"] hr.cf {
	border: none;
	margin: 0px;
}
#main_body div[class^="detail_"] hr.cf:first-child + h2,
#main_body div[class^="detail_"] span[id^="sp_headline"]:first-child + hr.cf + h2 {
	margin-top: 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
	margin: 1em 0px !important;
	padding-left: 40px;
}

.status_bar div {
	font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner {
	display: none;
}
/* 本体デザインリニューアル後の調整 20230706 ここまで */


/**********************************************************************************/
/* PC ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* タブレット */
/**********************************************************************************/
@media screen and (max-width : 1079px) {

	/*=============== layout =============== */

	#sidebar1 {
		width: 30%;
	}
	#sidebar2 {
		width: 30%;
	}

	.side1 #main {
		width: 70%;
	}
	.side1 #main_a {
		padding-left: 20px;
	}

	.side2 #main {
		width: 70%;
	}
	.side2 #main_a {
		padding-right: 20px;
	}

	.side1.side2 #main {
		width: 40%;
	}
	.side1.side2 #main_a {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*=============== parts =============== */

	/* ヘッダ */

	/* フッタ */

	/* おすすめ情報 */
	ul#detail_side_osusume_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	ul#detail_side_osusume_list li,
	ul#detail_side_osusume_list li:nth-child(6n) {
		margin-left: 9px;
		margin-right: 9px;
	}

	/* バナー */
	ul.banner_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	/* カウントダウン */
	#count_down_area {
		padding: 30px;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.count_down_box,
	.count_down_box:first-child {
		width: calc(33% - 20px);
		max-width: 240px;
		margin: 10px;
	}

	/*=============== parts-detail =============== */

	/* 画像サイズ */
	#main_body div[class*="detail"] img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}

	/*=============== parts-site =============== */

}
/**********************************************************************************/
/* タブレット ここまで */
/**********************************************************************************/



/**********************************************************************************/
/* スマートフォン */
/**********************************************************************************/
@media screen and (max-width: 670px){

	/*=============== sp-common =============== */

	* {
		float: none;
		word-break: normal;
	}

	/* 領域の位置やサイズに関する設定 */
	#loading-view {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		/* 背景関連の設定 */
		background-color: #ffffff;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}

	#xp1 {
		width: auto;
		margin: 0px auto;
	}

	/* viewSwitch */
	#viewSwitch {
		display: none;
		background: #cccccc;
		border-top: 1px solid #cccccc;
		text-align: center;
		padding: 15px 0px;
	}
	#viewSwitch dl {
		margin: 0px;
		padding: 0px;
	}
	#viewSwitch dt,
	#viewSwitch dd,
	#viewSwitch ul,
	#viewSwitch li {
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	#viewSwitch dt {
		margin-right: 10px;
		color: #333333;
	}
	#viewSwitch ul {
		list-style: none;
	}
	#viewSwitch li {
		padding: 2px 5px;
	}
	#viewSwitch li:nth-child(1) {
		border-right: solid 1px #333333;
	}
	#viewSwitch li:nth-child(2) {
		border-right: solid 1px #333333;
	}
	#vsSP {
		font-weight: bold;
	}

	/* spbutton */
	.spbutton {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
		-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
		box-shadow:inset 1px 1px 0px 0px #ffffff;
		font-size: 1.5rem;
		text-decoration: none;
		text-align: center;
	}
	.button:hover {
		background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.button:active {
		position: relative;
		top: 1px;
	}

	/* テーブル切り替え */
	#main_body .sp_table_wrap {
		overflow: auto;
	}

	#main_body div.sp_large_table {
		width: 1000px;
		overflow: visible;
	}

	.sp_button {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
		-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
		box-shadow:inset 1px 1px 0px 0px #ffffff;
		font-size: 1.5rem;
		text-decoration: none;
		text-align: center;
	}
	.sp_button:hover {
		background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.sp_button:active {
		position: relative;
		top: 1px;
	}
	.gsc-result .gs-title {
		height: auto !important;
	}

	/* ページ内目次 */
	#sp_page_index_link_wrap {
		display: block;
		width: auto;
		padding: 10px 0px;
	}

	#sp_page_index_link_toggle {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 10px;
		font-size: 1.5rem;
		border: 1px solid #333333;
		background: url(/img/sp/acc_open.png) no-repeat 97% center #eeeeee;
		background-size: 15px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
	}
	#sp_page_index_link_toggle.open {
		background-image: url(/img/sp/acc_close.png);
	}
	#sp_page_index_link_toggle:focus {
		outline: none;
	}

	#main #main_a ul#sp_page_index_link {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#main #main_a ul#sp_page_index_link li {
		padding: 10px;
		border-bottom: 1px solid #CCCCCC;
	}
	#main #main_a ul#sp_page_index_link li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h2 {padding-left: 10px; font-size: 2.0rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h3 {padding-left: 20px; font-size: 1.8rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h4 {padding-left: 30px; font-size: 1.6rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h5 {padding-left: 40px; font-size: 1.4rem; line-height: 1.2em;}
	#main #main_a ul#sp_page_index_link li a.sp_headtype_h6 {padding-left: 50px; font-size: 1.2rem; line-height: 1.2em;}

	/*=============== sp-layout =============== */

	/* 全体 */
	html {
		font-size: 62.5%;
	}
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		font-size: 1.4rem;
		line-height: 1.5;
		word-break: normal;
		-webkit-text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow: hidden;
	}

	#main,
	.side1 #main,
	.side2 #main,
	.side1.side2 #main {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	#main_a,
	.side1 #main_a,
	.side2 #main_a,
	.side1.side2 #main_a {
		margin: 0px;
		padding: 0px;
	}

	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	/*=============== sp-parts =============== */

	/********** 1 共通 **********/

	/* レスポンシブアコーディオン用 */
	.acc_title_wrap {
		position: relative;
	}
	.acc_title {
		position: relative;
	}
	.acc_title > label {
		display: block;
		cursor: pointer;
		padding-right: 30px;
	}
	h2.acc_title > label,
	h3.acc_title > label,
	h4.acc_title > label,
	h5.acc_title > label,
	h6.acc_title > label {
		padding-right: 30px;
	}

	input[id*="acc_ttl_label"] + * {
		display: none;
	}
	.acc_title + input[id*="acc_ttl_label"]:checked + * {
		display: block;
	}
	label[for*="acc_ttl_label"] {
		background: url(/img/sp/acc_open.png) no-repeat 97% center transparent;
		background-size: 15px 15px;
	}
	.acc_open label[for*="acc_ttl_label"] {
		background-image: url(/img/sp/acc_close.png);
	}

	.color_change label[for*="acc_ttl_label"] {
		background-image: url(/img/sp/acc_open_white.png);
	}
	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url(/img/sp/acc_close_white.png);
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none;
	}

	/* 足あと・ブックマーク機能 */
	#footstep_wrap, #keep_page {
		display: none !important;
	}

	/********** 2 基本設定 **********/

	/* フォント */
	body {
		font-family: arial,sans-serif;
	}

	/* ボタン */
	input[type="button"],
	input[type="submit"],
	button {
		font-size: 1.3rem;
	}

	input[type="text"],
	textarea {
		font-size: 1.3rem;
	}

	/* テーブル */
	#main_body table {
		font-size: 1.3rem;
		line-height: 1.4;
	}

	/* 見出し */
	#main_header {
		margin-bottom: 1px;
	}
	#main_header h1 {
		margin: 0px;
		padding: 15px 5px;
		font-size: 2.4rem;
	}

	#main_body h2 {
		margin: 0px 0px 1px;
		padding: 12px 5px;
		font-size: 1.8rem;
	}

	#main_body h3 {
		margin: 0px 0px 1px;
		padding: 10px 5px;
		font-size: 1.6rem;
	}

	#main_body h4 {
		margin: 0px 0px 1px;
		padding: 8px 5px;
		font-size: 1.4rem;
	}

	#main_body h5 {
		margin: 0px 0px 1px;
		padding: 5px;
		font-size: 1.3rem;
	}

	#main_body h6 {
		margin: 0px 0px 1px;
		padding: 5px;
		font-size: 1.3rem;
	}

	/********** 3 ヘッダ **********/

	/********** 4 フッタ **********/

	/* フッタ */
	#footer {
		font-size: 1.3rem;
		border-top: none;
	}

	/* ページトップ */
	#footer_link_pagetop {
		width: 50px;
		right: 10px;
		bottom: 100px;
	}
	.front_index #footer_link_pagetop {
		right: 22px;
		bottom: 150px;
	}

	/* ページトップ（フッタ上固定） */
	/*
	#footer_link_pagetop {
		position: static;
		width: auto;
	}
	#footer_link_pagetop a {
		display: block;
		height: 50px;
		background: #4b4b4b;
		overflow: hidden;
	}
	#footer_link_pagetop img {
		width: auto;
		height: 60px;
		margin-top: -5px;
	}
	*/

	#author_info {
		width: auto;
		max-width: none;
		padding: 30px 10px;
	}
	#author_box {
		width: auto;
		padding: 0px 0px 5px;
	}
	#author_box p.f_author {
		font-size: 2.2rem;
		line-height: 3rem;
		margin-bottom: 5px;
	}
	#author_box p span.f_address {
		display: block;
		margin: 0px;
	}
	#author_box p.f_detail {
		margin: 0px;
		padding: 15px 0px;
	}

	#author_info ul {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	#author_info ul li {
		display: table-cell;
		width: auto;
		margin: 0px;
		padding: 0px 1px;
	}
	#author_info ul li a {
		line-height: 2rem;
		padding: 10px 0px;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 60px;
	}
	#author_info ul li:first-child a {
		padding: 20px 0px;
	}
	#author_info ul li a br {
		display: block;
	}
	#author_info ul li a.icon_ai {
		padding-top: 19px;
		padding-bottom: 19px;
		line-height: 2.2rem;
	}

	#footer3 {
		width: auto;
		max-width: none;
		padding: 15px 10px 180px;
	}
	.front_index #web_plugin_chat_box {
		bottom: 45px !important;
		right: 5px !important;
	}
	#web_plugin_chat_box.__mobile {
		bottom: 5px !important;
		right: 5px !important;
	}
	.front_index #web_plugin_chat_box.__mobile {
		bottom: 45px !important;
		right: 5px !important;
	}

	#copyright p {
		padding: 0px;
		font-size: 1.2rem;
	}

	/* お問い合わせ */
	#footer_contact {
		display: block;
		text-align: center;
		border-bottom: 2px solid #cccccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#footer_contact a {
		display: inline-block;
		color: inherit;
		text-decoration: none;
	}
	#footer_contact span#fc_ttl {
		display: inline-block;
		color: #0d59b6;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 2rem;
		background: url(/img/common/icon_tel.png) no-repeat left center transparent;
		padding: 5px 0px 5px 20px;
	}
	#footer_contact span#fc_tel {
		display: block;
		font-size: 3rem;
		font-weight: bold;
		line-height: 4rem;
	}
	#footer_contact span#fc_time {
		display: block;
		font-size: 1.3rem;
		font-weight: bold;
		margin-left: 0.5em;
	}

	/* 取り組み */
	#torikumi_banner {
		left: 0px;
	}
	#torikumi_banner_box_bg {
		padding: 1px 7px 12px;
	}
	#torikumi_banner_box {
		background-size: 40px auto;
		background-position: 20px bottom;
	}
	#torikumi_banner_ttl {
		width: 60px;
	}
	#torikumi_banner_ttl a {
		font-size: 1.2rem;
		padding: 10px 0px 22px;
	}

	/********** 5 パンくず **********/

	/* パンくず */
	#pankuzu_wrap {
		margin: 0px 0px 5px;
		padding: 10px 10px 5px;
	}
	#pankuzu_wrap > div {
		width: auto;
	}
	.pankuzu {
		font-size: 1.2rem;
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current {
		width: 4rem;
		font-size: 1rem;
		padding: 3px 0px;
	}

	/********** 6 メイン **********/

	/* メイン */
	#mymainback {
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 20px;
	}

	/********** 7 サイド **********/

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 20px;
	}

	/* サイドメニュー */
	.side_box_ttl h2 {
		font-size: 1.6rem;
		padding: 15px 15px 30px;
	}

	.side_box_list {
		padding: 15px 0px 0px;
	}
	.side_box_list ul li {
		padding: 15px 10px;
	}
	.side_box_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}
	.side_box_list ul li ul li {
		padding-right: 0px;
	}

	.side_box_txt {
		padding: 15px 10px;
	}

	/********** 8 バナー **********/

	/* バナー広告 */
	ul.banner_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	ul.banner_list li {
		width: calc(50% - 10px);
		max-width: 180px;
		height: auto;
		margin: 5px;
	}

	ul.banner_list.banner_list_side {
		margin-bottom: 0px;
	}
	ul.banner_list.banner_list_side li {
		margin: 0px 0px 10px;
		max-width: none;
	}
	ul.banner_list.banner_list_side li:last-child {
		margin-bottom: 0px;
	}
	#sidebar_banner {
		margin-bottom: 10px;
	}

	/********** 9 リスト **********/

	/* リスト（横並び） */
	.navigation ul li,
	.navigation > div,
	.navigation ul li:last-child,
	.navigation > div:last-child {
		display: block;
		margin: 0px;
		padding: 15px 10px;
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.navigation ul li:last-child,
	.navigation > div:last-child {
		border-bottom: none;
	}
	.navigation ul li a,
	.navigation > div a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* リスト */
	.info_list ul li {
		display: block;
		margin: 0px;
		padding: 15px 10px;
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.info_list ul li:last-child {
		border-bottom: none;
	}
	.info_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	.info_list.info_list_date ul li {
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span {
		display: block;
	}
	.info_list.info_list_date ul li > span.article_date {
		width: auto;
	}

	.article_section {
		display: block;
		text-align: right;
		padding-right: 10px;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack .article_img {
		width: 120px;
		padding-right: 10px;
	}
	.list_pack .article_img span:empty {
		height: 90px;
		background-size: contain;
	}

	/* リスト（一覧リンク） */
	div.link_ichiran {
		margin: 0px;
		padding: 15px 10px;
		text-align: center;
	}
	div.link_ichiran a {
		display: block;
		padding: 10px;
		text-decoration: none;
	}
	#main_body div.link_ichiran a {
		min-width: 1em;
	}

	/* リスト（新着情報） */
	.section_information {
		margin: 15px 0px;
	}
	.section_information h2,
	#main_body .section_information h2 {
		padding: 15px 10px 15px 20px;
	}
	.section_information p.no_data {
		padding-bottom: 15px;
	}
	.section_information_list div.link_box {
		position: static;
		padding: 15px 10px;
	}
	.section_information_list div.link_box span a {
		text-decoration: none;
	}
	.section_information_list ul {
		padding: 0px 10px;
	}
	.section_information_list ul li,
	.section_information_list ul li:first-child {
		margin: 0px;
		padding: 15px 10px;
		border-bottom: 1px solid #cccccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.section_information_list ul li:first-child {
		border-top: 1px solid #cccccc;
	}
	.section_information_list ul li span.article_title {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.section_information_list ul li span.article_date {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.section_information_list ul li .article_date:before,
	.section_information_list ul li .article_date:after {
		display: none;
	}
	.section_information_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* リスト（新着情報サムネイル） */
	.section_information_thum {
		padding: 5px 10px;
	}
	.section_information_thum > div.lettering2 {
		width: 120px;
	}
	.section_information_thum > div.lettering3 {
		padding-left: 10px;
	}

	/********** 10 共通パーツ（主に目的ページ） **********/

	/* 印刷・SNS・カレンダー登録ボタン */
	#content_header {
		font-size: 1.3rem;
		margin: 15px 0px;
	}
	#content_header > span {
		display: block;
		margin: 0px 0px 15px;
	}
	#content_header > span:last-child {
		margin-bottom: 0px;
	}

	.ch_print,
	#print_mode_link {
		display: none !important;
	}

	/* PDF・WMPリンク */
	.pdf_download,
	.wmplayer_download {
		display: block;
		width: auto;
		margin-top: 30px;
	}
	.pdf_download .pdf_img,
	.wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0px 0px;
		font-size: 1.2rem;
	}

	/* お問い合わせ先 */
	#section_footer {
		margin-top: 30px;
		text-align: left;
	}
	#section_footer_ttl h2,
	#main_body #section_footer_ttl h2 {
		text-align: center;
	}

	/* レコメンド */
	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {
		padding: 0px 10px;
	}
	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		padding: 15px 10px;
	}
	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	/* 見つからないとき・よくある質問 */
	#common_banner_link ul {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	#common_banner_link ul li {
		display: table-cell;
		vertical-align: top;
		margin: 0px;
	}
	#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 {
		font-size: 1.3rem;
		line-height: 2rem;
		text-decoration: none;
		padding: 20px 0px;
	}

	/* おすすめ情報 */
	#detail_side_osusume {
		width: auto;
		max-width: none;
		padding: 30px 5px;
	}
	ul#detail_side_osusume_list li,
	ul#detail_side_osusume_list li:nth-child(6n) {
		width: calc(50% - 10px);
		max-width: 165px;
		margin-left: 5px;
		margin-right: 5px;
	}

	/********** 11 各ページ **********/

	/* カウントダウン */
	#count_down_area {
		display: block;
		padding: 25px 10px;
	}
	.count_down_box,
	.count_down_box:first-child {
		display: block;
		width: auto;
		max-width: none;
		margin: 10px;
		padding: 10px;
	}
	.count_down_box .count_box {
		display: table;
	}
	.count_down_box .count_box .count_img {
		position: relative;
		width: 145px;
		display: table-cell;
	}
	.count_down_box .count_box .count_img span:empty {
		height: 90px;
	}
	.count_down_box .count_box .count_txt {
		display: table-cell;
		vertical-align: top;
		width: auto;
		min-height: 0px;
	}
	.count_down_box .count_box .count_txt span.count_day {
		right: -10px;
		bottom: 0px;
	}

	/*=============== sp-parts-detail =============== */

	/* 見出し */
	.detail #main_body h2,
	.detail #main_body h3,
	.detail #main_body h4,
	.detail #main_body h5,
	.detail #main_body h6 {
		margin: 15px 0px;
	}

	/* 本文・お問い合わせのフォントサイズを2pxアップ 20200904 */
	#main_body div[class^="detail_"] {
		font-size: 1.5rem;
	}
	#main_body #section_footer_detail {
		font-size: 1.4rem;
	}

	/*=============== sp-parts-site =============== */

	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		max-width: none;
		margin: 0px;
	}
	#mainimg_box {
		background-size: auto 90px;
	}
	#mainimg_box .site_name {
		font-size: 2.2rem;
		padding: 10px 20px;
		text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
	}
	#mainimg_box .site_name.noimage {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		max-width: none;
		margin: 0px 10px 20px;
	}
	#site_footer_box {
		padding: 15px 10px;
		font-size: 1.3rem;
	}

	/* 自由編集項目 */
	.free_box {
		margin-top: 10px;
	}

	/* サイドメニュー */
	#sidebar1 > div,
	#sidebar2 > div {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#sidebar1 > div:first-child,
	#sidebar2 > div:first-child {
		margin-top: 0px !important;
	}
	#sidebar1 > div:last-child,
	#sidebar2 > div:last-child {
		margin-bottom: 0px !important;
	}

	.subsite_menu,
	#sidebar1 > div.subsite_menu,
	#sidebar2 > div.subsite_menu {
		margin-top: 0px;
		margin-bottom: 1px;
	}
	.subsite_menu_ttl {
		padding: 15px 10px 15px 20px;
		text-align: left;
		font-size: 1.5rem;
	}
	.subsite_menu_list ul {
		margin: 0px;
		padding: 0px;
	}
	.subsite_menu_list ul li {
		background: none;
		border-bottom: 1px solid #cccccc;
		padding: 15px 10px;
	}
	.subsite_menu_list ul li:last-child {
		border-bottom: none;
	}
	.subsite_menu_list ul li a {
		display: block;
		background: url(/img/sp/arrow_r.png) no-repeat right center;
		background-size: 8px auto;
		padding-right: 12px;
		text-decoration: none;
	}

	.subsite_menu_list div.link_ichiran {
		padding: 0px 10px 15px;
	}
	.subsite_menu_list div.link_ichiran a {
		padding: 10px;
		text-decoration: none;
	}

	/* 新着情報 */
	.detail #main_body .section_information h2 {
		margin: 0px;
	}

	/* 新着情報（サムネイルあり） */
	.list_pack > div.article_img {
		width: 120px;
		padding-right: 15px;
	}
	.list_pack > div.article_img span:empty {
		height: 75px;
		background-size: contain;
	}

	.article_txt2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	/* 小メニュー（サムネイルあり） */
	.site_list2 .info_list ul {
		display: block;
	}
	.site_list2 .info_list ul li,
	.site_list2 .info_list ul li:first-child,
	.site_list2 .info_list ul li:nth-child(2),
	.site_list2 .info_list ul li:nth-child(3),
	.site_list2 .info_list ul li:nth-child(3n) {
		width: auto;
		margin: 0px;
	}
	.site_list2 .list_pack {
		display: table;
	}
	.site_list2 .list_pack .article_img {
		display: table-cell;
		width: 120px;
		margin: 0px;
		padding: 0px 15px 0px 0px;
	}
	.site_list2 .list_pack .article_img span {
		height: 75px;
	}
	.site_list2 .list_pack .article_txt {
		display: table-cell;
	}

}
/**********************************************************************************/
/* スマートフォン ここまで */
/**********************************************************************************/


/* フッタ調整 20230317 */
#footer .f_hours {
	margin-top: 20px;
}
#footer .f_hours .box_ttl {
	margin-bottom: 5px;
}
#footer .f_hours .box_ttl .txt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	font-weight: bold;
	font-size: 1.6rem;
}
#footer .f_hours .box_ttl .lnk {
	display: inline-block;
	vertical-align: middle;
}

#footer #author_info ul li {
	width: auto;
	min-width: 200px;
}

#footer_link_sns 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;
}
#footer_link_sns ul li {
	display: inline-block;
	vertical-align: top;
	margin: 18px 18px 17px;
}
#footer_link_sns ul li img {
	width: 35px;
	height: auto;
	vertical-align: top;
}

#footer3 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 防災情報 */
#main_box_emergency {
	width: 1080px;
	margin: 30px auto;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #cc3333;
	color: #ffffff;
	line-height: 1.5;
}
#main_box_emergency a {
	color: inherit;
}
#main_box_emergency h2 {
	font-size: 3rem;
	font-weight: normal;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
}

#emer_mail_open_all2 {
	display: block;
	width: 25rem;
	margin: 0px auto;
	padding: 10px;
	border: none;
	background: #990000;
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 2rem;
}
#emer_mail_open_all2:hover,
#emer_mail_open_all2:focus {
	text-decoration: underline;
}

.list_top_emer ul {
	margin: 0px;
	padding: 0px 0px 20px;
	list-style: none;
}
.list_top_emer ul li {
	margin: 10px 0px 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	display: table;
}
.list_top_emer ul li:first-child {
	margin-top: 0px;
}
.list_top_emer ul li:nth-child(n+4) {
	display: none;
}
.view_emer_mail_all .list_top_emer ul li:nth-child(n+4) {
	display: table;
}

.list_top_emer ul li span.emer_date {
	display: table-cell;
	vertical-align: top;
	width: 9em;
}

.list_top_emer ul li span.emer_txt {
	display: table-cell;
	vertical-align: top;
}
.list_top_emer ul li span.emer_txt.emer_mail_open {
	display: block;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}

.list_top_emer ul li span.emer_title {
	display: block;
	cursor: pointer;
}
.list_top_emer ul li span.emer_txt.emer_mail_open span.emer_title {
	width: 590px;
	height: 370px;
	max-width: 80vw;
	max-height: 60vh;
	background: #ffffff;
	color: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	cursor: auto;
	overflow: auto;
}

.list_top_emer ul li span.emer_title span {
	display: block;
	height: 1.5em;
	overflow: hidden;
	text-decoration: underline;
}
.list_top_emer ul li span.emer_title span:hover,
.list_top_emer ul li span.emer_title span:focus {
	text-decoration: none;
}
.list_top_emer ul li span.emer_txt.emer_mail_open span.emer_title span {
	height: auto;
	overflow: visible;
	text-decoration: none;
	color: inherit;
}

.list_top_emer ul li span.emer_txt_close {
	display: none;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(/img/nw-common/icon_footstep_clear.png) no-repeat left center transparent;
	color: inherit;
	padding: 5px 0px 5px 22px;
	text-decoration: underline;
	cursor: pointer;
}
.list_top_emer ul li span.emer_txt_close:hover {
	text-decoration: none;
}
.list_top_emer ul li span.emer_txt.emer_mail_open span.emer_txt_close {
	display: block;
}

.emer_mail_link_more {
	margin-top: 20px;
	text-align: center;
}
.emer_mail_link_more a {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

@media screen and (max-width: 670px) {

	#footer #author_info ul {
		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;
	}
	#footer #author_info ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		min-width: auto;
		margin: 10px 0px 0px;
	}
	#footer #author_info ul li a,
	#footer #author_info ul li:first-child a {
		min-height: auto;
		padding: 10px;
	}

	#footer_link_sns ul {
		width: 192px;
		margin: 0px auto;
	}
	#footer_link_sns ul li {
		margin: 16px;
	}
	#footer_link_sns ul li img {
		width: 32px;
	}

	/* 防災情報 */
	#main_box_emergency {
		width: auto;
		margin: 10px 10px 20px;
		padding: 20px;
	}
	#main_box_emergency h2 {
		font-size: 2.4rem;
	}

	#emer_mail_open_all2 {
		width: 80%;
		font-size: 1.2rem;
		padding: 5px 10px;
	}

	.list_top_emer ul li {
		display: block;
		width: auto;
		margin-top: 15px;
	}
	.list_top_emer ul li:nth-child(n+4) {
		display: none;
	}
	.view_emer_mail_all .list_top_emer ul li:nth-child(n+4) {
		display: block;
	}

	.list_top_emer ul li span.emer_date {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	.list_top_emer ul li span.emer_txt {
		display: block;
	}

	.emer_mail_link_more {
		font-size: 1.3rem;
	}

}
/* フッタ調整 20230317 ここまで */