@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;
}

/* ページ内目次 課室ページ */
.soshiki_kakuka #sp_page_index_link_wrap {
	display: block !important;
}
.soshiki_kakuka #sp_page_index_link {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.soshiki_kakuka #sp_page_index_link_toggle {
	display: none !important;
}
.soshiki_kakuka #sp_page_index_link_wrap::before {
	content: "下記目次をクリックすると、該当見出しへジャンプします。";
	display: block;
	margin-bottom: 1em;
}
.soshiki_kakuka #sp_page_index_link {
	list-style: none;
	padding: 0px;
	margin: 0px;
	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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.soshiki_kakuka #sp_page_index_link > li {
	width: calc(33.33% - 6.66px);
	border: 1px solid #666;
	border-left-width: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.soshiki_kakuka #sp_page_index_link > li:not(:nth-child(3n - 2)) {
	margin-left: 10px;
}
.soshiki_kakuka #sp_page_index_link > li:nth-child(n + 4) {
	margin-top: 10px;
}
.soshiki_kakuka #sp_page_index_link > li a[class*="sp_headtype"] {
	font-size: 1.6rem;
	display: block;
	padding: 9px 38px 9px 20px;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/common/icon_arrow_down.png) no-repeat center right 20px;
}

#spm_wrap {
	display: none;
}
.sp_button {
	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-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}
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;
}

/* 基本の文字色 */
body {
	color: #333333;
}

/* リンク */
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
.detail_free a:link,
.link_l a:link {
	color: #0066cc;
}
.detail_free a:visited,
.link_l a:visited {
	color: #660099;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
}
hr {
	clear: both;
}

/********** 3 ヘッダ **********/

#header {
	position: relative;
}
#header2 {
	width: 1080px;
	margin: 0px auto;
}
#gnav {
	width: 1080px;
	margin: 0px auto;
	margin-top: 20px;
}

/* --------------------
ヘッダー
-------------------- */
.bl_header {
	position: relative;
	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: nowrap;
	    flex-wrap: nowrap;
}
.bl_header_logo {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.bl_header_search,
.bl_header_menu {
	margin-left: 20px;
}
.bl_header_hojo,
.bl_header_lang {
	position: absolute;
	top: 65px;
	right: 0;
	display: none;
	z-index: 100;
}
.is_active_h__hojo .bl_header_hojo,
.is_active_h__lang .bl_header_lang {
	display: block;
	max-width: 1080px;
}

/* --------------------
ロゴ
-------------------- */
.bl_logo_box {
	display: block;
	width: 190px;
	height: 60px;
	margin: 0px;
}
.bl_logo_box img {
	display: block;
	width: 100%;
	height: 100%;
}

/* --------------------
検索
-------------------- */
.bl_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 12px 20px;
	background: #ccc;
}
.bl_search_label {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 10px;
}
.bl_search_cont {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
/* Googleカスタム検索 */
#cse-search-box {
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 250px;
}
#tmp_query,
#submit {
	padding: 0px;
	border: none;
	border-radius: 0px;
}
#tmp_query {
	width: calc(100% - 36px);
	line-height: 3.6rem;
}
#submit {
	width: 36px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(/img/common/icon_search.png) no-repeat center #fff;
}
#cse_filetype {
	vertical-align: middle;
	display: inline-block;
}
#cse_filetype fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#cse_filetype fieldset span {
	font-size: 1.5rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

