@font-face {
	font-family: 'gotham_mediumregular';
	src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),  url('../fonts/gotham-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham_boldregular';
	src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),  url('../fonts/gotham-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@media screen {

.fix_bottom {
	position: absolute;
	position: fixed;
	bottom: 0;
	width: 100%;
}

}


* {
	font-family: "Sawarabi Gothic", "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wpadminbar * {
	font-family: dashicons !important;
}


body {
	background-color: #fff;
	line-height: 1.714285714285714;
}

body.home {
	background-image: url(../image/bg.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

/** HEADER **/

#main_head {
	display: none;
}


#main{
	min-height: 600px;
}

#header_content_row1 {
	display: none;
}

#header_content_row2 {
	display: table;
	table-layout: fixed;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
}


#header_title {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#logo {
	max-width: 100% !important;
}

#header_content_sp {
	display: none;
	overflow: hidden;
}

#sp_menu {
	max-height: 100%;
	max-width: 25%;
	z-index: 10;
	float: right;
	position: relative;
}

#sp_menu_close {
	max-height: 100%;
	max-width: 25%;
	z-index: 10;
	position: relative;
	display: none;
	float: right;
}

#sp_english {
	max-height: 95%;
	max-width: 55%;
	float: right;
	position: relative;
	margin-right: 7.5%;
}

#header_content {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	float: none;
	max-width: 58.125%;
}

/** HEADER SEARCH **/

#header_content form {
	display: inline;
}

.header_tb2 {
	width: 160px;
	background-color: #fff;
	border-radius: 3px 0 0 3px;
	border-width: 0;
	padding: 2px 0.5em;
	margin: auto 0 auto auto;
	vertical-align: middle;
}

.sub2 {
	width: 27px;
	background-color: #0b4a8a;
	font-size: 0;
	border-radius: 0 3px 3px 0;
	border-width: 0;
	vertical-align: middle;
	margin: auto 0 auto 0;
	cursor: pointer;
	background-image: url(../image/roope.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}

#header_content img {
	vertical-align: middle;
}



/** NO BREAD **/

.home #no_bread_wrap {
	height: 18px;
}

#no_bread_wrap {
	height: 18px;
}

/** MAIN **/

.home #main_wrap {
	padding-top: 64px;
	padding-bottom: 100px;
}

/** BANNER **/

#banner_wrap {
	width: 100%;
}

#banner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#banner .layout {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#banner img {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
}

#banner_footer {
	margin: 0;
	padding: 0;
	height: 0;
}

/** WIDGET **/

#center .widget-title,
#left .widget-title {
	padding: 0 0 0.5em 0;
	margin: 0 0 0 0;
	border-bottom: #ddd 1px solid;
}

.widget-subtitle {
	color: #666;
	font-size: 0.5217391304347826em;
	font-weight: normal;
}

#center .widget-title a,
#left .widget-title a {
	text-decoration: none;
}


.widget_title_text{
	font-size: 170%;
	font-weight: normal;
}

.minimal_news_post_list_item {
	border-bottom: #ddd 1px dotted !important;
	padding: 16px 0 15px 0 !important;
}

.post_field_foot {
	display: none;
}

.minimal_news_post_item {
	display: table;
}

.widget .minimal_news_post_date {
	display: table-cell;
	vertical-align: top;
	width: 12ex;
	white-space: nowrap;
	padding-right: 0;
}

.sub_cat_label_wrap {
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

.sub_cat_label {
	min-width: 5.5em;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.35em !important;
	padding-bottom: 0.35em !important;
	overflow: hidden;
	line-height: 1em !important;
}

#center .widget .minimal_news_post_title {
	display: table-cell;
	vertical-align: top;
}

#center .widget .minimal_news_post_title a {
	color: #404040;
	text-decoration: none;
}

#center .widget .minimal_news_post_title a:hover {
	text-decoration: underline;
}

#center .minimal_news_post_body {
	display: table-row-group;
}

/** SUB CAT TAB **/

.sub_cat_tab_wrap {
	display: inline-block;
	width: 392px;
	float: right;
	margin: 0 -6px 6px -6px;
}

