@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタン */
#viewPCMode {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}

.acc_title + input[id*="acc_ttl_label"] + * {
	display: none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}

label[for*="acc_ttl_label"] {
	display: block;
	cursor: pointer;
	background: url(/img/nw-sp/acc_open.png) no-repeat right 10px top 50% transparent;
	background-size: 15px 15px;
	padding-right: 30px;
}
.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/nw-sp/acc_close.png);
}

.no_acc_title label[for*="acc_ttl_label"] {
	background: none;
}

/* 非表示 */
#keep_page {
	display: none !important;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.4rem;
}

a.arrow_circle,
a.arrow_circle:hover,
a.arrow_circle:focus,
.arrow_circle a,
.arrow_circle a:hover,
.arrow_circle a:focus {
	font-size: 1.3rem;
	background-position: right center;
	padding-right: 40px;
}

.shadow {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	position: relative;
	z-index: 100;
}

#skipmenu_wrap {
	display: none;
}

#header2 {
	border-bottom: none;
}
#header2_box {
	display: block;
	width: auto;
	min-height: 80px;
	margin: 0px;
}

#he_left {
	width: 138px;
	height: 45px;
	margin: 0px;
	padding: 18px 0px 17px 15px;
}

#he_right,
#he_right_box {
	display: block;
	width: auto;
}

/* メニューボタン */
#spm_wrap_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#spm_wrap_top a#spm_call {
	display: block;
	width: 70px;
	height: 60px;
	border: none;
	background: url(/img/nw-sp/sp_btn_h_call.png) no-repeat center center #d6e0ea !important;
	background-size: 60px 60px !important;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#spm_wrap_top button[id^="spm_"] {
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
#spm_wrap_top button#spm_language {
	background: url(/img/nw-sp/sp_btn_h_lang.png) no-repeat center center #e3e2e2 !important;
	background-size: 60px 60px !important;
	color: #000000;
}
#spm_wrap_top button#spm_support {
	background: url(/img/nw-sp/sp_btn_h_support.png) no-repeat center center #e3e2e2 !important;
	background-size: 60px 60px !important;
	color: #000000;
}

.spm_language_open #spm_wrap_top button#spm_language,
.spm_support_open #spm_wrap_top button#spm_support {
	background-image: url(/img/nw-sp/sp_btn_h_close.png) !important;
}

@media screen and (max-width: 370px) {
	#he_left {
		padding-left: 8px;
	}
	#spm_wrap_top a#spm_call,
	#spm_wrap_top button#spm_language,
	#spm_wrap_top button#spm_support {
		width: 50px;
		height: 50px;
		background-size: auto 50px !important;
		margin-top: 5px;
	}
}

#spm_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 120;
	background: #0d59b6;
	color: #ffffff;
	width: 100%;
	height: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 140px 8px 10px;
}

#spm_wrap button[id^="spm_"] {
	display: block;
	width: calc(50% - 4px);
	height: 54px;
	border: none;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
#spm_wrap button#spm_menu {
	background: url(/img/nw-sp/sp_btn_menu.png) no-repeat center center #e3e2e2 !important;
	background-size: 50px 50px !important;
	color: #000000;
}
#spm_wrap button#spm_search {
	background: url(/img/nw-sp/sp_btn_search.png) no-repeat center center #e3e2e2 !important;
	background-size: 50px 50px !important;
	color: #000000;
}

.spm_menu_open #spm_wrap button#spm_menu,
.spm_search_open #spm_wrap button#spm_search {
	background-image: url(/img/nw-sp/sp_btn_close.png) !important;
}

/* 展開メニュー */
#pcm_call_wrap,
#pcm_language_wrap,
#pcm_support_wrap,
#pcm_search_wrap,
#pcm_menu_wrap {
	display: none;
	margin: 0px;
}

a[id^="pcm_"],
button[id^="pcm_"],
button.pcm_box_close {
	display: none !important;
}