/* --------------------
メニュー
-------------------- */
.bl_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.bl_menu > *:not(:first-child) {
	margin-left: 1px;
}
.bl_menu_btn {
	width: 60px;
	height: 60px;
	border: none;
	padding: 0px;
	color: #fff;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 40px;
}
.bl_menu_btn.bl_menu_btn__menu {
	display: none;
	background-image: url(/img/common/icon_menu_menu.png);
}
.bl_menu_btn.bl_menu_btn__hojo {
	background-image: url(/img/common/icon_menu_hojo.png);
}
.bl_menu_btn.bl_menu_btn__lang {
	background-image: url(/img/common/icon_menu_lang.png);
}
.is_active_h__menu .bl_menu_btn.bl_menu_btn__menu,
.is_active_h__hojo .bl_menu_btn.bl_menu_btn__hojo,
.is_active_h__lang .bl_menu_btn.bl_menu_btn__lang {
	position: relative;
	background-color: #ccc;
	background-image: url(/img/common/icon_menu_close.png);
}
.is_active_h__menu .bl_menu_btn.bl_menu_btn__menu::before,
.is_active_h__hojo .bl_menu_btn.bl_menu_btn__hojo::before,
.is_active_h__lang .bl_menu_btn.bl_menu_btn__lang::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ccc;
	position: absolute;
	top: 100%;
	left: 0px;
}

/* --------------------
補助
-------------------- */
.bl_hojo {
	padding: 20px;
	background: #ccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.bl_hojo ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.bl_hojo dl,
.bl_hojo dd {
	margin: 0px;
}
.bl_hojo_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px auto;
}
.bl_hojo_support {
	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;
}
.bl_hojo_support > *:not(:first-child) {
	margin-left: 10px;
}
.bl_hojo_support dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bl_hojo_support dl dt {
	font-size: 1.5rem;
	margin-right: 5px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.bl_hojo_support dl dd:not(:nth-of-type(1)) {
	margin-left: 5px;
}
.bl_hojo_support dl a {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
}
#moji_default,
#moji_large {
	padding: 7.5px 10px;
	border-radius: 15px;
	background: #fff;
}
#haikei_white,
#haikei_black,
#haikei_blue {
	padding: 7.5px;
	border-radius: 100%;
	background: #fff;
}
#haikei_white {
	color: #333 !important;
	background-color: #fff !important;
}
#haikei_black {
	color: #fff !important;
	background-color: #000 !important;
}
#haikei_blue {
	color: #ff0 !important;
	background-color: #00f !important;
}
.bl_hojo_navi {
	margin-left: 10px;
}
.bl_hojo_navi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bl_hojo_navi ul > li {
	min-width: 120px;
}
.bl_hojo_navi ul > li:not(:first-child) {
	margin-left: 5px;
}
.bl_hojo_navi ul > li a {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	padding: 7.5px 10px;
	height: 100%;
	border-radius: 15px;
	text-align: center;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.bl_hojo_link {
	width: 100%;
	margin-top: 30px;
}
.bl_hojo_link ul {
	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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bl_hojo_link ul > li {
	width: 200px;
}
.bl_hojo_link ul > li:not(:nth-child(3n - 2)) {
	margin-left: 15px;
}
.bl_hojo_link ul > li:nth-child(n + 4) {
	margin-top: 15px;
}
.bl_hojo_link ul > li a {
	display: block;
	font-size: 1.7rem;
	padding: 11.5px 7.5px;
	line-height: 1;
	border-radius: 20px;
	font-weight: bold;
	background: #fff;
	text-align: center;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* --------------------
言語
-------------------- */
.bl_lang {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	background: #ccc;
}
.bl_lang ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bl_lang ul > li {
	font-size: 1.6rem;
}
.bl_lang ul > li:not(:first-child) {
	margin-top: .5em;
}

/* --------------------
グローバルナビ
-------------------- */
.bl_gnav {
	padding: 0px 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.bl_gnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	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;
}
.bl_gnav ul > li {
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
}
.bl_gnav ul > li:not(:last-child) {
	margin-right: 20px;
}
.bl_gnav ul > li a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding-left: 20px;
	-webkit-transition: .5s opacity;
	-o-transition: .5s opacity;
	transition: .5s opacity;
}
.bl_gnav ul > li a:hover {
	text-decoration: none;
	opacity: .5;
}

/********** 4 パンくず **********/

#pankuzu_wrap {
	font-size: 1.4rem;
}
#pankuzu_wrap > div {
	position: relative;
	width: 1080px;
	margin: 0px auto;
}
#pankuzu_wrap > div:not(:first-child) {
	margin-top: 20px;
}
.pankuzu {
	padding: 10px 15px 10px 50px;
	background: #f2f2f2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pankuzu .icon_current {
	display: none;
	width: 12px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(/img/common/icon_map.png) no-repeat center;
	background-size: contain;
}
.pankuzu:first-child .icon_current {
	display: block;
	position: absolute;
	top: 12px;
	left: 30px;
}

