@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;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* 基本の文字色 */
body {
	color: #333333;
}

/* リンク */
a:link {
	color: #3666b0;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #333333;
	text-decoration: none;
}

a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-wrap: break-word;
	word-break: break-all;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.4rem;
	line-height: 1;
}

#header_box {
	width: 1080px;
	margin: 0px auto;
	position: relative;
	min-height: 80px;
}

#logo {
	width: 176px;
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#logo a {
	display: block;
}
#logo h1 {
	margin: 0px;
}
#logo img {
	width: 100%;
	height: auto;
}

/* ヘッダメニュー */
#header2 {
	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;
}
#header2 > div {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}
#header2 > div#header2_ttl {
	display: none;
}

/* ヘッダメニュー */
ul#header_navi {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#header_navi > li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 5px 0px;
}
ul#header_navi > li > a {
	display: inline-block;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
}
ul#header_navi > li > a:hover,
ul#header_navi > li > a:focus {
	text-decoration: underline;
}
ul#header_navi > li.h_main > a {
	background: url(/img/common/icon_h_main.png) no-repeat left center transparent;
}
ul#header_navi > li.h_voice > a {
	background: url(/img/common/icon_h_voice.png) no-repeat left center transparent;
}
ul#header_navi > li.h_lang > a {
	background: url(/img/common/icon_arrow_down.png) no-repeat right center, url(/img/common/icon_h_lang.png) no-repeat left center transparent;
	padding-right: 25px;
}
ul#header_navi > li.h_lang > a.open {
	background: url(/img/common/icon_arrow_up.png) no-repeat right center, url(/img/common/icon_h_lang.png) no-repeat left center transparent;
}

/* 翻訳 */
.h_lang {
	position: relative;
}
#language_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 100;
	width: 21.5rem;
	border: 1px solid #c3c2c2;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 10px 40px 20px;
}
#language_menu_box.open {
	display: block;
}
.accGrayscale #language_menu_box.open {
	display: none;
}

#language_menu_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#language_menu_box ul li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid;
	margin: 0px 10px 10px 0px;
	padding-right: 10px;
	line-height: 1.2;
	text-align: left;
}
#language_menu_box ul li:last-child,
#language_menu_box ul li:nth-last-child(2) {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
#language_menu_box ul li a {
	color: #333333;
}

#language_menu_box ul li.lang_link_auto {
	display: block;
	width: calc(100% - 10px);
	margin-right: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

#language_menu_close {
	display: inline-block;
	border: none;
	background: url(/img/common/icon_close.png) no-repeat right center transparent;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 4px 25px 4px 0px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

/* 閲覧補助 */
ul#header_navi > li.h_support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	margin: 0px;
}

.h_support dl {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 5px 0px;
	padding: 0px;
}
.h_support dl:last-child {
	margin-right: 0px;
}

.h_support dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 10px 5px 25px;
}
.h_support dl#moji_size dt {
	background: url(/img/common/icon_h_size.png) no-repeat left center transparent;
}
.h_support dl#haikei_color dt {
	background: url(/img/common/icon_h_color.png) no-repeat left center transparent;
}

.h_support dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}
.h_support dl dd a {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.8rem;
	border: 1px solid #cdcdcd;
	background: #ffffff;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 7px 5px 8px;
}
.h_support dl dd a:hover,
.h_support dl dd a:focus {
	text-decoration: underline;
}

.h_support dl dd a#moji_large {
	font-size: 1.6rem;
	padding-left: 6px;
	padding-right: 5px;
}
.h_support dl dd a#moji_default {
	font-weight: normal;
	padding-left: 9px;
	padding-right: 8px;
}

.h_support dl dd a#haikei_white {
	border-color: #cdcdcd;
	background: #ffffff !important;
	color: #333333 !important;
}
.h_support dl dd a#haikei_black {
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}
.h_support dl dd a#haikei_blue {
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 検索 */
#top_search_wrap {
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: right;
	padding: 15px 0px 10px;
}
#top_search_wrap > div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 5px;
}

#top_search_ttl {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5rem;
	padding: 10px 0px;
}

#top_search_keyword {
	width: 26rem;
	max-width: 320px;
	margin-left: 10px;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #333333 !important;
	width: calc(100% - 84px) !important;
	height: 50px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #333333;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
	white-space: nowrap;
	width: 84px;
	height: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
#submit:hover,
#submit:focus {
	text-decoration: underline;
}