.sub_cat_tab {
	display: inline-block;
	font-weight: normal;
	font-size: 92.85714285714286%;
	margin: 0 6px 12px 6px;
	padding: 4px 0;
	cursor: pointer;
	position: relative;
	width: 86px;
	text-align: center;
	border-radius: 4px;
	background-color: #ededed;
	color: #404040;
	line-height: 1.6666;
}

.sub_cat_tab_current:after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 8px solid transparent;
	border-top-color: #093179;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	margin-top: -0.2px;
}

.sub_cat_tab_current,
.sub_cat_tab:hover {
	color: #fff;
	background-color: #7d7d7d;
}

.sub_cat_tab_current::after,
.sub_cat_tab:hover::after {
	border-top-color: #7d7d7d;
}

/**MORE**/

.show_all_foot {
	text-align: right;
	margin: 28px 0 18px 0;
}

#center .show_all_foot a {
	color: #bbb;
}

.show_all_foot a {
	text-decoration: none;
	color: inherit;
	background-image: url(../image/more_bg_gray.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto 0.8em;
	padding-right: 1.25em;
	margin: 0;
	border-bottom: transparent 2px solid;
	position: relative;
	width: auto;
	line-height: 1.6;
	font-weight: bold;
}

.show_all_foot a > span:after {
	border-bottom: #bbb 2px solid;
	content: '';
	display: block;
	width: 0;
	height: 0px;
	left: 0;
	position: absolute;
	transition: .3s all ease;
}

.show_all_foot > a:hover > span:after {
	width: 4em;
	left: 0;
}

.maintitle {
	max-width: 100% !important;
	display: inline-block;
	margin-right: 0;
}

/**ARCHIVE TITLE**/

.archive .page_title_text, .search .page_title_text {
	color: #09317a;
	background-image: url(../image/archive_title_bg.png);
	background-image: url(../image/h2_bg.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-bottom: 0.75em;
	font-size: 157.1428571428571%;
	font-size: 178.5714285714286%;
	font-family: 'gotham_boldregular', "Sawarabi Gothic", "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

}

.archive .page_title_text *{
	font-family: 'gotham_boldregular', "Sawarabi Gothic", "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


/** POST LIST **/

.post_list_item {
	border-bottom: #ccc 1px dotted;
	padding: 1em 1ex 1em 1ex !important;
	margin: 0;
	cursor: pointer;
}

.post_list .post_list_item:last-child {
	border-bottom: none;
}

.post_list_post_title .post_date {
	min-width: 12ex;
}

.post_list_item .post_list_post_title {
	margin: 0.25em 0 .75em 0;
	font-size: 114.2857142857143%;
}

.post_list_item .post_date {
	font-weight: normal;
	display: inline-block;
	margin: 0;
	line-height: 1.75;
	color: #00a0e9;
	font-size: 87.5%;
}

.post_list_item .sub_cat_label_wrap,
#page_title .sub_cat_label_wrap {
	float: none;
	display: inline-block;
	height: 21.5px !important;
	padding: 3px 0 !important;
	vertical-align: top;
	font-size: 87.5%;
	font-weight: normal;
}

.post_list_item .sub_cat {
	margin-right: 1em;
}

.post_list_title_wrap a {
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
	display: block;
}

.post_list_type_excerpt .post_list_title_wrap a {
	font-size: 125%;
}

.post_list_item .post_list_title_wrap a:hover {
	text-decoration: underline;
}

.post_meta {
	text-align: right;
}

.post_meta_item_title {
	font-weight: normal;
}


.post_list_item a:hover {
	text-decoration: none !important;
}


/** MORE LINK **/

.excerpt_more {
	text-align: right;
	display: block;
	margin-bottom: -1.75em;
	margin-top: 1em;
}

.more-link {
	text-decoration: none;
	color: inherit;
	background-image: url(../image/more_bg_gray.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto 0.8em;
	padding-right: 1.25em;
	color: #bbb !important;
	font-size: 85.71428571428571%;
	font-weight: bold;
}

.member_list {
	width: 100%;
	margin: 3.0em 0 3.75em 0;
}

.member_list a {
	color: #404040;
}

.member_list td {
	border-bottom: #ccc 1px dotted;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.member_list td:nth-child(1) {
	font-weight: bold;
	width: 25%;
}

.member_list td:nth-child(2) {
	width: 30%;
}

.member_list td:nth-child(3) {
	width: 45%;
}

/** TO PAGE TOP **/

.scroll-back-to-top-wrapper {
	background-color: #f00;
}

.fa-angle-up:before {
	line-height: 0.9em;
}



/** FOOTER CONTENT **/

#footer_content_wrap {
	margin-top: -58px;
	margin-bottom: -50px;
}

.home #footer_head {
	margin-top: -57px;
}

#footer_head {
	margin-top: -177px;
	height: 250px;
	background-image: url(../image/footer_head_bg2.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
}

#footer_wrap {
	background-color: #093179;
	min-height: 15px;
	padding: 12px 0 30px 0;
	overflow: auto;
}

