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

body, h1, h1, h3, h4, h5, p, ul, dl, dd {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 17px;
}
h1 a:hover {
  background-color: transparent;
  box-shadow: none;
  transform: none;
}
h2 {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
}
h2 a {
  text-decoration: none;
}
h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
.fs17px {
  font-size: 17px;
}
a {
  color: #444;
}
a:hover {
  background-color: #FFFF88;
  box-shadow: 5px 5px 5px #E4E184;
  transform: translate(0, -5px);
}
.wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.df {
  display: flex;
}
.centre {
  margin-left: auto;
  margin-right: auto;
}
.jcsb {
  justify-content: space-between;
  box-sizing: border-box;
}
.tac {
  text-align: center;
}
.bold {
  font-weight: bold;
  line-height: 2em;
}
.fs21px {
  font-size: 21px;
}
.mt30px {
  margin-top: 30px;
}
.mt60px {
  margin-top: 60px;
}
.mt120px {
  margin-top: 120px;
}
.ml40px {
  margin-left: 40px;
}
.ml100px {
  margin-left: 100px;
}
.ml170px {
  margin-left: 170px;
}
.mb100px {
  margin-bottom: 100px;
}
.bg-line {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(255, 255, 136) 70%);
}
header {
  margin-top: 20px;
}
/*
nav li {
  padding-left: 40px;
  font-weight: bold;
	background-color: #fff;
}
*/
#menu {
  list-style-type: none;
  width: 720px;
  height: 20px;
  padding: 0;
  background: #fff;
  margin-top: 17px;
}
#menu ul {
  font-weight: bold;
}
#menu li {
  font-weight: bold;
  position: relative;
  width: 17%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a {
  display: block;
  margin: 0;
  padding: 5px 0;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 5px;
}
#menu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li:last-child ul {
  left: -100%;
  width: 100%
}
#menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #444;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a {
  background: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin-left: 1px;
  margin-top: 5px;
  padding-left: 2em;
}
#menu li:hover > a {
  background: #ffff88;
  color: #444;
}
#menu li:hover ul li {
  overflow: visible;
  height: 20px;
}
#menu li:hover ul li:first-child {
  border-top: 0;
}
#menu li:hover ul li:last-child {
  border-bottom: 0;
}
footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer p {
  color: #fff;
  font-size: 15px;
}
footer ul {
  color: #fff;
  font-size: 15px;
  border-left: solid 1px #fff;
  padding-left: 20px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #000;
}
footer ul li {
  font-size: 15px;
  line-height: 2.5em;
}
footer .copy {
  text-align: center;
  margin-top: 50px;
}
/*-----------------
↓TOTOP
-------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100000;
}
.pagetop:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
}
/*-----------------
↑TOTOP
-------------------*/
/************************************
**
