@charset "UTF-8";

html {}

body {
  margin: 0 auto;
  text-align: center;
  font-family: 'BIZ UDPGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 90%;
  color: #000;
  min-width: 1000px;
  line-height:1.5;
}



a:link,a:visited {
  color: #0077AA;
  text-decoration: none;
}

/*
a:visited {
  color: #1a0dab;
}
*/

a:hover {
  color: #e4084b;
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


#pageNavigation {
  display: none;
}

#mainTitle,
#navigationTitle {
  display: none;
}

body {
	background:url(../images/back.jpg) no-repeat center 0;
	/*background-attachment:fixed;*/
}


h1 {
	text-indent:-99999px;
	background:url(../images/h1.png) no-repeat;
	width:680px;
	height:80px;
	margin-top:50px;
}

	h1 a {
		display:block;
		width:680px;
		height:80px;
		overflow:hidden;
	}
	
	.sec h1 {
		margin-top:0;
	}

.catch {
	text-indent:-99999px;
	background:url(../images/catch.png) no-repeat;
	width:680px;
	height:83px;
	margin-top:50px;
	margin-bottom:50px;
}


header {
  position:fixed;
  top:0;
  left:0;
  right:0;
	background: rgba(255,255,255,0.8);
	z-index:10;
}

body.is-fixed header {
	background:white;
}

#header {
 width: 1050px;
  text-align: left;
  margin: 0 auto;
}

.logo {
  float: left;
}

#headerRight {
  float: right;
  text-align: right;
  height: 70px;
  line-height: 70px;
}

/*ヘッダー右下リンク*/

#header_link {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 80%;
  float: left;
  font-weight: bold;
}

#header_link li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
}

#header_link li a {
  display: block;
  height: 70px;
  text-align: center;
  color: #00529F;
  line-height: 70px;
  background: url(../images/icon.gif) no-repeat 0 center;
  padding-left: 12px;
}

#header_link li a:hover {
  text-decoration: none;
  color: black;
}



/*検索*/

#search {
  padding: 0;
  margin-top: 20px;
  float: right;
  width: 250px;
}


.gsc-search-box td {
  border: 0;
}

#search .cse #search .gsc-control-cse,
#search .gsc-control-cse {
  padding: 0;
  margin: 0;
  border: 0;
}

#search input.gsc-search-button,
#search input.gsc-search-button:hover,
#search input.gsc-search-button:focus {
  border-color: #008BD5;
  background-color: #008BD5;
  background-image: none;
  padding: 6px 10px;
}

#search input.gsc-input,
#search .gsc-input-box,
#search .gsc-input-box-hover,
#search .gsc-input-box-focus {
  border: solid 1px #008BD5;
  border-radius: 3px
}

#search td {
  padding: 0;
  max-height: 27px!important;
  height: 100%;
}


/*menu*/

#menu {
  list-style-type: none;
  width: 1050px;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  clear: both;
  position: relative;
  background: #008BD5;
  font-size: 12px;
  z-index: 2;
}

#menu li {
  float: left;
  position: relative;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 45px;
  height: 45px;
  width: calc((100% / 5));
}

#menu li a:link,
#menu li a:visited {
  display: block;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #008BD5;
  border-right: solid 1px #66C4D0;
}

#menu li:last-child a:link {
  border-right: 0;
}



#menu li a:hover,
#menu li.act {
  background: #66C4D0;
  color: white;
}

#menu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  width: 100%;
}

#menu li ul li {
  border-right: 0px;
  overflow: hidden;
  /*width: 100%;*/
  width: 262px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  line-height: 1.2;
  width: 100%;
}

#menu li ul li a {
  padding: 10px 6px;
  background: #008BD5;
  text-align: left;
  font-weight: normal;
  font-size: 90%;
}

#menu li:hover > a {
  background: #66C4D0;
  color: white;
}

#menu > li:hover > a {
  border-radius: 3px 3px 0 0;
}

#menu li:hover ul li {
  overflow: visible;
  min-height: 32px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#menu li:hover ul li.sec {
  min-height: 45px;
}

#menu li:hover ul li:first-child {
  border-top: 0;
}

#menu li:hover ul li:last-child {
  border-bottom: 0;
}

#menu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}


/**
 * menu
 */

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}



/**
 * multi menu
 */
#menu > .menu__multi {
  position: relative;
}

#menu .menu__multi .menu__second-level {
  position: absolute;
  top: 45px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#menu .menu__multi:hover .menu__second-level {
  top: 45px;
  visibility: visible;
  opacity: 1;
}

#menu .menu__multi .menu__second-level li {
  position: relative;
}

#menu .menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #111;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

#menu .menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
}

#menu .menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
}

#menu .menu__multi .menu__second-level li .menu__third-level li:hover {
  background: #2a1f1f;
}

#menu .menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #2a1f1f;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}

#menu .menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level {
  visibility: visible;
  opacity: 1;
}

.init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* パンくずリスト */

#cate {
  text-align: left;
  font-size: 90%;
  padding: 0 0 15px 10px;
}

