@charset "UTF-8";

.ttl_box .ttl_link a,
.ttl_box .ttl a,
.ttl_box .txt a,
.link_txt_anchor a,
.link_txt_anchor_nowrap a,
.link_btn a,
.link_btn_free a,
.link_btn_w a,
.related_link_block a,
.link_txt a,
.tab_block a,
.tab_block_b a,
.tab_block_c a {
	text-decoration: none;
}

.flex {
	display: flex !important;
}



/*menu
---------------------------------------------------------- */
@media screen and (max-width: 738px) {
	#menu {
		margin-bottom: 10px;
	}
}


/*topicpath
---------------------------------------------------------- */

.topicpath {
	clear: both;
	width:1032px;
	margin: 0 auto 10px;
	overflow: hidden;
	zoom:1;
}

/*.topicpath ul{
	float: left;
	width:880px;
}*/

.topicpath ul li{
	list-style:none;
	display:inline;
	margin: 0 0 0 5px;
}
.topicpath ul li a{
	padding-right:6px;
	color: #4c4c4c;
	text-decoration: none;
}

/*.topicpath p {
	float: right;
	width:80px;
}*/

@media screen and (max-width: 738px) {
	.topicpath {
		width:94%;
		margin: 0 auto 5px;
	}

	/*.topicpath ul{
		float: none;
		width:100%;
	}

	.topicpath p {
		display: none;
	}*/

}


/*title
---------------------------------------------------------- */


h1{
	padding: 20px 0 15px;
	color: #005bac;
	line-height: 1.4;
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 0 0px;
}

.ttl01 {
	margin-bottom:20px;
	padding:12px 0 15px;
	/*border-top: 3px solid #005bac;*/
	/*border-bottom: 1px solid #dadada;*/
}

.ttl01 h1 {
	margin-bottom:15px;
	/*border-top: 3px solid #005bac;*/
	/*border-bottom: 1px solid #dadada;*/
}

.ttl01 p{
	margin-bottom:0;
	font-weight: bold;
	line-height:1.2;
}

h2 {
	margin-bottom:20px;
	padding-left: 15px;
	font-size: 131%;
	line-height:1.2;
	font-family: calibri, 'Open Sans', sans-serif;
	border-left:1px solid #025faf;
	color: #444444;
}

h3 {
	clear: both;
	display:table;
	width:100%;
	margin-bottom: 15px;
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
	color: #005bac;
	font-size: 116%;
	line-height:1.4;
	font-family: calibri, 'Open Sans', sans-serif;
	overflow: hidden;
	zoom:1;
}

h3 img {
	width: auto !important;
	height: 22px !important;
}

h3 span {
	display:table-cell;
}

h3 span.font_small {
	display: inline;
}

h3 .btn_area {
	width:156px;
	text-align: right;
}

h3 .btn_area img {
	margin-left:6px;
}

h4 {
	margin-bottom: 15px;
	color: #005bac;
	font-size: 116%;
	line-height:1.4;
	font-family: calibri, 'Open Sans', sans-serif;
}

@media screen and (max-width: 738px) {
	h1 {
		font-size: 131%;
		line-height:1.4;
	}
	
	h2 {
		font-size: 123.1%;
		line-height:1.4;
	}
	
	h3,
	h4 {
		font-size: 108%;
	}
}


/*container
---------------------------------------------------------- */

#container {
	clear: both;
	width: 1028px;
	margin: 0 auto 60px;
	overflow: hidden;
	zoom:1;
	font-size: 116%;
}

@media screen and (max-width: 738px) {
	#container {
		width: 94%;
		margin: 0 auto 20px;
	}
}

#contents {
	float: right;
	width:755px;
}

#side_nav {
	float: left;
	width:250px;
	font-size:85%;
}

@media screen and (max-width: 738px) {
	#contents,
	#side_nav {
		float: none;
		width: 100%;
		margin: 0 auto 30px;
	}
}


/*side_nav
---------------------------------------------------------- */

#side_nav .nav_ttl {
	background-color:#005bac;
	color: #ffffff;
	font-size: 123.1%;
	font-family: calibri, 'Open Sans', sans-serif;
}

#side_nav .nav_ttl a {
	display:block;
	padding: 8px 10px;
	color: #ffffff !important;
	text-decoration: none !important;
}

#side_nav li {
	list-style: none;
	border-bottom: 1px solid #dadada;
	font-size: 108%;
}

#side_nav li a {
	display:block;
	padding: 8px 10px 8px 32px;
	font-weight: bold;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:url(/img/common/icon_arrow01.png) 12px center no-repeat;
}

#side_nav li a:link,
#side_nav li a:visited {
	color: #333333;
	text-decoration: none;
}

#side_nav li a:hover,
#side_nav li a:active {
	color: #333333;
	text-decoration: none;
	background-color: #f2f8fe !important;
}

#side_nav li.select {
	border-bottom: 1px dotted #dadada;
}

#side_nav li.select + li {
	border-top: 0;
}

#side_nav li.select a {
	background: #f2f8fe url(/img/common/icon_arrow01_btm.png) 10px center no-repeat;
}

#side_nav li ul li {
	border-bottom:0;
	border-top: 1px solid #dadada;
	font-size:85%;
}

#side_nav li ul li.select {
	border-top: 1px dotted #dadada;
}


#side_nav li ul li a {
	font-weight: normal;
	background: #ffffff url(/img/common/icon_sidenav01.gif) 18px center no-repeat !important;
}

#side_nav li ul li.select a {
	background: #f2f8fe url(/img/common/icon_sidenav02.gif) 18px center no-repeat !important;
}

#side_nav li ul li ul {
	margin-left: 30px;
	font-size:116%;
}

