body {
  margin: 0;
  padding: 0;
  color: #222;
}

.wrap {
  position: relative;
  min-height: 100vh;
}

.sp_br {
  display: none;
}

header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
header > a {
  text-decoration: none !important;
  color: #000 !important;
}
header > a > .logo {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  line-height: 1.6;
}
header > a > .logo img {
  width: 60px;
}
header > a > .logo .title {
  margin-left: 10px;
}
header > a > .logo .title h1 {
  display: block;
  font-size: 1.5em;
}
header > a > .logo .title > p {
  display: block;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
header nav {
  width: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
header nav ul li {
  width: 20%;
}
header nav ul li a:visited, header nav ul li a:link {
  text-decoration: none;
  color: #222;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  line-height: 1.6;
}
header nav ul li a span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: -3px 0 6px 0;
}
header nav ul li a::after {
  content: "";
  display: block;
  border-bottom: 3px solid #222;
  margin: 0 auto;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li a:hover::after {
  width: 100%;
}

.main_img img {
  width: 100%;
}

.index_wrap .content_area {
  text-align: center;
}

.about {
  padding: 50px 0 !important;
}

.news_bg {
  background: #ededed;
}

.news {
  padding: 50px 0 150px !important;
}
.news .news_area {
  height: 200px;
  overflow-y: scroll;
  margin-top: 30px;
  width: 95%;
  margin: 0 auto;
}
.news .news_area table {
  width: 100%;
  font-size: 1.1em;
}
.news .news_area table tr {
  border-bottom: 1px solid #9d9d9d;
}
.news .news_area table td {
  padding: 16px 0 4px 0;
  font-size: 13px;
  vertical-align: top;
}
.news .news_area table td:first-child {
  width: 100px;
}
.news .news_area table td time::before {
  font-family: FontAwesome;
  content: "\f140";
  font-size: 0.8em;
  margin-right: 2px;
  color: #9d9d9d;
  margin-right: 5px;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #222;
}
footer p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 6;
}

.content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.content h2 {
  display: block;
  margin: 0 auto 30px;
  font-size: 1.5em;
  position: relative;
  text-align: center;
}
.content h2 span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 2px;
  margin: -4px auto 0;
  color: #757575;
}
.content h3 {
  padding-left: 5%;
  display: block;
  margin: 30px auto 20px;
  font-size: 1.35em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  white-space: nowrap;
}
.content h3:before, .content h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(45, 40, 127);
  margin: 0 15px;
}
.content h3:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 19px;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content h4 {
  font-size: 1.2em;
  position: relative;
  text-align: left;
  padding-left: 20px;
  margin-left: 3%;
}
.content h4:before, .content h4:after {
  content: "";
  display: block;
  position: absolute;
}
.content h4:before {
  width: 13px;
  height: 13px;
  background: rgb(45, 40, 127);
  top: 5px;
  left: -1px;
}
.content h4:after {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.3);
  top: 8px;
  left: 3px;
}
.content h5 {
  font-size: 1.1em;
  text-align: left;
  width: 90%;
  margin: 5px auto;
}
.content p,
.content li,
.content td {
  line-height: 2.3;
  font-size: 1.2em;
}

.content_area {
  width: 90%;
  margin: 0 auto;
}

#page_header {
  padding-top: 10px;
  -webkit-filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.1));
  background: rgba(255, 255, 255, 0.9);
}

.page_tbl {
  margin: 1.4em;
}
.page_tbl td {
  padding: 0px 0;
  vertical-align: top;
}
.page_tbl td:first-child {
  padding-right: 30px;
}

.member_content .member_content_area {
  padding: 1em 0 0.5em;
}
.member_content .member_box {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_content .member_box .box_img {
  margin: 0;
}
.member_content .member_box .box_img img {
  width: 112px;
}
.member_content .member_box .box_txt {
  margin-left: 20px;
}
.member_content .member_box .box_txt span {
  display: block;
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.4;
}
.member_content .member_box .box_txt p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 579px) {
  .sp_br {
    display: block;
  }
  body {
    font-size: 13px;
  }
  header {
    position: relative;
  }
  header .logo {
    width: 100%;
    margin: 0 !important;
    padding: 10px 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .logo .title {
    margin: 0 !important;
  }
  header .logo h1 {
    font-size: 1.3em;
    line-height: 1.3;
  }
  header .logo p {
    display: block;
    line-height: 1.5;
    margin-top: 0.2em;
  }
  header nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em 0 0;
  }
  header nav ul li {
    width: 30%;
  }
  header nav ul li a:visited, header nav ul li a:link {
    margin-top: 5px;
  }
  header nav ul li a::after {
    width: 80%;
    border-bottom: 1px solid #222;
  }
  header nav ul li a span {
    margin: -3px 0 3px 0;
  }
  .index_wrap h2 {
    width: 220px;
    text-align: left;
  }
  .about {
    padding: 50px 20px !important;
  }
  .about p br {
    display: none;
  }
  .news {
    padding: 50px 20px 160px !important;
  }
  .news_area table tr td {
    padding-top: 4px !important;
    vertical-align: top;
    line-height: 1.6;
  }
  .news_area table tr td time {
    margin-right: 10px;
  }
  footer p {
    font-size: 10px;
    line-height: 1.6;
    padding: 10px 5px;
  }
  .content {
    padding: 50px 20px 120px;
  }
  .content h3 {
    padding-left: 0;
  }
  .content h3::before {
    content: none;
  }
  .content .content_area {
    width: 100%;
  }
  .content .content_area p {
    width: 100%;
    text-align: left;
  }
  .content p,
  .content li,
  .content td {
    line-height: 2.3;
    font-size: 1em;
  }
  #page_header {
    position: fixed;
  }
  #page_header + .content {
    padding-top: 135px;
  }
  .page_tbl {
    margin: 1.4em 0;
  }
  .member_content .member_box .box_img {
    width: auto;
  }
  .member_content .member_box .box_img img {
    width: 80px;
  }
  .member_content .member_box .box_txt {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */