@charset "UTF-8";

html {
  font-size: 18px;
}

html>*,
a,
a:hover {
  color: #444;
  font-family: '游ゴシック', "メイリオ", sans-serif;

}

a:hover {
  transition: .15s ease-in-out;
  text-decoration: none;
}

a:hover img {
  transition: .15s ease-in-out;
  opacity: 0.8;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul.ul {
  display: block;
  list-style: disc;
  padding-left: 40px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fix-nav,
.logo-fix {
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0 25px;
}

.fix-nav ul {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

.fix-nav li {
  line-height: 60px;
}

.fix-nav li a {
  font-weight: bold;
  display: block;
  padding: 0 8px;
}

.fix-nav li:hover a {
  color: #004999;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.container {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
}

.flex-list li {
  width: 23%;
  margin: 1%;
  text-align: center;
}

footer {
  padding: 30px 0;
}

.copy-right {
  text-align: center;
  margin: 8px 0;
}