#footer_navi {
	width: 65%;
	float: left;
}

#credit_text {
	width: 35%;
	float: right;
	text-align: left;
	font-style: normal;
}

#footer_navi .menu-item {
	border-left: #9fa6b8 1px solid;
}

#footer_navi .menu-item: first-child {
	border-left: none;
}

#footer_navi .menu-item a {
	color: #edf0f1;
	font-weight: normal;
}

div.iframeWrap {
	position: relative;
	width: 100%;
}

div.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/** MAIN CONTENT **/

.entry-content h1 {
	font-size: 157.1428571428571%;
	background-image: url(../image/h1_bg.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	border: none;
	padding: 0 0 .5em 0;
}

.entry-content h2 {
	font-size: 150%;
	background-image: url(../image/h2_bg.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
	border: none;
	padding: 0 0 .5em 0;
	line-height: 1.5;
}

.entry-content h3 {
	font-size: 114.2857142857143%;
	border-bottom: #aaa 2px solid;
	padding: 0 0 .33333em 0;
}

.entry-content h4 {
	font-size: 114.2857142857143%;
	margin: 0.75em 0;
}

.entry-content > h4:first-child {
	margin-top: 0;
}

.entry-content p {
	margin: 0 0 2em 0;
}

.entry-content > p:first-child {
	margin-top: 0;
}

.entry-content > ul > li,
.entry-content > * > ul > li {
	background-image: url(../image/li_bg.png?v=1) !important;
	background-position: 0.666667em 0.52em !important;
	background-position: 0.75em 0.6em !important;
	background-size: 0.625em 0.625em;
	padding-left: 2.0em !important;
	list-style: none;
}

.entry-content blockquote {
	border: #ccc 5px solid;
	border-radius: 5px;
	padding: 2em;
	padding-left: 1.285714285714286em;
	padding-bottom: 0.01em;
	overflow: hidden;
}

.entry-content blockquote > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.sp_logo td.spacer{
	width: 14px;
}

.sp_logo img{
	margin-bottom: 14px;
}


.full_width{
	width: 100%;
}
@media screen and (max-width: 1120px) {

.pc {
	display: none;
}

/** HEADER SEARCH **/

.header_tb2 {
	width: 1090%;
	background-color: #fff;
	border-radius: 3px 0 0 3px;
	border-width: 0;
	height: 21px;
	line-height: 21px;
	padding: 6px 0.5em;
	margin: auto auto auto auto;
	vertical-align: middle;
	-webkit-appearance: none;
}

.sub2 {
	width: 32px;
	height: 33px;
	background-color: #0b4a8a;
	font-size: 0;
	border-radius: 0 3px 3px 0;
	border-width: 0;
	vertical-align: middle;
	margin: auto 0 auto 0;
	cursor: pointer;
	background-image: url(../image/roope.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/** NEWS TAB **/

.widget_title_text{
	margin: 1em 0;
}

.sub_cat_tab_wrap {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 102.5%;
	text-align: center;
	margin: 2.5% -1.25% 2.5% -1.25%;
}

.sub_cat_tab {
	float: none;
	margin: 0 1.25%;
	width: 22.5%;
}

img {
	max-width: 100%;
}

iframe {
	margin-left: auto;
	margin-right: auto;
}

#header_wrap {
	padding: 13px 10px;
	z-index: 100 !important;
	background-color: #fff;
}

#header_content_pc {
	display: none;
}

#header_content_sp {
	display: block;
}


#shadow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	height: 100vh;
	z-index: 5;
	background-color: rgba(0,0,0,0.3);
	display: none;
}


/** GLOBAL NAVI **/

#global_navi {
	position: absolute;
	border-top: #404040 1px solid;
	border-bottom: #404040 1px solid;
	z-index: 10;
	width: 100%;
	display: none;
}

