.bg-white {
    background-color: #fff;
    padding: 10px 0 30px 0;
}

.bg-white:last-child {
    padding-top: 30px;
}

.p-top-list {
  margin: 12.5% auto;
  width: 78.125%;
}
.p-top-list li {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
.p-top-list li + li {
  margin-top: 11.71875%;
}
.p-top-list li .p-top-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #eb343a;
  font-weight: 400;
  font-family: 'Noto Sans Japanese';
  margin: 5.15625% 0;
}
.p-top-list li .p-top-more-btn {
  width: 60%;
  margin: 7.03125% auto 0;
}

.m-service-nav {
  text-align: center;
}
.m-service-nav li {
  display: inline-block;
  border-right: 1px solid #a8a8a8;
  padding: 0 7px;
  margin: 5px 0;
  letter-spacing: 0;
}
.m-service-nav li:first-of-type {
  border-left: 1px solid #a8a8a8;
}
.m-service-nav .is-active a {
  color: #e60012;
}

.p-service-ttl {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 3.125%;
  border-bottom: 1px dotted #000000;
  margin: 14.0625% 0 7.8125%;
}

.p-site-link {
  width: 240px;
  margin: 11.71875% auto 12.5%;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  border: 1px solid #828282;
  border-radius: 5px;
  letter-spacing: 0.3em;
  background-image: url(/wp-sonton/wp-content/themes/sonton_sp/images/corporate/common/bg_nav_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 90% center;
}
.p-site-link a {
  display: block;
  padding: 8px 0;
}

.p-img-area {
  margin-top: 35px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 0 3.125%;
}
.p-img-area img {
  width: 100%;
}

.p-content {
  padding: 0 3.125%;
}
