@charset "UTF-8";

/******************** CSS RESET ********************/
*, *:before, *:after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
body {
	font-family: arial, "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 769px) {
  body {
    position: static !important;
    width: auto !important;
  }
}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #e0f4ff;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #88c9ea;
	vertical-align: text-bottom;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
.skip_sp{
	display: none;
}
/**** フォーム ****/
#body input, #body button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"], #body button[type="button"], #body button {
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover, #body button[type="button"]:hover, #body button:hover {
	background: #666;
	color: #fff;
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}

/********************** 領域共通のスタイル **********************/
.main {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
	@media only screen and (max-width: 768px) {
		.main {
			padding: 0;
		}
	}
/**** タイトル要素 アコーディオンのスタイル ****/
.inbody_ac_display{
		display: inline-block;
		position: relative;
		top: 50%;
		margin: -12px 0 0;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.inbody_ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 3px 18px !important;
	}
	.inbody_ac_display::before,
	.inbody_ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.inbody_ac_display::after{
		transform: rotate(90deg);
	}
	.inbody_ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
		background: #f5f5f5;
		padding: 10px 8px 8px;
		border: 1px solid #ccc;
		border-bottom: none;
		cursor: pointer;
	}
	.inbody_ac_box.active{
		border-bottom: 1px solid #ccc;
	}
	.inbody_ac_box p::after{
		display: none;
	}
	.inbody_ac_box.active p::after{
		display: block;
	}
/********************** ヘッダー **********************/
.main_header {
	background: #fff;
}
	@media only screen and (max-width: 768px) {
		.main_header{
			overflow: hidden;
			min-width: 100%;
			margin-bottom: -4px;
		}
	}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 84%;
}
.h_top {
	display: flex;
		align-items: center;
	padding: 6px 20px;
	margin: 0 auto;
	max-width: 1240px;
}
.h_top .go_top{
	margin: 0;
	min-width: 170px;
}
.h_top .go_top a{
	position: relative;
	padding-left: 14px;
}
.h_top .go_top a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	transform: rotate(45deg);
}
.h_top .h_toplist{
	display: flex;
		align-items: center;
	margin-left: auto;
}
.h_top .h_toplist > li{
	margin: 0 0 0 20px;
	padding: 0;
}
.h_top .h_toplist > li span{
	margin-left: 8px;
}
.h_top .h_toplist > li img{
	height: auto;
	width: 18px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
}
/* 言語選択 */
.h_toplist > .language{
	position: relative;
}
.h_toplist > .language .lang_btn{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	margin: 0;
}
.h_toplist > .language .lang_btn a{
	display: inline-block;
	padding: 5px 24px 5px 4px;
	position: relative;
	text-decoration: none;
	letter-spacing: 0;
}
.h_toplist > .language .lang_btn a::before{
	content: '';
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #888 transparent transparent transparent;

}
.h_toplist > .language ul{
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	width: 100%;
	z-index: 100;
}
.h_toplist > .language ul li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.h_toplist > .language ul li:last-child{
	border-bottom: 0;
}
.h_toplist > .language ul li a{
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	padding: 6px 4px;
	width: 100%;
}
/* フォントサイズ */
.font_size,.font_list{
	display: flex;
		align-items: center;
}
.font_size ul li,.font_tit{
	margin: 0;
}
.font_size ul li{
	margin-left: 4px;
}
.font_list li a{
	background: #fff;
	display: inline-block;
	border: 1px solid #222;
	border-radius: 2px;
	text-decoration: none;
	padding: 2px 6px;
}
.font_list li.big a{
	background: #222;
	color: #fff;
}
/**** ヘッダーメイン ****/
.head_in {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1240px;
}
.h_main {
	padding: 12px 0 16px;
}
.h_main .h1 {
	float: left;
	margin: 0;
	width: 270px;
}
.h_main .h_mainList01, .h_main .h_mainList01 > li {
	float: left;
}
.h_main .h_mainList01 li a {
	display: block;
	border: 1px solid #ccc;
	background: #444;
	color: #fff;
	font-size: 85%;
	padding: 3px 10px 2px;
	margin: 12px 0 0 16px;
	text-decoration: none;
	border-radius: 4px;
}
.h_main .h_mainList01 li a:hover{
	background: #555;
}
	@media only screen and (max-width: 768px) {
		.head_in{
			padding: 0;
			width: 100%;
		}
		.h_main{
			border-top: 3px solid #222;
			padding: 12px 126px 12px 0;
			overflow: hidden;
			min-height: 93px;
		}
		.h_main .h1 {
			max-width: 240px;
			width: 100%;
		}
		.h_main .h_mainList01 > li{
			margin-top: 4px;
		}
	}
	@media only screen and (max-width: 480px) {
		.h_main .h_mainList01{
			display: block;
			width: 100%;
		}
		.h_main .h_mainList01 > li{
			margin: -4px 0 0 10px;
		}
		.h_main .h_mainList01 > li a{
			margin: 0;
		}
	}
