@charset "UTF-8";
/* =====
 * /law レイアウト
============================================================================= */
/* -----
 * LawCont
----------------------------------------------------------------------------- */
#LawCont {
  margin: 80px auto 150px;
  width: 780px;
  word-break: break-all;
}

#LawCont .content {
  margin-top: 70px;
  line-height: 1.75;
  color: #5d5958;
}

#LawCont .content h2 {
  margin-bottom: 2.5em;
  font-size: 17px;
  text-align: center;
}

#LawCont .content h3, #LawCont .content h4, #LawCont .content h5, #LawCont .content p, #LawCont .content ol, #LawCont .content ul {
  margin: 0.5em 0;
}

#LawCont .content h3:first-child, #LawCont .content h4:first-child, #LawCont .content h5:first-child, #LawCont .content p:first-child, #LawCont .content ol:first-child, #LawCont .content ul:first-child {
  margin-top: 0;
}

#LawCont .content .set {
  margin-top: 2em;
  font-size: 12px;
}

#LawCont .content .set h3 {
  font-size: 16px;
}

#LawCont .content .set h4 {
  font-size: 14px;
}

#LawCont .content .set h5 {
  font-size: 12px;
}

#LawCont .content .set ol {
  list-style: none;
  padding: 0;
}

#LawCont .content .set ol li {
  padding-left: 2em;
  text-indent: -2em;
}

#LawCont .content .set ul {
  list-style: none;
  padding: 0;
}

#LawCont .content .set ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#LawCont .content .set.address {
  border-top: 1px solid #f7f7f7;
  padding-top: 3em;
  margin-top: 3em;
}

#LawCont .content .set.address h3 {
  font-size: 15px;
}

#LawCont .content .set.address table th {
  text-align: left;
  font-weight: bold;
  padding-right: 1em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * LawCont
  ----------------------------------------------------------------------------- */
  #LawCont {
    margin: 100px auto 70px;
    padding: 0 30px;
    width: auto;
  }
  #LawCont .content {
    margin-top: 30px;
    font-size: 13px;
  }
  #LawCont .content h2 {
    margin-bottom: 1.5em;
    font-size: 16px;
  }
  #LawCont .content .set h3 {
    font-size: 15px;
  }
  #LawCont .content .set h4 {
    font-size: 13px;
  }
  #LawCont .content .set h5 {
    font-size: 12px;
  }
  #LawCont .content .set.address {
    padding-top: 1.5em;
    margin-top: 2em;
  }
  #LawCont .content .set.address h3, #LawCont .content .set.address h4 {
    font-size: 12px;
  }
  #LawCont .content .set.address table th {
    text-align: left;
    font-weight: bold;
    padding-right: 1em;
  }
}
