@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}

html {
  color: #222;
  background-color: #fff;
}

body {
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}

/**インフォメーション**/
.information {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  padding-bottom: 40px;
}
.information dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information dt {
  width: 240px;
  font-weight: bold;
  padding: 1em;
  color: #666;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 769px) {
  .information dt {
    width: 100%;
    padding: 0.5em 0.5em 0;
    border-bottom: 0;
  }
}
.information dd {
  width: calc(100% - 240px);
  padding: 1em;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 769px) {
  .information dd {
    width: 100%;
    border-top: none;
    padding: 0 0.5em 0.5em;
  }
}
.information dd a {
  text-decoration: underline;
}
.information h5 {
  font-weight: bold;
}
.information .no-news {
  width: 100%;
  text-align: center;
  color: #333;
  padding: 1em 0 2em;
  display: block;
  border-bottom: 2px solid #ccc;
}
.information p {
  color: #333;
}
.information .new {
  font-size: 90%;
  display: inline-block;
  padding: 0.25em 0.75em;
  line-height: 1;
  background-color: #e98094;
  color: white;
  margin-left: 1em;
}/*# sourceMappingURL=display.css.map */