@charset "UTF-8";
.red {
  color: #D22D26;
}

.red2 {
  color: #AF0700;
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 42px;
  }
}

/*============================
#sec01
============================*/
section#sec01 {
  padding: 0 20px 90px;
}
@media screen and (max-width: 767px) {
  section#sec01 {
    padding: 0 20px 45px;
  }
}
section#sec01 div.w782 {
  max-width: 782px;
  margin: auto;
}
section#sec01 div.w782 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section#sec01 div.w782 .flex {
  display: flex;
  justify-content: space-between;
}
section#sec01 div.w782 .flex div.conWrap {
  flex: 0 0 43%;
}
section#sec01 div.w782 div.conWrap {
  margin-bottom: 60px;
}
section#sec01 div.w782 div.conWrap h2 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 400;
  color: #D22D26;
  font-size: 12px;
  border-bottom: 1px solid #D22D26;
  line-height: 1.5;
  padding: 0 0 0.5em;
  margin-bottom: 1em;
}
section#sec01 div.w782 div.conWrap p {
  font-size: 18px;
  margin-bottom: 1em;
}
section#sec01 div.w782 div.conWrap ul {
  list-style: none;
}
section#sec01 div.w782 div.conWrap ul li {
  position: relative;
  padding-left: 1.5em;
}
section#sec01 div.w782 div.conWrap ul li::before {
  content: "─";
  display: inline-block;
  color: #D22D26;
  width: 1.5em;
  margin-left: -1.5em;
}
section#sec01 div.w782 div.conWrap h3 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 400;
  color: #D22D26;
  font-size: 12px;
  padding-top: 1.5em;
}
section#sec01 div.w782 #member .flex {
  display: block;
}
section#sec01 div.w782 #member .flex ul {
  display: flex;
  flex-wrap: wrap;
}
section#sec01 div.w782 #member .flex ul li {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  section#sec01 div.w782 #member .flex ul li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  section#sec01 div.w782 #member .flex {
    flex-wrap: wrap;
  }
  section#sec01 div.w782 #member .flex div.conWrap {
    flex: 0 0 50%;
  }
}