@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;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.4rem;
}

#main_body {
	font-size: 1.6rem;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.3rem;
	position: relative;
}

#sp_header {
	position: fixed;
	left: 0;
	bottom: 0px;
	z-index: 200;
	width: 100%;
	/* height: 80px; */
	height: 40px;
	background: #fff;
}
#spm_wrap {
	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;
	gap: 5px;
	height: 100%;
}
#spm_wrap > div {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-position: center;
	background-repeat: no-repeat;
}
#spm_wrap > div#spm_menu {
	background-image: url(/img/common/sp_menu_icon.png);
	background-size: 70px auto;
	background-color: #f6f6f6;
}
#spm_wrap > div#spm_search {
	background-image: url(/img/common/sp_search_icon.png);
	background-size: 55px auto;
	background-color: #003656;
	color: #fff;
}
#spm_wrap > div#spm_menu.menu_open {
	background-image: url(/img/common/sp_menu_close.png);
	background-size: 65px auto;
}
#spm_wrap > div#spm_search.search_open {
	background-image: url(/img/common/sp_search_close.png);
	background-size: 55px auto;
}

#header2.menu_open {
	display: block;
}
#header2 {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(246, 246, 246, 0.95);
	padding-top: 80px;
	padding-bottom: 80px;
	bottom: auto;
	top: 0px;
	overflow: scroll;
	z-index: 99;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#he_left {
	position: static;
	width: 150px;
	margin: 0px;
	padding: 10px 10px 10px 15px;
}
/* .top_index #he_left {
	padding-bottom: 20px;
} */
#he_left > #logo {
	position: relative;
}
#he_left > #logo > a > img, #he_left > #logo > h1 > img {
	width: 150px;
	display: block;
}
#logo:after {
	width: 100%;
	left: calc(100% + 10px);
	background-size: 100%;
}
#he_right {
	margin: 0px;
	padding:  25px 15px 10px;
	text-align: center;
}
.spm_menu_open #he_right {
	display: block;
}
#bl_search {
	display: none;
}
#bl_search.search_open {
	display: block;
	background: #ddfcf3;
	position: fixed;
	height: 100vh;
	background: rgba(246, 246, 246, 0.95);
	padding-top: 80px;
	padding-bottom: 80px;
	bottom: auto;
	top: 0px;
	overflow: scroll;
	z-index: 99;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul#header_navi > li.h_main, ul#header_navi > li.h_support > button#support_menu_open,
#support_menu_close {
	display: none;
}
ul#header_navi {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
ul#header_navi > li.h_lang {
	display: block;
	width: 50%;
}
ul#header_navi > li[class^="h_"] {
	margin: 0px 0px 10px;
}
ul#header_navi > li > a,
ul#header_navi > li > a:hover {
	text-decoration: underline;
}
ul#header_navi > li.h_yomi {
	padding-right: 20px;
	display: none;
}
ul#header_navi > li.h_support {
	display: block;
	width: 100%;
}
ul#header_navi > li.h_lang > a {
	padding: 0px 0px 0px 28px;
	display: inline-block;
}
#support_menu_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: auto;
	top: auto;
	right: auto;
	background: none;
	border: none;
	padding: 5px 0px 0px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px auto;
}
#support_menu_box > dl {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0px 0px 10px;
}
#support_menu_box > dl#moji_size {
	padding-right: 10px;
}
#support_menu_box > dl > dt {
	margin: 0px 5px 0px 0px;
	padding: 6px 0px;
}
#support_menu_box > dl > dd {
	margin: 0px 0px 0px 5px;
}

#support_menu_box > dl > dd > a {
	background: none;
}
#support_menu_box > dl > dd > a,
#support_menu_box > dl > dd > a:hover {
	text-decoration: underline;
}
#support_menu_box > dl > dd > a#haikei_white {
	background: transparent !important;
}
#header_link > ul {
	width: auto;
	margin: 0px auto;
}
#header_link > ul > li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
#top_search_keyword label span.hide,
#open_page_id_box > label.hide {
	width: 100%;
	height: auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #003656;
	padding: 5px 0px 10px;
}

