/*----------------------------------------------------*/
/*              personal_service                      */
/*----------------------------------------------------*/
.lower-mv.ps {
  background-image: url(../img/personal_service/lower_mv.jpg);
}

.ps-1__ttl {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #E60012;
}

.ps-1__txt-box {
  width: 686px;
}
@media (max-width: 768px) {
  .ps-1__txt-box {
    width: 100%;
  }
}

.ps-1__item {
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .ps-1__item {
    display: block;
  }
}


.ps-1__item:not(:last-child) {
  margin-bottom: 60px;
}

.ps-1__img {
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .ps-1__img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .ps-1__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.ps-1__txt {
  margin-bottom: 23px;
  line-height: 1.7;
}

.ps-1__txt p:not(:last-child) {
  margin-bottom: 10px;
}

.ps-1__btnArea {
  display: flex;
}

.ps-1-btn {
  width: 230px;
  padding: 10px 0;
  margin-right: 10px;
}

.ps-map-btn {
  width: 230px;
  padding: 10px 0;
  background: #fff;
  border: 2px solid #E60012;
  color: #E60012;
}

@media (max-width: 1024px) {
  .ps-1__arw {
    display: block;
    font-size: 16px;
  }
}

.ps-2 .lead-txt {
  margin-top: 20px;
}

.ps-2__card-list {
  margin-bottom: 50px;
}

.ps-2__card {
  width: 362px;
  margin: 50px 15px 0;
}

@media (max-width: 768px) {
  .ps-2__card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ps-2__txt {
    text-align: center;
  }
}

.ps-2__img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.ps-2__ttl {
  font-size: 18px;
  margin: 15px 0 10px;
}

.ps-3 .flex {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .ps-3 .flex {
    margin-top: 30px;
  }
}

.ps-3__txt-box {
  width: 710px;
}

@media (max-width: 1024px) {
  .ps-3__txt-box {
    width: 100%;
  }
}

.ps-3__ttl {
  font-size: 30px;
}

@media (max-width: 1024px) {
  .ps-3__ttl {
    font-size: 20px;
  }
}

.ps-3__txt {
  margin: 40px 0 35px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .ps-3__img {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .ps-3 .btn {
    margin: 0 auto;
  }
}
