@charset "utf-8";
@import url(/ssi/css/parts-header-footer.css);

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/* ページ内目次 */
#main_body .toc_link_wrap {
	display: none;
}
#sidebar1 .toc_link_wrap,
#sidebar2 .toc_link_wrap {
	display: none;
}

.toc_link_wrap {
	border: 1px solid #ccc;
	margin: 0px 0px 20px;
	padding: 10px;
}
.toc_link_wrap summary {
	cursor: pointer;
}

.toc_link {
	margin: 10px 0px 0px;
	padding: 0;
	list-style: none;
}
.toc_link > li:not(:first-child) {
	margin: 10px 0px 0px;
}
.toc_link > li {
	line-height: 1.5em;
	font-size: 1.6rem;
}
.toc_link > li a {
	display: inline-block;
}
.toc_link > li.toc_type_h3 {
	margin-left: 10px;
}
.toc_link > li.toc_type_h4 {
	margin-left: 20px;
}
.toc_link > li.toc_type_h5 {
	margin-left: 30px;
}
.toc_link > li.toc_type_h6 {
	margin-left: 40px;
}

.ip_headtype_h2 {
	padding: 0px;
}
.ip_headtype_h3 {
	padding-left: 10px;
	font-size: calc(1em * 0.95);
}
.ip_headtype_h3 {
	padding-left: 20px;
	font-size: calc(1em * 0.9);
}
.ip_headtype_h4 {
	padding-left: 30px;
	font-size: calc(1em * 0.875);
}
.ip_headtype_h5 {
	padding-left: 40px;
	font-size: calc(1em * 0.85);
}
.ip_headtype_h6 {
	padding-left:  50px;
	font-size: calc(1em * 0.825);
}

/* アンカーリンク先の目印 */
div[class^="detail_"] span[id^="toc"]:target {
	position: relative;
}
div[class^="detail_"] span[id^="toc"]:target::before {
	content: '';
	position: absolute;
	right: calc(100% + 10px);
	top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-width: 10px 0px 10px 17px;
	border-style: solid;
	border-color: transparent;
	border-left-color: currentcolor;
}

/********** 2 基本設定 **********/

/* フォントサイズ */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.6rem;
	line-height: 1.5;
}

/* フォント */
body {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* 基本の文字色 */
body {
	color: #333;
}

/* リンク */
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #c00;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img,
a:focus img {
	opacity: 0.75;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/********** 4 フッタ **********/

/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 20px 0px 10px;
	font-size: 1.5rem;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	height: 2rem;
	background: #fdeccc;
	color: #333;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 20px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
#content_header {
	margin: -10px 0px 20px;
	text-align: right;
	font-size: 1.5rem;
}
#content_header > span {
	display: inline-block;
	margin-left: 2em;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}

/* 見出し */
#main_header {
	margin-bottom: 30px;
	background: #e6eff7;
	padding: 6px;
}
#main_header h1 {
	margin: 0px;
	padding: 16px 26px;
	background: #e6eff7;
	border: 4px solid #80b0d8;
	font-size: 3.2rem;
	font-weight: bold;
}

#main_body h2,
#kakuka_midashi h2 {
	clear: both;
	margin: 25px 0px;
	padding: 14px 30px 12px 15px;
	background: #e6eff7;
	border-bottom: 6px solid #80b0d8;
	border-left: 15px solid #80b0d8;
	font-size: 2.6rem;
	font-weight: bold;
}

#main_body h3,
.life_cat_list_ttl {
	clear: both;
	margin: 20px 0px;
	padding: 12px 30px 8px;
	background: #f6f6f6;
	border-bottom: 4px solid #80b0d8;
	font-size: 2.4rem;
	font-weight: bold;
}
.life_cat_list_ttl {
	margin: 0px;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 30px 9px;
	background: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
}
#main_body h4::before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 10px solid #80b0d8;
	border-right-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
}
#main_body h4::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: -o-repeating-linear-gradient(135deg, #eee, #eee 2px, #fff 3px, #fff 5px);
	background: repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 3px, #fff 5px);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 30px 7px;
	background: #f6f6f6;
	font-size: 2rem;
	font-weight: bold;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 5px 30px;
	background: #fff;
	border-bottom: 4px solid #f6f6f6;
	font-size: 1.8rem;
	font-weight: bold;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {}

