@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタンを表示（使用する場合はblockに変更） */
#viewPCMode{
	display: none !important;
}

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.acc_title > label {
	display: block;
	cursor: pointer;
	padding-right: 30px;
}

h2.acc_title > label,
h3.acc_title > label,
h4.acc_title > label,
h5.acc_title > label,
h6.acc_title > label {
	padding-right: 30px;
}

input[id*="acc_ttl_label"] + * {
	display: none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}
label[for*="acc_ttl_label"] {
	background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% transparent;
	background-size: 15px 15px;
}
.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_close.png);
}

.no_acc_title label[for*="acc_ttl_label"] {
	background: none;
}

/* 足あとを非表示 */
#footstep_wrap {
	display: none !important;
}


/********** 2 基本設定 **********/

/* ボタン */
input[type="button"],
input[type="submit"],
button {
	font-size: 1.4rem;
}

input[type="text"],
textarea {
	font-size: 1.4rem;
}

/* テーブル */
#main_body table {
	font-size: 1.4rem;
}

/* 見出し */
#main_header h1 {
	padding: 20px;
	font-size: 2.4rem;
}

#main_body h2 {
	padding: 15px 20px;
	font-size: 1.8rem;
}

#main_body h3 {
	padding: 10px 20px;
	font-size: 1.6rem;
}

#main_body h4 {
	padding: 8px 20px;
	font-size: 1.5rem;
}

#main_body h5 {
	padding: 5px 20px;
	font-size: 1.4rem;
}

#main_body h6 {
	padding: 3px 20px;
	font-size: 1.4rem;
}

#main_body h2.acc_title,
#main_body h3.acc_title,
#main_body h4.acc_title,
#main_body h5.acc_title,
#main_body h6.acc_title {
	padding-right: 10px;
}


/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	position: relative;
	min-height: 80px;
}
#header_box {
	display: block;
	width: auto;
	max-width: none;
	margin: 0px;
}

button#spm_menu {
	width: 45px;
	height: 45px;
	background-size: contain;
}

#he_left {
	width: 160px;
	height: 45px;
	padding: 20px 0px 15px 15px;
}
#he_left img {
	width: 160px;
	height: 45px;
}
#he_left #logo {
	background-size: contain;
}

/* メニュー */
#header_link {
	text-align: left;
}
#header_link > ul {
	display: block;
}
#header_link > ul > li {
	display: block;
	margin: 5px 0px;
}

/* グローバルメニュー */
#top_search {
	padding: 20px 15px;
}

ul#header_link_subsite li {
	width: calc(33% - 10px);
	max-width: 105px;
	margin: 0px 5px;
}

ul#gnav {
	display: block;
	width: auto;
	padding: 30px 5px 0px;
}
ul#gnav li,
ul#gnav li:nth-child(3n) {
	display: block;
	width: auto;
	border: none;
	border-bottom: 1px solid;
	margin: 0px;
	padding: 0px;
}
ul#gnav li:first-child {
	border-top: 1px solid;
}
ul#gnav li a {
	padding: 13px 20px 12px;
	text-align: left;
}

/* 検索 */
#header3_box {
	display: block;
}

#top_search_keyword {
	display: block;
	width: auto;
	margin-bottom: 20px;
}
#cse-search-box label {
	font-size: 1.6rem;
}
#cse_filetype {
	margin-top: 10px;
	font-size: 1.4rem;
}

#top_search_page_id_wrap {
	display: block;
	width: 240px;
	margin-bottom: 20px;
}
#top_search_page_id_wrap label {
	font-size: 1.6rem;
}
#open_page_id_message {
	margin-top: 10px;
	font-size: 1.4rem;
}

#header_link_search {
	display: block;
	padding-top: 0px;
}
#header_link_search div {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#header_link_search div br,
#header_link_search div:after {
	display: none;
}

