@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタン */
#viewPCMode {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.acc_title > label {
	display: block;
	cursor: pointer;
	padding-right: 30px;
}

.acc_title + input[id*="acc_ttl_label"] + * {
	display: none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}

label[for*="acc_ttl_label"] {
	background: url(/img/common/icon_menu_open.png) no-repeat right 10px top 50% transparent;
	background-size: 20px 20px;
}
.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/common/icon_menu_close.png);
}

.no_acc_title label[for*="acc_ttl_label"] {
	background: none;
}

/* 非表示 */
#footstep_wrap {
	display: none !important;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.5rem;
}

/********** 3 ヘッダ **********/

/* 非表示 */
#header_link_bosai,
ul#header_link li.h_main,
ul#header_link li.h_support {
	display: none !important;
}

/* ヘッダ */
#header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #f2f2f2;
	height: 55px;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
	font-size: 1.4rem;
}
.spm_menu_open #header {
	height: auto;
}

#spm_wrap {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
#spm_wrap a,
#spm_wrap button#spm_menu {
	display: block;
	width: 60px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-left: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0px;
}
#spm_wrap a {
	right: 60px;
	background: url(/img/sp/btn_sp_bosai.png) no-repeat center center #ffffff !important;
	background-size: 45px 45px !important;
}
#spm_wrap button#spm_menu {
	right: 0px;
	background: url(/img/sp/btn_sp_menu.png) no-repeat center center #ffffff !important;
	background-size: 45px 45px !important;
}
.spm_menu_open #spm_wrap button#spm_menu {
	background-image: url(/img/sp/btn_sp_close.png) !important;
}

#header2_box {
	width: auto;
	margin: 0px;
}
#he_left {
	position: static;
	width: 144px;
	height: 36px;
	padding: 10px 0px 9px 15px;
}

#he_right {
	display: block;
	height: 0px;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	-webkit-transition: height 0.5s, opacity 0.5s, padding-top 0.2s;
	-o-transition: height 0.5s, opacity 0.5s, padding-top 0.2s;
	transition: height 0.5s, opacity 0.5s, padding-top 0.2s;
}
.spm_menu_open #he_right {
	height: auto;
	opacity: 1;
	padding-top: 525px;
	background: #f2f2f2;
}
@media screen and (max-width: 370px) {
	.spm_menu_open #he_right {
		padding-top: 555px;
	}
}

/* ヘッダメニュー */
#he_right > div#header_link_wrap {
	display: block;
	margin: 0px;
	padding: 0px 10px 90px;
	position: relative;
}
#spm_menu_close {
	display: block;
	width: 60px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	border: none;
	background: url(/img/sp/btn_sp_close.png) no-repeat center center transparent !important;
	background-size: 45px 45px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 30px);
}

ul#header_link {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul#header_link li[class^="h_"],
ul#header_link li.h_soshiki {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
	margin: 0px 0px 10px;
}
ul#header_link li.h_soshiki {
	width: 100%;
}
ul#header_link li[class^="h_"] > a {
	display: block;
	background-color: #ffffff;
	background-position: 10px center;
	padding: 14px 10px 14px 34px;
	border: 1px solid #cccccc;
}

.h_keep.h_box_wrap {
	position: static;
}
#box_keep_menu.h_box {
	top: 0;
	width: calc(100% - 40px);
}

/* グローバルメニュー */
#top_search {
	position: absolute;
	top: 195px;
	left: 0px;
	z-index: 1;
	width: 100%;
	background: #ffffff;
	color: #111111;
	display: block;
	height: 0px;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	-webkit-transition: height 0.5s, opacity 0.5s;
	-o-transition: height 0.5s, opacity 0.5s;
	transition: height 0.5s, opacity 0.5s;
}
.spm_menu_open #top_search {
	height: auto;
	opacity: 1;
}
@media screen and (max-width: 370px) {
	#top_search {
		top: 225px;
	}
}

