@charset "UTF-8";
.black {
  color: black;
}

.white {
  color: white;
}

.opacity-none {
  opacity: 0;
}

.display-flex {
  display: flex;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(50, 111, 182);
  z-index: 10;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: white;
  z-index: 5;
}

header .h-top {
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
header .h-top .h-logo {
  width: 30%;
  height: auto;
}
header .h-top .h-logo a img {
  width: 100%;
}
header .h-top .h-logo a:hover {
  opacity: 0.8;
}
header .h-top .h-list, header .h-top .listCC, header .h-top .colorCC {
  width: 65%;
  height: 60%;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  z-index: 3;
  display: none;
}
header .h-top .h-list li, header .h-top .listCC li, header .h-top .colorCC li {
  width: 50%;
  height: 100%;
  position: relative;
  border-left: 1px solid white;
}
header .h-top .h-list li a, header .h-top .listCC li a, header .h-top .colorCC li a {
  color: white;
  width: 100%;
  padding: 20% 0 0 5px;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  z-index: 2;
}
header .h-top .h-list li:hover, header .h-top .listCC li:hover, header .h-top .colorCC li:hover {
  border-left: 2px solid white;
}
header .h-top .h-list.colorCC {
  display: none;
}
header .h-top .listCC {
  display: none;
}
header .h-top .listCC.colorCC {
  display: flex;
}
header .h-top .listCC.colorCC li {
  border-left: 1px solid black;
}
header .h-top .listCC.colorCC li a {
  color: black;
}
header .h-top .hide .open {
  margin: 0 0 0 0;
  font-size: 2em;
  color: white;
}
header .h-top .hide .display-none {
  display: none;
}
header .h-top .hide .hide-list {
  margin: 15% 0 0 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  list-style: none;
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 4;
  transform: translateX(-50%);
  background-color: rgba(50, 112, 182, 0.829);
}
header .h-top .hide .hide-list li {
  width: 100%;
  height: 10%;
  border-bottom: 2px dotted white;
}
header .h-top .hide .hide-list li a {
  text-align: center;
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  height: 100%;
}
header .h-top .hide .hide-list li a:hover {
  background-color: rgb(50, 111, 182);
}

main .contents {
  width: 90%;
  margin: 30px auto 0 auto;
}
main .contents ul {
  width: 90%;
  margin: 10px auto 0 auto;
  padding: 0;
  list-style: none;
}
main .title {
  width: 100%;
  padding: 10px 0;
  background-color: rgb(50, 111, 182);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main .title h3, main .title p {
  margin: 0;
  font-size: 1.1em;
}
main .title p {
  font-size: 0.7em;
}
main .sub-title {
  width: 40%;
}
main .sub-title h5 {
  border: 1px solid rgb(50, 111, 182);
  border-radius: 50px;
  margin: 0;
  padding: 1% 5%;
  text-align: center;
  color: rgb(50, 111, 182);
  font-size: 1.1em;
}
footer {
  margin: 100px 0 0 0;
  background-color: rgb(50, 111, 182);
  padding: 20px;
}
footer ul {
  display: block;
  list-style: none;
  padding: 0;
}
footer ul li {
  padding: 10px 0;
}
footer ul li a {
  text-decoration: none;
  color: white;
}
footer ul li:hover {
  opacity: 0.7;
  transition: 0.5;
}
footer .hide-footer {
  width: 80%;
  margin: 0 auto;
  display: block;
}
footer .hide-footer li a {
  font-size: 1.1em;
}
footer .f-container .f-left {
  width: 70%;
  display: none;
}
footer .f-container .f-left .f-section {
  width: 30%;
  margin: 0 15px 0 0;
}
footer .f-container .f-left .f-section h5 {
  margin: 0;
  font-size: 20px;
}
footer .f-container .f-left .f-section ul {
  border-left: 1px solid white;
}
footer .f-container .f-left .f-section ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  cursor: pointer;
}
footer .f-container .f-left .f-section ul li a span {
  display: block;
  margin: 0 0 0 10px;
}
footer .f-container .f-right {
  width: 100%;
}
footer .f-container .f-right .f-bottom {
  width: 80%;
  margin: 30px auto 0 auto;
  font-size: 0.5em;
}
footer .f-container .f-right .f-bottom .f-contents .f-content {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
}
footer .f-container .f-right .f-bottom .f-contents .f-content .fas {
  font-size: 1.1em;
  margin: 0 5px;
}
footer .f-container .f-right .f-bottom img {
  width: 80%;
}
footer .f-container .f-right .f-bottom p {
  margin: 0;
  font-size: 0.7em;
}
footer .f-container .f-right .back-home {
  font-size: 2.5em;
  padding: 10px;
  display: none;
}
footer .f-container .f-right .back-home a {
  color: white;
}
footer .all-right {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 0.7em;
}/*# sourceMappingURL=style.css.map */