.pcm_box,
div[id^="pcm_"].open .pcm_box {
	position: static;
	opacity: 1;
	border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0px;
	width: auto;
}
.pcm_box2,
div[id^="pcm_"].open .pcm_box2 {
	display: block;
	padding: 15px;
}

/* Language */
.spm_language_open #pcm_language_wrap {
	display: block;
}

#pcm_language_wrap .pcm_box2 .hl_box {
	padding: 10px 20px 5px;
}
#pcm_language_wrap .pcm_box2 .hl_box.translate {
	width: auto;
}
#pcm_language_wrap .pcm_box2 .hl_box.language {
	width: auto;
	margin-top: 10px;
}

/* 閲覧補助 */
.spm_support_open #pcm_support_wrap {
	display: block;
}

#hl_voice {
	text-align: center;
}
#hl_voice a {
	font-size: 1.3rem;
	background-size: auto 20px;
	padding: 5px 10px 5px 30px;
}

#hl_assist dl {
	margin: 10px;
}
#hl_assist dl#moji_size dt,
#hl_assist dl#haikei_color dt {
	font-size: 1.3rem;
	background-size: auto 20px;
	padding: 5px 5px 5px 30px;
	min-width: 5em;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
html[style*="font-size"] #hl_assist dl#moji_size dt,
html[style*="font-size"] #hl_assist dl#haikei_color dt {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#hl_assist dl dd a {
	font-size: 1.4rem;
	padding: 10px 13px;
}
#hl_assist dl dd a#moji_large,
#hl_assist dl dd a#moji_default {
	padding: 10px 17px;
}

/* 検索 */
.spm_search_open #pcm_search_wrap {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 70px;
	z-index: 110;
	width: 100%;
}

#pcm_search_wrap .pcm_box {
	width: auto;
	max-height: calc(100vh - 70px);
	max-height: calc(100dvh - 70px);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}
#pcm_search_wrap .pcm_box2 {
	padding: 20px;
}

#top_search_keyword {
	width: auto;
	margin-bottom: 15px;
}

#top_search_page_id_wrap {
	width: auto;
	margin-bottom: 0px;
}
#top_search_page_id_box {
	width: 24rem;
	min-width: 50vw;
	max-width: calc(100vw - 40px);
}

#tmp_query,
#open_page_id {
	width: calc(100% - 60px) !important;
	height: 4rem !important;
}
#submit,
#open_page_id_submit {
	width: 60px;
	font-size: 1.6rem;
	height: 4rem;
}

#top_search_page_id_wrap {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#top_search_page_id_wrap a {
	font-size: 1rem;
	line-height: 1.2rem;
	background-size: auto 15px;
	background-position: 5px center;
	padding: 5px 5px 5px 25px;
	margin: 3px 0px 3px 20px;
}
#top_search_page_id_wrap a::before {
	border-width: 8px;
	border-left-width: 0px;
	border-right-width: 10px;
	left: -10px;
}
@media screen and (max-width: 670px) {
	#top_search_page_id_wrap a {
		margin-left: auto;
	}
}

/* メニュー */
.spm_menu_open #pcm_menu_wrap {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 70px;
	z-index: 110;
	width: 100%;
}

#pcm_menu_wrap .pcm_box {
	width: auto;
	max-height: calc(100vh - 70px);
	max-height: calc(100dvh - 70px);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}
#pcm_menu_wrap .pcm_box2 {
	padding: 0px;
}

#pcm_menu_wrap ul.gnav_search {
	width: auto;
	margin: 0px;
	padding: 24px 14px 14px;
}
#pcm_menu_wrap ul.gnav_search li {
	width: calc(50% - 12px);
	margin: 6px;
}
#pcm_menu_wrap ul.gnav_search li a,
#pcm_menu_wrap ul.gnav_search li a:hover,
#pcm_menu_wrap ul.gnav_search li a:focus {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
	background-size: auto 20px;
	background-position: right 10px top 50%;
	min-height: 50px;
	padding: 5px 30px 5px 10px;
}

