
.l-header {
  /* height: 118px; */
  /* padding: 10px 0 0 15px; */
  /* border-bottom: 1px solid #ccc; */
}

.l-header__logo {
  width: 125px;
  padding: 10px 0 0 15px;
}

.l-header__logo img {
  width: 100%;
}

.header_page_title {
  border-top:1px solid #ccc;
  padding: 15px 0;
}
.header_page_title p {
  margin:5px auto;
  font-size:20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-header {
    /* height: 55px; */
    /* padding: 9px 0 0 15px; */
  }
  .l-header__logo {
    width: 58px;
    padding: 9px 0 0 15px;
  }
}

.header_page_title {
  border-top:1px solid #ccc;
  padding: 5px 0;
}
.header_page_title p {
  margin:20px auto;
  padding: 0 0 0 15px;
  font-size:24px;
  font-weight:bold;
}

.l-footer {
  background: #f6f7f9;
  padding: 30px;
  text-align: center;
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 12px;
  line-height: 0.8rem;
}
.l-footer__copyright a {
  color:#000;
    text-decoration: none;
    text-underline-position: under;
}
.l-footer__copyright a:hover {
    text-decoration: underline;
    
}


@media screen and (max-width: 768px) {
  .l-footer {
    background: #fff;
    padding: 0 5px 10px;
  }
  .l-footer__copyright {
    font-size: 8px;
    font-size: 0.6rem;
    line-height: 8px;
    line-height: 0.8rem;
    letter-spacing: normal;
  }

  .header_page_title p {
    margin:10px auto;
    padding: 0 0 0 15px;
    font-size:16px;
    font-weight:bold;
}
}
