/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}

.bgC01 {
  background-color: rgb(237, 109, 52);
}

.bgC02 {
  background-color: rgb(213, 178, 0);
}

.bgC03 {
  background-color: rgb(118, 163, 46);
}

.bgC04 {
  background-color: rgb(69, 160, 174);
}

.bgC05 {
  background-color: rgb(146, 95, 143);
}

.bgC06 {
  background-color: rgb(220, 107, 142);
}

.bgC07 {
  background-color: rgb(148, 127, 41);
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
}

main {
  position: relative;
}

footer {
  text-align: center;
  min-width: 1120px;
  padding-bottom: 70px;
  position: relative;
}
footer::before {
  content: "";
  height: 20px;
  width: 100%;
  background-color: #ea5514;
  display: block;
  margin-bottom: 50px;
}
footer p {
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  * {
    font-size: 16px;
  }
  img {
    width: 100%;
  }
  .nav_wrap .nav_mark {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 10px;
    background: #581f00;
    box-sizing: border-box;
    height: 50px;
    z-index: 1000;
    margin: 0 0 0;
  }
  .nav_wrap .nav_mark .nav_toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .nav_wrap .nav_mark .nav_toggle i {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .nav_wrap .nav_mark .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_wrap .nav_mark .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_wrap .nav_mark .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  .nav_wrap .nav_mark .nav_toggle.show i:nth-child(1) {
    transform: translateY(14px) rotate(-225deg);
  }
  .nav_wrap .nav_mark .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_wrap .nav_mark .nav_toggle.show i:nth-child(3) {
    transform: translateY(-14px) rotate(225deg);
  }
  .nav_wrap .nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 50px;
    padding-bottom: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    display: none;
    background: #fff;
  }
  .nav_wrap .nav .ttl {
    width: 82.667vw;
    margin: 0 auto 5%;
  }
  .nav_wrap .nav nav {
    position: relative;
  }
  .nav_wrap .nav ul.site_menu li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #ae092e;
    padding: 0;
  }
  .nav_wrap .nav ul.site_menu li * {
    color: #ae092e;
    font-size: 4vw;
    font-weight: bold;
  }
  .nav_wrap .nav ul.site_menu li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 20px 0;
  }
  .nav_wrap .nav ul.site_menu li a:hover {
    text-decoration: underline;
  }
  .nav_wrap .nav ul.site_menu li a span {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5em;
  }
  .nav_wrap .nav ul.site_menu li.sec_cs {
    color: #ae092e;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav_wrap .nav ul.site_menu li.sec_cs img {
    width: 21.333vw;
    padding-top: 0.2em;
  }
  .nav_wrap .nav ul.nav_anchor {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .nav_wrap .nav ul.nav_anchor li {
    width: 50%;
    height: 3.5em;
    text-align: center;
  }
  .nav_wrap .nav ul.nav_anchor li * {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
  }
  .nav_wrap .nav ul.nav_anchor li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btnTop {
    width: 12%;
  }
  footer {
    padding: 0 0 30px;
    text-align: center;
    min-width: auto;
  }
  footer::before {
    height: 10px;
    margin-bottom: 20px;
  }
  footer p {
    line-height: 1.5em;
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */