@charset "UTF-8";

.pc-hide {
  display: none !important;
}

.l-banner {
  background-color: #A4D9DC
}

.h1Wrap {
  max-width: 960px;
  width: 100%;
  margin: auto;
  display: flex;
}

.h1ImgWrap {
  max-width: 170px;
  width: 100%;
  text-align: center;
  padding: 20px 15px 0 0;
}


.h1ImgWrap img {
  max-width: 130px;
  width: 100%;
}

.h1-inner {
  width: calc(100% - 170px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-direction: column;
  font-size: 30px;
  padding-left: 15px;
  text-align: center;
}

.s-h1 {
  font-size: 27px;
}

.law_pdfs>table {
  max-width: fit-content;
  margin: auto;
}

.law_pdfs {
  display: block;
}

table td {
  padding: 10px 15px;
}

.katuyouWrap ul {
  list-style-position: inside;
}

.risk-tit-h2::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #00a579;
  border-radius: 2px;
  content: "";
}

h2::before {
  content: none;
}

.risk-tit-h2 {
  display: flex;
  align-items: center;
}

#js-main-return {
  display: none;
}

.overlay-below.l-inner {
  padding-bottom: 45px !important;
}

@media (max-width: 768px) {
  .pc-hide {
    display: block !important;
  }

  .sp-hide {
    display: none !important;
  }

  .h1Wrap {
    flex-direction: column;
    align-items: center;
  }

  .h1-inner {
    width: 100%;
    padding-right: 15px;
    padding-top: 20px;
    font-size: 26px;
  }

  .h1ImgWrap {
    padding-left: 15px;
    padding-top: 10px;
  }

  .h1ImgWrap img {
    max-width: 90px;
  }

  .s-h1 {
    font-size: 21px;
  }

  table td {
    padding: 6px 8px;
    font-size: 14px;
  }

  .katuyouWrap li {
    font-size: 14px;
  }

  .risk-tit-h2Wrap {
    flex-direction: column;
  }

  .risk-tit-h2 {
    align-items: flex-start;
  }
}