#sp_gnav {
	display: block;
	width: auto;
	margin: 0px;
	border-bottom: none;
}
#sp_gnav ul.gnav_life {
	width: auto;
	margin: 0px;
	padding: 14px 14px 24px;
	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;
}
ul.gnav_life li[class*="gnav"] {
	width: calc(33.33333% - 12px);
	margin: 6px;
	border-bottom: 1px solid #cccccc;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a,
ul.gnav_life li[class*="gnav"] .gnav_ttl a:hover,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl a,
ul#gnav li.gnav_box_wrap.open .gnav_ttl a {
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 45px 0px 5px;
	min-height: 80px;
	background-color: #ffffff;
}
ul.gnav_life li[class*="gnav"] .gnav_ttl a::before,
ul.gnav_life li[class*="gnav"] .gnav_ttl a:hover::before,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl a::before,
ul#gnav li.gnav_box_wrap.open .gnav_ttl a::before {
	width: 40px;
	height: 40px;
	background-size: auto 27px;
	top: 5px;
}

/* グローバルメニュー */
#top_search {
	display: none !important;
}

/* チャットボット */
#web_plugin_chat_box,
#web_plugin_chat_box.__mobile {
	bottom: 5px !important;
	right: 10px !important;
}
#web_plugin_chat_box #web_plugin_open_button {
	width: 60px !important;
}
#web_plugin_chat_box #web_plugin_open_button img {
	max-width: 100%;
	height: auto;
}

/* リードスピーカー */
#rsmpl_container {
	bottom: 80px !important;
}

/********** 4 フッタ **********/

/* フッタ */
#footer {
	position: relative;
	z-index: 90;
	margin-top: 40px;
	padding-bottom: 70px;
}

/* ページトップ */
#btn_pagetop a {
	padding: 14px 0px 16px;
}
#btn_pagetop a img {
	width: auto;
	height: 10px;
}

/* 管理者情報 */
#footer2_box {
	width: auto;
	margin: 0px;
	padding: 30px 15px 20px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#author_box p.f_author {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

#author_info ul li {
	margin: 5px 10px 0px;
}
#author_info ul li a.arrow_circle {
	padding-right: 30px;
	font-size: 1.2rem;
}

#author_info .f_hours {
	display: block;
	padding: 20px;
}
#author_info .f_hours .box_ttl {
	width: auto;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#author_info .f_hours .box_ttl .txt {
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px;
}
#author_info .f_hours .box_ttl .lnk a.arrow_circle {
	padding-right: 40px;
}

#author_info .f_hours .box_txt {
	display: block;
	width: auto;
}
#author_info .f_hours .box_txt .week,
#author_info .f_hours .box_txt .time {
	width: auto;
	margin-top: 10px;
}

#footer_link_sns ul {
	width: 192px;
	margin: 0px auto;
}
#footer_link_sns ul li {
	margin: 16px;
}
#footer_link_sns ul li img {
	width: 32px;
}

#footer_link ul {
	padding: 0px 0px 20px;
}
#footer_link ul li {
	margin: 10px 15px 0px;
}

#copyright p {
	font-size: 1rem;
	padding: 20px 0px 0px;
}

/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	margin: 0px;
	padding: 16px 0px 6px;
}
#pankuzu_wrap > div {
	width: auto;
	margin: 0px 15px 10px;
}
.pankuzu {
	font-size: 1.2rem;
	padding-left: 5rem;
}
.pankuzu:first-child .icon_current {
	top: -1px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 10px;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	font-size: 2.4rem;
	padding: 22px 20px;
}

#main_body h2 {
	font-size: 2rem;
	padding: 15px 20px;
}

#main_body h3 {
	font-size: 1.8rem;
	padding: 12px 20px 11px;
}

#main_body h4 {
	font-size: 1.6rem;
	padding: 7px 19px;
}

#main_body h5 {
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 6px 19px;
}

#main_body h6 {
	font-size: 1.4rem;
	padding: 4px 19px 3px;
}

#main_body h2.midashi_mincho {
	padding-left: 20px;
}

