@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/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;
}
#keep_page {
	display: none !important;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.4rem;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#language_close_btn {
	display: block;
}
#header.open_menu {
	/*padding: 0px 0px 0px;
	bottom: 9rem;
	margin: 0px;
	width: 100%;
	position: fixed;
	float: none;
	height: 455px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: unset;
	background: rgba(51, 51, 51, 0.8);
	min-height: calc(100vh - 9rem);
	overflow: auto;
	min-width: inherit;
	z-index: 50;*/
	
	position: fixed;
	float: none;
	width: 100%;
	height: 100vh;
	background: rgba(51,51,51,0.8);
	padding: 0px 0px 9rem;
	bottom: 9rem;
	top: 0px;
	overflow: auto;
	min-width: inherit;
	z-index: 10;
	min-height: calc(100vh - 90px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header {
	font-size: 1.3rem;
	position: relative;
}
#sp_header {
	background: #fff9df;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	width: 100%;
	height: 9.3rem;
}
#header.open_menu #he_left {
	display: none;
}
ul#header_navi li[class^="h_"] > a {
	color: #fff;
	padding: 5px 0px 5px 22px;
}
ul#header_navi li.h_guide > a {
	background-image: url(/img/common/sp_guide_icon.png);
	background-size: 13px;
	display: inline-block;
}
ul#header_navi li.h_sitemap > a {
	background-image: url(/img/common/sp_sitemap_icon.png);
	background-size: 18px;
}
ul#header_navi li.h_lang {
	margin-left: 35px;
}
ul#header_navi li.h_lang > a {
	background-image: url(/img/common/sp_language_icon.png);
	background-size: 16px;
}
#spm_wrap {
	max-width: 320px;
	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: center;
	-webkit-box-align: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0px auto;
	padding: 0px 10px;
}
#spm_wrap div {
	width: calc(33% - 0px);
	display: inline-block;
	padding: 0;
	color: transparent;
	border: none;
	outline: none;
}
#spm_wrap div#spm_menu {
	background: url(/img/front/front_menu2_img.png) no-repeat center top 15px #fff9dd;
	background-size: 20px;
}
#spm_wrap div#spm_search {
	background: url(/img/common/sp_search.png) no-repeat center top 13px #fff9dd;
	background-size: 25px;
}
#spm_wrap div#spm_online {
	background: url(/img/common/sp_online.png) no-repeat center top 15px #fff9dd;
	background-size: 25px;
}
.close_name, #spm_wrap div#spm_menu.open_menu .link_name, #spm_wrap div#spm_search.open_search .link_name {
	display: none;
}
#spm_wrap div#spm_menu.open_menu .close_name,
#spm_wrap div#spm_search.open_search .close_name {
	display: block;
}
#spm_wrap div a {
	display: block;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.3;
	text-decoration: underline;
	text-align: center;
	padding: 49px 0px 13px 0px;
	-webkit-transition: background 0.15s ease-in-out;
	-o-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	width: auto;
}
#spm_wrap div#spm_online a {
	padding: 49px 0px 8px 17px;
	text-align: left;
}
#spm_wrap div#spm_menu a, #spm_wrap div#spm_search a {
	padding: 49px 0px 30px;
	line-height: 1;
}
#spm_wrap div#spm_menu.open_menu, #spm_wrap div#spm_search.open_search {
	background: url(/img/common/sp_close_icon.png) no-repeat center top 15px #fff9dd;
	background-size: 23px;
}
#header_fixed.open_search {
	display: block;
}
#header2 {
	width: auto;
	margin: 0px;
}