#global_navi .menu-item {
	width: 100%;
	background-color: #fff;
	border-top: #d2d2d2 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	overflow: hidden;
}

#global_navi .current-menu-item {
	background-color: #fff !important;
	color: #404040 !important;
}

#global_navi .menu-item:hover {
	background-color: #fff !important;
	color: #404040 !important;
}

#global_navi .current-menu-item:hover {
	color: #404040 !important;
}

#global_navi .menu-item a {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-left: 1.0em;
	padding-top: 0.85em;
	padding-bottom: 0.85em;
}

#global_navi .menu-item:hover {
	border-bottom: none;
}

#global_navi ul .menu-item:first-child {
	border-top: none;
}

.menu_global > .lang {
	display: inline-block;
}

#global_navi .menu-item-search {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	list-style: none;
}

#global_navi .menu-item-search:hover {
	background-color: #fff !important;
}

#global_navi li.opened {
	background-color: #edf0f5 !important;
	transition: 0.1s !important;
}

#global_navi li.opened:hover {
	background-color: #edf0f5 !important;
	transition: 0.1s !important;
}

#global_navi .menu-item-has-children > a {
	width: 75% !important;
}

#global_navi .plus {
	content: "+";
	float: right;
	font-size: 150%;
	line-height: 45px;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	display: block;
	text-align: center;
	z-index: 200;
	background-image: url(../image/plus.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 12px 12px;
}

#global_navi .minus {
	background-image: url(../image/minus.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 12px 12px;
}

/** SUB MENU **/

#global_navi .sub-menu {
	position: relative;
	width: 100%;
	box-shadow: none;
	display: none;
	border-bottom: #ccc 1px solid !important;
}

#global_navi .sub-menu .menu-item {
	display: block;
	background-color: #fff !important;
	width: 100%;
	border-top: #ccc 1px solid !important;
}

#global_navi .sub-menu .menu-item:last-child {
	margin-bottom: 1px !important;
}

#global_navi .sub-menu .current-menu-item {
	background-color: #fff !important;
}

#global_navi .sub-menu .menu-item a {
	background-color: #fff !important;
	background-color: rgba(255,255,255,0.5) !important;
	margin-left: 0;
	padding-left: 2.5em !important;
	padding-top: 1.15em !important;
	padding-bottom: 1.15em !important;
	display: block;
	width: auto !important;
}

#global_navi .sub-menu .menu-item a:hover {
	background-color: #fff !important;
	color: #404040 !important;
}








/**************************************************/
/*global_navi*/
/**************************************************/

#global_navi_sp {
	position: absolute;
	width: 50%;
	height: 500px;
	max-width: 250px;
	max-height: 100% !important;
	display: block;
	padding: 48px 0 0 0;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	z-index: 100;
	top: -150%;
	right: -100% !important;
	overflow-x: auto;
	overflow: visible;
	transition: all .3s linear;
}

#global_navi_sp.aita {
	width: 50%;
	height: 100% !important;
	transition: all .3s linear;
	right: 0 !important;
	top: 0 !important;
	background-color: rgba(255,255,255,1.00);
}

#global_navi_sp > .menu-item {
	width: 100%;
	padding: 0px 0px;
	height: auto;
	list-style: none;
	box-sizing: border-box;
}

#global_navi_sp > .menu-item.lang a{
	background-image: url(../image/lang_b_2020.png);
	background-repeat: no-repeat;
	background-size: 1em 1em;
	padding-left: 1.75em;
	background-position: 1em 50%;
}

#global_navi_sp .sub-menu {
	padding-left: 1em;
	display: none;
}

