@charset "UTF-8";
/*===================
    reset
=====================*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	color: #000;
	box-sizing: border-box;
}
body {
	font-size: 14px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: top;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
 *font-size: 100%;
}
a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*===================
    common base
=====================*/
body {
	position: relative;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
span.pc, img.pc, br.pc {
	display: inline-block;
}
span.sp, img.sp, br.sp {
	display: none;
}
.hover_opacity:hover {
	opacity: 0.7;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.indent {
	text-indent: 1em;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_wrap {
	overflow: hidden;
}
.border_gray {
	border: 1px solid #e1e3e5;
}
.noborder {
	border: none !important;
}
.noborder_top {
	border-top: none !important;
}
.noborder_right {
	border-right: none !important;
}
.noborder_bottom {
	border-bottom: none !important;
}
.noborder_left {
	border-left: none !important;
}
/*===================
    header PC
=====================*/
#header {
	width: 100%;
	margin: 0 auto;
}
/*----------site_tab----------*/
#header .site_tab {
	min-width: 960px;
	padding-top: 5px;
	background: #0e3f81;
	text-align: center;
}
#header .site_tab .tab_list {
	width: 960px;
	margin: 0 auto;
}
#header .tab_list > li {
	width: 33%;
	padding: 7px 0 9px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
#header .tab_list > li:nth-child(2) {
	width: 34%;
}
#header .tab_list > li.current {
	border-left: none;
	border-radius: 3px 3px 0 0;
	background: #fff;
	font-weight: bold;
}
#header .tab_list > li > a {
	display: block;
	padding: 6px 0;
	color: #fff;
	border-right: 2px solid transparent;
}
#header .tab_list > li:first-child > a {
	border-left: 2px solid #5779a7;
	border-right: 2px solid #5779a7;
}
#header .tab_list > li.current > a {
	color: #0e3f81;
}
#header .tab_list > li > a:hover {
	text-decoration: none;
	color: #879fc0;
}
#header .tab_list > li.current > a:hover {
	color: #0e3f81;
}
/*----------primary----------*/
#header .header_primary {
	width: 960px;
	margin: 23px auto 0;
	padding-bottom: 18px;
	position: relative;
	background: #fff;
	z-index: 600;
}
#header .primary_inner {
	overflow: hidden;
}
#header .header_logo {
	width: 240px;
	float: left;
	overflow: hidden;
}
#header .header_logo img {
	vertical-align: middle;
}
#header .header_logo .logo {
	margin: 0;
	float: left;
	font-size: 100%;
}
#header .header_focus li a {
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 240px;
	padding: 5px 0;
	background: #e1e3e5;
	font-size: 0;
	text-align: center;
}
#header .header_focus li a:focus {
	width: 175px;
	height: 23px;
	font-size: 12px;
}
#header .header_function {
	margin-top: 19px;
	float: right;
	line-height: 0;
}

#header .header_lang {
	position: absolute;
	top: 17px;
	right: 180px;
	font-size: 12px;
	cursor: pointer;
}
#header .header_lang .lang_trigger {
	padding: 0 34px 0 15px;
	line-height: 33px;
	letter-spacing: 0.003em;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
#header .header_lang .lang_trigger:hover {
	opacity: 0.5;
}
#header .header_lang .lang_trigger.opened:hover {
	opacity: 1;
}
#header .header_lang .lang_trigger:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	border-top: 4px solid #333;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
#header .header_lang .lang_trigger.opened {
	padding: 0 33px 0 13px;
	border: 1px solid #999;
	border-bottom: none;
	background: #e5e5e5;
	line-height: 31px;
}
#header .header_lang .lang_trigger.opened:after {
	right: 16px;
	border-top: none;
	border-bottom: 4px solid #333;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
#header .header_lang .lang_contents {
	display: none;
}
#header .header_lang .opened + .lang_contents {
	display: block;
	border: 1px solid #999;
	border-top: none;
}
#header .header_lang .lang_contents li a {
	position: relative;
	display: block;
	padding: 0 33px 0 13px;
	background: #fff;
	line-height: 31px;
}
#header .header_lang .lang_contents li a:hover {
	text-decoration: none;
	background: #e5e5e5;
}