#he_left {
	position: static;
	width: 100%;
	margin: 0px;
	padding: 15px 0px 10px;
}
#he_left #logo a {
	width: 220px;
	height: auto;
	margin: 0px auto;
}
#he_left #logo img {
	width: 100%;
}
#header.open_menu #he_right {
	display: block;
}
#he_right {
	display: none;
	margin: 0px;
	padding: 30px 20px 10px;
	text-align: center;
}
.spm_menu_open #he_right {
	display: block;
}
ul#header_function dd a#haikei_black {
	border: 1px solid #818181 !important;
}
ul#header_navi {
	display: block;
	text-align: left;
}
ul#header_navi li[class^="h_"] {
	margin: 0px 10px 10px;
}
ul#header_navi li[class^="h_"].h_guide {
	display: block;
}
ul#header_navi li.h_main,
ul#header_navi li.h_support {
	display: none !important;
}
ul#header_function {
	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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 8px 10px 0px;
	max-width: 30rem;
}
ul#header_function dl {
	display: block;
}
ul#header_function dt {
	color: #fff;
	display: block;
	padding: 0px;
	text-align: left;
}
ul#header_function dt, ul#header_function dd {
	padding: 4px 8px 4px 0px;
}
ul#header_function dd {
	display: inline-block;
	margin: 0px;
}
ul#header_function li dd a {
	font-size: 1.7rem;
}
ul#header_function li#moji_size dd a {
	padding: 8px 7px 6px 8px;
}
ul#header_function li#moji_size dd a#moji_large {
	font-weight: bold;
	font-size: 2rem;
	padding: 8px 4px 4px 5px;
}
#bottom_link_img {
	display: none;
}
#header_fixed {
	padding: 50px 30px 0px;
	bottom: 9rem;
	margin: 0px;
	width: 100%;
	position: fixed;
	height: calc(100svh - 90px);
	/* height: auto; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: unset;
	background: rgba(51, 51, 51, 0.8);
	min-height: calc(100svh - 9rem);
}
#header_fixed_div {
	padding: 0px 0px 15px;
}
#event_link_div3 ul li {
	margin-bottom: 15px;
}
#event_link_div3 ul li:first-child a {
	background-size: 25px;
}
#search_div {
	width: auto;
	display: block;
}
.event_link_div1, .event_link_div2 {
	padding: 0px;
	width: auto;
	margin: 0px auto;
}
.event_link_div1 h2, .event_link_div2 h2 {
	padding-left: 0px;
	text-align: center;
	font-size: 1.4rem;
	margin: 0px 0px 10px;
}
#event_link_div3 ul {
	padding-top: 15px;
}
/* 検索 */
#tmp_query, #submit, #open_page_id_submit {
	height: 45px;
	background-size: 24px;
	background-position: center right 13px;
}
#top_search_keyword label.bl_search_label {
	display: block;
	padding: 5px 0px;
	font-size: 1.4rem;
}
#top_search_keyword #cse_filetype fieldset span label {
	font-size: 1.4rem;
}
#page_id_box label {
	font-size: 1.4rem;
	padding: 8px 8px 8px 0px;
}
#open_page_id_div {
	width: calc(100% - 100px);
	height: 45px;
}
#open_page_id {
	display: inline-block;
	width: calc(100% - 50px);
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	width: 50px;
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center right 13px;
}
#top_search_keyword label.bl_search_label br {
	display: none;
}
#cse-search-box {
	display: block;
	width: auto;
}
#cse_filetype {
	display: block;
	margin: 5px 0px 20px;
}
#cse_filetype fieldset {
	padding: 0px;
	width: auto;
}
#cse_filetype fieldset span {
	font-size: 1.2rem;
}
#top_search_page_id {
	width: 100%;
	max-width: 400px;
	margin: 20px 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: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
