@charset "utf-8";

/********** 3 ヘッダ **********/

/* 音声読み上げ */
#xp1 {
	position: absolute;
	z-index: 9999;
	left: 0px;
}

/* ヘッダ */
#header2 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
	min-height: 74px;
}

#he_left {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/common/img_header_character.png) no-repeat 220px center;
	background-size: auto 50px;
	padding: 17px 0px;
	width: 360px;
	height: 74px;
}
#he_left #logo {
	width: 210px;
	height: 40px;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1 {
	margin: 0px;
}
#he_left #logo a {
	display: inline-block;
}
#he_left #logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin: 0px 0px 0px 380px;
	padding: 20px 0px 10px;
	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,
ul.header_link_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: 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_"],
ul.header_link_list li[class*="hl_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 10px 10px;
}
ul#header_navi li[class*="h_"] > a,
ul.header_link_list li[class*="hl_"] > a,
#support_menu_open,
#mokuteki_menu_open,
#search_menu_open {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #333;
	font-family: inherit;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-decoration: none;
	padding: 8px 8px 8px 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 110px;
	text-align: center;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul#header_navi li[class*="h_"] > a:hover,
ul#header_navi li[class*="h_"] > a:focus,
ul.header_link_list li[class*="hl_"] > a:hover,
ul.header_link_list li[class*="hl_"] > a:focus,
#support_menu_open.open,
#support_menu_open:hover,
#support_menu_open:focus,
#mokuteki_menu_open:hover,
#mokuteki_menu_open:focus {
	background-color: #f6f6f6;
}

ul#header_navi li.h_lang > a {
	background-image: url(/img/common/icon_h_lang.png);
}
ul.header_link_list li.hl_soshiki > a {
	background-image: url(/img/common/icon_hl_soshiki.png);
	min-width: 128px;
}
ul.header_link_list li.hl_life > a {
	background-image: url(/img/common/icon_h_life.png);
	min-width: 128px;
}
#support_menu_open {
	background-image: url(/img/common/icon_h_support.png);
	letter-spacing: 0.05em;
}
#mokuteki_menu_open,
ul.header_link_list li.hl_mokuteki > a {
	background-image: url(/img/common/icon_hl_mokuteki.png);
	min-width: 128px;
}
#search_menu_open,
ul.header_link_list li.hl_search > a {
	border-color: transparent;
	background-color: #333;
	background-image: url(/img/common/search_icon.png);
	color: #fff;
	min-width: 100px;
	padding: 8px 15px 8px 30px;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}
#search_menu_open:hover,
#search_menu_open:focus,
ul.header_link_list li.hl_search > a:hover,
ul.header_link_list li.hl_search > a:focus {
	background-color: #307d9b;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	right: 0px;
	z-index: 99;
	border: 1px solid #ccc;
	background: #f6f6f6;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 26rem;
	margin: 0px;
	padding: 20px 15px 30px;
	text-align: center;
}
#support_menu_box.open {
	display: block;
}

#support_menu_open.open {
	border-bottom-color: transparent;
	position: relative;
	z-index: 100;
}

#support_menu_box .h_voice {
	font-size: 1.5rem;
	margin: 0px 0px 15px;
}

#support_menu_close {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/close_icon.png) no-repeat center center;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#support_menu_box dl {
	margin: 0px 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#support_menu_box dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	font-size: 1.4rem;
	margin: 0px 12px 0px 0px;
	padding: 6px 0px;
}
#support_menu_box dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
#support_menu_box dl dd a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 14px 6px;
}
#support_menu_box dl dd a:hover,
#support_menu_box dl dd a:focus {
	text-decoration: underline;
}
#support_menu_box dl#haikei_color dd a {
	font-size: 1.4rem;
	padding: 7px 10px 6px;
}
#support_menu_box dl dd a#moji_large {
	font-size: 1.5rem;
	padding: 7px 12px 5px;
}
#support_menu_box dl dd a#haikei_white {
	background: #fff !important;
	color: #333 !important;
	border-color: #ccc;
}
#support_menu_box dl dd a#haikei_black {
	background: #000 !important;
	color: #fff !important;
	border-color: #000;
}
#support_menu_box dl dd a#haikei_blue {
	background: #00f !important;
	color: #ff0 !important;
	border-color: #00f;
}