/* コンテンツヘッダ */
#content_header > span {
	font-size: 1.2rem;
	line-height: 1.5;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap > *,
.sdgs-icons > *,
.d-flex.f-wrap-wrap img,
.sdgs-icons img,
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	width: 60px;
}

/* 印刷 */
#content_header > span.link_print,
#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* レコメンド */
#footer_recommend {
	width: auto;
	margin: 0px 10px;
}
#footer_recommend.flexbox {
	display: block;
}
#footer_recommend.flexbox #recommend_tag {
	width: auto;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e3e2e2;
}
#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#footer_recommend.flexbox #common_banner_link {
	width: auto;
	margin: 0px;
	padding-top: 30px;
}

#common_banner_link ul li a {
	font-size: 1.6rem;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 25px 20px 25px 60px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span,
#common_banner_link ul li#common_banner_faq a span {
	background-size: auto, 50px 50px;
	background-position: 10px center, left center;
}

/* おすすめ情報 */
#detail_side_osusume {
	width: auto;
	margin: 0px 10px;
}
#detail_side_osusume h2,
#main_body #detail_side_osusume h2 {
	font-size: 2rem;
	padding-left: 20px;
}
#detail_side_osusume h2 span.sub {
	font-size: 1.2rem;
}

#detail_side_osusume ul {
	max-width: 362px;
	margin: 0px auto;
}
ul#detail_side_osusume_list li,
ul#detail_side_osusume_list li:nth-child(6n) {
	width: calc(50% - 16px);
	margin: 20px 8px 0px;
}

/* バナー広告 */
ul.banner_list {
	max-width: 390px;
	margin: 0px auto;
}
ul.banner_list li {
	width: calc(50% - 10px);
	margin: 5px;
}

#footer_banner {
	width: auto;
	margin: 0px 15px;
	padding-top: 30px;
	padding-bottom: 0px;
}
#footer_banner ul.banner_list {
	padding-left: 0px;
	padding-right: 0px;
}

p.koukoku_para {
	max-width: none;
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/********** 7 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}

/* サイドメニュー */
.side_box_list ul {
	padding: 0px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e3e2e2;
}
.side_box_list ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
.side_box_list ul li ul {
	padding: 0px 0px 0px 10px;
}
.side_box_list ul li ul li {
	margin: 0px;
}
.side_box_list ul li ul li:last-child {
	border-bottom: none;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	display: block;
}
.navigation ul li,
.navigation > div,
.navigation ul li:last-child,
.navigation > div:last-child {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-bottom: none;
}
.navigation ul li a,
.navigation > div a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（一覧） */
.info_list ul li {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.info_list ul li:last-child {
	border-bottom: none;
}
.info_list ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	display: block;
	width: auto;
}
.info_list.info_list_date ul li > span {
	display: block;
}
.info_list.info_list_date ul li > span.article_date {
	width: auto;
	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;
}

/* リスト（サムネイル） 縦可変 */
/*
.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: 10px;
}
div.link_ichiran a {
	font-size: 1.3rem;
}
#main div.link_ichiran a {
	padding-right: 40px;
}

/* リスト（新着情報） */
.section_information {
	margin: 20px 5px;
	padding: 0px;
}
.section_information h2,
#main_body .section_information h2 {
	font-size: 2rem;
	padding: 10px 15px;
}
.section_information h2 span.sub {
	font-size: 1.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"] {
	padding: 10px 35px 10px 15px;
	background-position: right 15px top 50%;
}

.section_information p.no_data {
	padding: 20px 15px;
}

.section_information_list ul {
	padding: 0px 15px;
}
.section_information_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e3e2e2;
}
.section_information_list ul li:last-child {
	border-bottom: none;
}
.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;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.section_information_list div.link_box {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0px 0px 20px;
}
.section_information_list div.link_box span {
	margin: 10px 10px 0px;
}
.section_information_list div.link_box span a {
	font-size: 1.3rem;
	padding-right: 40px;
}

