@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(img/bg_00.png);
	background-repeat: repeat;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
img {
	max-width:100%;
}
/*header css-----------------*/
.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	line-height: 1;
	z-index: 999;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0px;

}
#global-nav ul li {
	display: inline-block;
}
#global-nav ul li a {
}
 
/* Fixed */
#top-head.fixed  a {
    color: #123454;
}
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    color: #123454;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 16px;
    color: #123454;
}
#top-head.fixed #global-nav ul li a {
    color: #123454;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*--------------------------------------------*/
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  width: 90px;
  height: 90px;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.logo a {
	font-size: 28px;
}
.logo.img {
	text-align: center;
	padding-top: 100px;
}
.slogan {
	text-align: center;
	margin-top: 30px;
	font-size: 38px;
	color: #FFF;
}
.slogan_s {
	width: 800px;
	text-align: left;
	font-size: 20px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}




#header {
	background-image: url(img/bg_img_01.png);
	background-repeat: no-repeat;
	background-position: center top 80px;
 background-attachment : fixed;
	height: 650px;
	margin-top: 0px;

}

#header_saiyou {
	background-image: url(img/bg_img_01.png);
	background-repeat: no-repeat;
	background-position: center top 80px;
 background-attachment : fixed;
	height: 450px;
	margin-top: 0px;

}

header {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header .logo {
}
.h_menu {
	color: #123454;
	font-weight: bold;
	text-align: center;
}
.h_menu p {
	margin-top: 15px;
	margin-bottom: 0px;
}
.h_menu p span {
	font-size: 28px;
	color: #fefefe;
}
.h_menu li {
	display: inline-block;
	list-style-type: none;
}
header h1 {
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
#main {
	margin-top: 10px;
	margin-bottom: 50px;
}
.contents {
	width: 1000px;
	margin: auto;
}
.con_mbox {
	float: left;
	width: 50%;
}
.con_newsbox {
	clear : both;
	width: 50%;
}
.con_box {
	clear: both;
	margin-bottom: 60px;
}
.con_mbox h2 {
	text-align: center;
	margin: 0px;
}
.con_mbox p {
	padding-right: 20px;
	padding-left: 20px;
}
.hds_about {
	margin-top: 90px;
 background-color:rgba(255,255,255,.7);
}
.use {
	margin-top: 40px;
 background-color:rgba(255,255,255,.7);
}
.img_bg02 {
	height: 650px;
	background-image: url(img/bg_img_02.png);
	background-repeat: no-repeat;
	background-position: center;
 background-attachment : fixed;
	margin-bottom: 30px;
}
.ep {
	margin-top: 30px;
}
.con_sbox {
	float: left;
	width: 33%;
	line-height: 24px;
}
.con_sbox li {
	font-size: 14px;
	list-style-type: none;
}
.con_sbox p {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.con_sbox h3 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.con_mbox .fb {
	margin: auto;
	width: 480px;
	background-color:rgba(255,255,255,.7);
	height: 690px;
	border-radius: 20px;
	text-align: center;
}
.fb h3 {
	font-size: 28px;
	color: #00479d;
	text-align: center;
}
#news dt {
	display: block;
	margin: 0px;
	float: left;
	width: 20%;
}
#news dd {
	display: block;
	float: left;
	width: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#news dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#news .clear {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.news_box {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
 background-color:rgba(255,255,255,.7);
}
.news_box_tushin {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left : 10px;margin-right : 10px;
	padding: 20px;
 background-color:rgba(255,255,255,.7);
}
.jouhou_box {
	width:800px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
 background-color:rgba(255,255,255,.7);
}
#footer {
	height: 750px;
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(img/bg_img03.png);
}
footer {
	margin: auto;
	width: 1000px;
}
.f_about {
	float: right;
	width: 45%;
	padding-left: 5%;
	padding-top: 50px;
}
.f_about li {
	list-style-type: none;
	color: #FFF;
}
.g_map {
	width: 50%;
	float: right;
	height: 400px;
	background-color: #AAA;
	margin-top: 50px;
	text-align: center;
	vertical-align: middle;
}
.cp {
	background-color: #0E253C;
	font-size: 14px;
	line-height: 55px;
	height: 55px;
	text-align: center;
	color: #FFF;
	margin-top: 145px;
}
.con_mbox.img {
	text-align: center;
}
.con_mbox.img img {
	margin-bottom: 10px;
}
.con_mbox.hds {
	margin-top: 20px;
}
.con_mbox.hds h2 {
	text-align: left;
	color: #193b79;
	font-weight: bold;
}
.con_mbox.hds p strong {
	color: #193b79;
}
.con_mbox.hds li strong {
	color: #193b79;
	display: inline-block;
}
.con_mbox.hds li {
	list-style-type: none;
	line-height: 24px;
}
.con_mbox.img {
	width: 40%;
}
.con_mbox.hds {
	width: 60%;
}
.p_none {
	display: none;
}
.bd_le {
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
.bd_ri {
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

#top-head.fixed .bd_le {
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #123454;
}
#top-head.fixed .bd_ri {
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #123454;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #123454;
}
.fl {
	display: block;
	margin: 0px;
	float: left;
}

.con_otoiawasebox {
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	padding-top: 30px;
 width: 100%;
}

.con_newsbox2 {
	clear : both;
	width: 80%;
}


.video-wrap {
  position:  fixed;
  width: 100%;
  z-index: -2;
}
.credit{
  position: absolute;
  right:15px;
  top: 15px;
  z-index: 1;
  color: #fff;
  font-size: 10px;
}

.contents2 {
	width: 1000px;
	margin: auto;
	background-image:url(img/bg_00.png);
	background-repeat: repeat;
}

.contents3 {
	width: 800px;
	margin: auto;
	background-image:url(img/bg_00.png);
	background-repeat: repeat;
}