/* 検索ボックス */
.h_main .src_box {
	float: right;
	max-width: 400px;
	width: 100%;
	margin: 12px 0 0;
}
.src_box .q{
	font-size: 100%;
	width: calc(100% - 70px);
	margin: 0;
	min-height: 36px;
	border: 1px solid #aaa !important;
	border-right: none;
}
.src_box #search_button,
#sidr .src_box #search_button_sp,
.src_box #search_button2,
.src_box #search_button3{
	background: #222 !important;
	border-radius: 0 !important;
	border: none;
	border-left: none;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	white-space: normal;
	vertical-align: middle;
	width: 64px;
	min-height: 36px;
}
	@media only screen and (max-width: 768px) {
		.h_top_wrap,
		.h_main .src_box{
			display: none;
		}
	}
/* 記事ID検索 */
.srcmenu_in{
	display: flex;
	justify-content: flex-end;
}
.search_id_box{
	position: relative;
	margin: 0 0 0 16px;
}
.h_main .search_id{
	border: 1px solid #aaa;
	background: #fff;
	margin: 0;
}
.h_main .search_id a{
	display: inline-block;
	padding: 7px 20px 7px 6px;
	text-decoration: none;
	font-size: 85%;
}
.h_main .search_id a::before{
	content: '';
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #888 transparent transparent transparent;
}
.h_main .search_id_lower{
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	top: calc(100% - 2px);
	z-index: 100;
	right: 0;
	margin-top: 17px;
}
.h_main .search_id_lower::before{
    content: '';
    position: absolute;
    right: 20px;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #ccc transparent;
}
.search_id_txt {
	 font-size: 85%;
	 margin: 7px 4px -8px 12px;
	 letter-spacing: 0.05em;
}
.search_id_lower .src_box{
	margin: 12px !important;
	width: 300px;
}
.search_id_lower .src_box .q{
	width: 77%;
}
.src_box #cse-search-box3 div {
border-top: 0 !important; 
padding: 0 !important;
letter-spacing: 0.05em;
}
.src_box #cse-search-box4 div {
border-top: 0 !important; 
padding: 0 !important;
letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
	.search_id_box{
		display: none;
	}
	.search_id_lower .src_box{
		margin: 0 !important;
		border-bottom: none!important;
		width: 100%;
	}
	.search_id_lower .src_box .q{
		width: 70%;
	}
}
/**** グローバルナビ ****/
.g_navi {
	background: #fff;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}
.g_navi_in {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
.g_navi_in > li{
	display: flex;
}
.g_navi_in > li > a{
	display: flex;
		align-items: center;
		justify-content: center;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
	@media only screen and (max-width: 768px) {
		.g_navi{
			display: none;
		}
	}
/**** スマホメニューに関するスタイル ****/
#lang_drop{
	position: absolute;
	top: 26px;
	right: 70px;
	margin-top: 0;
	display: block;
}
#lang_drop a{
	background: #fff url(img/icon_lang.svg) no-repeat;
	background-size: 23px auto;
	background-position: 5px 6px;
	color: #2b3095;
	font-size: 65%;
	letter-spacing:-0.01em;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	padding-top: 33px;
	min-height: 54px;
	width: 56px;
	word-wrap: break-word;
	border: 3px solid #0e57be;
	text-align: center;
}
#lang_drop a:before,
#lang_drop a:after{
	content: '';
	position: absolute;
	top: 15px;
	right: 5px;
	background: #0e57be;
	height: 3px;
	width: 14px;
}
#lang_drop a:after{
	transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
}
#lang_drop.active a:after{
	display: none;
}
.design .lang_detail{
	display: none;
	background: #e4edf2;
	padding: 8px 10px;
	margin-bottom: 8px;
	text-align: left;
}
.design .lang_detail ul {
	display: flex;
		flex-wrap: wrap;
}
.design .lang_detail ul li{
	display: flex;
	background: none;
	text-align: left;
	padding: 0 4px;
	margin: 4px 0px;
}
.design .lang_detail ul li a{
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: flex;
		align-items: center;
	font-size: 80%;
	text-decoration: none;
	padding: 6px 12px;
	min-height: 36px;
	width: 100%;
}
#menu_button{
	float: right;
	margin: -54px 10px 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 80px;
}
#menu_button a{
	position: relative;
	background: #222;
	color: #fff;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
	@media print, screen and (min-width: 769px) {
		#menu_button,
		#lang_drop{
			display: none !important;
		}
	}