/* リスト（新着情報2） */
.section_information2 {
	padding: 0px 10px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum > div.lettering2 {
	width: 120px;
}

/********** 9 各ページ **********/

/* 404 */
.notfound #main_body h2 {
	margin-top: 30px;
}
.notfound #main_body ul {
	padding-left: 20px;
}

/* サイトマップ */
#sitemap_mokuji {
	margin: 20px 0px;
}
#sitemap_mokuji ul li {
	margin-bottom: 0px;
}

#main_body #sitemap_life h4,
#main_body #sitemap_soshiki h3,
#main_body #sitemap_soshiki h4 {
	margin-bottom: 10px;
}

/* 分類でさがす */
.life_index #main_body h2 {
	margin-bottom: 10px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	min-height: auto;
	padding-top: 25px;
	padding-bottom: 50px;
}
div[id^="main_header_life3_"] .life_h1_bg {
	width: auto;
	height: auto;
	margin: 0px;
}
div[id^="main_header_life3_"] .life_h1_bg h1 {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	font-size: 2.4rem;
}

.life_list3 #mymainback {
	margin-top: -30px;
}

/* 大分類（区役所） */
.list_ward_wrap {
	margin-top: 30px;
	padding: 30px 0px;
}

.list_ward {
	width: auto;
	margin: 0px 10px;
}
.list_ward h2 {
	padding-left: 20px;
	font-size: 2rem;
}
.list_ward h2 span.sub {
	font-size: 1.2rem;
}

.list_ward ul {}
.list_ward ul li {
	width: calc(25% - 8px);
	margin: 4px;
	min-width: auto;
}
.list_ward ul li a {
	border: none;
	border-top: 5px solid;
	padding: 15px 5px 40px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.list_ward ul li a::before,
.list_ward ul li a:hover::before,
.list_ward ul li a:focus::before {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* 大分類（ライフイベント） */
#lifestage ul li {
	width: calc(33.333333% - 10px);
	margin: 5px;
	min-width: auto;
}
#lifestage ul li a {
	font-size: 1.2rem;
	line-height: 1.6rem;
	min-height: 100px;
	padding: 74px 5px 10px;
}
#lifestage ul li a::before,
#lifestage ul li a:hover::before,
#lifestage ul li a:focus::before {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	width: 50px;
	height: 50px;
	background-size: auto 44px;
	top: 10px;
}

/* 大分類（共通） */
.life3_used_menu_bg {
	padding: 20px 0px 10px;
}

ul.life3_used_menu {
	max-width: 460px;
	margin: 0px auto;
}
ul.life3_used_menu li {
	width: calc(33.333333% - 10px);
	margin: 5px;
	min-width: auto;
}
ul.life3_used_menu li[id^="frequently3_"] {
	width: calc(40% - 10px);
}
ul.life3_used_menu li a {
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 74px 5px 10px;
}
ul.life3_used_menu li a::before,
ul.life3_used_menu li a:hover::before,
ul.life3_used_menu li a:focus::before {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	width: 68px;
	height: 68px;
	background-size: auto 36px, 68px 68px;
}

ul.life_category_pickup li,
ul.life_category_pickup li:nth-child(4n) {
	width: calc(50% - 10px);
	margin: 5px;
}
ul.life_category_pickup li a {
	font-size: 1.3rem;
	line-height: 1.6rem;
	padding: 12px 5px 12px 60px;
	min-height: 60px;
}
ul.life_category_pickup li a::before,
ul.life_category_pickup li a:hover::before,
ul.life_category_pickup li a:focus::before {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	width: 50px;
	height: 50px;
	background-size: auto 24px, 50px 50px;
	left: 5px;
}

.cat_list_wrap {
	padding: 0px;
}
.cat_list_wrap .cat_list {
	width: calc(50% - 10px);
	margin: 15px 5px 0px;
}
html[style*="font-size"] .cat_list_wrap .cat_list {
	width: calc(100% - 10px);
}

/* 大分類（市政） */
.cat_list_wrap2 .cat_list .cat_list_ttl {
	padding: 10px 10px 10px 20px;
}
.cat_list_wrap2 .cat_list .navigation {
	padding: 10px;
}