#side_nav li ul li ul li:first-child {
	border-top: none;
}

#side_nav li ul li ul li a,
#side_nav li ul li.select li a {
	font-weight: normal;
	padding: 8px 0 8px 20px;
	background: #ffffff url(/img/common/icon_sidenav03.png) 10px center no-repeat !important;
}

#side_nav li ul li.select li.select {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#side_nav li ul li.select li.select a {

	background: #f2f8fe url(/img/common/icon_sidenav03.png) 10px center no-repeat !important;
}



/*colum
---------------------------------------------------------- */

.col3, .col4, .col6, .col8, .col9 {
	float: left;
	display: inline;
	margin-left: 2%;
	/*background-color: #e9f5ff;*/
}

.col3:first-child,
.col4:first-child,
.col6:first-child,
.col8:first-child,
.col9:first-child,
.col12:first-child {
	clear: left;
	margin-left: 0;
}

.col3 {width: 23.5%;}
.col4 {width: 32%;}
.col6 {width: 49%;}
.col8 {width: 66%;}
.col9 {width: 74.5%;}
.col12 {width: 100%;}

/*
.col1 {width: 6.5%;}
.col2 {width: 15%;}
.col5 {width: 40.5%;}
.col7 {width: 57.5%;}
.col10 {width: 83%;}
.col11 {width: 91.5%;}
*/


@media screen and (max-width: 738px) {
	.col3 {width: 49%;}

	.col3:nth-child(odd) {
		margin-left:0;
	}

	.col9 + .col3 {
		margin-left:0;
	}

	.col4, .col6, .col8, .col9, .col12 {
		float: none;
		clear: both;
		width: 100%;
		display:block;
		margin-left:0;
	}
}


/*block
---------------------------------------------------------- */

/*テキストのみ*/

.txt_block {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}

.txt_block p {
	margin-bottom: 15px;
}

.txt_block p:last-child,
.txt_block ul:last-child,
.txt_block ol:last-child {
	margin-bottom:0;
}

.txt_block div:first-child {
	margin-left:0;
}

.txt_block ol + p,
.txt_block ul + p {
	margin-top: -25px;
}


/*テキスト + 画像*/

.img_txt_r_block,
.img_txt_l_block {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}

.img_txt_r_block p,
.img_txt_l_block p {
	margin-bottom: 15px;
}

.img_txt_r_block p:last-child,
.img_txt_l_block p:last-child {
	margin-bottom: 0;
}

.img_txt_r_block .ph {
	float: right;
	margin: 0 0 1% 2%;
	text-align: center;
}

.img_txt_l_block .ph {
	float: left;
	margin: 0 2% 1% 0;
	text-align: center;
}

.img_txt_r_block .ph p,
.img_txt_l_block .ph p {
	text-align: left;
}

.img_txt_r_block .ph p,
.img_txt_l_block .ph p {
	margin:5px 0 10px !important;
	font-size:85%;
}

.img_txt_r_block .txt,
.img_txt_l_block .txt{
	overflow: hidden;
	zoom:1;
}

@media screen and (max-width: 738px) {
	.img_txt_r_block .ph,
	.img_txt_l_block .ph {
		float: none;
		margin: 0 0 2% 0;
	}

	.img_txt_r_block .txt,
	.img_txt_l_block .txt{
		overflow: visible;
	}
}


/*画像のみ*/

.img_block{
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
	word-break:break-all;
}

.img_block li {
	list-style: none;
	text-align: center;
}


.img_block li p {
	margin:5px 0 0 !important;
	font-size:93%;
	text-align: left;
	word-break:normal;
}

.img_block li.col12 p {
	 text-align: center;
}

.img_block li.col12 img{
	max-width: 100% !important;
}


@media screen and (max-width: 738px) {
	.img_block li {
		margin-bottom:10px;
	}

	.img_block li:last-child {
		margin-botto:0;
	}
}


/*見出し+テキスト+画像*/

.ttl2_block,
.ttl3_block {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}


.ttl_box {
	background-color: #ededed;
	position:relative;
}

.ttl_box .ttl {
	font-size: 116%;
	line-height:1.4;
	color: #ffffff;
	font-weight: bold;
	/*word-break:break-all;*/
	font-family: calibri, 'Open Sans', sans-serif;
	position:relative;
}

.ttl3_block .ttl_box .ttl {
	font-size: 116%;
}

.ttl_box .ttl img {
	width:100%;
	height:auto;
}

.ttl_box .ttl .file-pdf {
	margin-left: 5px;
}

.ttl_box .ttl .file-pdf img {
	width: auto !important;
	display: inline-block !important;
	margin-left: 5px;
}

.ttl_box .ttl p{
	width:94%;
	position: absolute;
	bottom:0;
	left:0;
	padding: 15px 3% 15px 3%;
	background:url(/img/common/bg_black01.png) repeat;
}

.ttl_box p.ttl{
	width:94%;
	padding: 15px 3% 15px 3%;
	background:url(/img/common/bg_black01.png) repeat;
}


.ttl_box .ttl p a,
.ttl_box p.ttl a{
	display:block;
	padding-right: 4%;
	color: #ffffff;
	background:url(/img/common/icon_arrow07.png) 98% center no-repeat;
}


.ttl3_block .ttl_box .ttl p a,
.ttl3_block .ttl_box p.ttl a {
	display:block;
	padding-right: 6%;
	background:url(/img/common/icon_arrow07.png) 99% center no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	-o-background-size: 10px auto;
}


.ttl_box .txt {
	padding: 20px 20px 15px 20px;
}

.ttl_box .txt p + ul {
	margin-top:10px;
}

.ttl_box .txt li {
	margin-bottom:1px;
	list-style: none;
	font-size:108%;
}

.ttl_box .txt li img {
	margin-left: 5px;
	vertical-align: middle;
}

.ttl_box .txt li a {
	display:block;
	padding-left: 15px;
	background:url(/img/common/icon_arrow01.png) left 5px no-repeat;
	color: #333333;
}



@media screen and (max-width: 738px) {
	.ttl2_block,
	.ttl3_block {
		margin-bottom:0;
	}
	.ttl_box {
		margin-bottom:40px;
	}
}




/*汎用ボタン
---------------------------------------------------------- */

.link_btn {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: calibri, 'Open Sans', sans-serif;
}

.link_btn ul {
	clear: both;
	margin-top:10px;
	overflow: hidden;
	zoom:1;
}

.link_btn ul:first-child {
	margin-top:0;
}

.link_btn ul li {
	list-style: none;
	display:table;
	/*width:100%;*/
}

.link_btn ul li a:link,
.link_btn ul li a:visited,
.link_btn ul li a:hover,
.link_btn ul li a:active {
	/*display: block;*/
	display:table-cell;
	padding: 12px 12px 12px 26px;
	border:1px solid #d5d5d5;
	vertical-align: middle;
}

.link_btn ul li a:link,
.link_btn ul li a:visited {
	background: #ffffff url(/img/common/icon_arrow01.png) 12px center no-repeat;
}

.link_btn ul li a:hover,
.link_btn ul li a:active {
	background: #f2f8fe url(/img/common/icon_arrow01.png) 12px center no-repeat;
	box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
}

.link_btn + .link_btn {
	margin-top:-20px;
}


@media screen and (max-width: 738px) {
	.link_btn ul li {
		margin-bottom:10px;
	}

	.link_btn ul li:last-child,
	.link_btn ul li.col3:nth-last-child(2) {
		margin-bottom:0;
	}

}


/*汎用ボタン（グレー）
---------------------------------------------------------- */
.link_btn-gray {
	width: 100%;
	margin-bottom: 20px;
}

