@charset "UTF-8";
.policy {
  font-family: "Noto Sans JP";

  h3 {
    background: #e5f8be;
    color: #1c8a07;
    padding: 10px 15px !important;
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
    font-weight: bold;

    &::before {
      content: "";
      background: #1c8a07;
      width: 5px;
      height: 100%;
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
    }
  }
}

.privacy {
  font-family: "Noto Sans JP";
  h3 {
    background: #20950A;
    padding: 10px 15px !important;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
  }

  h4 {
    background: #e5f8be;
    color: #1c8a07;
    padding: 10px 15px !important;
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
    font-weight: bold;

    &::before {
      content: "";
      background: #1c8a07;
      width: 5px;
      height: -webkit-fill-available;
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
    }
  }
}

@media screen and (max-width: 767px) {
  #title {
    padding-bottom: 10px;
  }
  #header_left {
    display: none;
  }

  .top02 {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}