/********** 5 フッタ **********/

#footer2 {
	width: 1080px;
	margin: 0px auto;
}

/* --------------------
フッター
-------------------- */
.bl_footer {
	font-size: 1.4rem;
	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;
	padding: 25px 30px;
	background: #f2f2f2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.bl_footer p {
	margin: 0px;
}
.bl_footer_l {
	width: 280px;
}
.bl_footer_r {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
ul.bl_footer_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.bl_footer_list > li:not(:first-child) {
	margin-top: .5em;
}
p.bl_footer_author span {
	display: inline-block;
	vertical-align: bottom;
}
p.bl_footer_author span:first-child {
	font-size: 1.6rem;
	font-weight: bold;
}
p.bl_footer_author span:last-child {
	margin-left: 10px;
}
p.bl_footer_copyright {
	margin-top: 50px;
	text-align: right;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	position: fixed;
	right: 20px;
	bottom: -160px;
	z-index: 70;
	display: block;
	width: 80px;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 20px;
}
#footer_link_pagetop a {
	display: block;
	padding-top: 100%;
	background: url(/img/common/btn_pagetop.png) no-repeat center #f2f2f2;
	background-size: contain;
}

/* 戻る・ページトップ */
#back_or_pagetop {
	display: none !important;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	display: none !important;
}

/********** 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;
	margin: 0px 0px 20px;
}
#content_header {
	margin: 0px 0px 0px auto;
	text-align: right;
}
#content_header > span {
	display: block;
}
#content_header > span.open_page_id {
	display: none !important;
}

/* 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 {
	margin-bottom: 20px;
}
#main_header h1,
#main_body h2,
#main_body h3,
#main_body h4,
#main_body h5,
#main_body h6 {
	position: relative;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_header h1 {
	margin: 0px;
	padding: 2.8rem 30px 1.6rem;
	font-size: 3.2rem;
	line-height: 4rem;
}
#main_header h1::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #333;
	position: absolute;
	top: 4.6rem;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#main_body h2,
#main_body h3,
#main_body h4,
#main_body h5,
#main_body h6 {
	clear: both;
	margin: 20px 0px;
}
#main_body h2 {
	font-size: 2.8rem;
	line-height: 3.6rem;
	padding: 1.1rem 30px .7rem;
	border: 1px solid #666;
	padding-left: 10px;
	border-left-width: 20px;
}
#main_body h3 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	padding: .7rem 30px .3rem;
	border: 1px solid #666;
	-webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
	        clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}
#main_body h3::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #666;
	position: absolute;
	top: 0px;
	right: 0px;
}
#main_body h4 {
	font-size: 2.2rem;
	line-height: 3rem;
	padding: .6rem 30px;
	border-bottom: 2px solid #333;
}
#main_body h4::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 100%;
	position: absolute;
	bottom: -1px;
	right: 0px;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
}
#main_body h5 {
	font-size: 2rem;
	line-height: 2.8rem;
	padding: .6rem 30px;
	border-bottom: 2px solid #ccc;
}
#main_body h6 {
	font-size: 1.8rem;
	line-height: 2.6rem;
	padding: .6rem 30px;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f2f2f2;
	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;
}
*/

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div:not(:first-child),
#sidebar2 > div:not(:first-child) {
	margin-top: 20px;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#recommend_title,
