* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  color: #5e5e5e;
  line-height: 2em; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.center {
  text-align: center; }

.inner {
  width: 95%; }

#header_wrap {
  line-height: 1.5em; }

header {
  background-image: url(../img/img_header.png) !important;
  background-size: cover !important;
  background-position: top 30% center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 63px;
  padding: 0 !important; }
  header#law_header {
    background-image: url(/law/img/law_header.jpg) !important; }
  header h1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    width: 100%; }

article .inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto; }

article h2 {
  border-left: 6px solid #9c27b0;
  background: #fafafa;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 18px 20px; }

article p {
  font-size: 16px; }

#overview {
  max-width: 800px;
  margin: 80px auto;
  font-size: 20px; }

#link_outer {
  background: #fafafa;
  margin-top: 60px;
  padding: 40px 0; }

#link_outer ul#link_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  #link_outer ul#link_wrap li {
    width: 49%;
    list-style: none;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 10px 10px 30px; }
    @media screen and (max-width: 890px) {
      #link_outer ul#link_wrap li {
        width: 100%;
        padding: 10px 0; } }
    #link_outer ul#link_wrap li:nth-child(odd) {
      border-right: 1px solid #cdcdcd; }
      @media screen and (max-width: 890px) {
        #link_outer ul#link_wrap li:nth-child(odd) {
          border-right: none; } }
    #link_outer ul#link_wrap li a {
      color: #333;
      display: flex;
      align-items: center; }
      #link_outer ul#link_wrap li a span {
        background: #9c27b0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15px;
        height: 15px;
        padding-left: 6px;
        margin-right: 10px; }
        #link_outer ul#link_wrap li a span::before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 5px 5px;
          border-color: transparent transparent transparent #fff; }

.pcview {
  display: block; }
  @media screen and (max-width: 890px) {
    .pcview {
      display: none; } }

.spview {
  display: none; }
  @media screen and (max-width: 890px) {
    .spview {
      display: block; } }