#cate a {
  color: #808080;
}



/* main */


.contents_box {
	background: rgba(255,255,255,0.8);
	padding:1em;
	overflow:hidden;
}


#contents {
  margin: 0 auto;
  width: 1050px;
	padding-top:130px;
  text-align: left;
  overflow: hidden;
	background:none;
}


/*footer*/

#footer {
  background: #F2F2F2;
  margin: 10px 0;
  padding: 0;
  clear: both;
  min-height: 220px;
  width: 100%;
  min-width: 980px;
}

#footer_warap {
  width: 980px;
  margin: 0 auto;
}

#footer_banner {
  margin: 0 auto;
  display: table;
  padding-top: 20px;
}

#footer_banner ul {
  display: table-row;
}

#footer_banner ul li {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
}


#policy {
  zoom: 1;
  clear: both;
  display: table;
  margin: 0 auto;
  font-size: 80%;
  padding: 30px 0 10px;
}

#policy ul {
  display: table-row;
}

#policy ul li {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  border-right: solid 1px #CCC;
}

#policy ul li.last {
  border: none;
}

#policy a:link,
#policy a:visited {
  display: block;
  color: #808080;
  text-decoration: none;
}

#policy a:hover {
  text-decoration: underline;
}

#copy {
  margin: 0;
  color: #808080;
  letter-spacing: 0.1em;
  clear: both;
}


/*-----------------------------
　文字
------------------------------*/

#list {
  margin: 1em;
}

#list li {
  background: url(../images/icon.gif) no-repeat center left;
  padding: 5px 5px 5px 20px;
  border-bottom: dashed 1px #ccc;
}

#list li a {
  display: block;
  line-height: 2em;
}


.flexbox_wap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.mark {
	flex-direction : row-reverse;
}



/*-----------------------------
　サイトマップ
------------------------------*/

.sitemap {}

.sitemap li {
  margin-top: 1em;
  padding: 10px 5px 5px 20px;
  border-bottom: dashed 1px #ccc;
}

.sitemap li ul {
  margin-left: 1em;
}

.sitemap li ul li {
  margin-top: 0;
  background: url(../images/icon.gif) no-repeat 0 center;
  border-bottom: none;
  padding-top: 5px;
  padding-left: 12px;
}


/*-----------------------------
　お知らせ
------------------------------*/
#news,
#main_content {
  margin: 1em;
}

#news dt {
  float: left;
  width: 8em;
  clear: both;
}

#news dd {
  overflow: hidden;
  margin-bottom: 0.5em;
  margin-left: 8em;
}

/*#news dd.event {
			background:url(../images/icon_event.gif) no-repeat center left;
			padding-left:80px;
		}
		
		#news dd.up {
			background:url(../images/icon_updata.gif) no-repeat center left;
			padding-left:80px;
		}*/

/* news-icon 201807add */
#news .txt {
  margin-left: 6em;
}

.tag_news {
  background: #269cdb;
}

.tag_event {
  background: #FF7A33;
}

.tag_news,
.tag_event {
  float: left;
  display: inline-block;
  width: 4.5em;
  padding: 1px 10px;
  color: #FFF;
  font-size: 9px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, .1);
}

#news dd.koubo {
  background: url(../images/icon_koubo.gif) no-repeat center left;
  padding-left: 80px;
}

#news dd.net {
  background: url(../images/icon_net.gif) no-repeat center left;
  padding-left: 80px;
}

#news dd.other {
  background: url(../images/icon_other.gif) no-repeat center left;
  padding-left: 80px;
}

.Pdf {
  background: url(../images/icon_pdf.gif) no-repeat 99% center;
  padding-right: 25px;
}

.link_blank {
  background: url(../images/icn_blnk.svg) no-repeat 99% center;
  padding-right: 16px;
}

/* 20140729追加 */
.komidashi {
  margin: 1em 0 0.5em 0;
}

.komidashi span {
  border: 1px solid #008BD5;
  padding: 2px 5px;
}

/* 201704追加 */
h2.midashi {
  padding: 10px;
  border: 1px solid #C2C2C3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.2em;
}

h2.midashi span {
  padding-left: 10px;
  border-left: 5px solid #C10101;
}


.disc li {
  list-style: disc;
}

.topnewsttl {
  border: 1px solid #C7C7C7;
  padding: 10px 10px 5px;
  border-radius: 3px;
}

.topnewsttl span {
  display: block;
  font-size: 80%;
  color: #D4D5D5;
}


.photo2 {
    margin: 0 0 0 3em;
}
.photo2 {
    width: 220px;
    float: right;
    margin: 1em 0 0 1em;
    text-align: right;
}

/* pagetop */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 80%;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
}

#page-top a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
	background: #00529f;
  color: #fff;
  opacity: 0.9;
  border-radius: 50%;

}

/* #page-top a::after {
  content: url(../images/pagetop.svg);
  position: absolute;
  top: 0;
  left: 0;
} */

#page-top a span{
  position: absolute;
  font-size: 0px;
  bottom: 8px;
  left: 8px;
}