/* 検索（展開） */
#header_fixed_div {
	display: none;
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100vh;
	min-height: 100%;
	overflow: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/common/left_wh_bg.png) no-repeat left calc(50% - 545px) top 30px, url(/img/common/right_wh_bg.png) no-repeat left calc(50% + 480px) top 0px #fef5e5;
}
#header_fixed_div.open {
	display: block;
}

#header_fixed_div.open.mn_search #top_mokuteki_wrap {
	display: none;
}
#header_fixed_div.open.mn_mokuteki #search_title_div,
#header_fixed_div.open.mn_mokuteki #search_div,
#header_fixed_div.open.mn_mokuteki #search_trend_word {
	display: none;
}

#header_fixed_box {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 80px 0px;
	text-align: left;
	position: relative;
}

#searh_btn_close {
	display: block;
	min-width: 10rem;
	height: 5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0.15rem 15px 0.15rem 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	border: none;
	background: url(/img/common/search_close_icon.png) no-repeat center left 16px #307d9b;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 2rem;
}

#search_title_div {
	margin: 0px;
	padding: 20px 0px 60px;
	text-align: center;
}
#search_title_div h2 {
	margin: 0px;
}
#search_title_div img {
	max-width: 100%;
	height: auto;
}

/* キーワード検索 */
#search_div {
	margin: 0px 50px;
	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;
}

#top_search_keyword {
	width: 540px;
	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;
}
#top_search_keyword label.bl_search_label {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}

#cse-search-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: center;
	-ms-flex-align: center;
	border: 1px solid #f5a100;
	border-radius: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	width: 370px;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	height: 4.8rem;
	border: none;
	border-radius: 0px;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 4.8rem;
	border: none;
	border-radius: 0px;
	background: #f5a100;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 1rem 0px;
	vertical-align: top;
}
#submit:hover,
#submit:focus {
	text-decoration: underline;
}

#cse_filetype {
	display: block;
	margin: 15px 0px 0px 150px;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	padding-right: 8px;
}
#cse_filetype fieldset span label {
	color: #333;
	font-size: 1.5rem;
}
#cse_filetype fieldset span input {
	margin: 3px 9px 5px 5px;
	vertical-align: middle;
}

/* ページID検索 */
#top_search_page_id {
	width: calc(100% - 600px);
}
#page_id_box {
	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;
}
#page_id_box label {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}

#open_page_id_message {
	text-align: right;
	margin-top: 10px;
}
#open_page_id_message:empty {
	display: none;
}

#open_page_id_div {
	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: center;
	-ms-flex-align: center;
	border: 1px solid #f5a100;
	border-radius: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	height: 4.8rem;
	border: none;
	border-radius: 0px;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 4.8rem;
	border: none;
	border-radius: 0px;
	background: #f5a100;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 1rem 0px;
	vertical-align: top;
}
#open_page_id_submit:hover,
#open_page_id_submit:focus {
	text-decoration: underline;
}

.page_search_id {
	display: block;
	margin: 15px 0px 0px 130px;
}
.page_search_id a {
	display: inline-block;
	background: url(/img/common/right_arr_icon.png) no-repeat left center;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}
.page_search_id a:hover,
.page_search_id a:focus {
	text-decoration: underline;
}

/* 注目ワード */
#search_trend_word {
	margin: 40px 50px 0px;
	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;
}
#search_trend_word_ttl,
#search_trend_word_ttl h3 {
	display: inline-block;
	vertical-align: middle;
	width: 10rem;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}
#search_trend_word_ttl h3 {
	margin: 0px;
	padding: 0px;
}

#search_trend_word p {
	width: calc(100% - 10rem);
	margin: 0px;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 10px;
	cursor: pointer;
}
#search_trend_word p a::before {
	content: '#';
	color: #f5a100;
}
#search_trend_word p a:hover,
#search_trend_word p a:focus {
	text-decoration: underline;
}

/* 目的でさがす */
#top_mokuteki_wrap {
	margin: 40px 50px 0px;
}
#top_mokuteki_wrap .ttl,
#top_mokuteki_wrap h3 {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}

