* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 3px;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  text-align: left;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?929bjx");
  src: url("fonts/icomoon.eot?929bjx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?929bjx") format("truetype"), url("fonts/icomoon.woff?929bjx") format("woff"), url("fonts/icomoon.svg?929bjx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.74);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.c-modal-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
}

.c-modal-content {
  max-height: calc(100vh - 40px);
  max-width: calc(100% - 40px);
  background-color: #fff;
  border: 5px solid #f9b832;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .c-modal-content {
    text-align: left;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .c-modal-content {
    overflow-y: scroll;
    font-size: 1rem;
  }
}
.c-modal-content .c-modal-button {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .c-modal-content .c-modal-button {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 10px auto 0;
  }
}
.c-modal-content .c-modal-button .c-button {
  padding: 15px;
  border: 2px solid #888888;
  background: #fff;
  color: #4e4d4d;
  font-weight: bold;
  border-radius: 15px;
  display: block;
  width: 250px;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-modal-content .c-modal-button .c-button {
    width: 100%;
  }
}

.c-button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.c-button:hover {
  box-shadow: 0px 1px 5px 0px #4e4d4d;
}

.c-button::after {
  display: inline-block;
  height: 20px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea42";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.c-modal-content::-webkit-scrollbar {
  display: none;
}

.header {
  position: relative;
  border-top: 20px solid #00477e;
  border-bottom: 10px solid #f9b832;
}
.header .head-content {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .head-content h1 {
  width: 500px;
}
.header .head-content .head-logo {
  position: relative;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .head-content .head-logo {
    width: 85%;
    padding: 10px;
    margin: auto;
  }
}
.header .head-content .f-size {
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .header .head-content .f-size {
    display: none;
  }
}
.header .head-content .f-size .button-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 130px;
  margin-bottom: 0;
}
.header .head-content .f-size .button-wrapper button {
  list-style: none;
  border: 2px solid #888888;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
}
.header .head-content .f-size .button-wrapper .active {
  background-color: #00477e;
  color: #fff;
}

.f-flex {
  max-width: 1000px;
  display: flex;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.notice {
  font-size: 0.8rem;
  text-align: end;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .notice {
    text-align: start;
  }
}
@media screen and (max-width: 480px) {
  .notice {
    font-size: 10px;
    margin: 100px auto 5px;
  }
}

.footer {
  border-top: 20px solid #f9b832;
}
.footer .pagetop {
  bottom: 120px;
  position: fixed;
  right: 0;
}
.footer .top_btn {
  width: 60px;
}
.footer .footer-area {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .footer .footer-area {
    height: 110px;
  }
}
.footer .footer-area .footer-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .footer .footer-area .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-area .footer-nav {
    width: 100%;
    justify-content: center;
  }
}
.footer .footer-area .footer-nav img {
  margin-left: 50px;
  width: 105px;
}
@media screen and (max-width: 1000px) {
  .footer .footer-area .footer-nav img {
    margin-left: 0px;
    width: 100px;
  }
}
.footer .footer-area .footer-nav .footer-nav_list {
  list-style: none;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer .footer-area .footer-nav .footer-nav_list li + li {
  position: relative;
}
.footer .footer-area .footer-nav .footer-nav_list li + li::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #1a1a1a;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .footer .footer-area .footer-nav .footer-nav_list {
    margin-right: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-area .footer-nav .footer-nav_list {
    margin-right: 0px;
  }
}
.footer .footer-area .footer-nav a {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .footer .footer-area .footer-nav a {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .footer .footer-area .footer-nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footer .footer-area .footer-nav a:hover, .footer .footer-area .footer-nav a:focus {
  color: #158077;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.footer .copyright {
  font-size: 12px;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .footer .copyright {
    font-size: 10px;
  }
}

dl {
  padding-left: 15px;
  line-height: 1.75rem;
}
@media screen and (max-width: 480px) {
  dl {
    font-size: 14px;
  }
}
dl dd {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */