@charset "utf-8";

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}
#submenu_wrap {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォントサイズ */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.6rem;
	line-height: 1.5;
	/*letter-spacing: 0.05em;*/
}

/* フォント */
body {
	font-family: Arial, 'BIZ UDPGothic', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

#main_body {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

/* 基本の文字色 */
body {
	color: #333;
}

/* リンク */
a:link {
	color: #003656;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	color: #003656;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #003656;
	text-decoration: none;
}

a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header2 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: auto;
	position: absolute;
	top: 25px;
	z-index: 1;
	left: calc(50% - 541px);
}
@media screen and (max-width: 1080px) {
	#he_left {
		left: 0;
	}
}

#logo:after {
	content: '';
	width: 251px;
	height: 56px;
	background: url(/img/common/logo_bg.png) no-repeat;
	position: absolute;
	top: 9px;
	left: calc(100% + 16px);
}
#he_left > #logo > h1 {
	margin: 0px;
}
#he_left > #logo > a {
	display: inline-block;
}
#he_left > #logo > h1 > img {
	width: auto;
	height: auto;
}

#he_right {
	margin-left: 440px;
	padding: 15px 0px 0px;
}

ul#header_navi {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul#header_navi > li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 10px 20px;
	text-align: left;
}
ul#header_navi > li > a {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	text-decoration: none;
	padding: 3px 0px 3px 25px;
	font-size: 1.4rem;
}
ul#header_navi > li > a:hover {
	text-decoration: underline;
}
ul#header_navi > li.h_main > a {
	background-image: url(/img/common/main_icon.png);
}
ul#header_navi > li.h_lang > a {
	background-image: url(/img/common/language_icon.png);
	padding: 3px 0px 3px 28px;
}
ul#header_navi > li.h_yomi > a {
	background-image: url(/img/common/yomi_icon.png);
}
ul#header_navi > li.h_furikana > a {
	background-image: url(/img/common/furikana_icon.png);
}
ul#header_navi > li.h_support > button#support_menu_open {
	background: url(/img/common/support_icon.png) no-repeat left center;
	background-repeat: no-repeat;
	padding: 7px 0px 6px 25px;
	margin-right: 25px;
	border: none;
	line-height: 1;
	font-size: 1.4rem;
}
ul#header_navi > li.h_support > button#support_menu_open.open {
	text-decoration: underline;
}
#header_link > ul {
	width: 590px;
	margin: 4px 0px 0px auto;
	padding: 0px;
	list-style: 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: center;
	-ms-flex-align: center;
	align-items: center;
}
#header_link > ul > li {
	width: 140px;
	margin-bottom: 15px;
}
#header_link > ul > li > a {
	display: block;
	border: 1px solid #003656;
	color: #333333;
	font-size: 1.4rem;
	text-decoration: none;
	padding: 13px 0px 12px;
	border-radius: 20px;
	text-align: center;
	line-height: 1;
}
#header_link > ul > li > a:hover, #header_link > ul > li > a:focus {
	background: -o-linear-gradient(left, #005bb0, #05529a, #003656);
	background: -webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background: linear-gradient(to right, #005bb0, #05529a, #003656);
	margin: 0px;
	color: #fff;
	border: none;
	padding: 13px 0px 12px;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 150%;
	right: 0px;
	z-index: 100;
	background: #fff;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 42.7rem;
	margin: 0px;
	padding: 38px 12px 26px 0px;
	text-align: center;
	border: 2px solid #e4f1fe;
}
#support_menu_box.open {
	display: block;
}

#support_menu_close {
	border: none;
	background: url(/img/common/support_close_icon.png) no-repeat center #fff;
	position: absolute;
	top: -20px;
	right: 0px;
	text-indent: -9999rem;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

#support_menu_box > dl {
	margin: 0px 0px 15px;
	display: inline-block;
}
#support_menu_box > dl > dt {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0px 5px 0px 0px;
	padding: 6px 5px;
}
#support_menu_box > dl > dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px;
	padding: 0px;
}
#support_menu_box > dl > dd > a {
	display: block;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	color: #333;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	padding: 8px 8px;
}
#support_menu_box > dl > dd > a#moji_large {
	font-weight: bold;
	padding: 8px 10px 8px 9px;
}
#support_menu_box > dl > dd > a#moji_default {
	padding: 8px 10px 8px 9px;
}
#support_menu_box > dl > dd > a#haikei_white {
	background: #fff !important;
	color: #333 !important;
}
#support_menu_box > dl > dd > a#haikei_black {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}
#support_menu_box > dl > dd > a#haikei_blue {
	background: #00f !important;
	color: #ff0 !important;
	border-color: #00f !important;
}

/* 検索 */
#cse-search-box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 0px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #484848;
	width: calc(100% - 101px);
	height: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 0px 0px 0px 10px;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #003656;
	width: 100px;
	height: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	color: #fff;
	white-space: nowrap;
	margin-left: 1px;
	border-radius: 0 10px 10px 0px;
}

#cse_filetype {
	display: block;
	text-align: right;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.5rem;
	margin-left: 20px;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 3px 10px 5px 0px;
	vertical-align: middle;
}
#top_search_page_id {
	margin: 0px 0 25px;
	position: relative;
}
#open_page_id_box div {
	width: 100%;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #484848;
	width: calc(100% - 101px);
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px 0px 0px 10px;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #003656;
	width: 100px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	white-space: nowrap;
	color: #fff;
	margin-left: 1px;
	border-radius: 0 10px 10px 0px;
}
/* ページID検索 */
#open_page_id_box label {
	display: block;
	width: 100%;
}

#open_page_id_message {
	position: absolute;
	top: 100%;
	left: 0px;
	border: 1px solid;
	background: #fff;
	color: #333;
	padding: 10px 20px;
}
#open_page_id_message:empty {
	border: none;
	padding: 0px;
}

/*検索*/
#bl_search {
	bottom: 0px;
	position: fixed;
	left: 0;
	z-index: 9;
	width: 100%;
	height: auto;
}
#bl_search.open {
	position: fixed;
	background: rgba(222, 252, 246, 0.95);
	z-index: 110;
	overflow: auto;
	left: 0px;
	top: 0px;
	height: 100vh;
	min-height: 100%;
}
#search_btn_div, #bl_search.open #bl_search_btn {
	display: none;
}
#bl_search.open #search_btn_div {
	display: block;
}
#bl_search_btn {
	background: url(/img/common/search_icon_btn.png) no-repeat center;
	background-size: auto auto;
	width: 120px;
	height: 60px;
	border: none;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 60px);
	padding: 0px;
}
#bl_search_div {
	position: absolute;
	bottom: 100%;
	left: calc(50% - 60px);
	width: 120px;
	height: 60px;
}
#bl_search.open #bl_search_div {
	height: auto;
}
#close_btn {
	text-align: center;
}
#searh_btn_close {
	border: none;
	background: url(/img/common/close_search_icon.png) no-repeat center left 32px #003656;
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: 50px;
	padding: 8px 35px 8px 57px;
	border-radius: 20px;
	font-weight: bold;
}

/* 一時保存機能ボタン */
button#keep_page_sw {
	display: block;
	background: transparent;
	border: none;
	text-decoration: underline;
	color: #0d59b7;
}

/* グローバルメニュー */
#top_search {
	position: relative;
}
#top_search_box {
	position: relative;
	width: 1080px;
	margin: 0px auto;
	padding: 5px 0px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.search_life3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul.search_life3 > li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 20%;
	padding-bottom: 22px;
}
ul.search_life3 > li > a {
	position: relative;
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #003656;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 16px 0px;
}
ul.search_life3 > li > a:hover,
ul.search_life3 > li > a:focus,
ul.search_life3 > li.open > a {
	background: -webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background: -o-linear-gradient(left, #005bb0, #05529a, #003656);
	background: linear-gradient(to right, #005bb0, #05529a, #003656);
	border-radius: 30px;
	color: #fff;
}
ul.search_life3 > li > a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 7px);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: none;
	width: 21px;
	height: 17px;
	background: url(/img/common/top_arr.png) no-repeat center;
	background-size: contain;
	z-index: 12;
}
ul.search_life3 > li > a:only-child::after,
ul.search_life3 > li.open > a:only-child::after {
	display: none !important;
}
ul.search_life3 > li.open > a::after {
	display: block;
}
.search_life2_wrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	width: 810px;
	height: auto;
	padding: 40px;
	border: 2px solid #e4f1fe;
	border-radius: 25px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li.open .search_life2_wrap {
	display: block;
}
li:nth-child(n + 4) .search_life2_wrap {
	left: auto;
	right: 0px;
}
ul.search_life2 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px 27px;
	width: 100%;
	height: auto;
	max-height: calc(420px - 40px - 40px);
	overflow: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.search_life2 > li {
	width: calc(100%/3 - 18px);
}
ul.search_life2 > li > a {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #003656;
	padding: 13px 30px 12px 10px;
	border-bottom: 1px solid #7f9aaa;
	text-decoration: none;
	background: url(/img/common/dai_arr.png) no-repeat center right 10px;
	border-radius: inherit;
}
ul.search_life2 > li > a:hover,
ul.search_life2 > li > a:focus {
	text-decoration: underline;
}
ul.search_life1 {
	display: none !important;
}

