.drawer-nav .pageNav li:nth-child(1) a {
  color: #ca6a7a;
  border-right: 1px solid #ca6a7a;
}

@media screen and (max-width: 749px) {
  .contents_kv::before {
    background-image: url("../img/service/service_kv_sp@2x.jpg");
  }
}
@media screen and (min-width: 750px) {
  .contents_kv {
    background-image: url("../img/service/service_kv_pc@2x.jpg");
  }
}

#read {
  text-align: center;
}
@media screen and (max-width: 749px) {
  #read {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 750px) {
  #read {
    padding-bottom: 25px;
  }
  #read .list_check_01 {
    margin-bottom: 0;
  }
}

.col_2 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.col_2 > section {
  border-bottom: 1px solid #EAEAEA;
}
.col_2 p:not(:last-child) {
  margin-bottom: .5em !important;
}
.col_2 ul {
  margin-bottom: 0 !important;
  color: #82352b;
  font-weight: bold;
}
.col_2 ul li {
  margin-bottom: .5em;
}
@media screen and (max-width: 749px) {
  .col_2 > section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 750px) {
  .col_2 > section {
    width: 47.2324723247%;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

#service_05 p:last-child {
  font-size: 0.86em;
}

/*# sourceMappingURL=service.css.map */