/* 大分類（区役所マップ） */
#life_ward_map {
	display: block;
}

#ward_map {
	width: auto;
	background: none;
}

#ward_map_box {
	width: auto;
	background: 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;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#ward_map_box h2,
#main_body #ward_map_box h2,
#ward_map_box > img,
#ward_map_box > p {
	display: none !important;
}

.ward_box {
	position: static;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.ward_ttl {
	display: none;
}
.ward_popup {
	position: static;
	display: block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: auto;
	max-width: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.ward_popup a {
	padding-bottom: 0px;
}
.ward_popup a .ward_popup_link {
	background: none;
	color: #333333;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 10px;
}
.ward_popup a .ward_popup_link img,
.ward_popup a .ward_popup_link:before {
	display: none;
}
.ward_popup a .ward_popup_link > span {
	margin: 0px;
	line-height: 1.5rem;
	padding: 10px 0px 10px 65px;
}
.ward_popup a .ward_popup_link > span br,
.ward_popup a .ward_popup_link > span span {
	display: none;
}

/* 大分類（予算・人口） */
#life_ward_map > div#top_yosan,
#life_ward_map > div#top_jinkou {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}
#life_ward_map > div#top_jinkou {
	margin-bottom: 30px;
}

#main_body #top_yosan_ttl h2.life_h2,
#main_body #top_jinkou_ttl h2.life_h2 {
	margin: 0px 10px;
}

#top_yosan_box,
#top_jinkou_box {
	padding: 15px 10px;
}
#top_yosan_ttl a,
#top_jinkou_ttl a {
	top: 10px;
	right: 20px;
	text-decoration: none;
}
#top_yosan_list dl,
#top_jinkou_list dl {
	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;
}
#top_yosan_list dl dt,
#top_jinkou_list dl dt {
	display: inline-block;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dashed #b2b2b2;
	width: 6em;
	text-align: center;
}
#top_yosan_list dl dd,
#top_jinkou_list dl dd {
	width: calc(100% - 7em);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

#top_yosan_link a {
	margin-right: 10px;
}

/* 中分類 */
.life_list2 #life_cat_list_wrap {
	display: block;
}
.life_list2 #life_cat_list_wrap .life_cat_list,
.life_list2 #life_cat_list_wrap .life_cat_list:nth-child(n+3) {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}
.life_list2 #life_cat_list_wrap .life_cat_list:last-child {
	margin-bottom: 0px;
}

.life_list2 #main_body #life_cat_list_wrap .life_cat_list h2 {
	font-size: 1.6rem;
	margin: 0px;
	padding: 15px 20px;
}
.life_list2 #main_body #life_cat_list_wrap .life_cat_list h2.acc_title {
	padding: 0px;
}
.life_list2 #main_body #life_cat_list_wrap .life_cat_list h2.acc_title label[for*="acc_ttl_label"] {
	padding: 15px 40px 15px 20px;
	background-position: right 20px top 50%;
}

/* 中分類（がいこくじんのみなさんへ） */
.life_list2_foreign.life_list2 #life_cat_list_wrap {
	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;
	margin: 0px 10px;
}
.life_list2_foreign.life_list2 #life_cat_list_wrap .life_cat_list,
.life_list2_foreign.life_list2 #life_cat_list_wrap .life_cat_list:nth-child(n+3) {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
}

/* 小分類 */
.life1box {
	margin-bottom: 20px;
}
#main_body .life1box h2 {
	margin-bottom: 10px;
}

/* 関連情報 */
#kanren_info .kanren_box h3 {
	margin-bottom: 5px;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kanren_info .kanren_box ul li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}
#kanren_info .kanren_box ul li:last-child {
	border-bottom: none;
}
#kanren_info .kanren_box ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
#kanren_info div.link_ichiran {
	margin-top: 0px;
	padding: 10px 0px 0px;
}

