@charset "utf-8";
/* CSS Document */
/*--hyoka01.html¥ì¥¤¥¢¥¦¥È×°ï—--*/
body {
  display: block;
  margin: 0px;
  font-family: "ÓÎ¥´¥·¥Ã¥¯", "Yu Gothic";
}
.head {
  background-color: #005d9d;
  padding: 5px;
  vertical-align: middle;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.head-ttl {
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}
/*--hyoka01.html¥ì¥¤¥¢¥¦¥È×°ï—¤³¤³¤Þ¤Ç--*/
/*--hyoka02.html¥ì¥¤¥¢¥¦¥È×°ï—¤³¤³¤«¤é--*/
.side-nav ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  font-size: 14px;
}
.side-nav ul li.nav-ttl-b {
  font-weight: 600;
  padding: 15px 5px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #000;
  border-left: 7px solid #6495ed;
}
.side-nav ul li.nav-ttl-g {
  font-weight: 600;
  padding: 15px 5px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #000;
  border-left: 7px solid #20b2aa;
}
.side-nav ul li {
  border-bottom: 1px solid #ccc;
}
.side-nav ul li a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
  line-height: 1.5em;
  background-color: #f0f8ff;
  font-weight: 500;
}
.side-nav ul li a:hover {
  background-color: #00adaa;
  color: #fff;
}
.side-nav ul li.bold-link a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
  line-height: 1.5em;
  background-color: #e8ecef;
  font-weight: 600;
}
.side-nav ul li.bold-link a:hover {
  background-color: #005d9d;
  color: #fff;
}
.contact {
  margin: 30px 0;
  padding: 0px 10px;
  font-size: 14px;
}
.contact p{
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.contact span {
  font-weight: 600;
}
.contact-ttl {
  font-size: 18px;
  font-weight: 600;
  color: #005d9d;
}
.top-btn a {
  background-color: #005d9d;
  padding: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.top-btn a :hover{
  background-color: #00adaa;
}
/*--hyoka02.html¥ì¥¤¥¢¥¦¥È×°ï—¤³¤³¤Þ¤Ç--*/
/*--hyoka03.html¥ì¥¤¥¢¥¦¥È×°ï—¤³¤³¤«¤é--*/
.news {
  margin: auto;
  width: 90%;
  padding-bottom: 50px;
}
.news-ttl {
  padding: 10px 20px;
  border-left: 6px solid #005d9d;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 50px;
  color: #000;
}
.news ul li {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.news ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.news-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.new {
  display: inline-block;
  background-color: #dc143c;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
}
.news ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  font-size: 14px;
}
/*--hyoka03.html¥ì¥¤¥¢¥¦¥È×°ï—¤³¤³¤Þ¤Ç--*/