nav.head {
  background: #00b5d1;
}

h1 {
  color: #fff;
}
h1 .english {
  opacity: 0.5;
}

h2, #gaiyo h3 {
  position: relative;
  color: #603813;
  font-weight: bold;
  text-align: left;
}
h2:before, #gaiyo h3:before {
  content: "";
  display: block;
  position: absolute;
}
h2:after, #gaiyo h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#news .goDetail {
  display: block;
  border: 1px solid #fff;
  border-radius: 18px;
  background: transparent;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .tya {
    width: 190px;
  }
  .head + .inner {
    padding-top: 30px;
    padding-bottom: 11px;
  }
  h1 {
    font-size: 20px;
  }
  h1 .english {
    margin-left: 6px;
    font-size: 12px;
  }
  header .soudan {
    width: 160px;
  }
  h2, #gaiyo h3 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 11px;
    color: #603813;
    font-size: 20px;
    line-height: 24px;
  }
  h2:before, #gaiyo h3:before {
    position: absolute;
    left: 4px;
    width: 0;
    height: 24px;
    border-left: 2px solid #603813;
  }
  h2:after, #gaiyo h3:after {
    width: 0;
    height: 24px;
    border-left: 2px solid #603813;
  }
  .tya {
    margin-top: 23px;
  }
}
section {
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (min-width: 431px) {
  .tya {
    width: 243px;
  }
  .head + .inner {
    padding-top: 30px;
    padding-bottom: 54px;
  }
  nav.head {
    padding-top: 15px;
  }
  section .inner {
    padding-top: 57px;
  }
  h1 {
    height: 39px;
    margin-top: 10px;
    margin-bottom: 46px;
    font-size: 30px;
  }
  h1 .english {
    margin-left: 15px;
    font-size: 19px;
  }
  h2, #gaiyo h3 {
    margin-bottom: 39px;
    padding-left: 20px;
    color: #603813;
    font-size: 30px;
    line-height: 39px;
  }
  h2:before, #gaiyo h3:before {
    left: 8px;
    width: 0;
    height: 39px;
    border-left: 4px solid #603813;
  }
  h2:after, #gaiyo h3:after {
    width: 0;
    height: 39px;
    border-left: 4px solid #603813;
  }
}
/*# sourceMappingURL=sub.css.map */