#ai_recommend_title {
	background: #f2f2f2;
	padding: 15px 30px 11px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	margin: 0px;
	font-size: 1.6rem;
	font-weight: normal;
}
#recommend_title h2 span {
	display: block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #e5e3e3;
	border-top: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding: 10px 20px;
}
#sidebar_recommend ul li:not(:first-child),
#sidebar_ai_recommend ul li:not(:first-child) {
	border-top: 1px solid #f2f2f2;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link {
	position: relative;
	padding: 30px 20px;
	border: 2px solid #f2f2f2;
}
#common_banner_link:empty {
	display: none;
}
#common_banner_ttl {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0px 30px;
}
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li:not(:first-child) {
	margin-top: 20px;
}
#common_banner_link ul li {
	text-align: center;
}
#common_banner_link ul li a {
	display: block;
	max-width: 195px;
	height: auto;
	margin: 0px auto;
}
#common_banner_link ul li a img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* サイドメニュー */
.side_box {
	background: #f2f2f2;
}
.side_box_ttl {
	padding: 20px;
}
.side_box_ttl h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
	padding: 10px 20px;
	background: #fff;
	text-align: center;
}
.side_box_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 20px;
}
.side_box_list ul li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px;
	background: url(/img/common/icon_arrow.png) no-repeat top 5px left;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	margin: 10px 0px 0px;
	padding: 0px;
}
.side_box_txt {
	padding: 0px 20px 20px;
}
.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;
}

/********** 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 ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 1em 0px;
}
.navigation ul li::after,
.navigation > div::after {
	content: "／";
	display: inline;
	vertical-align: top;
	margin: 0px .5em;
}
.navigation ul li:last-child::after,
.navigation > div:last-child::after,
.navigation ul li:only-child::after,
.navigation > div:only-child::after {
	display: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	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: calc(10em + 30px);
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	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;
}
.list_pack .article_txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.list_pack .article_txt .article_date {
	display: block;
	font-size: 1.5rem;
}
.list_pack .article_txt .article_title {
	display: block;
}
.list_pack .article_img {
	width: 150px;
	padding-right: 30px;
}
.list_pack .article_img span {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.list_pack .article_img span:empty {
	padding-top: 0px;
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center #f6f6f6;
	background-size: contain;
}
.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%;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #999;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main div.link_ichiran a {
	min-width: 260px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 10px;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	padding: 0px;
	background: #f2f2f2;
}
h2.section_information_ttl,
#main_body h2.section_information_ttl {
	padding: 20px 30px;
	margin: 0px;
	background: none;
	border: none;
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
}
h2.section_information_ttl span,
#main_body h2.section_information_ttl span {
	display: inline-block;
	padding: 5px 50px 5px 0px;
	background: url(/img/common/icon_flag.png) no-repeat center right;
	background-size: 30px auto;
}
.section_information p.no_data {
	padding: 20px;
	margin: 0px;
}
.section_information_list_wrap {
	padding: 0px 30px 30px;
}
.section_information_list ul {
	margin: 0px;
	padding: 30px;
	list-style: none;
	background: #fff;
}
.section_information_list ul > li:not(:first-child) {
	margin-top: 30px;
}
.section_information_list ul > li > span {
	display: block;
}
.section_information_list ul > li > span.article_date {
	font-size: 1.4rem;
	line-height: 1;
}
.section_information_list ul > li > span.article_title {
	margin-top: 6px;
}
.section_information_list div.link_box {
	margin: 20px 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;
}
.section_information_list div.link_box span {
	display: inline-block;
	margin: 10px 10px 0px;
}
.section_information_list div.link_box span a {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	padding: 22px 45px;
	border: 1px solid #999;
	text-decoration: none;
	-webkit-transition: .5s color, .5s background-color;
	-o-transition: .5s color, .5s background-color;
	transition: .5s color, .5s background-color;
}
.section_information_list div.link_box span a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: 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;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 8px;
}
ul.banner_list li img {
	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;
}

/* --------------------
企業広告 トップページ 組織で探す サイトマップ
-------------------- */
.bl_banner {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 0px 50px;
}
.top_index .bl_banner {
	padding-bottom: 0px;
}
.bl_banner_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.bl_banner_list {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bl_banner_list > li {
	width: 195px;
	margin: 30px 15px 0px;
}
.bl_banner_list > li a {
	display: block;
}
.bl_banner_list > li img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

#sitemap_life .sitemap_life3 h4 {
	font-weight: normal;
	font-size: 1.8rem;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
#sitemap_life .sitemap_life3 h4::before {
	display: none;
}
#sitemap_life .sitemap_life3 h4 a {
	display: block;
	padding: 10px;
	background: url(/img/sp/arrow_r.png) no-repeat right 10px center;
	background-size: 8px auto;
	-webkit-transition: .5s color, .5s background-color;
	-o-transition: .5s color, .5s background-color;
	transition: .5s color, .5s background-color;
}
#sitemap_life .sitemap_life3 h4 a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}
#sitemap_life .sitemap_life3 .navigation {
	display: none !important;
}