#top_search_detailsearch {
	margin-left: 5px;
}
#top_search_detailsearch a {
	display: inline-block;
	min-width: 10rem;
	background: url(/img/common/icon_arrow_gray.png) no-repeat right 10px top 50% #eeeeee;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 15px 20px 15px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_search_detailsearch a:hover,
#top_search_detailsearch a:focus {
	text-decoration: underline;
}

/* グローバルメニュー */
#top_search_box {
	width: 1080px;
	margin: 0px auto;
	padding: 0px 0px 35px;
}

#gnav_ttl {
	display: none;
}

ul#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul#gnav li {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-right: 2px solid #9fb3d8;
	width: 146px;
}
ul#gnav li:nth-child(4) {
	margin-left: 204px;
	border-left: 2px solid #9fb3d8;
}
ul#gnav li a {
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7rem;
	text-decoration: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 3px;
	padding: 50px 0px 8px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul#gnav li a:hover,
ul#gnav li a:focus {
	background-color: #cedbf3;
}

ul#gnav li#gnav1 a {
	background-image: url(/img/common/icon_gnav01.png);
	background-color: #fef4f5;
}
ul#gnav li#gnav1 a:hover,
ul#gnav li#gnav1 a:focus {
	background-color: #fee7e9;
}

ul#gnav li#gnav2 a {
	background-image: url(/img/common/icon_gnav02.png);
}
ul#gnav li#gnav3 a {
	background-image: url(/img/common/icon_gnav03.png);
	font-size: 1.5rem;
	line-height: 1.6rem;
	padding: 41px 0px 0px;
}
ul#gnav li#gnav4 a {
	background-image: url(/img/common/icon_gnav04.png);
}
ul#gnav li#gnav5 a {
	background-image: url(/img/common/icon_gnav05.png);
}
ul#gnav li#gnav6 a {
	background-image: url(/img/common/icon_gnav06.png);
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: #ecf0f7;
	padding: 18px 0px 8px;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#pankuzu_wrap a {
	color: inherit;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	height: 2rem;
	background: #9fb3d8;
	color: #333333;
	font-size: 1.1rem;
	line-height: 1.1rem;
	font-weight: bold;
	padding: 0.5rem 0px 0.4rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.4rem;
	line-height: 1;
}

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 50px;
	position: fixed;
	right: -100px;
	bottom: 20px;
	z-index: 70;
	-webkit-transition: right 0.5s ease-in-out;
	-o-transition: right 0.5s ease-in-out;
	transition: right 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	right: 20px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* フッタメニュー */
#footer_navi {
	background: #9fb3d8;
}
#footer_navi ul {
	width: 1080px;
	margin: 0px auto;
	padding: 20px 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid;
	margin: 0px 20px 9px 0px;
	padding-right: 20px;
	line-height: 1.5;
}
#footer_navi ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
#footer_navi ul li a {
	color: #333333;
}

/* 管理者情報 */
#footer_box {
	width: 1080px;
	margin: 0px auto;
	padding: 30px 0px 25px;
	background: url(/img/common/img_footer_map.png) no-repeat right 10px transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#author_info {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 1.6rem;
	line-height: 1.625;
}
#author_info > div {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#author_box {
	padding-right: 40px;
}
#author_box p {
	margin: 0px 0px 6px;
}
#author_box p:last-child {
	margin-bottom: 0px;
}
#author_box p.f_author {
	display: inline-block;
	vertical-align: top;
	font-size: 2.4rem;
	line-height: 2.6rem;
	font-weight: bold;
	margin-right: 20px;
}
#author_box p.f_number {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
#author_box p.f_contact span,
#author_info > div.f_detail span {
	font-weight: bold;
}

#author_info_link {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#author_info_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#author_info_link ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 20px 5px 0px;
}
#author_info_link ul li a {
	display: inline-block;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	border-radius: 20px;
	padding: 10px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 260px;
}
#author_info_link ul li a:hover,
#author_info_link ul li a:focus {
	text-decoration: underline;
}
#author_info_link ul li.icon_tel a {
	background: url(/img/common/icon_f_tel.png) no-repeat left 20px top 50%, url(/img/common/icon_arrow_blue.png) no-repeat right 20px top 50% #ecf0f7;
}
#author_info_link ul li.icon_access a {
	background: url(/img/common/icon_f_access.png) no-repeat left 20px top 50%, url(/img/common/icon_arrow_blue.png) no-repeat right 20px top 50% #ecf0f7;
}