/*ヘッダー検索*/
.top_content4 {
	width: 1080px;
	margin: 0 auto;
}
.top_content4_ttl > h2 {
	margin: 0;
	padding: 30px 0 35px;
	text-align: center;
	line-height: 1.4;
	color: #003656;
	font-size: 1.8rem;
	letter-spacing: 3px;
}
.top_content4_ttl > h2 > img {
	display: block;
	margin: 0 auto 18px;
}

/* 情報をさがす */
.top_search_menu_list > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-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;
}
.top_search_menu_list > ul > li {
	width: 240px;
	margin: 0 30px 30px 0;
}
#bl_search .top_search_menu_list > ul > li {
	width: 240px;
	margin: 0 40px 30px 0;
}
.top_search_menu_list > ul > li:nth-child(5n), 
#bl_search .top_search_menu_list > ul > li:nth-child(4n) {
	margin-right: 0px;
}
.top_search_menu_list > ul > li > a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 80px 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-color: #fff;
	color: #333;
	border-radius: 10px;
}
.top_search_menu_list > ul > li > a > br {
	display: none;
}
.top_search_menu_list > ul > li.top_search_menu1 > a {
	background-image: url(/img/common/flag_icon.png);
}
.top_search_menu_list > ul > li.top_search_menu2 > a {
	background-image: url(/img/common/soshiki_icon.png);
}
.top_search_menu_list > ul > li.top_search_menu3 > a {
	background-image: url(/img/common/calendar_icon.png);
}
.top_search_menu_list > ul > li.top_search_menu4 > a {
	background-image: url(/img/common/qa_icon.png);
}
.top_search_menu_list > ul > li.top_search_menu5 > a {
	background-image: url(/img/common/qa_icon.png);
}
.top_search_menu_list > ul > li > a:focus,
.top_search_menu_list > ul > li > a:hover {
	color: #fff;
}
.top_search_menu_list > ul > li.top_search_menu1 > a:focus,
.top_search_menu_list > ul > li.top_search_menu1 > a:hover {
	background-image: url(/img/common/flag_icon_hover.png),-o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: url(/img/common/flag_icon_hover.png),-webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: url(/img/common/flag_icon_hover.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-position: top 20px center ,top left;
}
.top_search_menu_list > ul > li.top_search_menu2 > a:focus,
.top_search_menu_list > ul > li.top_search_menu2 > a:hover {
	background-image: url(/img/common/soshiki_icon_hover.png),-o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: url(/img/common/soshiki_icon_hover.png),-webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: url(/img/common/soshiki_icon_hover.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-position: top 20px center ,top left;
}
.top_search_menu_list > ul > li.top_search_menu3 > a:focus,
.top_search_menu_list > ul > li.top_search_menu3 > a:hover {
	background-image: url(/img/common/calendar_icon_hover.png),-o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: url(/img/common/calendar_icon_hover.png),-webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: url(/img/common/calendar_icon_hover.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-position: top 20px center ,top left;
}
.top_search_menu_list > ul > li.top_search_menu4 > a:focus,
.top_search_menu_list > ul > li.top_search_menu4 > a:hover {
	background-image: url(/img/common/qa_icon_hover.png),-o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: url(/img/common/qa_icon_hover.png),-webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: url(/img/common/qa_icon_hover.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-position: top 20px center ,top left;
}
.top_search_menu_list > ul > li.top_search_menu5 > a:focus,
.top_search_menu_list > ul > li.top_search_menu5 > a:hover {
	background-image: url(/img/common/qa_icon_hover.png),-o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: url(/img/common/qa_icon_hover.png),-webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: url(/img/common/qa_icon_hover.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-position: top 20px center ,top left;
}
.lifestage {
	padding: 25px 0;
}
.lifestage > h2 {
	font-size: 1.8rem;
	margin: 0;
	padding: 0 0 35px;
	text-align: center;
}
.lifestage > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-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;
}
.lifestage > ul > li {
	width: 108px;
	margin: 0px 23px 30px 23px;
}
.lifestage > ul > li:nth-child(8n) {
	margin-right: 0px;
}
.lifestage > ul > li > a{
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 120px 0px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	color: #333;
	background-repeat: no-repeat;
	background-position: top center;
}
.lifestage > ul > li.lifestage1 > a {
	background-image: url(/img/common/lifestage1.png);
}
.lifestage > ul > li.lifestage2 > a {
	background-image: url(/img/common/lifestage2.png);
}
.lifestage > ul > li.lifestage3 > a {
	background-image: url(/img/common/lifestage3.png);
}
.lifestage > ul > li.lifestage4 > a {
	background-image: url(/img/common/lifestage4.png);
}
.lifestage > ul > li.lifestage5 > a {
	background-image: url(/img/common/lifestage5.png);
}
.lifestage > ul > li.lifestage6 > a {
	background-image: url(/img/common/lifestage6.png);
}
.lifestage > ul > li.lifestage7 > a {
	background-image: url(/img/common/lifestage7.png);
}
.lifestage > ul > li.lifestage8 > a {
	background-image: url(/img/common/lifestage8.png);
}
.lifestage > ul > li.lifestage9 > a {
	background-image: url(/img/common/lifestage9.png);
}
.lifestage > ul > li.lifestage1 > a:focus,
.lifestage > ul > li.lifestage1 > a:hover {
	background-image: url(/img/common/lifestage1_hover.png);
}
.lifestage > ul > li.lifestage2 > a:focus,
.lifestage > ul > li.lifestage2 > a:hover {
	background-image: url(/img/common/lifestage2_hover.png);
}
.lifestage > ul > li.lifestage3 > a:focus,
.lifestage > ul > li.lifestage3 > a:hover {
	background-image: url(/img/common/lifestage3_hover.png);
}
.lifestage > ul > li.lifestage4 > a:focus,
.lifestage > ul > li.lifestage4 > a:hover {
	background-image: url(/img/common/lifestage4_hover.png);
}
.lifestage > ul > li.lifestage5 > a:focus,
.lifestage > ul > li.lifestage5 > a:hover {
	background-image: url(/img/common/lifestage5_hover.png);
}
.lifestage > ul > li.lifestage6 > a:focus,
.lifestage > ul > li.lifestage6 > a:hover {
	background-image: url(/img/common/lifestage6_hover.png);
}
.lifestage > ul > li.lifestage7 > a:focus,
.lifestage > ul > li.lifestage7 > a:hover {
	background-image: url(/img/common/lifestage7_hover.png);
}
.lifestage > ul > li.lifestage8 > a:focus,
.lifestage > ul > li.lifestage8 > a:hover {
	background-image: url(/img/common/lifestage8_hover.png);
}
.lifestage > ul > li.lifestage9 > a:focus,
.lifestage > ul > li.lifestage9 > a:hover {
	background-image: url(/img/common/lifestage9_hover.png);
}

#bl_search .search_open_div {
	width: 577px;
	background: none;
	padding: 10px 0px 20px;
}
#bl_search .top_content4 {
	margin: 35px auto 0px;
}
#bl_search .lifestage {
	padding: 23px 0 15px;
}
.search_open_div {
	background: rgba(255,255,255,0.8);
	width: 625px;
	border-radius: 10px;
	padding: 20px 28px 17px 20px;
	min-height: 138px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.search_open_div button#search_menu_close {
	border: none;
	background: url(/img/common/support_close_icon.png) no-repeat center #fff;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0;
	position: absolute;
	top: -20px;
	right: 15px;
	text-indent: -9999rem;
	width: 40px;
	height: 40px;
	border-radius: 100px;
}
#top_search_title {
	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: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#top_search_title > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#top_search_title > ul > li {
	width: 175px;
}
#top_search_title > ul > li#top_search_title_2 {
	margin-left: 10px;
}
#top_search_title > ul > li > button {
	border: 0px;
	margin: 0;
	font-size: 1.2rem;
	color: #333;
	background: #e4f1fe;
	line-height: 1.2;
	border-radius: 7px 7px 0 0;
	padding: 7px 8px 5px;
	text-align: center;
	display: block;
	width: 100%;
}
#top_search_title > ul > li.tab_on > button {
	background: #003656;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	padding: 11px 8px 7px;
}
.searchby_id > a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #333;
	background: url(/img/top/searchid.png)no-repeat;
	padding: 5px 0 4px 30px;
	display: inline-block;
}

/* グローバルナビ（動的メニュー） ※使用する場合は要調整 */
#context_category02,
#context_category01 {
	display: none;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: transparent;
	padding: 10px 0px 0px;
	font-size: 1.5rem;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto 10px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.pankuzu {
	position: relative;
	/* padding-left: 6rem; */
}
.pankuzu .icon_current {
	display: none !important;
}
.pankuzu:first-child .icon_current {
	/* display: block; */
	display: none !important;
	width: 5rem;
	height: 2rem;
	background: #fff;
	border-radius: 9999px;
	border: 1px solid #003656;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer > #author_info,
#footer > .footer_link {
	width: 1080px;
	margin: 0 auto;
}
#footer_navi > ul {
	width: 740px;
	margin: 0px;
	padding: 35px 0px 42px 2px;
	list-style: none;
	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: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#footer_navi > ul > li {
	margin: 0 20px 20px 0;
}
#footer_navi > ul > li > a {
	color: #333;
	text-decoration: none;
	background: url(/img/common/arrow_icon.png) no-repeat right 20px center #fff;
	padding: 13px 51px 11px 20px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
#footer_navi > ul > li > a:hover,
#footer_navi > ul > li > a:focus {
	text-decoration: underline;
}
#footer > .footer_link {
	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;
			padding: 0px 0px 43px;
}
#footer > .footer_link > #footer_link_sns > ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer > .footer_link > #footer_link_sns > ul > li {
	margin: 0 43px 0 0;
}
#footer > .footer_link > #footer_link_sns > ul > li:last-child {
	margin-right: 0px;
}
#footer > .footer_link > #footer_link_sns > ul > li > a {
	display: block;
}
#footer > .footer_link > #footer_link_sns > ul > li > a > img {
	display: block;
}
#author_box {
	padding: 42px 0px 12px 10px;
}
#footer > #author_info p.f_number {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#author_box p {
	margin: 0px;
	line-height: 1.6;
}
#author_box > p.f_author {
	font-size: 3rem;
	font-weight: bold;
	color: #003656;
	line-height: 1.5;
}
#copyright p {
	letter-spacing: 1px;
	margin: 0 0 10px;
	font-size: 1.2rem;
}