/* グローバルメニュー */
#top_search_box {
	width: auto;
	padding: 0px 15px 120px;
}
ul.search_life3 {
	width: auto;
	display: block;
}
ul.search_life3 > li {
	width: auto;
	padding-bottom: 22px;
	background: url(/img/common/down_arr.png) no-repeat top 22px right 10px;
	background-size: 12px;
	border-bottom: 1px solid #7d9cad;
	padding: 0px;
}
ul.search_life3 > li.nav_open {
	background-image: url(/img/common/up_arr.png);
}
ul.search_life3 > li > a,
ul.search_life3 > li > a:hover,
ul.search_life3 > li > a:focus,
ul.search_life3 > li.open > a {
	display: inline-block;
	max-width: calc(100% - 60px);
	color: #003656;
	border-radius: 0px;
	padding: 20px 10px;
	background: none;
	text-align: left;
	text-decoration: underline;
}
ul.search_life3 > li > a::after {
	display: none !important;
}
.search_life2_wrap,
li.open .search_life2_wrap {
	display: none;
	position: static;
	width: auto;
	padding: 20px;
	border: 0;
	border-radius: 0;
}
li.nav_open .search_life2_wrap {
	display: block;
}
ul.search_life2 {
	display: block;
	width: auto;
	max-height: none;
}
ul.search_life2 > li {
	width: auto;
}
ul.search_life2 > li > a:hover,
ul.search_life2 > li > a:focus {
	text-decoration: none;
}

/* 検索 */
#top_search_page_id {
	margin: 0px 0px 8px;
}
#top_search_detail_2 {
	display: block !important;
}
#open_page_id, #tmp_query {
	border-radius: 10px 0px 0px 10px;
	width: calc(100% - 65px);
}
#submit, #open_page_id_submit {
	width: 65px;
	font-size: 1.4rem;
	margin-left: 0;
}
#cse-search-box {
	display: block;
	width: auto;
}
#cse_filetype {
	display: block;
	margin: 10px 0px 0px;
}
#cse_filetype fieldset {
	padding: 0px;
}
#cse_filetype fieldset span {
	font-size: 1.2rem;
}

#bl_search .search_open_div {
	width: 100%;
	background: #003656;
	padding: 20px;
	border-radius: 0px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	min-height: auto;
}
#top_search_title {
	display: block;
}
#bl_search_div, #close_btn, #top_search_title > ul {
	display: none;
}
#search_btn_div {
	background: #ddfcf3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	padding: 0px 0px 10px;
	border-radius: 0;
	border-width: 10px;
	padding-bottom: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bl_search .top_content4 {
	width: auto;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.searchby_id {
	text-align: right;
}
#top_search_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background: #fff;
	padding: 15px 15px 30px;
	border-radius: 15px;
}
#bl_search .top_content4_ttl {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#bl_search .top_content4_ttl > h2 {
	padding: 45px 0px 0px;
}
.top_content4_ttl > h2 > img {
	margin: 0 auto 10px;
}
#open_page_id_message {
	position: absolute;
}

/* グローバルナビ */
ul#gnav {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}
ul#gnav li {
	display: block;
}
ul#gnav li a {
	font-size: 1.8rem;
	padding: 10px;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 15px 0px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	padding: 0 20px;
	margin: 0px 10px 10px;
}
.pankuzu {
	font-size: 1.2rem;
}
.pankuzu:first-child .icon_current {
	top: -1px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.4rem;
	background: #f6f6f6;
}
#footer > #author_info,
#footer > .footer_link {
	width: auto;
}
#footer_navi > ul {
	width: auto;
	padding: 0;
}
#footer_navi > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 10px 0px;
}
#author_info {
	padding: 0 20px 20px;
}
#author_box {
	padding: 30px 0px;
}
#footer > #author_info p.f_number,
#footer_navi > ul > li > a {
	font-size: 1.2rem;
}
#footer > .footer_link > #footer_link_sns > ul > li > a {
	width: 45px;
	height: 45px;
}
#footer > .footer_link > #footer_link_sns > ul > li > a > img {
	width: 100%;
	height: auto;
}
#footer_link_sns {
	width: 100%;
	background: url(/img/common/footer_bg.png) no-repeat right calc(25% - 75px) top 60px #f6f6f6;
	padding-bottom: 455px;
	background-size: auto 400px;
}
#footer > .footer_link > #footer_link_sns > ul {
	padding: 0;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 28px 0;
}
#copyright {
	width: 100%;
	margin: -270px auto 0;
	text-align: center;
}
#footer > .footer_link > #footer_link_sns > ul > li:nth-child(n) {
	margin: 0 14px;
}
#copyright p {
	font-size: 1rem;
}

/* 戻る・ページトップ */
#back_or_pagetop {
	width: auto;
	margin: 0px 10px;
}
#back_or_pagetop > div a {
	width: auto;
	padding: 10px 15px;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	width: 74px;
	right: 10px;
	/* bottom: calc(80px - 10px + 10px); */
	bottom: calc(40px - 10px + 10px);
}
#footer_link_pagetop.fixed {
	bottom: 10px;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	display: none;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 10px 10px 30px;
}

/* コンテンツヘッダ */
#content_header {
	font-size: 1.3rem;
}
#content_header > span {
	display: block;
	margin-left: 0;
}