#recommend_title,
#ai_recommend_title {}

#recommend_title h2,
#ai_recommend_title h2 {
	background: #fad07f;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	margin: 0px;
	padding: 16px 20px 14px;
}
#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;
	border: 1px solid #ddd;
	border-top: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 15px 20px;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	border-bottom: none;
	padding-bottom: 30px;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 20px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #fff;
	border: 2px solid #f1a651;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	padding: 15px 5px;
	text-align: center;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 11px 20px 11px 50px;
	min-width: 140px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center;
}
#common_banner_link ul li a:hover,
#common_banner_link ul li a:focus {
	background: #fef5e5;
}
#common_banner_link ul li a:hover span,
#common_banner_link ul li a:focus span {
	text-decoration: underline;
}

/* 「見つからないときは」「よくある質問」バナー（1カラム） */
@media screen and (min-width: 671px) {
	#main #common_banner_link ul {
		margin: 30px 0px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	#main #common_banner_link ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 15px);
		margin: 0px;
	}
}
/* 「見つからないときは」「よくある質問」バナー（1カラム） ここまで */

/* 「重要なお知らせ」バナー */
#common_banner_important a {
	display: block;
	background: url(/img/common/icon_arrow_important.png) no-repeat right 20px top 50% #fae5e5;
	background-size: 20px auto;
	padding: 25px 50px 25px 15px;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
	text-decoration: none;
	text-align: center;
}
#common_banner_important a span {
	display: inline-block;
	background: url(/img/common/icon_important.png) no-repeat left center;
	padding: 10px 0px 10px 50px;
}
#common_banner_important a:hover span,
#common_banner_important a:focus span {
	text-decoration: underline;
}

/* 重要なお知らせ */
#second_important {
	background: #fae5e5;
	padding: 25px 20px 30px;
}
#second_important h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#second_important h2 span {
	display: inline-block;
	padding: 5px 20px 5px 45px;
	background: url(/img/common/icon_important.png) no-repeat left center;
}
#second_important ul {
	margin: 0px;
	padding: 0px;
	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_section {
	display: none !important;
}

#second_important .link_box {
	margin-top: 20px;
	text-align: center;
}
#second_important .link_box > span {
	display: block;
	margin-top: 10px;
}
#second_important .link_box a {
	display: inline-block;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-width: 200px;
}
#second_important .link_box a:hover,
#second_important .link_box a:focus {
	background: rgb(255 255 255 / 50%);
	text-decoration: underline;
}

/* サイドメニュー */
.side_box {
	background: #f6f6f6;
	border: 1px solid #80b0d8;
}

.side_box_ttl h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0px;
	padding: 20px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 10px 20px 30px 40px;
}
.side_box_list ul li {
	margin: 0px 0px 15px;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 10px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 5px;
}

.side_box_txt {
	padding: 0px 20px 20px;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 1em;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
	line-height: 1.25;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px 0px 20px;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 9em;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
	margin-bottom: 5px;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center;
	background-size: contain;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	border: 1px solid #ccc;
	padding: 9px 19px;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
div.link_ichiran a:hover,
div.link_ichiran a:focus {
	background: #f6f6f6;
	text-decoration: underline;
}

#main div.link_ichiran {
	margin-top: 30px;
}
#main div.link_ichiran a {
	min-width: 260px;
	padding: 14px 19px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0.5em;
	vertical-align: middle;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	padding: 30px;
	border: 2px solid #f5a100;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 2.2rem;
}

.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%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px 0px 20px;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 9em;
	padding-right: 60px;
	position: relative;
}