/* 見出しアンカーリンク */
ul.midashi_anchor_link li {
	width: calc(50% - 10px);
}
ul.midashi_anchor_link li a,
ul.midashi_anchor_link li a:hover,
ul.midashi_anchor_link li a:focus {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background-position: right 15px top 50%;
	font-size: 1.2rem;
	padding: 15px 25px 15px 20px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: block;
}
#lifesub_cat_list_wrap .lifesub_cat_list,
#lifesub_cat_list_wrap .lifesub_cat_list:nth-child(n+3) {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}
#lifesub_cat_list_wrap .lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

#main_body #lifesub_cat_list_wrap .lifesub_cat_list h2,
#lifesub_cat_list_wrap .lifesub_cat_list .life_cat_list_ttl {
	font-size: 1.6rem;
	margin: 0px;
	padding: 15px 20px;
}
#main_body #lifesub_cat_list_wrap .lifesub_cat_list h2.acc_title {
	padding: 0px;
}
#main_body #lifesub_cat_list_wrap .lifesub_cat_list h2.acc_title label[for*="acc_ttl_label"] {
	padding: 15px 40px 15px 20px;
	background-position: right 20px top 50%;
}

/* 組織でさがす */
#soshiki_hyouji {
	margin: 20px 0px;
}
#soshiki_hyouji ul li {
	margin-bottom: 0px;
}

#soshiki_content_header {
	padding: 20px 20px 10px;
}

#ka_tbl_wrap_all .ka_tbl_wrap[id]:target {
	margin-top: 0px;
	padding-top: 0px;
}

#main_body .ka_tbl_wrap table,
#main_body .ka_tbl_wrap table tbody,
#main_body .ka_tbl_wrap table tr,
#main_body .ka_tbl_wrap table th,
#main_body .ka_tbl_wrap table td,
#main_body .ka_tbl_wrap table td.ka_name,
#main_body .ka_tbl_wrap table td:nth-child(2) {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body .ka_tbl_wrap table td.ka_name {
	border-bottom: 1px dotted #cccccc;
}
#main_body .ka_tbl_wrap table td:nth-child(2) {
	border-top: none;
	border-bottom: 1px dotted #cccccc;
}
#main_body .ka_tbl_wrap table td:nth-child(3) {
	border-top: none;
}

/* 課室 */
.kakuka_info_list {
	margin-bottom: 20px;
}

#main_body .kakuka_info_list h2 {
	margin-bottom: 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(n+3) {
	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;
}

.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%;
	border: 1px solid #666;
}
.question_detail #main_body textarea {
	width: 100%;
	border: 1px solid #666;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	margin-top: 30px;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	font-size: 1.2rem;
	width: calc(40% - 10px);
	min-width: auto;
	margin: 0px 5px;
}

/* お問い合わせフォーム */
#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;
}

#main_body table#mail_form_tbl td input[type="text"] {
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td textarea {
	border: 1px solid #666;
}

#mail_form_btn_wrap input[type="submit"] {
	font-size: 1.2rem;
	width: calc(40% - 10px);
	min-width: auto;
	margin: 0px 5px;
}

/* 地図でさがす */
#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 #cccccc;
}
#shisetsu_list_link ul li:last-child {
	border-bottom: none;
}
#shisetsu_list_link ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}

/* 防災情報 */
#main_box_emergency {
	width: auto;
	margin: 10px 10px 20px;
	padding: 20px;
}
#main_box_emergency h2 {
	font-size: 2.4rem;
}

#emer_mail_open_all2 {
	width: 80%;
	font-size: 1.2rem;
	padding: 5px 10px;
}

.list_top_emer ul li {
	display: block;
	width: auto;
	margin-top: 15px;
}
.list_top_emer ul li:nth-child(n+4) {
	display: none;
}
.view_emer_mail_all .list_top_emer ul li:nth-child(n+4) {
	display: block;
}

.list_top_emer ul li span.emer_date {
	display: block;
	width: auto;
	margin-bottom: 5px;
}
.list_top_emer ul li span.emer_txt {
	display: block;
}

.emer_mail_link_more {
	font-size: 1.3rem;
}