.link_btn-gray ul {
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.link_btn-gray ul:first-child {
	margin-top: 0;
}

.link_btn-gray ul li {
	list-style: none;
	display: table;
}

.link_btn-gray ul li a:active, .link_btn-gray ul li a:hover, .link_btn-gray ul li a:link, .link_btn-gray ul li a:visited {
	display: table-cell;
	padding: 12px;
	color: #444;
	font-size: 110%;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
}

.link_btn-gray ul li a:link, .link_btn-gray ul li a:visited {
	background: url(/img/common/icon_arrow10.png) right 12px bottom 50% no-repeat #d5d5d5;
	background-size: 14px;
}

.link_btn-gray ul li a:active, .link_btn-gray ul li a:hover {
	background: url(/img/common/icon_arrow10.png) right 12px bottom 50% no-repeat #f2f8fe;
	background-size: 14px;
	box-shadow: #fff 0 0 1px 1px inset;
	-webkit-box-shadow: #fff 0 0 1px 1px inset;
	-moz-box-shadow: #fff 0 0 1px 1px inset;
}
.link_btn-gray ul li.col12 {
	text-align: center;
}

@media screen and (max-width:768px) {
	.link_btn-gray ul li {
		margin-bottom: 10px;
	}
	.link_btn-gray ul li.col3:nth-last-child(2), .link_btn-gray ul li:last-child {
		margin-bottom: 0;
	}
	.link_btn-gray ul li.col12 {
		text-align: left;
	}
}



/*ボタンサイズ自由*/

.link_btn_free {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: calibri, 'Open Sans', sans-serif;
}

.link_btn_free ul {
	clear: both;
	overflow: hidden;
	zoom:1;
	margin-left: -2%;
}

.link_btn_free ul li {
	float: left;
	margin-left: 2%;
	list-style: none;
	font-size: 108%;
}

.link_btn_free ul li a:link,
.link_btn_free ul li a:visited,
.link_btn_free ul li a:hover,
.link_btn_free ul li a:active {
	display: block;
	padding: 12px 20px 12px 26px;
	border:1px solid #d5d5d5;
}

.link_btn_free ul li a:link,
.link_btn_free ul li a:visited {
	background: #ffffff url(/img/common/icon_arrow01.png) 12px center no-repeat;
}

.link_btn_free ul li a:hover,
.link_btn_free ul li a:active {
	background: #f2f8fe url(/img/common/icon_arrow01.png) 12px center no-repeat;
	box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
}

.link_btn_free + .link_btn_free {
	margin-top:-20px;
}


@media screen and (max-width: 738px) {
	.link_btn_free ul li {
		margin-bottom:10px;
	}

}



/*背景無し*/

.link_btn_w {
	clear: both;
	margin-bottom:40px;
	overflow: hidden;
}

.link_btn_w ul {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

.link_btn_w ul:first-child {
	margin-top:0;
}

.link_btn_w li {
	background-color: #fff;
	list-style: none;
}

.link_btn_w li a {
	display:block;
	padding-left: 15px;
	color: #333333;
	background:url(/img/common/icon_arrow01.png) left 6px no-repeat !important;
}



@media screen and (max-width: 738px) {
	.link_btn_w li {
		margin-bottom:10px;
	}
	
	.link_btn_w ul {
		margin-top:0 !important;
	}
}



/*色付きボタン（※フォーム部分で仕様）
---------------------------------------------------------- */

.form_btn {
	margin-bottom:40px;
	font-family: calibri, 'Open Sans', sans-serif;
}

.form_btn ul {
	clear: both;
	margin-top:10px;
	overflow: hidden;
	zoom:1;
}

.form_btn ul:first-child {
	margin-top:0;
}

.form_btn ul li {
	list-style: none;
	font-size: 108%;
	text-align: center;
}

.form_btn ul li a:link,
.form_btn ul li a:visited,
.form_btn ul li a:hover,
.form_btn ul li a:active {
	display: block;
	padding: 15px 12px;
	border-bottom:2px solid #002f8a;
	background: #0059af;
	color: #fff;
	text-decoration: none;
}

.form_btn ul li.form_btn_gray a:link,
.form_btn ul li.form_btn_gray a:visited,
.form_btn ul li.form_btn_gray a:hover,
.form_btn ul li.form_btn_gray a:active {
	border-bottom:2px solid #999999;
	background: #aaaaaa;
}

.form_btn + .form_btn {
	margin-top:-20px;
}


@media screen and (max-width: 738px) {
	.form_btn ul li {
		margin-bottom:10px;
	}

	.form_btn ul li:last-child,
	.form_btn ul li.col3:nth-last-child(2) {
		margin-bottom:0;
	}

}

/*関連リンク
---------------------------------------------------------- */

/*テキストリンク*/

.related_link_block {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
	font-family: calibri, 'Open Sans', sans-serif;
}

.related_link_block .ttl {
	margin-bottom:5px;
	font-size: 138.5%;
	line-height: 1.4;
	color: #005bac;
	font-weight: bold;
}

.related_link_block .page_name{
	padding: 10px;
	background-color: #1274cb;
	color: #ffffff;
	font-weight: bold;
	font-size: 108%;
}

.related_link_block ul li {
	list-style: none;
	font-size: 108%;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

.related_link_block ul li a:link,
.related_link_block ul li a:visited,
.related_link_block ul li a:hover,
.related_link_block ul li a:active {
	display: block;
	padding: 10px 10px 10px 26px;
	border-bottom:1px solid #d5d5d5;
}

.related_link_block ul li a:link,
.related_link_block ul li a:visited {
	background: #ffffff url(/img/common/icon_arrow01.png) 12px center no-repeat;
}

.related_link_block li a:hover,
.related_link_block li a:active {
	background: #f2f8fe url(/img/common/icon_arrow01.png) 12px center no-repeat;
	box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 1px 1px inset;
}


/*画像リンク*/

.related_img_block {
	margin-bottom:40px;
	padding: 10px;
	background-color: #f4f4f4;
}

.related_img_block .ttl {
	margin-bottom:5px;
	font-size: 138.5%;
	color: #005bac;
	font-weight: bold;
	font-family: calibri, 'Open Sans', sans-serif;
}

.related_img_block ul {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	zoom:1;
}

.related_img_block ul:first-child {
	margin-top:0;
}

.related_img_block ul li {
	list-style: none;
}

.related_img_block ul li a {
	display:block;
	border:1px solid #d5d5d5;
	overflow: hidden;
}

@media screen and (max-width: 738px) {
	.related_img_block ul li {
		margin-bottom:10px;
	}

	.related_img_block ul li:last-child {
		margin-bottom:0;
	}

	.related_img_block ul li img {
		width:100%;
	}
}


/*table
---------------------------------------------------------- */

.table_list,
.table_scroll {
	margin-bottom:40px;
}

/*firefox hac*/

@-moz-document url-prefix() {
	.table_list table {
		table-layout: fixed;
	}
}

.table_scroll {
	position: relative;
}

.table_list table,
.table_scroll table {
	border-collapse:collapse;
	font-size:93%;
}

.table_list th,
.table_scroll th {
	padding: 10px;
	background-color: #f4f4f4;
	border:1px solid #dddddd;
}

.table_list td,
.table_scroll td {
	padding: 10px;
	border:1px solid #dddddd;
}

.table_list td.table_indent,
.table_scroll td.table_indent {
	padding: 10px 10px 10px 20px;
}

.table_list td.table_indent02,
.table_scroll td.table_indent02 {
	padding: 10px 10px 10px 30px;
}

.table_scroll td.sub_th {
	background-color: #f4f4f4;
}

.table_scroll td.sub_th02 {
	background-color: #dbdbdb;
}

.table_list .bdr_none,
.table_scroll .bdr_none {
	border-right:0;
}

.table_list .bdl_none,
.table_scroll .bdl_none {
	border-left:0;
}

/*.table_list a,
.table_scroll a {
	display:block;
}*/

.table_list td.hogehoge:hover,
.table_scroll td.hogehoge:hover{
	background-color: #ff0000;
}

.table_list + .txt_indent_s,
.table_scroll + .txt_indent_s,
.table_list + .txt_indent_m,
.table_scroll + .txt_indent_m,
.table_list + .txt_indent_l,
.table_scroll + .txt_indent_l {
	margin-top: -25px;
}

.table_list table + p,
.table_scroll table + p {
	margin-top:5px;
}

/*padding狭く*/
.table_pd_s th {
	padding: 8px;
}

.table_pd_s td {
	padding: 8px;
}

.table_list.th_green th,.table_list.th_blue th{
	width:20%;
}

.table_list.th_green th{
	background-color:#ddfddc;
}
.table_list.th_blue th{
	background-color:#dcf5fd;
}



/*横スクロールver*/

@media screen and (max-width: 738px) {

	.table_scroll{
		overflow-x: scroll;
	}

	.table_scroll th {
		white-space:nowrap;
	}

	.table_scroll:after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		display: block;
		width: 0;
		height: 0;
		margin-top: -10px;
		border-top: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #005BAC;
		opacity: 1;
		-webkit-transition: opacity 800ms ease-in-out;
		   -moz-transition: opacity 800ms ease-in-out;
		    -ms-transition: opacity 800ms ease-in-out;
		     -o-transition: opacity 800ms ease-in-out;
		        transition: opacity 800ms ease-in-out;
		-webkit-animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		   -moz-animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		     -o-animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		        animation: table_scroll_arrow 500ms ease-in-out infinite alternate;
		pointer-events: none;
	}
	.table_scroll._scrolled:after {
		opacity: 0;
	}

}

@-webkit-keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}
@-o-keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}
@-moz-keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}
@keyframes table_scroll_arrow {
	from { right: 10px; }
	to { right: 15px; }
}