#global_navi_sp .sub-menu .menu-item {
	list-style: none;
}

#global_navi_sp > .menu-item a {
	height: auto;
	padding: 0 0.25em 0.25em  0.25em;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #404040;
	font-size: 114.2857142857143%;
}

#global_navi_sp > .menu-item a:hover {
	background-color: #eee;
	color: #000;
}

#global_navi_sp > .menu-item span {
	width: 100%;
	box-sizing: border-box;
	line-height: 21px;
	height: auto;
	display: block;
	padding: 15px 15px;
}

.menu-item-link-wrap {
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
}

.menu-item-link {
	display: table;
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}

.menu-item-link a {
	display: table-cell;
	width: 33.3%;
	height: 65px;
	list-style: none;
	color: #404040;
	text-align: center;
	border: #ddd 1px solid;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 10px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 50% 15px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
}

.menu-item-link a:first-child {
	border-left: none;
}

.menu-item-link a:last-child {
	border-right: none;
}

.menu-item-link a:hover {
	background-color: #00a0e9;
	color: #fff;
}

.menu-item-link_english {
	background-image: url(../image/lang_b_2020.png);
}



#header_content_row2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header_title {
	width: auto;
}

#header_content {
	min-height: 36px;
	width: 64px;
}




#no_bread_wrap {
	display: none;
}

.home #main_wrap {
	padding-bottom: 20px;
}

.panel {
	margin-top: 0;
	margin-bottom: 0;
}

.page_title_table {
	margin-bottom: 0em !important;
}

.page_title_wrap {
	margin-left: 1.0em;
	margin-right: 1.0em;
}

.archive .page_title_table, .search .page_title_table {
	margin: .75em 0 !important;
}

.page .page_title_table {
	margin: 1em 0 .5em 0 !important;
}

.home #main_wrap {
	padding-top: 1em;
}

#main_wrap {
	padding-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

#center,
#left {
	width: 100%;
}

#left .widget-title {
	text-align: center !important;
}

.widget_title_text {
	display: block;
	text-align: center;
}

.widget-subtitle {
	display: block;
	text-align: center;
	margin: 0.25em 0;
}

.minimal_news_post_list_item {
	padding: 0.8571428571428571em 0 !important;
}

.minimal_news_post_item {
	display: block;
}

.widget .minimal_news_post_date {
	display: inline-block;
	white-space: nowrap;
}

.sub_cat_label_wrap {
	display: inline-block;
}

.minimal_news_post_title {
	display: block !important;
	margin-top: 0.5em;
}

/** POST LIST **/


.post_list_type_excerpt .post_date {
	display: inline-block;
}

.post_list_type_excerpt .sub_cat_label_wrap {
	float: none;
}

.post_list_type_excerpt .sub_cat_label {
	padding: 0.15em 0.25em;
}

.post_list_title_wrap {
	margin-top: 0.25em;
	display: block;
}


/** CONTENT **/

.entry-content h1 {
	font-size: 135.7142857142857%;
	background-position: -14px 100%;
}

.entry-content h2 {
	font-size: 128.5714285714286%;
}

.entry-content h3 {
	font-size: 114.2857142857143%;
}

.entry-content > h3:first-child {
	margin-top: 0;
}

.entry-content h4 {
	font-size: 114.2857142857143%;
	margin: 0.75em 0;
}

.entry-content > h4:first-child {
	margin-top: 0;
}

.entry-content .alignleft,
.entry-content .alignright {
	margin: 0 auto 1em auto;
	float: none;
	vertical-align: top;
	display: block;
}

.col_group {
	width: auto !important;
}

.col {
	width: auto !important;
}





.navigation{
	margin-left: -1em;
	margin-right: -1em;
}

.nav-links {
	margin: 10px 0 30px 0;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	width: 100%;
}

.nav-links .page-numbers {
	display: none;
}