ul#top_mokuteki_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#top_mokuteki_list li {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 30px);
	margin: 0px 40px 30px 0px;
	min-height: 170px;
}
ul#top_mokuteki_list li:nth-child(4n) {
	margin-right: 0;
}
ul#top_mokuteki_list li a {
	background: #fff;
	min-height: 170px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	padding: 22px 20px 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
	transition: background 0.5s, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, background 0.5s;
	transition: box-shadow 0.5s, background 0.5s;
	transition: box-shadow 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
}
ul#top_mokuteki_list li a:hover {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	background: #f6f6f6;
}
ul#top_mokuteki_list li a > span {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
}
ul#top_mokuteki_list li img {
	width: auto;
	display: block;
	margin: 0 auto;
	height: auto;
}

/* スマートフォン用メニュー */
.header_link_div.pc_none {
	display: none;
}

/* グローバルナビ */
ul#gnav {
	width: 1080px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
	position: relative;
}
ul#gnav li[id^="gnav"] {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 2px solid #fff;
	background: #fef5e5;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
ul#gnav li[id^="gnav"]:first-child {
	border-left: none;
}
ul#gnav li[id^="gnav"]:hover,
ul#gnav li[id^="gnav"]:focus,
ul#gnav li[id^="gnav"].open {
	background: #fbdb9a;
}

ul#gnav li[id^="gnav"] > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	padding: 15px 10px;
	text-decoration: none;
	text-align: center;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul#gnav li[id^="gnav"] > a > span {
	display: inline-block;
	text-align: left;
}
ul#gnav li[id^="gnav"] > a:hover > span {
	text-decoration: underline;
}

ul#gnav li[id^="gnav"] .chu_menu_box_wrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 9;
	padding: 0px;
	width: 1080px;
	height: auto;
}
ul#gnav li[id^="gnav"].open .chu_menu_box_wrap {
	display: block;
}

ul#gnav .chu_menu_box {
	border: 20px solid #fbdb9a;
	background: #fff;
}
ul#gnav .chu_menu_box ul {
	margin: 0px;
	padding: 25px 10px 15px 30px;
	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#gnav .chu_menu_box ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 20px);
	margin: 0px 20px 15px 0px;
	text-align: left;
}
ul#gnav .chu_menu_box ul li a {
	display: inline-block;
	font-size: 1.6rem;
	color: #333;
	padding: 0px 0px 0px 18px;
	text-decoration: underline;
	background: url(/img/common/right_arr_icon.png) no-repeat left 0.25em;
	text-align: left;
}
ul#gnav .chu_menu_box ul li a:hover,
ul#gnav .chu_menu_box ul li a:focus {
	text-decoration: none;
}

/********** 4 フッタ **********/

/* フッタ */
#footer {
	background: url(/img/common/footer_bg.png) repeat-x left calc(50% + 10px) top 0px;
	background-size: auto 50px;
	padding-top: 50px;
}

.footer_wrap {
	width: 1080px;
	margin: 0px auto;
	padding: 80px 0px;
	background: url(/img/common/img_footer_character.png) no-repeat right 80px;
	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;
}

.footer_logo {
	width: 140px;
}
.footer_logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer_text_wrap {
	width: calc(100% - 180px);
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#author_info {
	width: 340px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#author_box .author_number {
	margin: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#author_box p {
	margin: 0px;
	font-size: 1.5rem;
	line-height: 1.4;
}
#author_box p.f_author {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2rem;
	margin-right: 20px;
}

#author_info .f_contact2 {
	margin-top: 17px;
}
#author_info .f_contact2 a {
	font-size: 1.5rem;
	line-height: 2rem;
	border: 1px solid #f08300;
	background: #fff;
	width: 290px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#author_info .f_contact2 a:hover,
#author_info .f_contact2 a:focus {
	background: #fef5e5;
}

#footer_navi {
	width: calc(100% - 340px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#footer_navi ul {
	margin: 10px 180px 0px 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;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(60% - 20px);
	margin: 0px 20px 10px 0px;
	background: url(/img/common/footer_arr.png) no-repeat left 0.25em;
	padding-left: 16px;
}
#footer_navi ul li:nth-child(2n) {
	width: 40%;
	margin-right: 0px;
}
#footer_navi ul li a {
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
}
#footer_navi ul li a:focus,
#footer_navi ul li a:hover {
	text-decoration: underline;
}
#copyright p {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 1.3rem;
}

/* ページトップ */
#footer_link_pagetop,
#footer_link_pagetop.fixed {
	display: block;
	text-align: center;
	position: relative;
}
#footer_link_pagetop a {
	display: block;
	padding: 20px 10px;
	background: #f5a100;
	line-height: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#footer_link_pagetop a:hover,
