@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background-color: rgb(255, 245, 235);
  color: #0056a6;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

header {
  margin: 0;
  padding: 100px 30px 50px;
}
@media print, screen and (max-width: 767px) {
  header {
    padding: 80px 30px 50px;
  }
}
header .logo {
  margin: 0;
  padding: 0;
  list-style: 0;
  text-align: center;
}
header .logo img {
  margin: 0 0 0 42px;
  width: 160px;
  height: auto;
}

.message {
  margin: 0 auto 20px;
  padding: 0 50px;
  max-width: 800px;
}
@media print, screen and (max-width: 767px) {
  .message {
    padding: 0 30px;
  }
}
.message p {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 500;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .message p {
    text-align: justify;
    line-height: 1.84em;
  }
  .message p br {
    display: none;
  }
}
.message .mukantei {
  padding: 50px 0;
  text-align: center;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .message .mukantei {
    padding: 30px 0 50px;
  }
}
.message .mukantei img {
  width: 50px;
  height: auto;
}
.message a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  background-color: #0056a6;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  .message a {
    max-width: 400px;
    width: 100%;
  }
}

footer {
  padding: 30px 30px 50px;
}
footer .copyright {
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: normal;
  font-size: 10px;
}
footer .kikusui {
  margin: 0;
  text-align: center;
  letter-spacing: normal;
  font-size: 10px;
}
/*# sourceMappingURL=style.css.map */