/* 戻る・ページトップ */
#back_or_pagetop {
	width: 1080px;
	margin: 0px auto;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
#back_or_pagetop > div a {
	display: block;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	line-height: 2rem;
	padding: 10px 20px;
	width: 10em;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 74px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 70;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 20px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop a:hover {
	opacity: 0.6;
}
#footer_link_pagetop img {
	display: block;
	width: 100%;
	height: auto;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	display: none;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
.content_header_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: start;
		-ms-flex-align: start;
			align-items: flex-start;
}

#content_header {
	margin: 0px 0px 20px auto;
	text-align: right;
	font-size: 1.5rem;
}
#content_header > span {
	display: inline-block;
	margin-left: 2em;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}

/* 見出し */
#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.075em;
}

#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 23px 30px;
	background: -o-linear-gradient(left, #005bb0, #05529a, #003656);
	background: -webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background: linear-gradient(to right, #005bb0, #05529a, #003656);
	border-radius: 40px;
	color: #fff;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.5;
	background-color: #005bb0;
}

#main_body :where(h2,h3,h4,h5,h6) {
	position: relative;
	clear: both;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#main_body h2 {
	padding: 20px 30px;
	background: -o-linear-gradient(left, #ddfcf1, #dffcfd, #e4f1fe);
	background: -webkit-gradient(linear, left top, right top, from(#ddfcf1), color-stop(#dffcfd), to(#e4f1fe));
	background: linear-gradient(to right, #ddfcf1, #dffcfd, #e4f1fe);
	border-radius: 33px;
	font-size: 2.6rem;
}

#main_body h3 {
	padding: 17px 30px;
	background: url(/img/common/img-h2.png) no-repeat left calc(30px - 12px) bottom;
	background-size: 1044px auto;
	font-size: 2.4rem;
}
.side1 #main_body h3,
.side2 #main_body h3 {
	background-image: url(/img/common/img-h3-s.png);
	background-position: left calc(30px - 3px) bottom;
	background-size: 686px auto;
}

#main_body h4 {
	padding: 14px 30px;
	z-index: 1;
	border-radius: 25px;
	background: -o-linear-gradient(left, #0078ce, #003656) border-box border-box;
	background: -webkit-gradient(linear, left top, right top, from(#0078ce), to(#003656)) border-box border-box;
	background: linear-gradient(to right, #0078ce, #003656) border-box border-box;
	font-size: 2.2rem;
}
#main_body h4::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 25px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background: #fff;
	background-clip: content-box;
	content:"";
}

#main_body h5 {
	padding: 10px 30px;
	background: #f4f4f4;
	border-radius: 20px;
	font-size: 2.0rem;
}

#main_body h6 {
	padding: 6px 30px;
	border-bottom: 1px solid #0078ce;
	font-size: 1.8rem;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/* テーブル切り替え */
#main_body .sp_table_wrap {
	overflow: auto;
}

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: transparent;
}

#recommend_title,
#ai_recommend_title {
	/* color: #fff;
	background: linear-gradient(to right, #05529a, #05529a, #003656); */
	background: -o-linear-gradient(left, #ddfcf1, #dffcfd, #e4f1fe);
	background: -webkit-gradient(linear, left top, right top, from(#ddfcf1), color-stop(#dffcfd), to(#e4f1fe));
	background: linear-gradient(to right, #ddfcf1, #dffcfd, #e4f1fe);
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	padding: 15px 5px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 3px 0px;
}
#ai_recommend_title h2 {
	background: url(/img/common/icon_ai_recommend.png) no-repeat left center;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-top: 1px solid #003656;
	padding: 15px 20px;
	line-height: 1.5;
}
#sidebar_recommend ul li:first-child {
	border: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #e6e6e6;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 5px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 9px 0px 9px 40px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center;
}

/* 「見つからないときは」「よくある質問」バナー（1カラム） */
@media screen and (min-width: 671px) {
	#main #common_banner_link ul {
		margin: 30px 0px 0px;
		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: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	#main #common_banner_link ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		margin: 0px;
	}
}
/* 「見つからないときは」「よくある質問」バナー（1カラム） ここまで */

/* サイドメニュー */
.side_box {
	background: transparent;
		border: 1px solid #b0d6fb;
		border-radius: 30px;
}

.life_list1 .side_box.is_active {
	border-radius: 30px;
	overflow: hidden;
}

.side_box_ttl.is_set {
	cursor: pointer;
}

.side_box_ttl h2 {
	background: #b0d6fb;
	border-radius: 30px 30px 0px 0px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding: 17px 20px 16px;
	text-align: center;
}
.life_list1 .side_box_ttl h2 {
	background: url(/img/common/acc_close.png) no-repeat right 15px center #b0d6fb;
	background-size: 30px 30px;
	padding: 17px 45px 16px 20px;
}

.life_list1 .side_box_ttl.is_active h2 {
	background-image: url(/img/common/acc_open.png);
}

.side_box_ttl h2 a {
	text-decoration: none;
}
.side_box_ttl h2 a:hover {
	text-decoration: underline;
}

.side_box_list.is_set {
	display: block;
}
.side_box_list.is_set.is_active {
	display: none;
}

.side_box_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
	font-size: 1.6rem;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 0px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 0px;
	margin-top: 10px;
}