.article_date img.icon_new {
	margin-left: 0px;
	position: absolute;
	left: calc(9em + 5px);
	top: 0px;
}

.section_information_list div.link_box {
	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;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	width: 240px;
	max-width: calc(100% - 20px);
}
.section_information_list div.link_box span a {
	display: block;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	border: 1px solid #f5a100;
	padding: 9px 19px;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.section_information_list div.link_box span a:hover,
.section_information_list div.link_box span a:focus {
	background: #fef5e5;
	text-decoration: underline;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 2.2rem;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px 0px 15px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 0px 30px 0px 0px;
}
ul.banner_list li:nth-child(5n) {
	margin-right: 0px;
}
ul.banner_list li:nth-child(n+6) {
	margin-top: 20px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.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;
}
#footer_banner .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-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_banner .wrap ul.banner_list {
	width: 870px;
}

#footer_banner .wrap .ttl {
	width: 200px;
	padding: 14px 0px;
}
#footer_banner .wrap .ttl h2 {
	margin: 0px;
	color: #666;
	font-size: 1.8rem;
	font-weight: normal;
}
#footer_banner .wrap .ttl a {
	display: inline-block;
	vertical-align: top;
	background: url(/img/top/icon_arw.png)no-repeat left center;
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 17px;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_life {
	margin-bottom: 50px;
}
#sitemap_soshiki > div {
	margin-bottom: 30px;
}
#sitemap_soshiki > div:last-child {
	margin-bottom: 0px;
}
#sitemap_soshiki > div.sitemap_section_kikan {
	margin-top: -15px;
}

#sitemap_life .sitemap_life2 {
	display: none !important; /* 本件は中小分類を使用しない */
}

/* 分類でさがす */
.life_index #main_body > div {
	margin-bottom: 30px;
}
.life_index #main_body > div:last-child {
	margin-bottom: 0px;
}

.life_index .navigation {
	display: none !important; /* 本件は中小分類を使用しない */
}

/* 分類 */
.life_list1 #main_body > div {
	margin-bottom: 30px;
}
.life_list1 #main_body > div:last-child {
	margin-bottom: 0px;
}

.life_cat_list:nth-child(n+2) {
	margin-top: 30px;
}

.life_gaiyou {
	margin-bottom: 1em;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 1080px;
	height: 250px;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin: 0px auto 20px;
	padding: 0px;
	position: relative;
}
div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); } /* くらし・防災 */
div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.jpg); } /* 医療・福祉・子育て */
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); } /* 教育・スポーツ */
div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.jpg); } /* 観光・文化・国際交流 */
div#main_header_life3_5 { background-image: url(/img/life/life3_5_title.jpg); } /* 仕事・産業 */
div#main_header_life3_6 { background-image: url(/img/life/life3_6_title.jpg); } /* 土木・まちづくり */
div#main_header_life3_7 { background-image: url(/img/life/life3_7_title.jpg); } /* 県政運営 */

div[id^="main_header_life3_"] h1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類（リスト） */
.life3box_wrap:nth-child(n+2) {
	margin-top: 30px;
}
#main_body .life3box_wrap h2 {
	margin-top: 0px;
}

.life3box .info_list {
	margin-bottom: 40px;
}
.life3box .info_list ul li {
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}

.life3box .box {
	width: 100%;
	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;
}
.life3box .box span.list_title {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	color: #333;
	text-decoration: none;
}
.life3box .box span.list_section {
	display: block;
	margin-left: auto;
	text-align: right;
}
.life3box .box span.list_section a {
	display: inline-block;
	background: url(/img/common/icon_arrow.png) no-repeat right center;
	padding-right: 20px;
}

/* 関連情報 */
#kanren_info {
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 0px 0px 20px;
}
#kanren_info h2 {
	margin: 0px;
	padding: 20px 20px 10px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

#kanren_info .kanren_box {
	margin: 10px 10px 0px;
	padding: 0px;
	background: #fff;
}
#kanren_info .kanren_box h3 {
	margin: 0px;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kanren_info .kanren_box ul li {
	margin: 0px;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
}