/* サイトマップ（見出し） */
#sitemap_life .sitemap_life3 h3 {
	border: none;
	-webkit-clip-path: none;
	        clip-path: none;
	padding-top: 2.9rem;
	padding-bottom: 2.9rem;
	background-position: center right;
	background-size: cover;
	background-color: #f2f2f2;
	text-shadow: 1px 1px 2px #f2f2f2, -1px 1px 2px #f2f2f2, 1px -1px 2px #f2f2f2, -1px -1px 2px #f2f2f2;
}
#sitemap_life .sitemap_life3 h3::before {
	display: none;
}
#life_name3_1 h3 {background-image: url(/img/sitemap/img_sitemap_life_1.jpg);}
#life_name3_2 h3 {background-image: url(/img/sitemap/img_sitemap_life_2.jpg);}
#life_name3_3 h3 {background-image: url(/img/sitemap/img_sitemap_life_3.jpg);}
#life_name3_4 h3 {background-image: url(/img/sitemap/img_sitemap_life_4.jpg);}
#life_name3_5 h3 {background-image: url(/img/sitemap/img_sitemap_life_5.jpg);}
#life_name3_6 h3 {background-image: url(/img/sitemap/img_sitemap_life_6.jpg);}
#life_name3_7 h3 {background-image: url(/img/sitemap/img_sitemap_life_7.jpg);}

#sitemap_life .sitemap_life3 h3 a {
	/* 大分類への遷移を回避 */
	color: inherit !important;
	pointer-events: none !important;
	text-decoration: none !important;
}

/* 中分類 */
#main_body .bl_list2_ttl {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
	padding: 14px 30px;
	margin: 0px 0px 10px;
	border: none;
	background: #ccc;
	text-align: center;
}
ul.bl_list2_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.bl_list2_list > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 16px 30px;
	border-bottom: 1px dotted #666;
}
ul.bl_list2_list > li a span.bl_list2_txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
ul.bl_list2_list > li a span.bl_list2_sec {
	margin-left: 1em;
	width: 12em;
	text-align: right;
}

/* 分類 */
#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;
}

.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: #f2f2f2;
	padding: 0px 20px 30px;
}
#kanren_info h2 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	margin: 0px;
	padding: 30px 0px;
}
#kanren_info .kanren_box {
	background: #fff;
}
#kanren_info .kanren_box:not(:first-of-type) {
	margin-top: 10px;
}
#kanren_info .kanren_box h3 {
	margin: 0px;
	padding: 18px 10px;
	font-size: 1.6rem;
	font-weight: normal;
}
#kanren_info .kanren_box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#kanren_info .kanren_box ul li {
	font-size: 1.5rem;
	line-height: 2.2rem;
	padding: 11.5px 10px;
	border-top: 1px solid #e3e2e2;
}
#kanren_info div.link_ichiran {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #e3e2e2;
}
#kanren_info div.link_ichiran a {
	display: block;
}

/* サブカテゴリ */
#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 {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.8rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 1.6rem 30px;
	border: 1px solid #666;
	-webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
	        clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}
