.mv {
  background-image: url(../img/outline_mv.jpg); }
  @media screen and (max-width: 768px) {
    .mv {
      background-position: top right 30%; } }

ul.nav {
  display: flex;
  justify-content: center; }
  ul.nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: 5px 0 18px;
    padding: 0 3.5%; }
    ul.nav li:not(:nth-last-of-type(1)) {
      border-right: 1px solid #bdbdbd; }
    ul.nav li.act {
      position: relative; }
      ul.nav li.act::after {
        content: '';
        width: 110px;
        height: 13px;
        background: url(../img/ttl_act.gif) no-repeat center bottom/cover;
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%); }
    ul.nav li a, ul.nav li span {
      font-size: 18px;
      line-height: 1; }
    ul.nav li a {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      ul.nav li a:hover {
        color: #e72a48; }

section .inner {
  max-width: 850px; }
section.sec01 {
  padding-top: 55px;
  background: url(../img/top_frame.gif) no-repeat center top/contain; }
  @media screen and (max-width: 768px) {
    section.sec01 {
      padding-top: 0;
      background: none; } }
section.sec01, section.sec02 {
  margin-bottom: 55px; }
  section.sec01 h2, section.sec02 h2 {
    margin-bottom: 55px; }
    @media screen and (max-width: 768px) {
      section.sec01 h2, section.sec02 h2 {
        margin-bottom: 24px; } }
  section.sec01 p.lead, section.sec02 p.lead {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 25px;
    line-height: 2;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      section.sec01 p.lead, section.sec02 p.lead {
        line-height: 1.6;
        margin: 0 auto 16px; } }
  section.sec01 .table, section.sec02 .table {
    border: 1px solid #75b827;
    border-radius: 10px;
    overflow: hidden; }
    section.sec01 .table dl, section.sec02 .table dl {
      display: flex;
      flex-wrap: wrap; }
      section.sec01 .table dl:not(:nth-last-of-type(1)), section.sec02 .table dl:not(:nth-last-of-type(1)) {
        border-bottom: 1px solid #bfcbb1; }
      section.sec01 .table dl dt, section.sec01 .table dl dd, section.sec02 .table dl dt, section.sec02 .table dl dd {
        padding: 10px 20px;
        line-height: 1.8; }
      section.sec01 .table dl dt, section.sec02 .table dl dt {
        width: 170px;
        background-color: #75b827;
        color: #fff; }
        @media screen and (max-width: 768px) {
          section.sec01 .table dl dt, section.sec02 .table dl dt {
            width: 100%; } }
      section.sec01 .table dl dd, section.sec02 .table dl dd {
        width: calc(100% - 170px); }
        @media screen and (max-width: 768px) {
          section.sec01 .table dl dd, section.sec02 .table dl dd {
            width: 100%; } }
section.sec03 h2 {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    section.sec03 h2 {
      margin-bottom: 22px; } }
section.sec03 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: 1px solid #bfcbb1; }
  section.sec03 dl:nth-of-type(2n+1) {
    background-color: #f5f5f5; }
  section.sec03 dl:nth-of-type(1) {
    border-top: 1px solid #bfcbb1; }
  section.sec03 dl dt {
    width: 110px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.sec03 dl dt {
        width: 100%; } }
  section.sec03 dl dd {
    width: calc(100% - 110px); }
    @media screen and (max-width: 768px) {
      section.sec03 dl dd {
        width: 100%; } }

/*# sourceMappingURL=style_outline.css.map */