.side_box_txt {
	padding: 20px;
	font-size: 1.6rem;
		line-height: 1.5;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 1em;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/* ページ内目次 */
.toc_link_wrap {
	display: none;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.navigation {
	padding: 0px 30px;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
	line-height: 1.25;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px 30px;
	list-style: none;
}
.info_list ul li {
	margin: 0px 0px 10px;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.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: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: #f6f6f6;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#main div.link_ichiran a {
	min-width: 200px;
	background: url(/img/common/icon_information_link.png) no-repeat right 20px center;
	border: 1px solid #003656;
	border-radius: 30px;
	padding: 7px 47px 7px 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 1em;
	vertical-align: middle;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	padding: 30px;
	background: #f6f6f6;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
		color: #003656;
}
.section_information h2 span, #main_body .section_information h2 span {
	padding: 8px 0px 0px 116px;
	background: url(/img/common/img-section-information-ttl-top.png) no-repeat left center;
}

.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 22px 0px 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
	font-size: 1.6rem;
}
.section_information_list ul li > span.article_title a {
	vertical-align: top;
}

.section_information_list div.link_box {
	margin: 25px 0px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
			justify-content: flex-end;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	min-width: 180px;
	max-width: calc(100% - 10px);
}
.section_information_list div.link_box span a {
	display: block;
	border: none;
	background: url(/img/common/icon_information_link.png) no-repeat right 20px center;
	border: 1px solid #003656;
		border-radius: 30px;
	margin: 0px;
	padding: 8px 42px 8px 20px;
	font-size: 1.5rem;
	line-height: 1.5;
		text-decoration: none;
}

/* 新着情報(分類・課室ページ)アコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.life .section_information .acc_title > label, .soshiki_kakuka .section_information .acc_title > label {
	display: block;
	cursor: pointer;
	padding: 7px 40px 7px 0px;
}
.life .section_information .acc_title + input[id*="acc_ttl_label"] + *, .soshiki_kakuka .section_information .acc_title + input[id*="acc_ttl_label"] + * {
	display: none;
}
.life .section_information .acc_title + input[id*="acc_ttl_label"]:checked + *, .soshiki_kakuka .section_information .acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}
.life .section_information label[for*="acc_ttl_label"], .soshiki_kakuka .section_information label[for*="acc_ttl_label"] {
	background: url(/img/common/acc_open.png) no-repeat right top 50% transparent;
}
.life .section_information .acc_open label[for*="acc_ttl_label"], .soshiki_kakuka .section_information .acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/common/acc_close.png);
}
.life .section_information .no_acc_title label[for*="acc_ttl_label"], .soshiki_kakuka .section_information .no_acc_title label[for*="acc_ttl_label"] {
	background: none;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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: start;
		-ms-flex-align: start;
			align-items: flex-start;
	gap: 20px;
}
ul.banner_list li {
	width: calc(25% - 15px);
	max-width: 255px;
}
ul.banner_list li img {
	display: block;
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/* バナー広告（フッタ） */
#footer_banner {
	clear: both;
	width: 1080px;
	margin: 0px auto 50px;
}
.life_list3 #footer_banner, .life_list3_1 #footer_banner, .life_list2 #footer_banner {
	margin-bottom: 30px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 110px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background: -o-linear-gradient(left, #005bb0, #05529a, #003656);
	background: -webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background: linear-gradient(to right, #005bb0, #05529a, #003656);
	margin: 0px 0px 30px;
	padding: 0px;
	position: relative;
	background-color: #005bb0;
}
/* div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); }
div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.jpg); }
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); }
div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.jpg); } */

div[id^="main_header_life3_"] h1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	/*text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;*/
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類（ライフイベント） */
#lifestage {
	margin: 30px 0px;
}
#lifestage h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
#lifestage ul {
	margin: 0px;
	padding: 0px;
	list-style: 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;
}
#lifestage ul li {
	width: 130px;
	max-width: 12%;
}
#lifestage ul li a {
	display: block;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	padding: 80px 10px 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#lifestage ul li#lifestage1 a {
	background-image: url(/img/lifestage/lifestage1_b.png);
}
#lifestage ul li#lifestage2 a {
	background-image: url(/img/lifestage/lifestage2_b.png);
}
#lifestage ul li#lifestage3 a {
	background-image: url(/img/lifestage/lifestage3_b.png);
}
#lifestage ul li#lifestage4 a {
	background-image: url(/img/lifestage/lifestage4_b.png);
}
#lifestage ul li#lifestage5 a {
	background-image: url(/img/lifestage/lifestage5_b.png);
}
#lifestage ul li#lifestage6 a {
	background-image: url(/img/lifestage/lifestage6_b.png);
}
#lifestage ul li#lifestage7 a {
	background-image: url(/img/lifestage/lifestage7_b.png);
}
#lifestage ul li#lifestage8 a {
	background-image: url(/img/lifestage/lifestage8_b.png);
}