/*テキストリンク
---------------------------------------------------------- */

.link_txt {
	margin-bottom:40px;
}

.link_txt li {
	list-style: none;
	margin-bottom:3px;
	padding-left: 15px;
	background: url(/img/common/icon_arrow01.png) left 4px no-repeat;
}

.link_txt li img,
img.jump_link_icon,
.file-excel img,
.file-word img {
	margin:0 5px;
}

.link_txt ul {
	margin-top:5px;
}

.link_txt li ul li {
	padding-left: 12px;
	background: url(/img/common/icon_arrow02.gif) left 3px no-repeat;
}

.link_txt li ul li ul li{
	padding-left: 10px;
	background: url(/img/common/icon_arrow03.gif) left 3px no-repeat;
}

.link_txt li ul li ul li ul li{
	padding-left: 12px;
	background: url(/img/common/icon_arrow04.gif) left 3px no-repeat;
}

.link_txt li ul li ul li ul li ul li{
	padding-left: 12px;
	background: url(/img/common/icon_round01.gif) left 5px no-repeat;
}


/*anchor*/

.link_txt_anchor {
	clear: both;
	margin-bottom:40px;
	padding: 10px 0 10px 10px;
	background-color: #ededed;
	overflow: hidden;
	zoom:1;
}

.link_txt_anchor li {
	float: left;
	white-space:nowrap;
	list-style: none;
	margin:3px 20px 3px 0;
	padding-left: 15px;
	background: url(/img/common/icon_arrow06.png) left center no-repeat;
}

@media screen and (max-width: 738px) {
	.link_txt_anchor {
		padding: 10px 3%;
	}
	.link_txt_anchor li {
		white-space:normal;
		margin:3px 10px 3px 0;
	}
}

/*anchor nowrap*/

.link_txt_anchor_nowrap {
	clear: both;
	margin-bottom:40px;
	padding: 10px 0 10px 10px;
	background-color: #ededed;
	overflow: hidden;
	zoom:1;
}

.link_txt_anchor_nowrap li {
	list-style: none;
	margin:3px 0 3px 0;
	padding-left: 15px;
	background: url(/img/common/icon_arrow06.png) left center no-repeat;
}

@media screen and (max-width: 738px) {
	.link_txt_anchor_nowrap {
		padding: 10px 3%;
	}
	.link_txt_anchor_nowrap li {
		margin:3px 0;
	}
}


/*PDF DOWNLOAD
---------------------------------------------------------- */

.adobe_reader {
	clear: both;
	margin-bottom: 40px;
	padding: 15px;
	overflow: hidden;
	zoom:1;
	border:1px solid #dadada;
}

.adobe_reader div {
	float: left;
	width:158px;
	margin-right: 20px;
}

.adobe_reader p {
	overflow: hidden;
	zoom:1;
}

@media screen and (max-width: 738px) {
	.adobe_reader div {
		float:none;
		margin: 0 auto 15px;
	}
}


/*RSSボタン
---------------------------------------------------------- */
.btn_rss {
	margin-bottom: 10px;
	text-align: right;
}

/*tab
---------------------------------------------------------- */

.tab_block {
	width: 700px;
}

.tab_block ul {
	clear: both;
	overflow: hidden;
	zoom:1;
}

.tab_block ul li, .tab_block_b ul li, .tab_block_c ul li{
	float: left;
	display:table;
	list-style: none;
	border:1px solid #dadada;
	text-align: center;
	line-height: 1.2;
}

.tab_block ul li a {
	padding: 8px 10px;
	display:table-cell;
	vertical-align: middle;
}

/*tab6*/

.tab_block ul.tab6 {
	width: 708px;
	margin-left: -8px;
}

.tab_block ul.tab6 li {
	width:108px;
	margin-left: 8px;

}

@media screen and (max-width: 738px) {
	.tab_block {
		width: 100%;
	}

	.tab_block ul.tab6 li {
		box-sizing:border-box;
	}
	.tab_block ul li:first-child {
		margin-top: 0;
	}

	.tab_block ul.tab6 {
		width: 100%;
		margin-left: 0;
	}

	.tab_block ul.tab6 li {
		width:100%;
		margin: 5px 0 0 0;
	}

	.tab_block ul.tab6 li a {
	    	padding: 4px 10px;
    		font-size: 0.8em;
	}
}

.tab_block_b {
  width: 700px
}