#top_search_box {
	width: auto;
	margin: 0px;
}
ul#gnav {
	display: block;
	width: auto;
}
ul#gnav li[id^="gnav"],
ul#gnav li[id^="gnav"]:last-child {
	display: block;
	border: none;
	border-top: 1px solid #cccccc;
	min-width: auto;
}
ul#gnav li[id^="gnav"]:last-child {
	border-bottom: 1px solid #cccccc;
}
ul#gnav li[id^="gnav"] > a,
ul#gnav li[id^="gnav"] > a:hover,
ul#gnav li[id^="gnav"] > a:focus,
ul#gnav li[id^="gnav"]:hover > a {
	background: url(/img/common/icon_arrow.png) no-repeat right 20px top 50% #ffffff;
	color: #111111;
	text-align: left;
	padding: 18px 30px 18px 20px;
}

.pulldown_box {
	display: none !important;
}

/* 検索 */
#header3 {
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 2;
	width: 100%;
	display: block;
	height: 0px;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	-webkit-transition: height 0.5s, opacity 0.5s;
	-o-transition: height 0.5s, opacity 0.5s;
	transition: height 0.5s, opacity 0.5s;
}
.spm_menu_open #header3 {
	height: auto;
	opacity: 1;
}

#header3_box {
	display: block;
	width: auto;
	margin: 0px;
	padding: 15px 10px;
}

#top_search_keyword_wrap {
	display: block;
	width: auto;
	margin: 0px;
	text-align: left;
}

#cse-search-box {
	margin-bottom: 12px;
}
#cse-search-box label {
	display: none;
}
#tmp_query {
	width: calc(100% - 100px) !important;
}

#top_search_page_id_wrap {
	display: block;
	text-align: right;
}

ul#top_search_menu li {
	margin: 5px 5px 5px 0px;
}
ul#top_search_menu li a {
	font-size: 1.3rem;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 15px 0px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	margin: 0px 10px 10px;
}
.pankuzu {
	font-size: 1.2rem;
	padding-left: 5rem;
}
.pankuzu:first-child .icon_current {
	top: -1px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.4rem;
}
#footer_link {
	width: auto;
	margin: 0px;
	padding: 25px 15px 5px;
}
#footer_link ul {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#footer_link ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 8px);
	margin: 0px 0px 15px;
}
#footer_link ul li a {
	font-size: 1.3rem;
}

#author_info_wrap {
	width: auto;
	margin: 0px;
	padding: 0px 15px 25px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#author_info_wrap ul {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#author_info {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	display: block;
	width: 100%;
	padding: 0px;
}
#logo_footer {
	position: static;
	margin: 0px 0px 15px;
}
#author_box p {
	font-size: 1.6rem;
}

/* コピーライト */
#copyright p {
	width: auto;
	margin: 0px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	padding: 12px 60px 12px 20px;
}

/* ページトップボタン */
#footer_link_pagetop {
	right: 15px;
	bottom: 15px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback,
.side1 #mymainback,
.side2 #mymainback {
	margin: 0px 10px 30px;
}

/* コンテンツヘッダ */
#content_header {
	font-size: 1.3rem;
}

/* 印刷 */
#content_header .link_print,
#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* SDGsアイコン */
#content_sdgs_wrap .sdgs-icons img,
#content_sdgs_wrap .d-flex.f-wrap-wrap img {
	width: 60px;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	font-size: 2.4rem;
	padding: 16px 20px 16px 14px;
}

#main_body h2,
#kakuka_midashi h2 {
	font-size: 2.2rem;
	padding: 12px 20px;
	margin-bottom: 20px;
}

#main_body h3,
.life_cat_list_ttl {
	font-size: 2rem;
	padding: 10px 20px;
}

#main_body h4 {
	font-size: 1.8rem;
	padding: 7px 20px;
}

#main_body h5 {
	font-size: 1.7rem;
	padding: 4px 20px;
	background-position: 5px 0.6em;
}

#main_body h6 {
	font-size: 1.6rem;
	padding: 3px 20px;
}