#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #222;
	box-sizing: border-box;
	color: #333;
}
	@media print, screen and (min-width: 769px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a{
	background: #222;
	display: inline-block;
	color: #fff;
	padding: 14px 10px 14px 34px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 10px;
	border-bottom: 3px solid #222;
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #222;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #222;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li.go_top a{
	background: #dfdfdf;
}
#sidr ul li:before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(45deg);
}
#sidr ul li:last-child{
	border-bottom: none;
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr .sidr_navi .sidr_ac_in{
	padding: 6px 10px 10px;
	display: none;
	border-top: 1px dashed #608198;
	display: none;
}
#sidr .sidr_navi .addactive .sidr_ac_in{
	display: block;
}
/**** 支援機能 ****/
#sidr .sidr_navi_shien ul li a,
#sidr .sidr_navi_lang li .search_id2 a{
	font-size: 85%;
}
#sidr .sidr_navi_lang li .lang_btn2,
#sidr .sidr_navi_lang li .search_id2{
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr .sidr_navi_lang li .lang_btn2 a,
#sidr .sidr_navi_lang li .search_id2 a{
	position: relative;
}
#sidr .sidr_navi_lang li .lang_btn2 a::before,
#sidr .sidr_navi_lang li .search_id2 a::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(135deg);
}
#sidr .sidr_navi_lang li .lang_btn2 a.active::before,
#sidr .sidr_navi_lang li .search_id2 a.active::before{
	transform: rotate(-45deg);
}
#sidr .sidr_navi_lang li .lang_btn2 + div,
#sidr .sidr_navi_lang li .search_id2 + div{
	display: none;
}
#sidr .sidr_navi_lang li ul{
	display: flex;
		flex-wrap:  wrap;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	padding: 10px 10px 5px;
}
#sidr .sidr_navi_lang li::before{
	display: none;
}
#sidr .sidr_navi_lang li ul li{
	border: 0;
	margin: 0 2% 2% 0;
	width: 49%;
}
#sidr .sidr_navi_lang li ul li:nth-child(even){
	margin-right: 0;
}
#sidr .sidr_navi_lang li ul li a{
	display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	border: 1px solid #aaa;
	border-radius: 4px;
	font-size: 75%;
	letter-spacing: 0;
	padding: 6px 4px;
	height: 100%;
	width: 100%;
}
/*********** フッター ***********/
.main_footer {
	margin-top: 50px;
	width: 100%;
}

/**** トップへ戻る ****/
.foot_modori {
	text-align: right;
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1240px;
}
.foot_modori a {
	background: #fff;
	border: 4px solid #222;
	border-bottom: 0;
	display: inline-block;
	font-size: 76%;
	text-decoration: none;
	text-align: center;
	padding: 28px 14px 8px 14px;
	position: relative;
}
.foot_modori a:before{
	content: '';
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -9px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	transform: rotate(-135deg);
}

	@media only screen and (max-width: 768px) {
		.foot_modori {
			padding: 0 10px;
		}
	}