.tab_block_b ul {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

.tab_block_b ul li {
  float: left;
  display: table;
  list-style: none
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 0px;
border-top-right-radius: 10px;
}

.tab_block_b ul li a {
    padding: 10px 25px;
    display: table-cell;
    /* height: 20px; */
    vertical-align: middle;
    text-decoration:none;
}

.tab_block_b ul.tab6 {
    width: 708px;
    margin-left: -8px;
}

.tab_block_b ul.tab6 li {
    margin-left: 8px;
    margin-bottom: -1px;
    font-size: 14px;
    margin-top: 9px;
    border: 1px solid #aaaaaa;
    position: relative;
    display: table-cell;
    background-color: #f1f1f1;
    vertical-align: bottom;
    font-weight:bold;
}
.tab_block_b ul.tab6 li:first-child {
    margin-left: 8px;
    z-index: 100;
    position: relative;
    top: 0px;
}
.tab_block_b ul.tab6 li:nth-child(2){
    margin-left: -8px;
    z-index:95;
}
.tab_block_b ul.tab6 li:nth-child(3){
    margin-left: -8px;
    z-index:90;
}
.tab_block_b ul.tab6 li:nth-child(4){
    margin-left: -8px;
    z-index:85;
}
.tab_block_b ul.tab6 li:nth-child(5){
    margin-left: -8px;
    z-index:80;
}
.tab_block_b ul.tab6 li:nth-child(6){
    margin-left: -8px;
    z-index:75;
}
.tab_block_b ul.tab6 li:nth-child(7){
    margin-left: -8px;
    z-index:70;
}
.tab_block_b ul.tab6 li:nth-child(8){
    margin-left: -8px;
    z-index:65;
}
.tab_block_b ul.tab6 li:nth-child(9){
    margin-left: -8px;
    z-index:60;
}
.tab_block_b ul.tab6 li:nth-child(10){
    margin-left: -8px;
    z-index:55;
}

.tab_block_b ul.tab6 .current {
    background-color: #ffffff;
    /* color: #FFFFFF!important; */
    padding:15px 25px;
    display: table-cell;
    margin-top: 0px;
    z-index: 100!important;
    vertical-align: middle;
    border-bottom: 1px solid #FFF;
}
.tab_block_b ul.tab6:after {
    display: block;
    content: " ";
    position: relative;
    /* height: 1px; */
    /* top: 100%; */
    top: 51px;
    /* vertical-align: bottom; */
    border-top: 1px solid #aaaaaa;
    z-index: 99;
}
@media screen and (max-width:768px) {
  .tab_block_b {
    width: 100%
  }
  .tab_block_b ul li {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .tab_block_b ul li:first-child {
    margin-top: 0;
    margin-left:0;
  }
.tab_block_b ul.tab6 li:first-child {
    margin-top: 0;
    margin-left:0;
}
.tab_block_b ul.tab6 li:nth-child(2){
    margin-top: 0;
    margin-left:0;
    z-index:95;
}
.tab_block_b ul.tab6 li:nth-child(3){
    margin-top: 0;
    margin-left:0;
    z-index:90;
}
.tab_block_b ul.tab6 li:nth-child(4){
    margin-top: 0;
    margin-left:0;
    z-index:85;
}
.tab_block_b ul.tab6 li:nth-child(5){
    margin-top: 0;
    margin-left:0;
    z-index:80;
}
.tab_block_b ul.tab6 li:nth-child(6){
    margin-top: 0;
    margin-left:0;
    z-index:75;
}
.tab_block_b ul.tab6 li:nth-child(7){
    margin-top: 0;
    margin-left:0;
    z-index:70;
}
.tab_block_b ul.tab6 li:nth-child(8){
    margin-top: 0;
    margin-left:0;
    z-index:65;
}
.tab_block_b ul.tab6 li:nth-child(9){
    margin-top: 0;
    margin-left:0;
    z-index:60;
}
.tab_block_b ul.tab6 li:nth-child(10){
    margin-top: 0;
    margin-left:0;
    z-index:55;
}

  .tab_block_b ul.tab6 {
    width: 100%;
    margin-left: 0;
    border-bottom: 0px solid #dadada;
  }
  .tab_block_b ul.tab6 li {
    box-sizing: border-box;
    width: calc(49% - 2px);
    display: table;
    margin: 3px;
    font-size: 14px;
  }
  .tab_block_b ul.tab6 .current {
    padding: 7px 3px;
    display: table;
    font-size: 14px;
    border-bottom: 1px solid #aaaaaa;
  }
  .tab_block_b ul.tab6:after {
    display: block;
    content: "";
    position: relative;
    /* height: 1px; */
    /* top: 100%; */
    top: 51px;
    /* vertical-align: bottom; */
    border-top: 0px solid #aaaaaa;
    z-index: 99;
  }
}

.tab_block_c {
  width: 700px;
  display: table;
  margin-bottom: 20px;
}

.tab_block_c ul {
  clear: both
}

.tab_block_c ul li {
  float: left;
  display: table;
  list-style: none
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
}

.tab_block_c ul li a {
    padding: 10px 25px;
    display: table-cell;
    /* height: 20px; */
    vertical-align: middle;
    text-decoration:none;
}

.tab_block_c ul.tab6 {
    width: 708px;
    margin-left: -8px;
}

.tab_block_c ul.tab6 li {
    margin-left: 8px;
    margin-bottom: -1px;
    margin-top: 0px;
    border: 1px solid #aaaaaa;
    position: relative;
    display: table-cell;
    background-color: #f1f1f1;
    vertical-align: bottom;
    font-weight: bold;
}
.tab_block_c ul.tab6 li:first-child {
    margin-left: 8px;
    z-index: 100;
    position: relative;
}
.tab_block_c ul.tab6 li:nth-child(2){
    margin-left: -8px;
    z-index:95;
}
.tab_block_c ul.tab6 li:nth-child(3){
    margin-left: -8px;
    z-index:90;
}
.tab_block_c ul.tab6 li:nth-child(4){
    margin-left: -8px;
    z-index:85;
}
.tab_block_c ul.tab6 li:nth-child(5){
    margin-left: -8px;
    z-index:80;
}
.tab_block_c ul.tab6 li:nth-child(6){
    margin-left: -8px;
    z-index:75;
}
.tab_block_c ul.tab6 li:nth-child(7){
    margin-left: -8px;
    z-index:70;
}
.tab_block_c ul.tab6 li:nth-child(8){
    margin-left: -8px;
    z-index:65;
}
.tab_block_c ul.tab6 li:nth-child(9){
    margin-left: -8px;
    z-index:60;
}
.tab_block_c ul.tab6 li:nth-child(10){
    margin-left: -8px;
    z-index:55;
}

.tab_block_c ul.tab6 .current {
    background-color: #ffffff;
    /* color: #FFFFFF!important; */
    padding: 15px 25px;
    display: table-cell;
    margin-top: 0px;
    top: -1px;
    z-index: 100!important;
    vertical-align: middle;
    border-top: 1px solid #FFF;
}
.tab_block_c ul.tab6:after {
    display: block;
    content: " ";
    position: relative;
    /* height: 1px; */
    /* top: 100%; */
    /* top: 51px; */
    /* vertical-align: bottom; */
    border-top: 1px solid #aaaaaa;
    z-index: 99;
}
@media screen and (max-width:768px) {
  .tab_block_c {
    width: 100%
  }
  .tab_block_c ul li {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  }
  .tab_block_c ul li:first-child {
    margin-top: 0
  }
.tab_block_c ul.tab6 li:first-child {
    margin-top: 0;
    margin-left:0;
}
.tab_block_c ul.tab6 li:nth-child(2){
    margin-top: 0;
    margin-left:0;
    z-index:95;
}
.tab_block_c ul.tab6 li:nth-child(3){
    margin-top: 0;
    margin-left:0;
    z-index:90;
}
.tab_block_c ul.tab6 li:nth-child(4){
    margin-top: 0;
    margin-left:0;
    z-index:85;
}
.tab_block_c ul.tab6 li:nth-child(5){
    margin-top: 0;
    margin-left:0;
    z-index:80;
}
.tab_block_c ul.tab6 li:nth-child(6){
    margin-top: 0;
    margin-left:0;
    z-index:75;
}
.tab_block_c ul.tab6 li:nth-child(7){
    margin-top: 0;
    margin-left:0;
    z-index:70;
}
.tab_block_c ul.tab6 li:nth-child(8){
    margin-top: 0;
    margin-left:0;
    z-index:65;
}
.tab_block_c ul.tab6 li:nth-child(9){
    margin-top: 0;
    margin-left:0;
    z-index:60;
}
.tab_block_c ul.tab6 li:nth-child(10){
    margin-top: 0;
    margin-left:0;
    z-index:55;
}
  .tab_block_c ul.tab6 {
    width: 100%;
    margin-left: 0;
    border-bottom: 0px solid #dadada;
  }
  .tab_block_c ul.tab6 li {
    box-sizing: border-box;
    width: calc(49% - 2px);
    display: table;
    margin: 3px;
    font-size: 14px;
  }
  .tab_block_c ul.tab6 .current {
    padding: 0px 3px;
    font-size:14px;
    display: table;
    top: 0px;
    border-top: 1px solid #aaaaaa;
  }
  .tab_block_c ul.tab6:after {
    display: block;
    content: "";
    position: relative;
    /* height: 1px; */
    /* top: 100%; */
    top: 51px;
    /* vertical-align: bottom; */
    border-top: 0px solid #aaaaaa;
    z-index: 99;
  }
}

/*htmlボタン
---------------------------------------------------------- */

.btn_area {
	text-align: center;
}

.btn_area li {
	list-style: none;
}

.btn_area li a {
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	border:1px solid #dadada;
	text-decoration: none;
}

.btn_area .btn_prev {
}

.btn_area .btn_next {
}


/*テキストインデント
---------------------------------------------------------- */

.txt_indent_s {
	margin: 0 0 40px 1em;
}

.txt_indent_s li {
	margin-top:5px;
	text-indent:-1em;
	list-style: none;
}

.txt_indent_m {
	margin: 0 0 40px 1.8em;
}

.txt_indent_m li {
	margin-top:5px;
	text-indent:-1.8em;
	list-style: none;
}

.txt_indent_l {
	margin: 0 0 40px 2.6em;
}

.txt_indent_l li {
	margin-top:5px;
	text-indent:-2.6em;
	list-style: none;
}


.txt_indent_s li:first-child,
.txt_indent_m li:first-child,
.txt_indent_l li:first-child {
	margin-top:0;
}


.txt_block p .txt_indent_s,
.txt_block p .txt_indent_m,
.txt_block p .txt_indent_l {
	margin-bottom:15px !important;
}

/*中間ページアイコン
---------------------------------------------------------- */
img.jump_link_icon {
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
	*display: inline;
}



/*ol
---------------------------------------------------------- */

ol.ol_A1a li:before{
	content: counter(number,upper-alpha)"．";
}

ol.ol_A1a li ol li:before{
	content: counter(number)"．";
}

ol.ol_A1a li ol li ol li:before{
	content: counter(number,lower-alpha)"．";
}
@media screen and (max-width:768px) {
  .topicpath {
    width: 94%;
    margin: 0 auto 5px;
    font-size: 78%;
  }
  h1 {
    font-size: 110%;
  }
  .ttl01, h1 {
    margin-bottom: 10px;
    /*border-top: 3px solid #005bac;*/
    /*border-bottom: 1px solid #dadada;*/
  }
  .tab_block ul li a {
    padding: 4px 10px;
    font-size: 0.8em;
    display: table-cell;
    vertical-align: middle;
  }
  .tab_block_b ul li a {
    padding: 7px 3px;
    margin: 0 auto;
    display: table-cell;
    font-size: 14px;
  }
  .tab_block_c	 ul li a {
    padding: 7px 3px;
    margin: 0 auto;
    display: table-cell;
    font-size: 14px;
  }
  .tab_block_b ul li span {
    padding: 7px 3px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
  }
  .tab_block_c	 ul li span {
    padding: 7px 3px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
  }
  .news_list {
    margin-bottom: 30px;
    font-size: 0.8em;
  }
  .news_list dl {
    padding: 10px 7px!important;
    cursor: pointer;
  }
  .news_list dd {
    font-size: 96%;
  }
}
.head_right{
    float: right;
    margin: -11px 0 0 0;
    font-size: 13px;
}
.head_right .top_area{
    float: right;
    width: 100%;
}
.head_right .bottom_area{
    float: right;
    width: 100%;
    margin: 4px 0 0px 0px;
}
.head_right .emecha_link{
    display: inline-block;
    float: right;
    line-height: 20px;
    min-height: 20px;
    padding: 0px 5px 0px 25px;
    font-weight: 700;
    font-size: 110%;
    font-weight: normal;
    background: url(/img/common/icon_arrow02.png) 12px 4px no-repeat;
}
#header .head_right #choose_region {
    float: right;
    line-height: 20px;
    min-height: 20px;
    padding: 0px 10px 0px 20px;
    /* background: url(/img/common/hd_icon_earth.svg) left center no-repeat; */
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: normal;
    font-size: 115%;
}
#header .head_right #choose_region a {
    color: #333;
    display: inline-block;
    text-decoration: none;
    margin: 1px 0 0 0;
    display: inline-block;
}
.head_right .search_link {
    display: inline-block;
    float: right;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    margin-left: 16px;
    padding-left: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: url(/img/common/ico_search.png) left no-repeat;
    cursor: pointer;
    font-weight: normal;
}
#printer_svg{
	width:20px;
	height:20px;
}
.head_right .printer_link {
    display: inline-block;
    float: right;
    padding: 0px 0px 0px 15px;
    font-weight: 700;
    font-size: 90%;
    font-weight: normal;
}
.head_right .printer_link a{
    display: block;
    height: 100%;
    padding: 1px 0px 1px 5px;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    border: 0px solid #0056B9;
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.head_right .printer_link a:hover{
    background:#eef7ff;
}
.head_right .fontsize_link {
    display: inline-block;
    float: right;
    line-height: 17px;
    min-height: 17px;
    padding: 1px 5px 0px 15px;
    font-weight: 700;
    font-size: 110%;
    font-weight: normal;
}
.head_right .fontsize_link span{
    margin: 0;
    display: inline-block;
    line-height: 18px;
    color: #333333;
    position: relative;
    top: 2px;
    font-size: 13px;
    margin: 0 5px 0 0;
}
.head_right .fontsize_link .btn-s{
    display: inline-block;
    width: 27px;
    height: 100%;
    font-size: 90%;
    margin:0 0 0 3px;
    text-decoration: none;
    background:#fff;
    border:2px solid #0056b9;
    text-align:center;
    color:#0056b9;
    font-weight:bold;
    border-top-left-radius:50px;
    -webkit-border-top-left-radius:50px;
    -moz-border-radius-topleft:50px;
    border-bottom-left-radius:50px;
    -webkit-border-bottom-left-radius:50px;
    -moz-border	-radius-bottomleft:50px;
}
.head_right .fontsize_link .btn-m{
    display: inline-block;
    width: 27px;
    height: 100%;
    font-size: 90%;
    margin:0 0 0 3px;
    text-decoration: none;
    background:#fff;
    border:2px solid #0056b9;
    text-align:center;
    color:#0056b9;
    font-weight:bold;
    border-top-right-radius:50px;
    -webkit-border-top-right-radius:50px;
    -moz-border-radius-topright:50px;
    border-bottom-right-radius:50px;
    -webkit-border-bottom-right-radius:50px;
    -moz-border-radius-bottomright:50px;
}
.head_right .fontsize_link .btn-s.current,
.head_right .fontsize_link .btn-m.current{
    background:#0056B9;
    color:#fff;
}
.head_right .fontsize_link .btn-s{
    font-size: 10px;
    vertical-align: top;
}
.head_right .fontsize_link .btn-m{
    font-size: 16px;
    vertical-align: top;
}
#top_slide img{
  width: 100% !important;
}