#header_link_search ul {
	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;
}
#header_link_search ul li {
	width: calc(50% - 5px);
	margin: 10px 0px 0px;
}
#header_link_search ul li a,
#header_link_search ul li:nth-child(2) a {
	margin: 0px;
	padding: 15px 0px 13px;
	font-size: 1.4rem;
}
#header_link_search ul li a br {
	display: none;
}


/********** 4 フッタ **********/

/* フッタ */
#footer_link ul {
	width: auto;
	max-width: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: left;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

#author_info_bg {
	background: none;
	min-height: 0px;
}
#author_info {
	width: auto;
	max-width: none;
	margin: 0px;
}
#author_box {
	width: auto;
	padding: 20px;
}

ul#footer_link_author {
	padding-right: 80px;
}

#copyright {
	width: auto;
	padding: 1px 100px 30px 20px;
}
#copyright p {
	font-size: 1.1rem;
}

/* 人口 */
#top_jinkou {
	position: static;
	width: auto;
	min-height: 350px;
	background: url(/img/sp/sp_bg_footer.png) no-repeat left top;
	background-size: contain;
	padding: 20px;
}

/* ページトップ */
#footer_link_pagetop {
	width: 60px;
	right: 10px;
}
#footer_link_pagetop.fixed {
	bottom: 10px;
}

/* おすすめ情報 */
#osusume_banner {
	margin-bottom: 40px;
}
#osusume_banner_list_box ul {
	max-width: 380px;
	margin: 0px auto;
}
#osusume_banner_list_box ul li,
#osusume_banner_list_box ul li:nth-child(3n),
#osusume_banner_list_box ul li:last-child {
	width: 50%;
	border: none;
	border-right: 1px solid #ccc;
}
#osusume_banner_list_box ul li:nth-child(2n),
#osusume_banner_list_box ul li:last-child {
	border-right: none;
}


/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	font-size: 1.3rem;
	padding: 10px 10px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	max-width: none;
	margin: 0px 0px 5px;
}

.pankuzu:first-child .icon_current {
	height: 1.8rem;
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding-top: 0.4rem;
}


/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 0px 10px 40px;
}


/********** 7 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding: 10px;
}
#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* 「見つからないとき」「よくある質問」 */
#common_banner_link ul li a {
	font-size: 1.6rem;
}


/********** 8 バナー **********/

/* バナー広告 */
ul.banner_list li {
	width: calc(50% - 10px);
	height: auto;
	margin: 5px;
}


/********** 9 リスト **********/

/* リスト（横並び） */
.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 #ccc;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-bottom: none;
}
.navigation ul li:after,
.navigation > div:after {
	display: none;
}
.navigation ul li a,
.navigation > div a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（一覧） */
.info_list ul li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.info_list ul li:last-child {
	border-bottom: none;
}
.info_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	display: block;
	width: auto;
}
.info_list.info_list_date ul li > span {
	display: block;
}
.info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-right: 0px;
}

/* リスト（担当課） */
.article_section {
	display: block;
	text-align: right;
	padding-right: 10px;
}
.article_section a {
	display: inline !important;
	background: none !important;
	padding-right: 0px !important;
	text-decoration: underline !important;
}

/* リスト（サムネイル） */
.list_pack .article_img {
	width: 120px;
	padding-right: 10px;
}
.list_pack .article_img span:empty {
	height: 90px;
	background-size: contain;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px;
}
div.link_ichiran a {
	display: block;
	font-size: 1.3rem;
	min-width: 0px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0px;
}

/* リスト（新着情報） */
.section_information h2.acc_title,
#main_body .section_information h2.acc_title {
	padding: 10px 0px;
}
.section_information h2.acc_title > label {
	padding: 30px;
}

.section_information_list ul li {
	display: block;
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.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;
	padding-right: 0px;
}
.section_information_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.section_information_list div.link_box {
	padding: 10px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum > div.lettering2 {
	width: 120px;
}
.section_information_thum > div.lettering3 {
	padding-left: 10px;
}


/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}

/* 分類 */
div[id^="main_header_life3_"] h1 {
	padding: 20px;
	font-size: 2.4rem;
}