#page_id_box {
	width: 100%;
}
/* グローバルナビ */
.event_link_div1 ul, .event_link_div2 ul {
	margin: 0px auto;
	max-width: 300px;
	padding: 0px 0px 5px;
	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;
}
.event_link_div1 ul li, .event_link_div2 ul li {
	width: 60px;
	height: 60px;
	margin: 0px 5px 4rem 0px;
}
.event_link_div1 ul li a, .event_link_div2 ul li a {
	padding: 68px 0px 16px;
	font-size: 1rem;
	background-size: 60px;
}
#event_link_div {
	display: block;
	margin-top: 10px;
	padding-top: 15px;
}
#event_link_div3 {
	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: self-end;
	-ms-flex-align: self-end;
	align-items: self-end;
}
#event_link_div3 ul {
	width: 100%;
}
#event_link_div3 ul li {
	max-width: 200px;
	margin: 0px auto 15px;
}
#event_link_div3 ul li a {
	font-size: 1.1rem;
	padding: 18px 5px 18px 55px;
	min-width: 120px;
	width: auto;
	background-size: 25px;
}
#language_close_btn {
	margin: 5px 0px;
}
.language_menu_close {
	border: none;
	background: url(/img/common/btn_close.png) no-repeat center top 0px;
	font-size: 1.4rem;
	padding: 23px 0px 0px 0px;
	margin: 0px;
	background-size: auto;
	text-decoration: underline;
	color: #fff;
}
#top_search {
	display: none;
}
#header.open_menu #top_search {
	display: block;
	background: none;
	border-radius: 5px;
	width: auto;
	height: auto;
}
#header.open_menu #top_search #gnav_box {
	display: block;
	border-radius: 5px;
	height: auto;
	width: auto;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	padding: 0px 0px 90px 0px;
}
#header.open_menu #top_search #gnav_box ul {
	list-style: none;
	padding: 15px 0 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#gnav_box ul .gnav_link.open .chu_menu_box_wrap {
	display: none;
}
#header.open_menu #top_search #gnav_box ul li {
	display: block;
	width: calc(50% - 50px);
	margin: 4px 7px 4px 7px;
	position: relative;
}
#header.open_menu #top_search #language_close_btn {
	text-align: right;
	margin: 10px 20px 20px;
}
#header.open_menu #top_search #gnav_box ul li:before{
	content: '';
	position: absolute;
	width: calc(100% - 1px);
	height: 12px;
	left: 0;
	top: 0px;
	background: #53b84c;
	border-right: 1px solid #008c00;
}
ul#gnav li span {
	font-size: 1.1rem;
	padding: 1px 0px 0px;
}
ul#gnav {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}
ul#gnav li {
	display: block;
	height: auto;
}
ul#gnav li:first-child span {
	border-left: none;
}
ul#gnav li span {
	border-right: none;
}
ul#gnav li a {
	font-size: 1.2rem;
	border-right: 1px solid #008c00;
	border-bottom: 1px solid #008c00;
	background-color: #fff !important;
	border-left: none !important;
	height: auto;
	padding: 65px 0px 23px 0px;
	line-height: 1.3rem;
}
ul#gnav li#gnav2 a, ul#gnav li#gnav2 a:hover, ul#gnav li#gnav3 a, ul#gnav li#gnav3 a:hover, ul#gnav li#gnav4 a,
ul#gnav li#gnav4 a:hover, ul#gnav li#gnav5 a, ul#gnav li#gnav5 a:hover,
ul#gnav li#gnav7 a, ul#gnav li#gnav7 a:hover {
	padding: 65px 0px 10px 0px;
}
ul#gnav li#gnav1 a, ul#gnav li#gnav1 a:hover {
	background: url(/img/common/gnav1.png) no-repeat center top 21px;
}
ul#gnav li#gnav2 a, ul#gnav li#gnav2 a:hover {
	background: url(/img/common/gnav2.png) no-repeat center top 21px;
}
ul#gnav li#gnav3 a, ul#gnav li#gnav3 a:hover {
	background: url(/img/common/gnav3.png) no-repeat center top 21px;
}
ul#gnav li#gnav4 a, ul#gnav li#gnav4 a:hover {
	background: url(/img/common/gnav4.png) no-repeat center top 21px;
}
ul#gnav li#gnav5 a, ul#gnav li#gnav5 a:hover {
	background: url(/img/common/gnav5.png) no-repeat center top 22px;
}
ul#gnav li#gnav6 a, ul#gnav li#gnav6 a:hover {
	background: url(/img/common/gnav6.png) no-repeat center top 21px;
}
ul#gnav li#gnav7 a, ul#gnav li#gnav7 a:hover {
	background: url(/img/common/gnav7.png) no-repeat center top 21px;
}
ul#gnav li#gnav8 a, ul#gnav li#gnav8 a:hover {
	background: url(/img/common/gnav8.png) no-repeat center top 21px;
}
ul#gnav li.gnav_link.open:after {
	display: none;
}
/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 15px 0px 5px;
	margin-top: 0;
}
#pankuzu_wrap > div {
	width: auto;
	margin: 0px 10px 10px;
}
.pankuzu {
	font-size: 1.2rem;
	padding-left: 6rem;
}
.pankuzu:first-child .icon_current {
	top: -1px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.3rem;
}

#footer_navi ul {
	width: auto;
	margin: 0px 20px;
	padding: 20px 0px 10px;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 10px 0px;
}
#author_box span {
	padding-right: 0px;
}
#author_info {
	padding: 40px 20px 30px;
	width: auto;
	display: block;
}
#author_info > div {
	width: 100%;
	margin: 0px auto;
	padding-left: 0px;
}
#footer_left_div {
	display: block;
	margin: 0 auto;
	max-width: 350px;
}
#footer_left_div img {
	width: 100%;
}
#footer_right_div {
	padding-left: 0px;
}
#author_box {
	padding: 10px 0px;
}
#author_box p.f_author {
	font-size: 2rem;
}
#author_box span a {
	width: 3rem;
}
#author_box span a, #author_detail_link p {
	font-size: 1.2rem;
}
#soshiki_link a, #madoguchi_link a {
	width: auto;
	max-width: 16rem;
	background-size: 22px;
	padding: 8px 10px 8px 47px;
	font-size: 1.2rem;
}

#author_box p.f_number, #author_box p.f_contact, #footer_navi li a {
	font-size: 1.3rem;
}
#author_box p.f_address {
	font-size: 1.4rem;
}
#author_box p.f_address span {
	vertical-align: bottom;
	padding-right: 10px;
}
#footer_sns_detail {
	display: none;
}
#copyright p {
	font-size: 1.1rem;
}
#footer_link_pagetop a, #footer_link_pagetop img {
	width: 60px;
	height: 90px;
}

/* 戻る・ページトップ */
#back_or_pagetop {
	width: auto;
	margin: 0px 10px;
}
#back_or_pagetop > div a {
	width: auto;
	padding: 10px 15px;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	width: 60px;
	right: 10px;
}
#footer_link_pagetop.fixed {
	bottom: 96px;
}
#copyright {
	width: auto;
	padding: 10px 20px 180px;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner_ttl {
	margin: 20px auto 0;
	display: block;
}
#osusume_banner_ttl a {
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 15px 0px;
}
#osusume_banner_box {
	display: block;
}
.osusume_banner_wrap {
	width: auto;
}
#osusume_banner_list {
	max-width: inherit;
	padding: 10px 20px 20px;
}
.osusume_banner_list_detail {
	margin: 0px auto;
	max-width: 440px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.osusume_banner_list_detail li {
	width: calc(50% - 14px);
	max-width: 200px;
	height: auto;
	margin: 7px;
	line-height: 0;
}
.osusume_banner_list_detail li:nth-child(4n) {
	margin-right: 7px;
}
/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 10px 10px 30px;
}

/* コンテンツヘッダ */
#content_header {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

/* 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 {
	font-size: 1.1rem;
}
#content_header > span.link_print,
#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* 見出し */
#main_header {
	margin-bottom: 10px;
}
#main_header h1 {
	font-size: 2.2rem;
	padding: 30px 30px;
	background-size: auto 90px;
}

#main_body h2 {
	font-size: 2rem;
	padding: 15px 20px 32px 30px;
	margin: 10px 0;
}

#main_body h3 {
	font-size: 1.8rem;
	padding: 12px 20px 12px 30px;
	margin: 10px 0;
}

#main_body h4 {
	font-size: 1.6rem;
	padding: 10px 20px 10px 40px;
	margin: 10px 0;
}

#main_body h5 {
	font-size: 1.5rem;
	padding: 8px 20px 8px 45px;
	margin: 10px 0;
}

#main_body h6 {
	font-size: 1.4rem;
	padding: 5px 20px 5px 45px;
	margin: 10px 0;
}
#main_body .life_cat_list h2, #main_body .life_cat_list h3 {
	padding-right: 10px;
	margin-bottom: 10px;
}
/********** 7 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 20px;
}
#hyouka_area_box {
	margin-top: 30px;
}
#sitemap_list_wrap > div {
	margin-bottom: 20px;
}

/* レコメンド・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;*/
}

/* 「見つからないときは」「よくある質問」バナー */
#main #common_banner_link ul {
	margin-top: 30px;
}