/* コピーライト */
#copyright p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.4rem;
	line-height: 2rem;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 20px;
	text-align: right;
	font-size: 1.5rem;
}
#content_header > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	line-height: 1;
	font-size: 1.5rem;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 28px 30px;
	background: #3666b0;
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 17px 27px;
	border: 3px solid #8da3cc;
	background: #dde6f7;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 15px 30px;
	background: #ecf0f7;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 10px 30px;
	background: transparent;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
#main_body h4::before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	background: #3666b0;
	color: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 30px;
	background: transparent;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
#main_body h5::before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	border: 2px solid #3666b0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 6px 30px;
	background: transparent;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* テーブル */
#main_body table {
	border-color: #999999;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f1f4ce;
	border-color: #999999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body td {
	border-color: #999999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/********** 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;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {}

#recommend_title,
#ai_recommend_title {}

#recommend_title h2,
#ai_recommend_title h2 {
	border-bottom: 3px solid #c3c2c2;
	margin: 0px;
	padding: 13px 20px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 1px solid #c3c2c2;
	padding: 18px 20px 17px;
}

/* 重要なお知らせ */
#second_important {
	border: 2px solid #cc0000;
}

#second_important_ttl {
	background: #cc0000;
	color: #ffffff;
	text-align: center;
}
#second_important_ttl h2 {
	display: inline-block;
	margin: 0px;
	padding: 22px 25px 19px 50px;
	background: url(/img/common/icon_important.png) no-repeat left center transparent;
	color: inherit;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

#second_important ul {
	margin: 0px;
	padding: 18px;
	list-style: none;
}
#second_important ul li {
	margin: 0px 0px 15px;
}
#second_important ul li:last-child {
	margin-bottom: 0px;
}
#second_important ul li > span {
	display: block;
}
#second_important ul li > span.article_date {
	margin-bottom: 3px;
}

/* サイドメニュー */
.side_box {
	border: 2px solid #c3c2c2;
	padding: 18px;
}

.side_box_ttl h2 {
	border-bottom: 3px solid #9fb3d8;
	margin: 0px 0px 15px;
	padding: 0px 20px 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 0px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 0px;
}

.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 1em;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	padding-right: 15px;
	border-right: 1px solid;
	line-height: 1.2;
}
.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 0px 0px 25px;
}
.info_list ul li {
	margin: 0px 0px 20px;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list.info_list_date ul li {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.info_list.info_list_date ul li > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}
.info_list.info_list_date ul li > span.article_title {
	width: calc(100% - 11em);
}

/* リスト（担当課） */
.info_list.info_list_section ul li > span.article_section {
	width: 13em;
	padding-left: 20px;
}
.info_list.info_list_section ul li > span.article_title {
	width: calc(100% - 13em);
}
.info_list.info_list_date.info_list_section ul li > span.article_title {
	width: calc(100% - 24em);
}
@media screen and (min-width: 671px) {
	/* 文字拡大時 */
	html[style*="font-size"] .info_list.info_list_date ul li > span.article_date,
	html[style*="font-size"] .info_list.info_list_date ul li > span.article_title,
	html[style*="font-size"] .info_list.info_list_section ul li > span.article_section,
	html[style*="font-size"] .info_list.info_list_section ul li > span.article_title,
	html[style*="font-size"] .info_list.info_list_date.info_list_section ul li > span.article_title {
		width: 100%;
	}
	html[style*="font-size"] .info_list.info_list_section ul li > span.article_section {
		text-align: right;
	}
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.list_pack .article_txt {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 220px);
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #eeeeee;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center #eeeeee;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 0px;
	padding: 20px 0px 10px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: url(/img/common/icon_arrow_blue.png) no-repeat right 2px top 0.2em transparent;
	padding-right: 25px;
}

/* リスト（newアイコン） */
img.icon_new {
	display: none !important; /* 本県では使用しない */
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	padding: 20px 38px;
	border: 2px solid #c3c2c2;
	border-top: none;
	border-bottom: none;
	position: relative;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px;
	background: none;
	border: none;
	border-bottom: 1px solid #9fb3d8;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #c3c2c2;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
}
.section_information_list ul li > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.section_information_list ul li > span.article_date {
	width: 11em;
}
.section_information_list ul li > span.article_title {
	width: calc(100% - 11em);
}
@media screen and (min-width: 671px) {
	/* 文字拡大時 */
	html[style*="font-size"] .section_information_list ul li > span.article_date,
	html[style*="font-size"] .section_information_list ul li > span.article_title {
		width: 100%;
	}
}

.section_information_list div.link_box {
	position: absolute;
	top: 20px;
	right: 40px;
	text-align: right;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 25px;
}
.section_information_list div.link_box span a {
	display: inline-block;
	background: url(/img/common/icon_arrow_blue.png) no-repeat right 2px top 0.1em transparent;
	padding-right: 25px;
	font-size: 1.5rem;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px 0px 20px;
}
.section_information_thum > div.lettering2 {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 220px);
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 10px 15px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/* バナー広告（フッタ） */
#footer_banner {
	clear: both;
	width: 1080px;
	margin: 0px auto 50px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 40px;
}
#sitemap_list_wrap > div > div,
#sitemap_list_wrap > div > div > div {
	margin-bottom: 20px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child,