#kanren_info div.link_ichiran {
	margin: 0px;
	padding: 15px 20px;
	border-top: 1px solid #f2f2f2;
}
#kanren_info div.link_ichiran a {
	display: block;
}

/* 関連情報（コーディオン） */
#sidebar2 #kanren_info .acc_title {
	position: relative;
}
#sidebar2 #kanren_info .acc_title > label {
	display: block;
	cursor: pointer;
	margin: -20px;
	padding: 20px 40px 20px 20px;
	background: url(/img/sp/acc_open.png) no-repeat right 15px top 50% transparent;
	background-size: 15px 15px;
}
#sidebar2 #kanren_info .acc_title.acc_open > label {
	background-image: url(/img/sp/acc_close.png);
}

#sidebar2 #kanren_info .acc_title + input[id*="acc_ttl_label"] + * {
	display: none;
}
#sidebar2 #kanren_info .acc_title.acc_open + input[id*="acc_ttl_label"] + * {
	display: block;
}

/* 関連情報（メイン部） */
#main #kanren_info {
	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;
	margin: 40px 0px 0px;
	padding: 0px 5px 20px;
}
#main #kanren_info h2 {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 25px 0px;
}
#main #kanren_info .kanren_box {
	width: calc(33.33333% - 10px);
	width: -webkit-calc(100% / 3 - 10px) ;
	width: calc(100% / 3 - 10px) ;
	margin: 20px 5px 0px;
}
#main #kanren_info .kanren_box ul li {
	font-size: 1.5rem;
}
#main #kanren_info div.link_ichiran a {
	min-width: auto;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
}

.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
	margin-bottom: 5px;
}

/* サブカテゴリ（小） */
.kanren1 .info_list ul li:last-child {
	margin-bottom: 15px;
}

/* 組織 */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.soshiki_index #main_body > div {
	margin-bottom: 40px;
}
.soshiki_index #main_body > div:last-child {
	margin-bottom: 0px;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

dl.kakuka_info_box {
	margin-bottom: 40px;
}
dl.kakuka_info_box dt {
	clear: both;
	margin: 20px 0px;
	padding: 12px 30px 8px;
	background: #f6f6f6;
	border-bottom: 4px solid #80b0d8;
	font-size: 2.4rem;
	font-weight: bold;
}
dl.kakuka_info_box dd {
	margin: 0;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view,
.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-top: 1em;
}

.midashi_ka_detail {
	margin-bottom: 40px;
}
.midashi_ka_detail:last-child {
	margin-bottom: 0px;
}

#kakuka_midashi_list 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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
#kakuka_midashi_list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 20px 22px 0px 0px;
	width: 232px;
}
#kakuka_midashi_list ul li:nth-child(3n) {
	margin-right: 0px;
}
#kakuka_midashi_list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background: url(/img/common/icon_arrow_down.png) no-repeat right 15px top 50% #fdeccc;
	padding: 15px 40px 15px 20px;
	line-height: 1.25;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	height: 100%;
	min-height: 70px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#kakuka_midashi_list ul li a:hover,
#kakuka_midashi_list ul li a:focus {
	background-color: #fef5e5;
}

/* 新着情報一覧 */
.soshiki_news .info_list.info_list_date ul li > span.article_date {
	padding-right: 60px;
	position: relative;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	margin: 0px;
	width: 100%;
	max-width: none;
	min-width: auto;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
.question_detail #main_body * {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto !important;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"],
.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: block;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0px 10px;
	padding: 9px 19px;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	width: 260px;
	max-width: calc(50% - 20px);
}
.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 {
	background: #f6f6f6;
	text-decoration: underline;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td * {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td input[type="text"].mail_to2 {
	width: 80%;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td fieldset {
	padding: 0px;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#mail_form_btn_wrap input[type="submit"] {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0px 10px;
	padding: 9px 19px;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	width: 260px;
	max-width: calc(50% - 20px);
}
#mail_form_btn_wrap input[type="submit"]:hover,
#mail_form_btn_wrap input[type="submit"]:focus {
	background: #fef5e5;
	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;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}


/* タブレット */
@media screen and (max-width : 1079px) {

	/* パンくず */
	#pankuzu_wrap > div {
		width: calc(100% - 40px);
	}

	/* メイン */
	#mymainback {
		width: calc(100% - 40px);
	}

	/* コンテンツ幅を超える表の対応 */
	.sp_table_wrap {
		overflow: auto;
	}

	/* レコメンド・AIレコメンド */
	#recommend_title h2,
	#ai_recommend_title h2 {
		font-size: 1.6rem;
		padding: 15px 10px;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	#common_banner_link ul li a {
		font-size: 1.6rem;
	}
	#common_banner_link ul li a span {
		padding: 11px 10px 11px 45px;
		min-width: auto;
	}
	#common_banner_link ul li#common_banner_mitsukaranai a span,
	#common_banner_link ul li#common_banner_faq a span {
		background-size: auto 36px;
	}

	/* 「重要なお知らせ」バナー */
	#common_banner_important a {
		font-size: 1.8rem;
		padding: 20px 40px 20px 10px;
		line-height: 2rem;
		background-position: right 15px top 50%;
	}
	#common_banner_important a span {
		display: block;
		padding: 10px 0px 10px 40px;
	}

	/* 重要なお知らせ */
	#second_important h2 {
		font-size: 1.8rem;
	}
	#second_important h2 span {
		display: block;
		padding: 10px 0px 10px 40px;
	}
	#second_important .link_box a {
		font-size: 1.4rem;
		min-width: 170px;
		padding: 10px;
	}

	/* 新着情報 */
	.section_information_list ul li {
		display: block;
		width: auto;
		margin: 0px;
		padding: 15px 0px;
	}
	.section_information_list ul li > span {
		display: block;
	}
	.section_information_list ul li > span.article_date {
		display: inline-block;
		width: auto;
	}

	.article_date img.icon_new {
		left: auto;
		right: 0px;
	}

	.section_information_list div.link_box span {
		width: auto;
		margin: 0px 5px 10px;
	}
	.section_information_list div.link_box span a {
		padding: 8px 20px;
	}

	/* バナー広告 */
	ul.banner_list li,
	ul.banner_list li:nth-child(5n),
	ul.banner_list li:nth-child(n+6) {
		width: calc(20% - 10px);
		margin: 5px;
	}

	/* バナー広告（フッタ） */
	#footer_banner {
		width: calc(100% - 40px);
	}
	#footer_banner .wrap {
		display: block;
	}
	#footer_banner .wrap .ttl {
		width: auto;
		padding: 5px;
	}
	#footer_banner .wrap .ttl h2 {
		display: inline-block;
		vertical-align: middle;
		line-height: 2rem;
		margin: 5px 20px 5px 0px;
	}
	#footer_banner .wrap .ttl a {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 0px;
	}
	#footer_banner .wrap ul.banner_list {
		width: auto;
	}

	/* 大分類（見出し） */
	div[id^="main_header_life3_"] {
		width: auto;
		height: 0px;
		padding-top: 23%;
	}

	/* 関連情報 */
	#main #kanren_info .kanren_box {
		width: calc(50% - 10px);
	}

	/* 課室ページ内目次 */
	#kakuka_midashi_list ul li,
	#kakuka_midashi_list ul li:nth-child(3n) {
		width: calc(50% - 10px);
		margin: 20px 20px 0px 0px;
	}
	#kakuka_midashi_list ul li:nth-child(2n) {
		margin-right: 0px;
	}

	#freespace_bu img,
	#freespace_ka img,
	#freespace2_ka img {
		max-width: 100%;
		height: auto !important;
	}

	/* 新着情報一覧 */
	.soshiki_news .info_list.info_list_date ul li > span.article_date img.icon_new {
		right: 10px;
	}

}
/* タブレット ここまで */