.life_cat_list_ttl::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #666;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* 組織 */
#soshiki_hyouji {
	margin: 30px 0px;
}
#soshiki_hyouji ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#soshiki_hyouji ul li {
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	border-bottom-color: #666;
}
#soshiki_hyouji ul li:first-child {
	border-right: none;
}
#soshiki_hyouji ul li:last-child {
	border-left: none;
}
#soshiki_hyouji ul li:first-child.active,
#soshiki_hyouji ul li:last-child.active {
	border: 1px solid #666;
	border-bottom: none;
}
#soshiki_hyouji ul li a,
#soshiki_hyouji ul li span {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 13px 45px;
	text-align: center;
	background: url(/img/common/icon_arrow_down_s_g.png) no-repeat center right 30px;
}
#soshiki_hyouji ul li.active a,
#soshiki_hyouji ul li.active span {
	background-image: url(/img/common/icon_arrow_up_s.png);
}

.soshiki_section_kikan {
	padding: 20px 20px 16px;
	background: #f2f2f2;
}
#main_body .soshiki_section_kikan h3 {
	font-size: 1.6rem;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	border: none;
	-webkit-clip-path: none;
	        clip-path: none;
}
#main_body .soshiki_section_kikan h3::before {
	display: none;
}
.navigation.kikan ul li,
.navigation.kikan > div {
	margin: .5em 0px 0px 0px;
}

/* 部局 */
#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 {
	display: block;
	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;
	padding-top: 1em;
	margin-top: 1em;
}

.soshiki_kakuka .side_box {
	background: none;
	border: 2px solid #ccc;
}

/* 改ページ */
.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: #f2f2f2;
	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;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body * {
	white-space: normal;
	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"],
.question_detail #main_body form p[style*="text-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: #f2f2f2;
	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-break: break-all;
}
#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#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: #f2f2f2;
	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: #f2f2f2 !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;
}