/********** 7 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding-left: 30px;
	padding-right: 10px;
	background-position: 5px 1em;
}
#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	display: block;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul li a {
	padding: 10px 5px;
}

/* サイドメニュー */
.side_box_list ul li a {
	display: block;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation ul li,
.navigation > div {
	padding-right: 15px;
	margin-right: 15px;
}

/* リスト（一覧） */
.info_list ul li {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.info_list ul li a {
	display: block;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	display: block;
	width: auto;
}
.info_list.info_list_date ul li > span {
	display: block;
}
.info_list.info_list_date ul li > span.article_date {
	width: auto;
	margin-bottom: 5px;
}

/* リスト（担当課） */
.article_section {
	display: block;
	text-align: right;
	padding-right: 10px;
}
.article_section a {
	display: inline !important;
	background: none !important;
	padding-right: 0px !important;
	text-decoration: underline !important;
}

/* リスト（サムネイル） */
.list_pack .article_img {
	width: 120px;
}
.list_pack .article_img span {
	height: 90px;
}
.list_pack .article_img span:empty {
	height: 90px;
	background-size: contain;
}

/* リスト（一覧リンク） */

/* リスト（newアイコン） */

/* リスト（新着情報） */
.section_information {
	margin: 20px 0px;
	padding: 0px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 15px 20px;
	font-size: 2.2rem;
}
.section_information h2.acc_title,
#main_body .section_information h2.acc_title {
	padding: 0px;
}
.section_information h2.acc_title > label[for*="acc_ttl_label"],
#main_body .section_information h2.acc_title > label[for*="acc_ttl_label"] {
	padding: 15px 40px 15px 20px;
	background-position: right 20px top 50%;
}

.section_information p.no_data {
	padding: 20px;
}

.section_information_list ul {
	padding: 0px 20px;
}
.section_information_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}
.section_information_list ul li > span {
	display: block;
}
.section_information_list ul li > span.article_date {
	width: auto;
	margin-bottom: 5px;
}
.section_information_list ul li a {
	display: block;
}

.section_information_list div.link_box {
	margin: 0px;
	padding: 15px 20px 20px;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 20px 0px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum > div.lettering2 {
	width: 120px;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	width: auto;
	max-width: 360px;
	margin: 0px auto 20px;
}
ul.banner_list li {
	width: calc(50% - 10px);
	margin: 0px 5px 10px;
}

/********** 10 各ページ **********/

/* サイトマップ */

/* 分類でさがす */

/* 大分類見出し */
div[id^="main_header_life3_"] {
	margin-bottom: 20px;
	height: 0px;
	padding-top: 32%;
	background-size: auto 100%;
}
div[id^="main_header_life3_"] h1 {
	font-size: 2.4rem;
	left: 14px;
}

/* 大分類リスト */
#main_body .life3box h3 {
	margin: 0px 0px 15px;
	padding-right: 10px;
}

.life3box {
	margin-bottom: 15px;
}
.life3box ul {
	margin: 0px 0px 15px;
}
.life3box ul li {
	margin: 0px;
	padding: 15px 0px;
	background: none;
	border-bottom: 1px solid #cccccc;
}
.life3box ul li:first-child {
	padding-top: 0px;
}

.life3box ul li a {
	display: block;
	width: auto;
	color: #111111;
}
.life3box ul li a > span.introduction {
	display: block;
	margin-bottom: 10px;
}
.life3box ul li a > span.section {
	display: inline-block;
	border: 1px solid #00559f;
	border-radius: 5px;
	background: url(/img/common/icon_arrow.png) no-repeat right 10px top 50% #ffffff;
	padding: 10px 30px 10px 20px;
}

/* 分類 */
.life_list3 #life_cat_list_wrap {
	display: block;
}
.life_list3 .life_cat_list,
.life_list3 .life_cat_list:nth-child(1),
.life_list3 .life_cat_list:nth-child(2),
.life_list3 .life_cat_list:nth-child(2n) {
	display: block;
	width: auto;
	margin: 0px 0px 15px;
}
.life_list3 .life_cat_list:last-child {
	margin-bottom: 0px;
}