/*画像＋１テキストリンクボックス追加*/
.linkbox1t.ttl3_block {
	margin-bottom: 20px;
}
.linkbox1t .ttl_box {
	background-color: #fff;
}
.linkbox1t .ttl_box .txt {
	padding: 5px 3px;
}
.linkbox1t .ttl_box .txt p {
	color: #333;
	background: url(/img/common/icon_arrow02.png) right 5px bottom 50% no-repeat;
	padding-right: 15px;
}
.linkbox1t .ttl_box a {
	text-decoration: none;
}
.linkbox1t .ttl_box a:hover {
	opacity: 0.8;
}

.linkbox1t.clm1 .ttl_box a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.linkbox1t.clm1 .ttl_box a > img {
	width: 32%;
}
.linkbox1t.clm1 .ttl_box .txt {
	width: 100%;
	padding-left: 5%;
}
@media screen and (max-width:768px) {
	.linkbox1t.clm1 .ttl_box a {
		display: block;
	}
	.linkbox1t.clm1 .ttl_box a > img {
		width: 100%;
	}
	
	.linkbox1t.clm1 .ttl_box .txt {
		box-sizing: border-box;
		padding: 5px 3px;
	}
	.linkbox1t.ttl3_block {
		margin-bottom: 0!important;
	}
	
}

@media screen and (max-width:416px) {
  .tab_block_b ul.tab6 .current {
    padding: 0px 3px;
    display: table;
    font-size: 14px;
    border-bottom: 1px solid #aaaaaa;
  }
}
