/* =======================================================
*
* 	共通 CSS
*
* ======================================================= */

*{
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	position: relative;
	font-size: 100%;
}
body {
	margin: 0;
	height: 100%;
	min-height: 100%;
	font-size: 14px;
	font-size: 1rem;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	line-height: 1.5;
	color: #2f2f2f;
	margin-bottom: 120px;
	background-color: #f7f7f7;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
body * {
	box-sizing: border-box;
}
p{
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
	list-style:none;
}
img {
	max-width:100%;
	border: 0;
	display:block;
}
table{
	margin:0;
	padding:0;
	border:0;
}
a{
	color: #2f2f2f;
	outline:none;
	text-decoration-skip-ink: none;
}
a.bl{
	color: #4996FF;
}
a:hover{
	color:#eb6100;
	text-decoration:none;
}
.txt_update{
	color:#F00;
}

.txt_indent {
	text-indent:1em;
}


/*---table---------------------------*/
.setsumeikai table{
	width:98%;
	margin:15px 0 15px 15px;
	border-top:#b5b5b5 1px solid;
	border-left:#b5b5b5 1px solid;
	word-break: break-all;
}
.setsumeikai table caption{
	text-align:left;
}
.setsumeikai table th,
.setsumeikai table td{
	padding:10px 5px;
	border-bottom:#b5b5b5 1px solid;
	border-right:#b5b5b5 1px solid;
}
.setsumeikai table th.ttltxt{
	text-align:center;
}
.setsumeikai table td.filedl{
	width:130px;
	text-align:center;
	white-space:nowrap;
}
.setsumeikai table td.filedl a img{
	width:101px;
	margin:0 auto 3px;
	transition: opacity 0.5s ;
	-webkit-transition: opacity 0.5s;
}
.setsumeikai table td.filedl a:hover img{
	opacity:0.6;
}
.setsumeikai table td.filed2{
	width:280px;
	text-align:center;
}
.setsumeikai table td.filed2 a img{
	width:101px;
	margin:0 auto 3px;
	transition: opacity 0.5s ;
	-webkit-transition: opacity 0.5s;
}
.setsumeikai table td.filed2 a:hover img{
	opacity:0.6;
}
.setsumeikai table a[href$=".pdf"] {
	padding-right:0;
	background:none;
}
.setsumeikai table .nowrap{
	white-space:nowrap;
	text-align:center;
}

.dltable {
	padding:5px;
}

/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* header */
header{
	width:100%;	
	margin:auto;
	background:#fff;
	float:left;
position: fixed;
top: 0;
  left: 0;

  z-index: 9999; /* 他の要素より上に表示させる */
}

header div.container{
	width:1000px;
	margin:auto;
	padding:10px 0 5px;
	position:relative;
}
header div.container h1{
	width:1000px;
	border-radius:4px;
	box-shadow:0px 0px 3px 2px #ededed;
}
header div.logo_nef{
	width:265px;
	margin:0 0 10px;
}

/*--nav--------------------------------*/
nav{
	width:100%;	
	height:53px;
	margin:auto;
	background:#FFF;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;

}

.containerCenter {
	width:1000px;
	margin:0px auto 7px;
	padding-top:0px;
}

nav ul {
	display:flex;
}

nav li {
	list-style: none;
	font-size:14px;
	font-weight:bold;
	background-image: url(../imgs2026/menu_line_bg.png);
	width:199px;
	height:53px;
	text-align:center;
	padding-top:15px;
}

nav ul li:nth-child(5) {
	list-style: none;
	font-size:14px;
	font-weight:bold;
	background-image: url(../imgs2026/menu_line_bg2.png);
	width:199px;
	height:53px;
	text-align:center;
	padding-top:15px;
}

nav li a {
	display:block;
	height:25px;
	padding-top:0px;
	transition: opacity 0.5s ;
	margin:auto;
	border-bottom: 3px solid rgba(255,255,255,0);
	transition:0.5s;
}

nav ul li:nth-child(1) a{
	width:60px;
}

nav ul li:nth-child(2) a{
	width:110px;
}

nav ul li:nth-child(3) a{
	width:110px;

}

nav ul li:nth-child(4) a{
	width:140px;
}

nav ul li:nth-child(5) a{
	width:110px;
}

nav li a:hover{
	opacity:0.8;
	transition:0.25s;
	color:#2f2f2f;
}

nav ul li:nth-child(1) a:hover,
#top header nav ul li:nth-child(1) a{
	border-bottom-color: #4caaf3;
}

nav ul li:nth-child(2) a:hover,
body.hojo header nav ul li:nth-child(2) a{
	border-bottom-color: #4caaf3;
}

nav ul li:nth-child(3) a:hover,
body.shuuryoujigyou header nav ul li:nth-child(3) a{
	border-bottom-color: #4caaf3;
}

nav ul li:nth-child(4) a:hover,
body.other header nav ul li:nth-child(4) a{
	border-bottom-color: #4caaf3;
}

nav ul li:nth-child(5) a:hover,
body.contact header nav ul li:nth-child(5) a{
	border-bottom-color: #4caaf3;
}

.currentpage {
	border-bottom-color: #4caaf3;
}

/*--footer--------------------------------*/
footer {
	width:100%;
	bottom: 0;
	height: 120px;
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 78%,rgba(225,225,225,1) 100%);
	border-top:#d2d2d2 1px solid;
}
footer div.container{
	width:1000px;
	margin:15px auto 0;
	overflow:hidden;
}

footer ul{
	float:right;
	margin-right:30px;
	display:table;
}
footer ul li{
	padding-right:10px;
	font-size:87.5%;
}
footer ul li::before{
	content:"> ";
}
.footer_copyright{
	width:100%;
	text-align:center;
	margin-top:0px;
	font-size:12px;
}

.footer_text_left {
	font-weight:bold;
}

/*--base--------------------------------*/

.contentarea {
	margin:190px auto 0px ;
	width:960px;
}

.centerText {
	text-align:center;

}

.nakakuro::before{
	content: "";
	border: 5px solid #2f2f2f;
	width: 8px;
	height: 8px;
	border-radius:50%;
	float: left;
	margin-right:5px;
	margin-top:6px;
}

div.content table a[href$=".pdf"] {
	padding-right:0;
	background:none;
}

/*--top--------------------------------*/

.topmaintext {
	width:960px;
	font-weight:bold;
	padding-top:50px;
}

.topbtn {

	margin-bottom:80px;
}

.topbtn h1 {
	margin-top:60px;
	margin-bottom:20px;

}

.topbtn ul{
	display:flex;
}
.topbtn ul li{
	list-style: none;
	padding:5px;
}

.topicsnews {
	margin-top:40px;
}

.topsubbox {
	border:#63a8fd 1px solid;
	border-top:#fff 0px solid;
width:406px;
height:192px;
	padding:20px;
}

.topsubbtn {
	width:174px;
	margin:20px auto;
}

.topsubcol {
	float:left;
	width:408px;
	margin:20px 33px;
}

.topsubarea {
	margin-top:80px;
	padding-bottom:60px;
}

/* hojo */

.hojo {
	width:1000px;
	margin:auto;
}
.hojoclm {
	margin-top:40px;
}



.nonlink {
	position: relative;
	display: block;
	padding: 10px 15px 10px 10px;
	border-bottom: 1px solid #ccc;
}
.nonlink::before,
.nonlink::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}

.nonlink::before {
	margin-top: -4px;
	transform: rotate(45deg);
}
.nonlink::after {
	margin-top: 3px;
	transform: rotate(-45deg);
}