.nav-links .page-numbers:hover {
	background-color: transparent;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev
{
	display: inline-block;
	width: 50% !important;
	color: #404040 !important;
	box-sizing: border-box;
	margin: 0;
	padding: 15px 20px 15px 20px;
}

.nav-links .page-numbers.next
{
	float: right;
	border-left: #ccc 1px solid;
	margin-left: -1px;
	margin-right: 1px;
	text-align: right
}

.nav-links .page-numbers.prev
{
	float: left;
	border-right: #ccc 1px solid;
	text-align: left;
}

.nav-links .page-numbers.prev span,
.nav-links .page-numbers.next span
{
	background-size: auto 1.5ex;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	width: 4em;
	display: inline-block;
	font-weight: bold;
	color: #bbb;
	white-space: nowrap;
	line-height: 1.0;
}

.nav-links .page-numbers.prev span{
	background-image: url(../image/more_r_bg_gray.png);
	background-position: 0 50%;
	padding-left: 1em;
	padding-right: 0;

}

.nav-links .page-numbers.next span{
	background-image: url(../image/more_bg_gray.png);
	background-position: 100% 50%;
	padding-left: 0;
	padding-right: 1em;
}


.nav-links .page-numbers span:after {
	border-bottom: #bbb 2px solid;
	content: '';
	display: block;
	width: 0;
	height: 5px;
	left: 2.0em;
	/*top: 22px;*/
	position: absolute;
	transition: .3s all ease;
}

.nav-links .page-numbers:hover span:after {
	width: 4em;
	left: 0;
}



/** FOOTER CONTENT **/

#footer_content_wrap {
	margin-top: -20px;
}

#footer_content table {
	display: block;
	margin: 0 1em 0 1em;
}

#footer_content th,
#footer_content tbody {
	display: block;
	margin: 0;
}

#footer_content tr {
	display: block;
	margin: 0 -3% 0 0;
	overflow: hidden;
}

#footer_content td {
	display: block;
	width: 47% !important;
	padding: 0 !important;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
	float: left;
}

#footer_content td:nth-child(2) {
	margin-right: 0em;
}

#footer_content img {
	width: 100%;
	margin: 0 auto !important;
}

/** FOOTER HEAD **/

#footer_head {
	background-position: 45% 100%;
	margin-top: -177px;
}

.home #footer_head {
	margin-top: 30px;
	margin-top: -177px;
}

/** FOOTER **/

#footer_navi {
	float: none;
	width: 100%;
	text-align: left;
	border-bottom: #9fa6b8 1px solid;
	border-top: #9fa6b8 1px solid;
	overflow: hidden;
}

#footer_navi .menu-item {
	width: 50%;
	display: inline-block;
	margin: -1px;
	border-bottom: #9fa6b8 1px solid;
	padding: 0.6666667em 0;
	text-align: left;
}

#footer_navi .menu-item a {
	padding-left: 35px;
	background-position: 1em 50%;
	background-image: url(../image/sp_footer_menu_item_bg.png);
	background-repeat: no-repeat;
}

#footer_navi .menu-item:first-child {
	border-top: #9fa6b8 1px solid;
}

#footer_navi .menu-item:nth-child(2) {
	border-top: #9fa6b8 1px solid;
}

#footer_navi .menu-item:nth-child(odd) {
	border-left: none;
	border-right: #9fa6b8 1px solid;
}

#footer_navi .menu-item:nth-child(even) {
	border-left: none;
}

#credit_text {
	width: 100%;
	text-align: center;
	float: none;
}
}

/**************************************************
	Smart Phone
**************************************************/

@media screen and (max-width: 1120px) {

html {
	position: relative;
	overflow-x: hidden;
}

body {
	position: relative;
	left: 0;
	overflow-x: hidden;
}

.page .entry-content, .single-post .entry-content {
	min-height: 225px;
}

.abs {
	position: absolute !important;
}

.minimal_news_subcategory_label {
	display: inline-block;
}

#footer_content_wrap {
	margin-bottom: 15px;
}

/*MENU BUTTON*/

#sp_menu {
	max-height: 100%;
	max-width: 100%;
	z-index: 10;
	right: 0px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 28px;
	height: 18px;
	margin-top: 0px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #404040;
	border-radius: 0px;
}

.menu-trigger.active span {
	background-color: #404040;
}

.menu-trigger .ue {
	top: 0;
}