#sitemap_list_wrap > div > div > div:last-child {
	margin-bottom: 0px;
}

/* 分類でさがす */
.life_index #main_body > div {
	margin-bottom: 20px;
}
.life_index #main_body > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"],
div#main_header_opendata {
	width: 1080px;
	height: 200px;
	margin: 30px auto 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #ecf0f7;
	background-repeat: no-repeat, repeat;
	background-position: right center, left top;
	background-size: auto 100%, auto;
	position: relative;
}
div#main_header_life3_1 { background-image: url(/img/life/back_img1.jpg), url(/img/life/bg_ttl_life.png); } /* くらし・安全・環境 */
div#main_header_life3_2 { background-image: url(/img/life/back_img2.jpg), url(/img/life/bg_ttl_life.png); } /* 観光・文化・スポーツ */
div#main_header_life3_3 { background-image: url(/img/life/back_img3.jpg), url(/img/life/bg_ttl_life.png); } /* 健康・福祉 */
div#main_header_life3_4 { background-image: url(/img/life/back_img4.jpg), url(/img/life/bg_ttl_life.png); } /* 教育・子育て */
div#main_header_life3_5 { background-image: url(/img/life/back_img5.jpg), url(/img/life/bg_ttl_life.png); } /* しごと・産業 */
div#main_header_life3_6 { background-image: url(/img/life/back_img6.jpg), url(/img/life/bg_ttl_life.png); } /* 県政情報 */
div#main_header_opendata { background-image: url(/img/life/back_img7.jpg), url(/img/life/bg_ttl_life.png); } /* オープンデータ */

div[id^="main_header_life3_"] h1,
div#main_header_opendata h1,
div#main_header_opendata span {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	position: absolute;
	top: 30px;
	left: 0px;
}
div#main_header_opendata a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

/* 大分類 */
.life_list3 .section_information {
	margin-top: 0px;
}

.life_list3 #life_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.life_list3 .life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
	padding: 25px 20px 10px;
	background: #ecf0f7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.life_list3 .life_cat_list:nth-child(1),
.life_list3 .life_cat_list:nth-child(2) {
	margin-top: 0px;
}
.life_list3 .life_cat_list:nth-child(2n) {
	margin-right: 0px;
}
.life_list3 #main_body .life_cat_list h2 {
	border: none;
	background: none;
	font-size: 1.8rem;
	margin: 0px 0px 20px;
	padding: 0px;
}

/* 中分類 */
.life_list2 .life_cat_list {
	margin-bottom: 20px;
}
.life_list2 .life_cat_list:last-child {
	margin-bottom: 0px;
}

/* 小分類 */
.life1box {
	margin-bottom: 20px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

/* 関連情報 */
#kanren_info h2 {
	border-bottom: 3px solid #9fb3d8;
	margin: 0px;
	padding: 16px 20px 12px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#kanren_info h3 {
	border-bottom: 1px solid #c3c2c2;
	margin: 0px;
	padding: 18px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
#kanren_info.accordion h3 {
	padding: 0px;
}
#kanren_info h3 a {
	display: block;
	color: #333333;
	text-decoration: none;
	background: url(/img/common/icon_kanren_open.png) no-repeat right 18px top 50% transparent;
	padding: 18px 40px 18px 0px;
}
#kanren_info h3 a:hover,
#kanren_info h3 a:focus {
	text-decoration: underline;
}
#kanren_info .kanren_box.open h3 a {
	background-image: url(/img/common/icon_kanren_close.png);
}

.kanren_list {
	display: none;
}
.kanren_box.open .kanren_list {
	display: block;
}