/**** メインフッター ****/
.foot_wrap{
	border-top: 4px solid #222;
	width: 100%;
}
.foot{
	padding: 0 20px;
	margin: 24px auto 0;
	max-width: 1240px;
}
.foot_id p{
	margin-top: 8px;
}
.foot_logo{
	display: inline-block;
	margin-bottom: 16px;
}
.foot_logo img{
	height: auto;
	width: 180px;
}
.foot_link{
	font-size: 90%;
	text-align: center;
	margin-top: 24px;
	width: 100%;
}
.foot_link ul{
	border-top: 1px solid #222;
	padding-bottom: 10px;
}
.foot_link li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 14px;
}
.foot_link li a{
	position: relative;
}
.foot_link li a:before{
	content: '';
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	transform: rotate(45deg);
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_copy {
	background: #222;
	color: #fff;
	font-size: 80%;
	padding: 8px 12px;
	text-align: center;
}
.foot_copyin{
	margin: 0;
}
	@media only screen and (max-width: 768px) {
		.foot{
			padding: 0;
			margin-top: 16px;
		}
		.foot_id{
			padding: 0 12px 12px;
			width: 100%;
		}
		.foot_link{
			border-top: 1px solid #ccc;
			margin-top: 8px;
		}
		.foot_link ul{
			display: flex;
			flex-wrap:  wrap;
			padding-bottom: 0;
		}
		.foot_link li{
			padding: 0;
			margin: 0;
			text-align: left;
			width: 50%;
		}
		.foot_link li a{
			border-bottom: 1px solid #ccc;
			display: flex;
				align-items: center;
				height: 100%;
			text-decoration: none;
			padding: 10px 20px 10px 12px;
			width: 100%;
			position: relative;
		}
		.foot_link li:nth-child(odd) a{
			border-right: 1px solid #ccc;
		}
		.foot_link li a:before{
			left: auto;
			right: 12px;
			width: 10px;
			height: 10px;
			border-top: 1px solid #222;
			border-right: 1px solid #222;
		}
		.foot .address a[href^="tel:"]{
			color: #2b3095;
			text-decoration: underline;
		}
		.foot_copy{
			margin-top: -1px;
			position: relative;
			z-index: 100;
		}

	}
	@media only screen and (max-width: 480px) {
		.foot_link01 li:nth-child(n){
			margin-right: 0;
			width: 100%;
		}
		.foot_link01 li a{
			padding: 14px 10px;
		}
	}

/********************** 中ページのスタイル **********************/
/**** パンくずリストのスタイル ****/
.pankuzu {
	margin: 24px auto 0;
	padding: 0 20px;
	max-width: 1240px;
	font-size: 85%;
}
.pankuzu li {
	margin: 0;
	padding: 0 28px 0 0;
	border: 0px;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::after {
	display: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #888;
}
.pankuzu li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.pankuzu{
			margin: 16px 0 0;
			padding: 0 10px;
			width: 100%;
		}
	}

/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto 24px;
	padding: 0 20px;
	max-width: 1240px;
}
.main_naka {
	margin: 0 auto 24px;
	padding: 0 20px;
	max-width: 1240px;
	overflow: hidden;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}

