body {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-family: "Noto Sans JP", "sans-serif";
}

header {
  position: relative;
}

.header__inner {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  background-color: #3791d4;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__logo {
  margin-top: auto;
  margin-bottom: auto;
}
.header__logo img {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 40px;
    padding-right: 5px;
  }
}

.header__title {
  line-height: 1;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .header__title {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__title-sub {
  font-size: 20px;
  margin-left: 4px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__title-sub {
    font-size: 10px;
    margin-left: 0;
  }
}

.header__title-main {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__title-main {
    font-size: 15px;
  }
}

.header__nav {
  display: block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.wrap {
  background-color: #e7ecf0;
}

.lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-list {
  margin: 0 9px;
}

.drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
    width: 36px;
    height: 21px;
    position: relative;
    margin-top: 10px;
    border: none;
    background: #3791d4;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-icon__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 3px;
    border-radius: 6px;
    background: #666666;
  }
  .drawer-icon__bar:nth-of-type(2) {
    top: 9px;
  }
  .drawer-icon__bar:nth-of-type(3) {
    top: 18px;
  }
}

.fv img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.news {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.news__title {
  font-size: 20px;
  height: 40px;
  padding: 12px 10px;
  background-color: #3791d4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  border-bottom: 2px #9ea9bc dashed;
}
.news__topic img {
  width: 120px;
  height: 120px;
}

.topic-end {
  border: none;
}

.topic-include {
  padding-left: 10px;
}

.information {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.information__title {
  font-size: 20px;
  height: 40px;
  padding: 12px 10px;
  background-color: #3791d4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information__topics {
  padding-left: 10px;
}

.information__topic {
  padding: 10px 0;
  line-height: 1.2;
  border-bottom: 2px #9ea9bc dashed;
}

.topic-end {
  border: none;
}

.member {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.member__title {
  font-size: 20px;
  height: 40px;
  padding: 12px 10px;
  background-color: #3791d4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member__topics {
  padding-left: 10px;
}

.member__topic {
  padding: 10px 0;
  line-height: 1.2;
  border-bottom: 2px #9ea9bc dashed;
}

.topic-end {
  border: none;
}