.kanren_list ul {
	margin: 0px;
	padding: 10px 0px 10px 25px;
}
.kanren_list ul li {
	margin-bottom: 10px;
}
.kanren_list ul li:last-child {
	margin-bottom: 0px;
}

.kanren_list div.link_ichiran {
	padding: 0px 0px 10px;
}

/* 分類（オープンデータ） */
.ccl_download {
	clear: both;
	margin: 30px 0px 0px;
	padding-top: 28px;
	border-top: 2px solid #c3c2c2;
	width: 100%;
	display: table;
}
.ccl_download .ccl_img {
	display: table-cell;
	vertical-align: top;
	width: 88px;
	margin: 0px;
	padding: 0px;
}
.ccl_download .ccl_img img {
	width: 100%;
	height: auto;
}
.ccl_download .tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.life_opendata .pdf_download {
	clear: both;
	margin: 30px 0px 0px;
	padding-top: 28px;
	border-top: 2px solid #c3c2c2;
	width: 100%;
	display: table;
}
.life_opendata .pdf_download .pdf_img {
	display: table-cell;
	vertical-align: top;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.life_opendata .pdf_download .pdf_img img {
	width: 100%;
	height: auto;
}
.life_opendata .pdf_download .tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}

#life_opendata_information {
	line-height: 1.8;
}
#life_opendata_information ul {
	padding-left: 25px;
}

/* サブカテゴリ */
.lifesub_cat_list .list_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.lifesub_cat_list .list_box_wrap .list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.lifesub_cat_list .list_box_wrap .list_box:nth-child(1),
.lifesub_cat_list .list_box_wrap .list_box:nth-child(2) {
	margin-top: 0px;
}
.lifesub_cat_list .list_box_wrap .list_box:nth-child(2n) {
	margin-right: 0px;
}
#main_body .lifesub_cat_list .list_box_wrap .list_box h4 {
	margin-top: 0px;
}

.kanren2 .lifesub_cat_list {
	margin-bottom: 20px;
}
.kanren2 .lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

/* 組織でさがす */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	padding-right: 15px;
	border-right: 1px solid;
	line-height: 1.2;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.soshiki_index #main_body > div.navigation,
.soshiki_index #main_body > div.soshiki_section_kikan {
	margin-bottom: 20px;
}
.soshiki_index #main_body > div.navigation:last-child,
.soshiki_index #main_body > div.soshiki_section_kikan:last-child {
	margin-bottom: 0px;
}

/* 部局 */
#main_body div#freespace_bu.detail_free {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_info_box > div {
	margin-bottom: 20px;
}
.kakuka_info_box:last-child,
.kakuka_info_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
	overflow: hidden;
}
#soshiki_pr_image img {
	width: auto;
	height: 185px;
}

#main_body div#freespace_ka.detail_free {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}
#freespace2_ka ul {
	padding-left: 25px;
}

.soshiki_kakuka #main_body > div.midashi_ka > div {
	margin-bottom: 30px;
}
.soshiki_kakuka #main_body > div.midashi_ka > div:last-child {
	margin-bottom: 0px;
}

.kakuka_contact_wrap .kakuka_grpname {
	font-weight: bold;
	border-bottom: 3px solid #c3c2c2;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.kakuka_contact_wrap .grpname_box {
	margin: 15px 0px 0px 15px;
}
.kakuka_contact_wrap .kakuka_address span {
	margin-right: 0.5em;
}

.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

/* 新着情報 */
.soshiki_news.ctg_icon .info_list.info_list_date ul li > span.article_title {
	padding-left: 75px;
	position: relative;
}
.soshiki_news.ctg_icon .info_list.info_list_date ul li > span.article_title img[src*="ctg"] {
	position: absolute;
	top: 0.1em;
	left: 0px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
.book_list_box {
	margin: 0px 0px 30px;
}
.book_list_box:last-child {
	margin-bottom: 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;
}
.book_list_box .book_info > div.book_detail > div {
	margin-bottom: 0.5em;
}
.book_list_box .book_info > div.book_detail > div:last-child {
	margin-bottom: 0px;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #ecf0f7;
	color: #333333;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
}
.question #main_body table.tbl_ques td input:hover,
.question #main_body table.tbl_ques td input:focus {
	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"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body * {
	white-space: normal;
	word-break: break-all;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[style="text-align:left;"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #ecf0f7;
	color: #333333;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="submit"]:focus,
.question #main_body input[type="button"]:hover,
.question #main_body input[type="button"]:focus {
	text-decoration: underline;
}

.question_detail #main_body h2 {
	margin: 20px 0px;
}
.question_detail #main_body form > img {
	max-width: 100%;
	height: auto;
	margin: 0px 0px 1em;
}
.question_detail #main_body div.link_l,
.question_detail #main_body div.file_etc {
	margin: 0px 0px 1em;
}