/* 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,
#main_body h2,
#main_body h3,
#main_body h4,
#main_body h5,
#main_body h6,
#second_important #second_important_ttl,
#kanren_link h2,
#kanren_info h2,
.side_box_ttl h2 {
	letter-spacing: 0.05em;
}

#main_header h1 {
	font-size: 2.4rem;
	padding: 20px;
	border-radius: 38px;
}

#main_body h2 {
	font-size: 2.2rem;
	padding: 15px 20px;
	border-radius: 30px;
}

#main_body h3,
.side1 #main_body h3,
.side2 #main_body h3 {
	font-size: 1.9rem;
	padding: 12px 20px;
	background: url(/img/common/img-h3.png) no-repeat left bottom;
	background-size: auto;
}

#main_body h4 {
	font-size: 1.8rem;
	padding: 10px 20px;
	border-radius: 24px;
}

#main_body h5 {
	font-size: 1.7rem;
	padding: 8px 20px;
	border-radius: 21px;
}

#main_body h6 {
	font-size: 1.6rem;
	padding: 4px 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 {
	padding: 0px 10px;
}
.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 {
	padding: 0px 10px;
}
.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;
}

#main div.link_ichiran a {
	min-width: auto;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0px;
}

/* リスト（新着情報） */
.section_information {
	padding: 0px;
}
.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 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;
	gap: normal;
}
ul.banner_list li {
	width: calc(50% - 10px);
	max-width: none;
	margin: 5px;
}

/* バナー広告（フッタ） */
#footer_banner {
	width: auto;
	margin: 0px 10px 30px;
}

/********** 10 各ページ **********/

/* サイトマップ */

/* 大分類（見出し） */
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;
}

#main_body .life_cat_list h2,
#main_body .life_cat_list h3 {
	font-size: 2rem;
}

.life_cat_list .info_list.info_list_date ul {
	padding: 0px 10px;
}

/* 関連情報 */
#kanren_info {
	padding: 20px;
}
#kanren_info .kanren_box ul {
	font-size: 1.6rem;
	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;
}

/* 組織・部局・課室 */

/* 改ページ */
.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;
}
.top_search_menu_list > ul {
	max-width: 340px;
	margin: 0 auto;
	padding: 0 15px;
}
.top_search_menu_list > ul > li,
#bl_search .top_search_menu_list > ul > li {
	width: calc(50% - 10px);
	margin: 5px;
}
.top_search_menu_list > ul > li.top_search_menu1 > a,
.top_search_menu_list > ul > li.top_search_menu2 > a,
.top_search_menu_list > ul > li.top_search_menu3 > a,
.top_search_menu_list > ul > li.top_search_menu4 > a,
.top_search_menu_list > ul > li.top_search_menu5 > a {
	background-size: auto 35px;
	padding: 70px 0 16px;
}
.top_search_menu_list > ul > li.top_search_menu4 > a {
	line-height: 1.2;
	padding: 60px 0 14px;
}
.top_search_menu_list > ul > li > a > br {
	display: block;
}
#bl_search .lifestage > h2 {
	padding: 0 0 10px;
}
.lifestage > h2 {
	font-size: 1.6rem;
	padding-bottom: 15px;
}
.lifestage > ul {
	max-width: 370px;
	margin: 0 auto;
	padding: 0 15px;
}
.lifestage > ul > li {
	width: calc(33.3% - 10px);
	margin: 5px;
}
.lifestage > ul > li > a {
	padding: 110% 0px 0px;
	background-size: contain;
}
.top_search_menu_list > ul > li.top_search_menu1 > a:focus,
.top_search_menu_list > ul > li.top_search_menu1 > a:hover,
.top_search_menu_list > ul > li.top_search_menu2 > a:focus,
.top_search_menu_list > ul > li.top_search_menu2 > a:hover,
.top_search_menu_list > ul > li.top_search_menu3 > a:focus,
.top_search_menu_list > ul > li.top_search_menu3 > a:hover,
.top_search_menu_list > ul > li.top_search_menu4 > a:focus,
.top_search_menu_list > ul > li.top_search_menu4 > a:hover,
.top_search_menu_list > ul > li.top_search_menu5 > a:focus,
.top_search_menu_list > ul > li.top_search_menu5 > a:hover {
	background-size: 35px, auto;
	color: #fff;
}

/* ========================================
インデント調整
======================================== */

/* --------------------------------
main_body
-------------------------------- */
#main_body.custom_indent_body {
	padding-left: 20px;
	padding-right: 20px;
}
#main_body.custom_indent_body :where(h2,h3,h4,h5,h6),
#main_body.custom_indent_body :where(#hyouka_area_box,#section_footer,.pdf_download,.wmplayer_download,#content_footer) {
	width: calc(100% + 40px);
}
#main_body.custom_indent_body :where(#hyouka_area_box,#section_footer,.pdf_download,.wmplayer_download,#content_footer) :where(h2,h3,h4,h5,h6) {
	width: auto;
	left: auto;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
}