@charset "UTF-8";
*{
  margin : 0px;
  padding : 0px;
}
* html body{
  font-size : 1em;
}
body{
  font-family : Meiryo,Arial,Verdana;
  line-height : 1.5em;
  background-attachment : fixed;
  text-align : center;
  font-size : 1em;
}
div#page{
  background-color : white;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
  border : 1px solid gray;
  width : 100%;
}
div#menu{
  width : 100%;
  text-align:center;
  background-color : #000040;
}
ul#main{
  list-style-type : none;
  font-size : large;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul#main li{
  line-height : 320%;
  margin-left : 10px;
  margin-right : 10px;
}
ul#main li a{
  color : white;
  width : 100%;
  display : block;
  padding : 0px 10px 0px 10px;
}
ul#main li a:hover{
  background-color : #8080ff;
}
div#video{
  max-width: 750px;
  margin-left : auto;
  margin-right : auto;
}
video{
  display: block;
}
hr{
  clear : both;
  display : none;
}
div#sub-big{
  overflow: hidden;
  width : 100%;
  background-color : #e3f3ff;
}
div#sub-small{
  width : 80%;
  margin-left : auto;
  margin-right : auto;
  padding : 15px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
div.contents{
  display : -webkit-flex;
  display : flex;
  -ms-flex-wrap: wrap;
  flex-wrap : wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width : 280px;
  height : 120px;
  margin-top : 10px;
  margin-bottom : 10px;
  font-size : large;
  border : 1px solid gray;
  background : white;
  box-shadow : 3px 3px 7px gray;
  background-color : white;
  position:relative;
}
div.contents a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
div.contents a:hover{
  box-shadow: 5px 5px 5px blue;
  color : blue;
}
div.contents span{
  text-align : center;
  margin-left : 7px;
  margin-right : 10px;
  line-height: 1.5em;
}
div#news{
  background-image : url(../img/background_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width : 100%;
}
div#information{
  width : 82%;
  margin-top : 30px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  background-color : white;
  opacity: 0.9;
}
dl#topics{
  margin : 10px 30px 0px 30px;
  padding : 0px 15px 40px 15px;
}
dl#topics dt{
  padding : 15px 0px 10px 10px;
  float : left;
  width : 170px;
}
dl#topics dd{
  padding : 15px 10px 10px 0px;
  border-bottom : 1px solid #e4d6a7;
  background-color : white;
}
div#banner{
  overflow: hidden;
  width : 80%;
  margin-left : auto;
  margin-right : auto;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
div#banner img{
  margin-top : 10px;
  margin-bottom : 10px;
}
div#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
div#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
div#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
div#footer{
  width : 100%;
}
ul#sitemap{
  background-image : url(../img/background_02.gif);
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type : none;
  text-align : center;
  border-top : 1px solid gray;
  border-bottom : 1px solid gray;
}
ul#sitemap li{
  margin-left : 5px;
  margin-right : 5px;
  padding : 10px;
}
div#address{
  padding : 7px;
  background-color : #e8ffff;
}
div#address p{
  text-align : center;
}
ul#day{
  list-style-type : none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul#day li{
  margin-left : 10px;
  margin-right : 10px;
}
span.transform{
  text-transform : uppercase;
}
div#copyright{
  width : 100%;
  font-size : 0.9em;
  padding-top : 7px;
  padding-bottom : 7px;
  color : white;
  background-color : #000040;
  text-align : center;
}
h2{
  font-style : normal;
  text-decoration : none;
  padding : 30px 15px 10px 30px;
}
h3{
  text-decoration : none;
}
img{
  border-style:none;
  vertical-align:top;
  max-width: 100%;
  height: auto;
}
a{
  text-decoration : none;
  color : #0160a5;
}
a:hover{
  color : #e8378b;
}
a.underline{
  text-decoration : underline;
}
strong{
  font-weight : normal;
  font-style : normal;
}
em{
  font-weight : normal;
  font-style : normal;
}
td.nowrap{
  white-space : nowrap;
}
div#header{
  overflow: hidden;
  width : 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-line-pack: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div#head-l{
  padding-left : 10px;
  width : 35%;
}
div#head-l h1{
  display : none;
  font-size : x-small;
}
p.info a{
  padding : 10px;
  background-color : red;
  color : white;
}
p.info a:hover{
  background-color : yellow;
  color : red;
}
div#head-r{
  margin : 15px 10px 0px 0px;
  width : 30%;
}
div#head-r p{
  margin : 0px;
  padding-left : 15px;
}
div#head-r table th{
  border: 0px none;
  margin : 0px;
}
div#head-r table td{
  border: 0px none;
  margin : 0px;
  padding : 2px;
}