.question .c_red {
	color: #cc0000;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message,
.mail_form .c_red {
	margin: 1em 0px;
	color: #cc0000;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td {
	width: 75%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}
#main_body table#mail_form_tbl td * {
	white-space: normal;
	word-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#main_body #mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #ecf0f7;
	color: #333333;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}
#main_body #mail_form_btn_wrap input[type="submit"]:hover,
#main_body #mail_form_btn_wrap input[type="submit"]:focus {
	text-decoration: underline;
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
	padding: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

.gsc-search-box .gsc-search-button .gsc-search-button-v2 {
	margin: 0px 0px 0px 2px;
}

/* 地図でさがす */
#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: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #cccccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}



/* タブレット */
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#header_box {
		width: auto;
	}

	#logo {
		width: 228px;
		height: 56px;
		background: url(/img/common/logo_tablet.png) no-repeat left top;
		top: 20px;
		left: 20px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	#logo a,
	#logo h1 {
		display: block;
		width: 100%;
		height: 100%;
	}
	#logo img {
		opacity: 0;
		width: 100%;
		height: 100%;
	}

	.color_change #logo img,
	.color_change #logo a,
	.color_change #logo h1 {
		background: none !important;
	}

	#header2 {
		display: block;
		text-align: right;
	}
	#header2 > div {
		display: block;
		width: auto;
	}

	#he_left {
		margin-left: 250px;
		padding: 10px 20px 0px 0px;
	}

	ul#header_navi,
	ul#header_navi > li.h_support {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	ul#header_navi > li {
		margin-left: 15px;
		margin-right: 0px;
	}

	#language_menu_box {
		left: auto;
		right: 0px;
	}

	#top_search_wrap {
		padding: 5px 20px 10px;
	}
	#top_search_ttl {
		padding: 5px 0px;
	}
	#tmp_query {
		height: 40px !important;
	}
	#submit {
		height: 40px;
		line-height: 40px;
	}
	#top_search_detailsearch a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* グローバルメニュー */
	#top_search_box {
		width: auto;
		margin: 0px;
	}
	ul#gnav {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	ul#gnav li {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}
	ul#gnav li:nth-child(4) {
		margin-left: 0px;
		border-left: none;
	}
	ul#gnav li a,
	ul#gnav li#gnav3 a {
		font-size: 1.3rem;
	}

	/* パンくず */
	#pankuzu_wrap {
		font-size: 1.4rem;
	}
	#pankuzu_wrap > div {
		width: calc(100% - 40px);
	}

	/* フッタ */
	#footer_navi ul {
		width: calc(100% - 40px);
	}

	#footer_box {
		display: block;
		width: calc(100% - 40px);
	}
	#author_info {
		display: block;
		width: auto;
	}
	#author_info > div {
		display: block;
	}
	#author_info > div.f_detail {
		margin-top: 10px;
	}
	#author_box {
		padding-right: 0px;
	}

	#author_info_link {
		display: block;
		margin-right: 0px;
	}

	#copyright p {
		padding: 15px 60px 5px 0px;
	}

	/* サイド */
	#sidebar1,
	#sidebar2 {
		margin-top: 30px;
	}

	/* バナー */
	#footer_banner {
		width: calc(100% - 40px);
	}

	ul.banner_list li {
		width: calc(25% - 20px);
		margin: 10px;
	}

	/* 分類 */
	div[id^="main_header_life3_"],
	div#main_header_opendata {
		width: calc(100% - 40px);
		height: 0px;
		padding-top: 18%;
	}

	/* 課室 */
	#soshiki_pr_image img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	/* アンケート */
	#main_body table.tbl_ques {
		font-size: 1.5rem;
	}
	#main_body table.tbl_ques th.title {
		width: 50%;
	}
	#main_body table.tbl_ques th.date,
	#main_body table.tbl_ques th.date2 {
		width: 18%;
	}
	#main_body table.tbl_ques th.button {
		width: 14%;
	}

	/* テーブル */
	#main_body table {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		max-width: 100% !important;
		min-width: auto !important;
	}

}
/* タブレット ここまで */