<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");
.einou {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.einou__header--wrapper {
  background: url(../images/einou/einou-title.png) center bottom no-repeat;
  height: 195px;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .einou__header--wrapper {
    background: url(../images/einou/einou_header_sp.png) center bottom no-repeat;
    height: 0;
    padding-bottom: 24.7340425532%;
    background-size: cover;
  }
}
.einou__header--title {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .einou__header--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1666666667;
    bottom: 5px;
  }
}
.einou__header--comment {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .einou__header--comment {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    margin-bottom: 15px;
    display: block;
  }
}
.einou__contents {
  color: #595757;
}
.einou__contents--title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .einou__contents--title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
  }
}
.einou__contents--text {
  width: 900px;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .einou__contents--text {
    width: 100%;
  }
}
.einou__contents--inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .einou__contents--inner {
    max-height: 100%;
  }
}
.einou__contents--inner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.einou__contents--inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  text-indent: 1em;
  margin: 0;
}
.einou__contents--under {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .einou__contents--under {
    flex-direction: column;
  }
}
.einou__contents--under--photo {
  width: 300px;
}
.einou__contents--under--photo figure {
  display: flex;
}
.einou__contents--under--photo figure figcaption {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .einou__contents--under--photo {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .einou__contents--under--list {
    overflow-x: scroll;
  }
  .einou__contents--under--list::before {
    content: "横スクロールで確認出来ます。";
    color: #ff0000;
    margin: 10px 0;
  }
}
.einou__contents--under--list table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #595757;
  width: 100%;
}
@media (max-width: 767.98px) {
  .einou__contents--under--list table {
    width: 200%;
  }
}
.einou__contents--under--list table tr {
  border-left: solid 1px #595757;
  border-bottom: solid 1px #595757;
  cursor: pointer;
}
.einou__contents--under--list table tr:hover {
  background-color: #d4f0fd;
}
.einou__contents--under--list table th {
  border-right: solid 1px #595757;
  background-color: #f6f8f9;
}
.einou__contents--under--list table td {
  text-align: center;
  border-right: solid 1px #595757;
  padding: 5px 10px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .einou__contents--title {
    width: auto;
  }

  .einou__contents--inner {
    padding: 0 2rem;
  }

  .einou__contents--text {
    width: auto;
  }

  .einou-table-honbun {
    min-height: 5rem !important;
  }
  }

@media (max-width: 920px) and (min-width: 768px) {
.einou__header--title {
  bottom: -3px;
}
}

@media (max-width: 768px) {
  .einou__contents--title {
    width: auto;
  }

  .einou__contents--text {
    width: auto;
  }
  }




</pre></body></html>