/* サイドメニュー */
.side_box_list {
	/*padding: 20px;*/
}
.side_box_list ul {
	/*margin: 0px;
	padding: 0px;
	list-style: none;*/
}
.side_box_list ul li {
	/*margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;*/
}
.side_box_list ul li:last-child {
	/*border-bottom: none;*/
}
.side_box_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;*/
}
.kakuka_info_box {
	margin-bottom: 0px;
}
.soshiki_kakuka .section_information {
	margin-bottom: 10px;
}
#soshiki_pr_image {
	margin: 10px 0px;
}
.soshiki_kakuka .section_information_list_wrap {
	padding: 0;
}
#main_body .side_box.side_box_work h2 {
	width: auto;
	max-width: 300px;
}
/********** 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 #ccc;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-bottom: 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 {
	margin: 0px;
	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;
}

/* リスト（担当課） */
/*.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 {
	text-align: center;
	margin-bottom: 20px;
}

#main div.link_ichiran a {
	min-width: auto;
	padding: 17px 40px 14px 20px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0px;
}

/* リスト（新着情報） */
.section_information_list_wrap {
	padding: 0;
}
.section_information {
	padding: 0px;
	margin: 10px 0;
}
.section_information_list div.link_box span a {
	padding: 18px 40px 18px 22px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 20px 10px 20px 20px;
}
.section_information h2.acc_title,
#main_body .section_information h2.acc_title {
	padding-right: 10px;
}

.section_information p.no_data {
	padding: 0px 20px 20px;
}

.section_information_list {
	padding: 0px 10px 20px;
}
.section_information_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.section_information_list ul li:last-child {
	border-bottom: none;
}
.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 ul li > span {
	display: block;
}
.section_information_list ul li > span.article_date {
	width: auto;
}

.section_information_list div.link_box {
	margin: 0px;
}
.section_information_list div.link_box span {
	width: auto;
	margin: 10px 5px 0px;
}

/* リスト（新着情報2） */
.section_information2 {
	padding: 0px 10px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum > div.lettering2 {
	width: 120px;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	max-width: 360px;
	margin: 0px auto;
}
ul.banner_list li {
	width: calc(50% - 10px);
	margin: 5px;
}

/* バナー広告（フッタ） */
#footer_banner {
	width: auto;
	margin: 0px 10px 30px;
	display: block;
}
.footer_banner_ttl {
	margin: 0px auto 10px;
	text-align: center;
}
.footer_banner_link {
	text-align: center;
	margin-right: 0;
	margin-top: 20px;
}
.footer_banner_detail {
	width: auto;
}
/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap {}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	height: 120px;
}
div[id^="main_header_life3_"] h1,
.life_list2 #main_header h1 {
	font-size: 2rem;
	padding: 36px 30px 36px 30px;
	background-size: auto 100px;
}

/* 大分類（ライフイベント） */
#lifestage ul {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
}
#lifestage ul li {
	width: calc(25% - 10px);
	max-width: none;
	margin: 5px;
}

/* 分類 */
#life_cat_list_wrap {
	display: block;
}
.life_cat_list,
.life_list2 .life_cat_list {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.life_cat_list:last-child {
	margin-bottom: 0px;
}
#common_banner_link {
	max-width: 300px;
	margin: 0 auto;
}
/* 関連情報 */
#kanren_info .kanren_box ul {
}
#kanren_info .kanren_box ul li {
}
#kanren_info .kanren_box ul li:last-child {
}
#kanren_info .kanren_box ul li a {
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: block;
	margin-top: 10px;
}
.lifesub_cat_list {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}
.lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

.life_cat_list_ttl {
	font-size: 1.8rem;
	padding: 12px 20px 12px 30px;
}
#main_body .lifesub_cat_list h2, #main_body .lifesub_cat_list h3 {
	padding-right: 10px;
}

/* 組織・部局・課室 */
#soshiki_hyouji {}

/* 改ページ */
.page_num {
	font-size: 1.6rem;
}
.page_num_ttl {
	font-size: 1.4rem;
}

/* ウェブブック */
#book_list_wrap {
	display: block;
}
.book_list_box {
	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;
}

/* お問い合わせフォーム */
#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;
}

/* 地図でさがす */
#shisetsu_list_txt p {
	padding: 15px;
}

#shisetsu_list_link ul {
	padding: 0px;
}
#shisetsu_list_link ul li {
	display: block;
	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;
}