.menu-trigger .naka {
	top: 8px;
}

.menu-trigger .sita {
	top: 16px;
}

.menu-trigger.active .ue {
	top: 8px;
	width: 100%;
}

.menu-trigger.active .naka {
	opacity: 0;
}

.menu-trigger.active .sita {
	top: 8px;
	left: 0;
	width: 100%;
}

.menu-trigger.active2 .ue {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}

.menu-trigger.active2 .sita {
	-webkit-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}

/**MENU**/


#sp_menu_wrap {
	z-index: 200;
	position: absolute;
	right: 10px;
	top: 23px;
}

#sp_menu_wrap img {
	max-height: 21px;
}

#sp_menu_wrap img {
	max-height: 21px;
}

#header .sp_menu_wrap_fixed {
	position: fixed;
	z-index: 200;
}

/**ACCESS PAGE**/

#if_map {
	height: 270px !important;
}


/**SEARCH**/

.menu-item-search-wrap {
	vertical-align: top;
	padding: 20px 5px 20px 15px !important;
	overflow: hidden;
	height: 36px;
}

.menu-item-search-wrap form {
	display: table;
	margin: 0 !important;
	width: 100%;
	float: left;
}

.menu-item-search-wrap span {
	display: table-cell;
	overflow: hidden;
}

.menu-item-search-wrap .cell1 {
	text-align: right;
}

.menu-item-search-wrap .cell2 {
	text-align: left;
	width: 48px;
}

.menu-item-search-wrap .header_tb2 {
	margin: 0;
	height: 30px;
	box-sizing: border-box;
	max-width: 100%;
	border: #ccc 1px solid;
	border-right: none;
	border-radius: 18px 0 0 18px;
	padding-left: 15px;
	background-color: transparent;
}

.menu-item-search-wrap .sub2 {
	width: 48px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 0 18px 18px 0;
	background-color: transparent;
	border: #ccc 1px solid;
}



.show_all_foot {
	text-align: center;
}


}

@media screen and (max-width: 800px) {

.member_list {
	width: 100%;
	display: block;
}

.member_list tbody {
	width: 100%;
	display: block;
}

.member_list tr {
	width: 100%;
	display: block;
	border-bottom: #ccc 1px dotted;
	padding-bottom: 0.25em;
	margin-bottom: 0.35em;
	border-bottom-style: solid;
}

.member_list td {
	padding: 0 0 0 0;
}

.member_list td:nth-child(1) {
	font-weight: bold;
	display: block;
	width: auto;
	border-bottom: none;
}

.member_list td:nth-child(2) {
	display: inline-block;
	border-bottom: none;
	min-width: 9em;
	width: auto;
	white-space: nowrap;
	margin-right: 1em;
}

.member_list td:nth-child(3) {
	display: inline-block;
	width: auto;
	border-bottom: none;
}
}

@media screen and (max-width: 640px) {

#banner_wrap {
	overflow: hidden;
}

#banner img {
	width: 130%;
	margin-left: -30%;
}

#footer_head {
	background-position: 40% 100%;
}

}
@charset "utf-8";

.entry-content .attachments_body .attachments_item {
	background-image: url(../image/icon_default.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding-left: 25px;
}

.entry-content .attachments_body .pdf {
	background-image: url(../image/icon_pdf.gif);
}

.entry-content .attachments_body .doc {
	background-image: url(../image/icon_doc.gif);
}

.entry-content .attachments_body .xls {
	background-image: url(../image/icon_xls.gif);
}

.entry-content .attachments_body .ppt {
	background-image: url(../image/icon_ppt.gif);
}

.entry-content .attachments_body .txt {
	background-image: url(../image/icon_txt.gif);
}
@media print {
body{
	width: 1200px !important;
	zoom: 0.85;
}

#menu_global {
	width: 1000px;
}

.sp{
	display: none !important;
}

#global_navi_wrap {
    background-image: url(../image/global_navi_bg.png);
}


.introdution_wrap{
	width: 1200px !important;
	margin-left: -100px;
	padding-top: 20px;
	padding-bottom: 20px;

}

.introdution{
	width: 800px;
	margin: 0 auto;
}


}