div#main_header_life3_1,
div#main_header_life3_3,
div#main_header_life3_4 {
	margin-bottom: 30px;
}
div#main_header_life3_1 h1,
div#main_header_life3_3 h1,
div#main_header_life3_4 h1 {
	padding: 0px 20px;
	font-size: 2.4rem;
}

#life3_guide {
	margin: 30px 0px;
}
#life3_guide_box {
	padding: 30px 15px 25px;
}
#life3_guide_box .guide_box h3 {
	text-align: center;
}
#life3_guide_box .guide_box ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#life3_guide_box .guide_box {
	max-width: 330px;
}

#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(3),
.life_list3 .life_cat_list:nth-child(3n),
.life_list2 .life_cat_list,
.life_list2 .life_cat_list:nth-child(1),
.life_list2 .life_cat_list:nth-child(2),
.life_list2 .life_cat_list:nth-child(2n) {
	display: block;
	width: auto;
	margin: 0px 0px 15px;
}
.life_list3 .life_cat_list:last-child,
.life_list2 .life_cat_list:last-child {
	margin-bottom: 0px;
}
#main_body #life_cat_list_wrap h2,
#main_body #life_cat_list_wrap h3 {
	padding: 15px 20px;
	text-align: left;
}
#main_body #life_cat_list_wrap h2.acc_title,
#main_body #life_cat_list_wrap h3.acc_title {
	padding-right: 10px;
}

#kanren_info .kanren_box ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
#kanren_info .kanren_box ul li:last-child {
	border-bottom: none;
}
#kanren_info .kanren_box ul li:after {
	display: none;
}
#kanren_info .kanren_box 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;
}
#kanren_info .kanren_box div.link_ichiran {
	margin: 10px 20px 0px;
}

/* サブカテゴリ */
#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(3),
.kanren_index .lifesub_cat_list:nth-child(3n),
.kanren2 .lifesub_cat_list,
.kanren2 .lifesub_cat_list:nth-child(1),
.kanren2 .lifesub_cat_list:nth-child(2),
.kanren2 .lifesub_cat_list:nth-child(2n) {
	display: block;
	width: auto;
	margin: 0px 0px 15px;
}
.kanren_index .lifesub_cat_list:last-child,
.kanren2 .lifesub_cat_list:last-child {
	margin-bottom: 0px;
}
#main_body #lifesub_cat_list_wrap h2,
#main_body #lifesub_cat_list_wrap h3,
.life_cat_list_ttl {
	padding: 15px 20px;
	text-align: left;
}
#main_body #lifesub_cat_list_wrap h2.acc_title,
#main_body #lifesub_cat_list_wrap h3.acc_title {
	padding-right: 10px;
}

/* 組織 */
.side_box ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.side_box ul li:last-child {
	border-bottom: none;
}
.side_box ul li:after {
	display: none;
}
.side_box ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
.side_box ul li ul {
	padding-left: 15px;
}

/* 改ページ */
.page_num {
	margin-top: 20px;
	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) {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.book_list_box:last-child {
	margin-bottom: 0px;
}
.book_list_box .book_info > div.book_thumb_img {
	padding-right: 10px;
}

/* アンケート */
#main_body table.tbl_ques {
	margin-top: 10px;
}
#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,
#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;
}
#main_body table.tbl_ques td input,
.question #main_body table.tbl_ques td input {
	width: 100%;
	font-size: 1.1rem;
	padding: 5px;
}

.question_detail #main_body h2 {
	margin: 15px 0px;
}

.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(33% - 10px);
	min-width: auto;
	font-size: 1.4rem;
	padding: 10px;
}

/* お問い合わせフォーム */
#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(33% - 10px);
	min-width: auto;
	font-size: 1.4rem;
	padding: 10px;
}

/* 地図でさがす */
#shisetsu_list_txt p {
	padding: 15px;
}

#shisetsu_list_link ul {
	padding: 0px;
}
#shisetsu_list_link ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	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/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}