#header .header_function .header_search form {
	width: 180px;
    background: #eee;
    overflow: hidden;
	border-radius: 20px;
    box-shadow: 1px 1px 1px 0px #565656 inset;
}
#header .header_function .header_search fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#header .header_function .header_search legend {
	display: none;
}
#header .header_function .header_search .input_query {
	width: 152px;
	height: 27px;
	padding: 4px;
	color: #999;
	background-color: transparent;
	border: none;
	outline: none;
	float: left;
	text-indent: 7px;
	font-size: 12px;
	font-family: none;
}
#header .header_function .header_search .input_submit {
	padding: 0;
	width: 28px;
	height: 27px;
	background: url(/common16/image/satellite_header_search.png) no-repeat 6px center #136ebc;
	font-size: 0;
	border: none;
	outline: none;
	cursor: pointer;
	float: right;
}

/*===================
    breadcrumb
=====================*/
#breadcrumb {
	width: 950px;
	margin: 13px auto 0;
}
#breadcrumb ul li {
	display: inline;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
}
#breadcrumb ul li:before {
	padding: 0 4px;
	content: '>';
	display: inline-block;
}
#breadcrumb ul li:first-child:before {
	content: normal;
}
/*===================
    contents
=====================*/
#contents {
	width: 100%;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 120px;
	background: #fff;
	z-index: 300;
}
#contents .img_title_outer {
	margin-top: 15px;
}
#contents .contents_inner {
	width: 950px;
	margin: 0 auto;
	padding-top: 64px;
	overflow: hidden;
}
#contents .img_title_outer + .contents_inner {
	padding: 0;
}
#contents .contents_inner .contents_main_column {
	width: 696px;
	float: left;
}
/* localnavi */
#contents .contents_inner .contents_localnavi {
	width: 224px;
	margin: 0 0 0 30px;
	float: left;
}
#contents .contents_inner .localnavi_heading a {
	display: block;
	padding: 30px 20px;
	background: #f1f3f5;
	font-size: 20px;
	color: #023f98;
	line-height: 1.3em;
}
#contents .contents_inner .localnavi_list > li {
	border: 1px solid #e1e3e5;
	border-top: none;
}
#contents .contents_inner .localnavi_list > li a {
	padding: 13px 20px 14px;
	display: block;
	font-size: 15px;
	line-height: 1.4em;
}
#contents .contents_inner .localnavi_list > li > ul > li {
	border-top: 1px solid #e1e3e5;
}
#contents .contents_inner .localnavi_list > li > ul > li.off {
	padding: 14px 20px 15px 36px;
	color: #ccc;
}
#contents .contents_inner .localnavi_list > li > ul > li a {
	padding: 14px 20px 15px 36px;
	display: block;
	font-size: 14px;
}
#contents .contents_localnavi .text_bnr {
	margin-top: 16px;
}
#contents .contents_localnavi .text_bnr li {
	margin-top: 8px;
	background: #f1f3f5;
}
#contents .contents_localnavi .text_bnr li:first-child {
	margin: 0;
}
#contents .contents_localnavi .text_bnr li a {
	display: block;
	padding: 14px 20px 13px 35px;
	background: url(/common16/image/satellite_link_arr_01.png) no-repeat 20px center;
}
#contents .contents_localnavi .img_bnr {
	margin-top: 16px;
}
#contents .contents_localnavi .img_bnr li {
	margin-top: 8px;
}
#contents .contents_localnavi .img_bnr li:first-child {
	margin: 0;
}
#contents .contents_localnavi .current > a {
	color: #023f98;
	font-weight: bold;
	opacity: 1;
	text-decoration: none;
	cursor: default;
}
/*===================
    footer
=====================*/
#footer {
	width: 100%;
	min-width: 950px;
	position: relative;
	background-color: #f1f3f5;
}
/*topへ戻る*/
.footer_pagetop_outer {
	position: relative;
}
.footer_pagetop {
	width: 950px;
	height: 0;
	position: fixed;
	bottom: 56px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	z-index: 300;
}
.footer_pagetop p {
	width: 40px;
	float: right;
	text-align: right;
	z-index: 100;
}
.footer_pagetop img:hover {
	opacity: 0.7;
}
#footer .footer_floatL {
	float: left;
}
#footer .footer_floatR {
	float: right;
}
/*float解除*/
#footer .footer_clear {
	clear: both;
}
/*===== コピーライト =====*/
#footer .footer_copyright {
	width: 100%;
	background-color: #ffffff;
	padding: 30px 0 45px;
}
#footer .footer_copyright_inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .footer_copyright_inner span a {
	opacity: 0.8;
	transition: opacity 0.2s;
}
#footer .footer_copyright ul li a {
	color: #333;
	line-height: 1;
}
#footer .footer_copyright ul li a:hover {
	opacity: 0.7;
}
#footer .footer_copyright_inner > nav {
	float: left;
}
#footer .footer_copyright_inner > nav > ul {
	margin-left: -16px;
    margin-top: -15px;
}
#footer .footer_copyright_inner > nav > ul > li {
	float: left;
    margin-top: 15px;
	font-size: 12px;
	border-left: 1px solid #333;
	padding: 0 15px;
}
#footer .footer_copyright .footer_logo {
   margin: 0 9px 0 10px;
}
#footer .footer_copyright .footer_copyright_text {
	float: right;
	font-size: 10px;
	color: #333;
}
@media screen and (max-width: 767px) {
	/*===================
			common base
		=====================*/
	body {
		min-width: 320px;
		position: relative;
		left: 0;
		font-size: 13px;
		background: #f1f3f5;
	}
	img {
		width: 100%;
	}
	.pc {
		display: none;
	}
	span.pc, img.pc, br.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	span.sp, img.sp, br.sp {
		display: inline-block;
	}
	.float_none_sp {
		float: none;
	}
	/*===================
			emergency
		=====================*/
	#emergency {
		position: relative;
		background: #fff;
		z-index: 100;
	}
	/*===================
			header
		=====================*/
	#header {
		margin: 0;
		padding: 0;
	}
	/*----------site_tab----------*/
	#header .site_tab {
		min-width: inherit;
		position: relative;
		z-index: 100;
	}
	#header .site_tab .tab_list {
		width: auto;
		padding: 0 10px;
	}
	#header .tab_list > li {
		padding: 5px 0 8px;
		font-size: 10px;
	}
	#header .tab_list > li > a {
		padding: 2px 0;
		border-right: 1px solid transparent;
	}
	#header .tab_list > li:first-child > a {
		border-left: none;
		border-right: 1px solid #5779a7;
	}

	#header .header_primary {
		width: auto;
		min-width: 320px;
		height: 50px;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #e1e3e5;
		z-index: 500;
		overflow: visible;
	}
	#header .header_logo {
		width: auto;
		margin: 18px 0 0 10px;
		float: left;
	}
	#header .header_logo .logo {
		width: 110px;
		margin: 0;
	}
	#header .header_function {
		width: 33%;
		margin: 14px 5px 0 0;
		float: right;
		text-align: right;
	}
	#header .header_icon {
		height: 35px;
	}
	#header .header_function .header_search_icon {
		width: 44px;
		padding: 2px 7px;
		display: inline-block;
		border-right: 1px solid #e1e3e5;
	}
	#header .header_function .header_menu_icon {
		width: 49px;
		padding: 3px 13px 0 12px;
		display: inline-block;
    }
	/* header_search */
	#header .header_function .header_search {
		width: auto;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		padding: 0 10px;
		display: none;
		z-index: 1000;
	}
	#header .header_function .header_search form {
		width: 100%;
		height: 36px;
		margin-top: 10px;
		background: #fff;
		border: 1px solid #e1e3e5;
		border-radius: 0;
	    box-shadow: none;
	}
	#header .header_function .header_search fieldset {
		height: 100%;
	}
	#header .header_function .header_search .input_query {
		width: 80%;
		height: 100%;
		padding: 0 0 0 8px;
		color: #555;
		background-color: transparent;
		border: none;
		outline: none;
		float: left;
	}
	#header .header_function .header_search .input_submit {
		width: 20%;
		height: 100%;
		float: right;
		background: #d8dbe1;
		border: none;
		font-size: 15px;
		font-weight: bold;
		outline: none;
		cursor: pointer;
	}
	#header .header_function .header_search_on {
		background: #d8dbe1;
	}
	#header .header_function .header_search_overlay {
		width: 100%;
		position: absolute;
		top:50px;
		left: 0;
		display: none;
		background: rgba(250, 250, 250, 0.95);
		z-index: 500;
	}
	#header .dropdown_inner .top_box {
		display: none;
	}
	#header .header_dropdown .dropdown_border {
		border-bottom: none;
	}
	/* header_gnavi */
	#header .header_gnavi {
		width: 280px;
		height: 100%;
		min-width: inherit;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
		border: none;
		background: #f1f3f5;
		box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		-moz-box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		-webkit-box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		overflow: hidden;
		display: none;
	}
	#header .header_gnavi_inner {
		height: 100%;
		overflow: scroll;
	}
	#header .header_gnavi_inner:before {
		content: "";
		width: 100%;
		height: 32px;
		display: block;
		background: #0e3f81;
    }
	#header .header_gnavi .gnavi_inner > li {
		height: auto;
		padding: 0;
		display: block;
		border: none;
		border-bottom: 1px solid #fff;
	}
	#header .header_gnavi .gnavi_inner > li:last-child {
		border: none;
		border-bottom: 1px solid #fff;
	}
	#header .header_gnavi .gnavi_inner > li {
		display: block;
		font-size: 16px;
		position: relative;
	}
	#header .header_gnavi .gnavi_inner > li > a {
		display: inline-block;
		padding: 15px 0 13px 15px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#header .header_gnavi .gnavi_inner > li .accordion_icon {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
	}
	#header .header_gnavi .gnavi_inner > li .accordion_icon:before,  #header .header_gnavi .gnavi_inner > li .accordion_icon:after {
		content: '';
		display: block;
		position: absolute;
		background: #023f98;
	}
	#header .header_gnavi .gnavi_inner > li .accordion_icon:before {
		width: 20px;
		height: 2px;
		margin-top: -1px;
		top: 50%;
		right: 10px;
	}
	#header .header_gnavi .gnavi_inner > li .accordion_icon:after {
		width: 2px;
		height: 20px;
		margin-top: -10px;
		top: 50%;
		right: 19px;
	}
	#header .header_gnavi .gnavi_inner > li .accordion_trigger.opened:after {
		display: none;
	}
	#header .header_gnavi .header_gnavi_inner .gnavi_inner .gnavi_sitename {
		padding: 20px 12px;
		background: #ced2d9;
		display: block;
		box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		-moz-box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		-webkit-box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
	}
	#header .header_gnavi .gnavi_top {
		height: 49px;
		position: relative;
		padding: 14px 10px 0;
		background: #fff;
		box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		-moz-box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
		-webkit-box-shadow: 9px 0px 10px -9px #c4c4c4 inset;
	}
	#header .header_gnavi .gnavi_top .gnavi_menu_logo {
		width: 120px;
	}
	#header .header_gnavi .gnavi_top .gnavi_close_btn {
		width: 27px;
		position: absolute;
		top: 11px;
		right: 10px;
	}
	#header .header_dropdown {
		border-top: 1px solid #fff;
	}
	#header .header_dropdown .dropdown_inner {
		width: auto;
		padding: 15px 25px;
		font-size: 13px;
		font-weight: normal;
	}
	#header .dropdown_box {
		width: auto;
		min-height: inherit;
		display: block;
		padding: 0;
		border: none;
	}
	#header .dropdown_inner .dropdown_box a {
		margin-bottom: 16px;
	}
	#header .header_dropdown_link {
		padding-left: 0;
		background: none;
		margin-bottom: 15px;
		display: inline-block;
		line-height: 1.2em;
	}
	#header .header_link {
		width: auto;
		margin: 0;
		padding: 25px 15px 40px;
		float: none;
		font-size: 14px;
		font-weight: bold;
	}
	#header .header_link li {
		margin: 0 0 20px;
		display: block;
	}
	#header .header_link li:last-child {
		margin-bottom: 0;
	}
	#header .header_lang {
		position: static;
		margin: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		float: none;
		overflow: hidden;
		text-align: center;
	}
	#header .header_lang:after {
		content: none;
	}
	#header .header_lang li {
		width: 30%;
		padding: 0 5%;
		display: inline-block;
		text-align: center;
		border-left: 1px solid #ced2d9;
		font-size: 12px;
	}
	#header .header_lang li:last-child {
		border-right: 1px solid #ced2d9;
	}
	#header .header_btmlink {
		margin-top: 20px;
		padding: 0 15px;
		font-size: 10px;
		text-align: right;
	}
	#header .header_btmlink li {
		margin-bottom: 10px;
	}
	#header .dropdown_bottom {
		margin: 0;
		padding-top: 0;
		border-top: none;
	}
	#header .dropdown_bottom dd > ul > li {
		margin-left: 0;
		display: block;
	}
	/*===================
			contents
		=====================*/
	#contents {
		width: 100%;
		padding-bottom: 80px;
	}
	#contents .img_title_outer {
		margin-top: 0;
	}
	#contents .contents_inner {
		width: auto;
		padding: 32px 10px 0;
	}
	#contents .img_title_outer + .contents_inner {
		padding: 0 10px;
	}
	#contents .contents_inner .no_padding {
		padding: 0;
	}
	#contents .contents_inner .contents_main_column {
		width: auto;
		float: none;
	}
	#contents .contents_inner .contents_localnavi {
		width: auto;
		margin: 40px 0 0;
		float: none;
	}
	#contents .contents_inner .localnavi_heading a {
		font-size: 17px;
		padding: 21px 20px;
	}
	#contents .contents_inner .localnavi_list li a {
		font-size: 13px;
		padding: 16px 20px;
	}
	#contents .contents_inner .localnavi_list > li > ul > li a {
		padding: 11px 20px 12px 36px;
		font-size: 13px;
	}
	#contents .contents_localnavi .text_bnr {
		margin-top: 12px;
	}
	#contents .contents_localnavi .text_bnr li:first-child {
		margin: 0;
	}
	#contents .contents_localnavi .text_bnr li a {
		display: block;
		background-position: 24px center;
	}
	#contents .contents_localnavi .img_bnr {
		margin-top: 20px;
	}
	/*===================
			footer
		=====================*/
			/*TOPへ戻るボタン*/
	.footer_pagetop {
		width: 100%;
		bottom: 40px;
		padding-right: 10px;
	}
	.footer_pagetop a:hover {
		opacity: 0.7;
	}
	.footer_pagetop img {
		width: 32px;
	}
	#footer .footer_top_wrap {
		padding: 0 10px;
	}
	#footer .footer_floatL {
		float: left;
	}
	#footer .footer_floatR {
		float: right;
	}
	#footer .footer_clear {
		clear: both;
	}
	/*footer上部*/
	#footer {
		width: 100%;
		min-width: inherit;
		height: auto;
		position: relative;
		background-color: #ffffff;
		z-index: 1;
	}
	/*コピーライト*/
	#footer .footer_copyright {
		width: 100%;
		padding: 20px 15px 30px;
	}
	#footer .footer_copyright_inner {
		width: auto;
	}
	#footer .footer_copyright_inner >  nav {
		margin-bottom: 25px;
		float: none;
		overflow: hidden;
	}
	#footer .footer_copyright_inner  > nav > ul {
		float: none;
		margin-left: -11px;
    	margin-top: -10px;
	}
	#footer .footer_copyright_inner > nav > ul > li {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 10px;
	}

	#footer .footer_copyright .footer_copyright_text {
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}


	.footer_pagetop_outer{
		position: relative;
	}
}
