@charset "UTF-8";


.l-pageBody,
.m-contact-detail {
    background: #F5F5F5;
}

.p-lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
    letter-spacing: 0.05em;
}

.p-content {
    max-width: 1166px;
    margin: 100px auto 150px;
    padding: 0 50px;
}

.p-table {
  margin: 60px auto 0;
    width: 100%;
}

.p-table th {
  padding-bottom: 10px;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}


.p-table td {
  padding-bottom: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.p-table td ul {
    padding: 25px 0;
}

.p-table td ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.p-table td ul li:last-child {
  margin: 0;
}

.p-table td ul li span {
    position: absolute;
    left: 0;
    top: 0;
}

ul.p-list li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    left: 6px;
    top: 13px;
}

ul.p-list li a {
    color: #333;
}

@media screen and (max-width: 980px) {


}

@media screen and (max-width: 767px){

  .p-table th {
      font-size: 1.5rem;
  }

  .p-table td {
      padding: 0 0 20px;
      font-size: 1.2rem;
  }

  .p-content {
      margin: 40px auto 60px;
      padding: 0 30px;
  }

  .p-table td ul {
      padding: 15px 0;
  }

  .p-lead {
      font-size: 1.4rem;
  }


  .p-table {
      margin: 40px auto 0;
  }

  .p-table td ul li {
      padding-left: 15px;
  }

  ul.p-list li:before {
      left: 3px;
      top: 9px;
  }
}