/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #eee;
	font-size: 85%;
}
.main_naka .page_head .pager p {
	display: inline-block;
}
.main_naka .page_head .pager ul {
	display: inline-block;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.main_naka .page_head .pager ul li:first-child {
	border: 0;
}
.main_naka .page_head .pager ul li::before {
	display: none;
}

/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka .emergency {
	margin-top: 24px;
}
.design .main_naka .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.design .main_naka .emergency h2 {
	color: #fff;
	padding: 8px 16px 6px;
	margin: 0;
	border-bottom: none;
	width: auto;
	float: left;
}
.design .main_naka .emergency h2::after {
	display: none;
}
.design .main_naka .emergency .h2 a {
	float: right;
	margin: 10px 16px 10px 8px;
}
.design .main_naka .emergency .h2 img {
	vertical-align: middle;
}
.design .main_naka .emergency .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 分類のスタイル ****/
.design .main_naka .page_left_box {
	display: flex;
		flex-wrap: wrap;
	float: left;
	width: 100%;
	margin: 24px -280px 24px 0;
	width: 100%;
}
.design .main_naka .page_left {
	display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	margin: 0 280px 0 0;
	width: 100%;
}
.design .main_naka .page_left_box .category_end{
	width: 100%;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin-top: 24px;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left_box .date{
	margin-left: 8px;
}
.design .main_naka .page_left_box .page_left_flex{
	display: flex;
		flex-wrap: wrap;
	width: 100%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01{
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 0 16px 16px 0;
	width: calc((100% - 32.1px) / 3);
}
.design .main_naka .page_left_box .page_left_flex .cate_post01:nth-child(3n){
	margin-right: 0;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01 h2{
	background: #fff;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01 h2 a{
	display: inline-block;
	padding: 12px 16px;
	width: 100%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01 h2:after{
	display: none;
}
.design .main_naka .page_left_box .cate_post02{
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 0 16px 16px 0;
	width: calc((100% - 32.1px) / 3);
}
.design .main_naka .page_left_box .cate_post02 h2{
	background: #fff;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.design .main_naka .page_left_box .cate_post02 h2 a{
	display: inline-block;
	padding: 12px 16px;
	width: 100%;
}
.design .main_naka .page_left_box .cate_post02 h2:after{
	display: none;
}
.design .main_naka .page_left_box .cate_post02:nth-child(3n){
	margin-right: 0;
}
.design .main_naka .page_left_box .page_left_flex .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left_box .page_left_flex .category01{
	padding: 0 16px 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin: 24px 0;
}
.design .main_naka .page_right ul {
	padding: 0 8px 12px;
	margin-top: 24px;
	border: 1px solid #ccc;
	border-top: 6px solid #222;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 8px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin-top: 12px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left_box .page_left_flex .cate_post01:nth-child(n){
			margin-right: 16px;
			width: calc((100% - 16.1px) / 2);
		}
		.design .main_naka .page_left_box .page_left_flex .cate_post01:nth-child(even){
			margin-right: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left_box .cate_post02:nth-child(n){
			margin-right: 16px;
			width: calc((100% - 16.1px) / 2);
		}
		.design .main_naka .page_left_box .cate_post02:nth-child(even){
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.design .main_naka .page_left_box .page_left_flex .cate_post01:nth-child(n){
			margin-right: 0;
			width: 100%;
		}
		.design .main_naka .page_left_box .page_left_flex .cate_post01:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_left_box .cate_post02:nth-child(n){
			margin-right: 0;
			width: 100%;
		}
		.design .main_naka .page_left_box .cate_post02:last-child{
			margin-bottom: 0;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
	width: 100%;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	display: none;
}
.design .main_naka .category_end li:first-child {
	margin-top: 0;
}
.design .main_naka .category_end .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_end .catch_lst .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 新着 */
.design .main_naka .cat_new {
	margin-top: 24px;
}
.design .main_naka .cat_new h2 {
	margin-top: 0;
}
.design .main_naka .cat_new h2::after {
	background: #e45e32;
}
.design .main_naka .cat_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	width: 6em;
	font-size: 85%;
}
.design .main_naka .cat_new .list{
	padding-left: 82px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .cat_new .date {
			float: none;
			width: 100%;
		}
		.design .main_naka .cat_new .list{
			padding-left: 0;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	clear: both;
}
.design .main_naka .bana h2{
	background: #222;
	border-bottom: 0;
	color: #fff;
	padding: 8px 16px 6px;
}
.design .main_naka .bana h2:after{
	display: none;
}
.design .main_naka .bana_lower {
	text-align: center;
}
.design .main_naka .bana .bana_img {
	display: inline-block;
}
.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .bana li {
	width: 160px;
	margin-right: 8px;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}
.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
}
.waku {
	margin: 0 auto 24px;
	padding: 0 20px;
	max-width: 1240px;
	overflow: hidden;
}
.waku_top{
}
.main_naka_kiji {
	float: left;
	max-width: 76%;
	width: 100%;
}
.waku .kiji_sub {
	float: right;
	margin-left: 40px;
	max-width: calc(24% - 40px);
	width: 100%;
}
	@media only screen and (max-width: 768px) {
		.waku{
			padding: 0 10px;
			width: 100%;
		}
		.main_naka_kiji{
			float: none;
			overflow: hidden;
			max-width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			margin-left: 0;
			max-width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai{
	overflow: hidden;
}
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_id {
	margin: 8px 0px 0px 12px;
	font-size: 85%;
	float: left;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .syosai_id{
			margin-bottom: 12px;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	margin-top: 8px;
	padding-left: 16px;
	vertical-align: middle;
	float: right;
}
.inbody .design .sns_box ul {
	display: inline;
}
.inbody .design .sns_box li::before {
	display: none;
}
.inbody .design .sns_btn {
	padding-left: 4px;
	display: inline;
	line-height: 0;
	vertical-align: middle;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 3px;
	background-color: #fff;
	font-size: 85%;
	vertical-align: middle;
}
	@media only screen and (max-width: 768px) {
		.inbody .design .sns_box{
			background: #efefef;
			border: 1px solid #ccc;
			padding-left: 0;
			padding: 5px;
			margin: 0;
			float: none;
			line-height: 1.5;
			clear: both;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0;
		}
		.inbody .design .sns_box ul li{
			display: inline-block;
			margin: 0;
			padding: 0;
		}
	}
/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 24px;
}
.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}
.waku .kiji_sub .catch img {
	border: 1px solid #ccc;
	padding: 1px;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid #ccc;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px 4px;
	background: #222;
	border: 0;
	color: #fff;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h3{
	margin-top: 16px;
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #555;
	font-size: 85%;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 10px 5px 6px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 24px;
	background: #fff;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #f5f5f5;
}
.waku .kiji_sub .kiji_aside > ul {
	border: 1px solid #ccc;
	padding: 0 8px 12px;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
}
/*同一階層一覧コンテンツ*/
.waku .kiji_sub .kiji_aside.catall h2{
	background: #f5f5f5;
	border: none;
	padding: 0px 0px 8px;
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}
.design .main_naka .syosai_qa li {
	padding-left: 0;
}
.design .main_naka .syosai_qa li::before {
	display: none;
}
.design .main_naka .syosai_qa li p {
	padding: 5px 1%;
	border : 1px dashed #bbb;
}
.design .main_naka .syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top : 1px solid #ccc;
	text-align: center;
}
/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
}
.design .main_naka .route_box h2{
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 12px;
}
.design .main_naka .route_box h2:after{
	display: none;
}
.design .route {
	margin-top: 8px;
}
.design .route li {
	font-size: 85%;
	margin: 0;
	padding: 0 28px 0 0;
	border: 0px;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.design .route li::before {
	display: none;
}
.design .route li::after {
	display: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #888;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside{
	background: #f5f5f5;
	margin-bottom: 24px;
	border: 1px solid #ccc;
	padding: 16px;
}
.inkiji .main_naka .kiji_aside h2{
	margin-top: 0;
}
.inkiji .main_naka .kiji_aside h3{
	background: none;
	border: 0;
	font-size: 110%;
	padding: 0;
}
.inkiji .main_naka .kiji_aside li li {
	font-size: 85%;
}
/*組織内ジャンル*/
.inkiji .main_naka .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.inkiji .main_naka .kiji_aside.kanren {
}
/*関連している可能性のある記事*/
.inkiji .main_naka .kiji_aside.kanren2 {
}
/*お問い合わせフォーム*/
.main_naka .kiji_aside.syosai_sonota {
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 4px;
}
.kiji_emergency .main_naka .syosai_hiduke {
	float: none;
}