.life_list2 #main_body h2.acc_title {
	padding: 0px;
}
.life_list2 #main_body h2.acc_title > label {
	padding: 12px 40px 12px 20px;
	background-position: right 20px top 50%;
}

.life_list2 div.link_ichiran,
.life_list3 div.link_ichiran {
	margin: 0px;
	padding: 16px 10px;
}

/* サブカテゴリ */
.kanren_index #lifesub_cat_list_wrap {
	display: block;
}
.kanren_index .lifesub_cat_list,
.kanren_index .lifesub_cat_list:nth-child(1),
.kanren_index .lifesub_cat_list:nth-child(2),
.kanren_index .lifesub_cat_list:nth-child(2n) {
	display: block;
	width: auto;
	margin: 0px 0px 15px;
}
.kanren_index .lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

.kanren2 #main_body h2.acc_title {
	margin-bottom: 15px;
	padding: 0px;
}
.kanren2 #main_body h2.acc_title > label {
	padding: 12px 40px 12px 20px;
	background-position: right 20px top 50%;
}
.kanren2 div.link_ichiran {
	margin: 0px;
	padding: 16px 10px;
}

/* 関連情報 */
.kanren_list ul li a {
	display: block;
}
.kanren_list div.link_ichiran {
	margin: 0px;
	padding: 10px;
}

/* 組織でさがす */
#soshiki_hyouji {
	margin: 20px 0px 0px;
}
#soshiki_hyouji ul li {
	margin-right: 15px;
	padding-right: 15px;
}

/* 部局 */

/* 課室 */
#soshiki_pr_image {
	margin: 20px 0px;
}

/* 目次 */
ul#kakuka_page_index_link li,
ul#kakuka_page_index_link li:nth-child(3n) {
	width: calc(50% - 10px);
	margin: 10px 5px 0px;
}
ul#kakuka_page_index_link li a {
	min-height: 0px;
}

/* 一覧を見る */
.listmore_btn_wrap {
	margin: 0px;
	padding: 16px 10px;
}

/* 改ページ */
.page_num {
	font-size: 1.6rem;
}
.page_num_ttl {
	font-size: 1.4rem;
}

/* ウェブブック */
#book_list_wrap {
	display: block;
}
.book_list_box,
.book_list_box:nth-child(1),
.book_list_box:nth-child(2),
.book_list_box:nth-child(2n) {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.book_list_box:last-child {
	margin-bottom: 0px;
}

/* アンケート */
#main_body table.tbl_ques {
	margin-top: 20px;
}
#main_body table.tbl_ques th {
	font-size: 1.1rem;
	padding: 4px;
}
#main_body table.tbl_ques th.title {
	width: 48%;
}
#main_body table.tbl_ques th.date {
	width: 22%;
}
#main_body table.tbl_ques th.date2 {
	width: 22%;
}
#main_body table.tbl_ques th.button {
	width: 8%;
}
#main_body table.tbl_ques td {
	font-size: 1.3rem;
	padding: 4px;
}
.question #main_body table.tbl_ques td input {
	font-size: 1.1rem;
	padding: 5px 0px;
}

.question_detail #main_body h2 {
	margin: 20px 0px;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto;
}

.question_detail #main_body input[type="text"] {
	width: 100%;
}
.question_detail #main_body textarea {
	width: 100%;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	width: calc(40% - 10px);
	min-width: auto;
	font-size: 1.4rem;
}

/* お問い合わせフォーム */
#main_body table#mail_form_tbl th {
	font-size: 1.1rem;
	padding: 4px 2px;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	font-size: 1.3rem;
	padding: 4px;
}

#mail_form_btn_wrap input[type="submit"] {
	width: calc(40% - 10px);
	min-width: auto;
	font-size: 1.4rem;
}

/* 地図でさがす */
#shisetsu_list_txt p {
	padding: 15px;
}

#shisetsu_list_link ul {
	padding: 0px;
}
#shisetsu_list_link ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#shisetsu_list_link ul li:last-child {
	border-bottom: none;
}
#shisetsu_list_link ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}