#footer_link_pagetop a:focus {
	opacity: 0.75;
}

#footer_link_pagetop img {
	display: block;
	width: 20px;
	height: auto;
	margin: 0px auto;
	vertical-align: top;
}

/* AIチャットボット */
.wrap_ai_chatbot {
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 2;
	line-height: 1;
}
.wrap_ai_chatbot .chatbot a {
	display: inline-block;
	background: #92bee3;
	border: 1px solid #7ca8cd;
	border-right: none;
	border-radius: 20px 0px 0px 20px;
	color: #333;
	font-size: 1.8rem;
	line-height: 2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.wrap_ai_chatbot .chatbot a:hover {
	text-decoration: underline;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}
.wrap_ai_chatbot .chatbot a .ai {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

@-moz-document url-prefix(){
	.wrap_ai_chatbot .chatbot a {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 6rem;
	}
}

#bnr_ai_chatbot_close {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #555;
	background-size: 8px 8px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 1;
}

/* 色なしで確認 */
.accGrayscale #top_search_box .chu_menu_box_wrap,
.accGrayscale #header_fixed_div,
.accGrayscale #support_menu_box {
	display: none !important;
}
.accGrayscale .header_search_btn a#search_menu_open {
	pointer-events: none;
}
/* 色なしで確認 ここまで */


/* タブレット */
@media screen and (max-width : 1079px) {

	/* ヘッダ */
	#header2 {
		width: calc(100% - 40px);
		min-height: 84px;
	}

	#he_left {
		top: 10px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 340px;
		background-position: 210px center;
		background-size: auto 50px;
	}
	#he_left #logo {
		width: 190px;
	}

	#he_right {
		margin-left: 350px;
	}

	ul#header_navi li[class*="h_"] > a,
	ul.header_link_list li[class*="hl_"] > a,
	#support_menu_open,
	#mokuteki_menu_open {
		min-width: 120px;
	}

	/* グローバルメニュー */
	ul#gnav {
		width: auto;
		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;
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		align-items: stretch;
	}
	ul#gnav li[id^="gnav"],
	ul#gnav li[id^="gnav"]:first-child {
		display: inline-block;
		width: 25%;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	ul#gnav li[id^="gnav"]:nth-child(n+5) {
		margin-top: 2px;
	}
	ul#gnav li[id^="gnav"]:hover,
	ul#gnav li[id^="gnav"]:focus {
		background: #fbd68d;
	}
	ul#gnav li[id^="gnav"] .chu_menu_box_wrap {
		display: none !important;
	}

	/* 検索 */
	#searh_btn_close {
		right: 20px;
	}

	#search_title_div img {
		width: 260px;
		height: auto;
	}

	#top_search_keyword {
		width: 55%;
	}
	#top_search_page_id {
		width: 40%;
	}

	#top_search_keyword label.bl_search_label,
	#page_id_box label {
		display: block;
		width: 100%;
		padding: 10px 0px;
	}
	#cse-search-box,
	#open_page_id_div {
		width: 100%;
	}
	#cse_filetype,
	.page_search_id {
		display: block;
		width: 100%;
		margin: 15px 0px 0px;
	}

	#submit,
	#open_page_id_submit {
		width: 80px;
	}
	#tmp_query,
	#open_page_id {
		width: calc(100% - 80px);
	}

	#search_trend_word {
		display: block;
	}
	#search_trend_word_ttl,
	#search_trend_word_ttl h3 {
		display: block;
		width: 100%;
		padding: 10px 0px;
	}
	#search_trend_word p {
		width: auto;
	}

	/* 目的からさがす */
	#top_mokuteki_wrap .ttl,
	#top_mokuteki_wrap h3 {
		margin: 0px 0px 10px;
	}
	ul#top_mokuteki_list li {
		width: calc(25% - 18px);
		margin: 0px 24px 30px 0px;
		min-height: 170px;
	}
	ul#top_mokuteki_list li a > span {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	/* フッタ */
	.footer_wrap {
		width: calc(100% - 40px);
		padding: 60px 0px;
		display: block;
	}
	.footer_logo {
		margin-bottom: 20px;
	}
	.footer_text_wrap {
		width: 100%;
	}

	#footer_navi ul {
		margin-right: 0px;
		max-width: 460px;
	}

}
/* タブレット ここまで */