@charset "utf-8";
@import url(/ssi/css/sp-parts-header-footer.css);

/********** 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;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.4rem;
}

#main_body, .section_information {
	font-size: 1.6rem;
}

/********** 3 ヘッダ **********/
/* sp-parts-header-footer.cssに分離 */

/********** 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 フッタ **********/
/* sp-parts-header-footer.cssに分離 */

/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 10px 10px 30px;
}

/* コンテンツヘッダ */
#content_header {
	font-size: 1.3rem;
}

/* 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;
}

/* 見出し */
#main_header h1 {
	font-size: 3rem;
	padding: 20px;
}

#main_body h2 {
	font-size: 2.4rem;
	padding: 15px 20px;
}

#main_body h3 {
	font-size: 2rem;
	padding: 12px 20px;
}

#main_body h4 {
	font-size: 1.8rem;
	padding: 10px 20px;
}

#main_body h5 {
	font-size: 1.7rem;
	padding: 8px 20px;
}

#main_body h6 {
	font-size: 1.6rem;
	padding: 5px 20px;
}

/********** 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;
}

/* 「見つからないときは」「よくある質問」バナー */
#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;
}

/********** 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: 93px auto;
}

/* リスト（サムネイル） 縦可変 */
/*
.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;
}

#main div.link_ichiran a {
	min-width: auto;
}

/* リスト（newアイコン） */
img.icon_new {
	position: static;
	margin-left: 0px;
}

/* リスト（新着情報） */
.section_information {
	padding: 0px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: calc(20px + 43px) 10px 20px 20px;
	background-position: top left 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 20px 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: 420px;
	margin: 0px auto;
}
ul.banner_list li {
	width: calc(50% - 10px);
	margin: 5px;
}

/* バナー広告（フッタ） */
#footer_banner {
	width: auto;
	margin: 0px 10px 30px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap {}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	height: 0px;
	padding-top: 20%;
}
div[id^="main_header_life3_"] h1 {
	font-size: 2rem;
	padding: 0px 20px;
}

/* 大分類（ライフイベント） */
#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 {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.life_cat_list:last-child {
	margin-bottom: 0px;
}

.life_list3 .life_cat_list:nth-child(n) {
	width: auto;
    margin: 0px 0px 30px;
}

/* 関連情報 */
#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 #ccc;
}
#kanren_info .kanren_box ul li:last-child {
	border-bottom: 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;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: block;
}
.lifesub_cat_list {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

.life_cat_list_ttl {
	font-size: 1.8rem;
	padding: 12px 20px;
}

/* 組織・部局・課室 */
#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 !important;
}

.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;
	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;
}