/* 大分類（観光情報） */
.life_list3 .kanrenKanko {
	border: 1px solid #ccc;
	margin: 30px 0;
	padding: 45px 10px;
	background: url(/img/life/kanrenkankobg.jpg) right top no-repeat;
	text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}
.life_list3 .kanrenKanko p {
	font-weight: bold;
	font-size: 1.92rem;
	margin: 0 0 5px 0;
	padding: 0;
}

/* 分類 */
#life_cat_list_wrap {
	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;
}
.life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}

.life_list3_thum .life_cat_list,
.life_list2_thum .life_cat_list {
	width: 100%;
	margin-right: 0px;
}

#main_body .life_cat_list h2,
#main_body .life_cat_list h3 {
	margin-top: 0px;
	font-size: 2.4rem;
}

.life_cat_list .info_list.info_list_date ul {
	padding:0px 30px;
}
.life_cat_list .info_list.info_list_date ul li {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_gaiyou {
	margin-bottom: 1em;
}

/* 関連情報 */
#kanren_info {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 25px 30px 20px;
	text-align: left;
}
.life_list1 #kanren_info {
	margin-top: 30px;
}

#kanren_info h2 {
	background: #b0d6fb;
	border-radius: 40px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #003656;
	margin: 0px 0px 10px;
	padding: 14px 20px;
}
#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3,
.side1 #kanren_info .kanren_box h3,
.side2 #kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #003656;
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1.8rem;
		line-height: 1.75;
}
#kanren_info .kanren_box ul li {
	margin-bottom: 10px;
}
#kanren_info .kanren_box ul li:last-child {
	margin-bottom: 0px;
}

#kanren_info div.link_ichiran {
	margin-top: 15px;
	margin-left: auto;
	text-align: center;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
#kanren_info div.link_ichiran a {
	display: block;
	padding: 9px 47px 9px 20px;
	background: url(/img/common/icon_information_link.png) no-repeat right 20px center #fff;
	border: none;
	border-radius: 30px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	min-width: 200px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	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;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
}

.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_cat_list_ttl {
	margin: 0px;
	padding: 16px 30px;
	background: #f6f6f6;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

/* 組織 */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view,
.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid;
	border-color: #b0d6fb;
	padding-top: 1em;
	margin-top: 1em;
}

.midashi_ka {
	margin-bottom: 30px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
#book_list_wrap {
	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;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #f5f5f5;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
.question_detail #main_body * {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto !important;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td * {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td input[type="text"].mail_to2 {
	width: 80%;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #666;
}
#main_body table#mail_form_tbl td fieldset {
	padding: 0px;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f5f5f5;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}
/* ========================================
小分類掲載見出しエリア非表示
======================================== */
.life1box{
	display: none;
}

/* ========================================
インデント調整
======================================== */

/* --------------------------------
main_body
-------------------------------- */
#main_body.custom_indent_body {
	padding-left: 30px;
	padding-right: 30px;
}
/* インデントなし */
#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) {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: calc(100% + 60px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* インデントなし 見出し */
#main_body.custom_indent_body :where(#hyouka_area_box,#section_footer,.pdf_download,.wmplayer_download,#content_footer) :where(h2,h3,h4,h5,h6) {
	left: auto;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: auto;
}

/* タブレット */
@media screen and (max-width : 1099px) {}
/* タブレット ここまで */