/* --------------------
アコーディオン(acc_head) デフォルト: オープン
-------------------- */
.acc_head {
	position: relative;
	padding-right: 60px !important;
	cursor: pointer;
}
.acc_ico {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
}
.acc_ico span {
	position: absolute;
	top: 9px;
	left: 0px;
	display: block;
	background: #333;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
	width: 20px;
	height: 2px;
}
.is_closed .acc_ico span.acc_ico_h {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.is_closed .acc_ico span.acc_ico_v {
	-webkit-transform: rotate(-270deg);
	    -ms-transform: rotate(-270deg);
	        transform: rotate(-270deg);
}

/* --------------------
アコーディオンリスト デフォルト:クローズ
-------------------- */
.bl_accList_btn {
	margin: 20px 0px;
	text-align: right;
}
.bl_accList_btn button {
	display: inline-block;
	border: 1px solid #999;
	background: none;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	min-width: 150px;
	padding: 13px 1em;
}
.bl_accList_btn button.is_active span {
	display: none;
}
.bl_accList_btn button.is_active::before {
	content: "閉じる";
}

/* ========================================
エレメント
======================================== */
a.el_linkBtn {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	padding: 17px 45px;
	border: 1px solid #999;
	text-decoration: none;
	-webkit-transition: .5s color, .5s background-color;
	-o-transition: .5s color, .5s background-color;
	transition: .5s color, .5s background-color;
}
a.el_linkBtn:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
a.el_linkBtn.el_linkBtn__red {
	color: #c00;
	border: 1px solid #c00;
}
a.el_linkBtn.el_linkBtn__red:hover {
	color: #fff;
	background-color: #c00;
}

/* タブレット */
@media screen and (max-width : 1079px) {
	#header2,
	#gnav {
		width: 100%;
		margin: 0px;
	}
	#pankuzu_wrap {
		margin-top: 20px;
	}
	#pankuzu_wrap > div {
		width: auto;
	}
	#footer2 {
		width: auto;
		margin: 0px;
	}
	#footer_link_pagetop {
		right: 20px;
		bottom: -120px;
		width: 60px;
	}
	#mymainback {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	/* --------------------
	ヘッダー
	-------------------- */
	.bl_header {
		display: block;
		padding-top: 80px;
	}
	.bl_header_logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bl_header_search {
		margin-left: 0px;
	}
	.bl_header_menu {
		margin-left: 0px;
		position: absolute;
		top: 0;
		right: 0;
	}
	[class*="is_active_h"] .bl_header_logo,
	[class*="is_active_h"] .bl_header_menu {
		position: fixed;
		padding: 20px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		z-index: 200;
	}
	[class*="is_active_h"] .bl_header_logo {
		width: 100%;
		background: #fff;
	}
	.bl_header_hojo {
		position: fixed;
		top: 100px;
		right: auto;
		left: 0;
		width: 100%;
		height: calc(100vh - 100px);
		overflow-y: scroll;
	}
	.bl_header_lang {
		position: fixed;
		top: 0;
		right: auto;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
	}
	.is_active_h__hojo .bl_header_hojo,
	.is_active_h__lang .bl_header_lang {
		display: block;
	}
	/* --------------------
	検索
	-------------------- */
	.bl_search {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.bl_search_cont {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	/* --------------------
	メニュー
	-------------------- */
	.bl_menu_btn::before {
		display: none !important;
	}
	.bl_menu_btn.bl_menu_btn__menu {
		display: block;
	}
	/* --------------------
	補助
	-------------------- */
	.bl_hojo {
		padding: 50px 50px 150px 50px;
	}
	.bl_hojo_cont {
		display: block;
	}
	.bl_hojo_support {
		display: block;
	}
	.bl_hojo_support > *:not(:first-child) {
		margin-left: 0px;
		margin-top: 30px;
	}
	.bl_hojo_support dl dt {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.bl_hojo_navi {
		margin-left: 0px;
		margin-top: 20px;
	}
	.bl_hojo_navi ul {
		display: block;
	}
	.bl_hojo_navi ul > li {
		display: inline-block;
	}
	.bl_hojo_navi ul > li:nth-child(n) {
		margin: 10px 10px 0px 0px;
	}
	.bl_hojo_link ul > li {
		width: calc(50% - 10px);
	}
	.bl_hojo_link ul > li:not(:nth-child(3n - 2)) {
		margin-left: 0px;
	}
	.bl_hojo_link ul > li:not(:nth-child(2n - 1)) {
		margin-left: 20px;
	}
	.bl_hojo_link ul > li:nth-child(n + 4) {
		margin-top: 0px;
	}
	.bl_hojo_link ul > li:nth-child(n + 3) {
		margin-top: 20px;
	}
	/* --------------------
	言語
	-------------------- */
	.bl_lang {
		padding: 150px 50px;
	}
	.bl_lang ul > li {
		text-align: center;
	}
	.bl_lang ul > li:not(:first-child) {
		margin-top: 1em;
	}
	/* --------------------
	グローバルナビ
	-------------------- */
	.bl_gnav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100vh;
		background: #ccc;
		padding: 150px 50px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		overflow-y: scroll;
	}
	.is_active_h__menu .bl_gnav {
		display: block;
	}
	.bl_gnav ul {
		display: block;
	}
	.bl_gnav ul > li {
		margin-bottom: 0px;
		border-left: none;
	}
	.bl_gnav ul > li:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.bl_gnav ul > li a {
		display: block;
		font-size: 1.7rem;
		padding: 11.5px 20px;
		background: #fff;
		text-align: center;
	}
	/* --------------------
	フッター
	-------------------- */
	.bl_footer {
		padding: 20px 80px 20px 20px;
	}
	/* --------------------
	企業広告 トップページ 組織で探す サイトマップ
	-------------------- */
	.bl_banner {
		max-width: none;
		padding-bottom: 30px;
	}
	.bl_banner_list {
		margin: 0px;
	}
}
/* タブレット ここまで */