.service_01 .task div {
  background: #eaeaea;
  padding: 5%;
  color: #222222;
}
@media (min-width: 1200px) {
  .service_01 .task div {
    display: flex;
    padding: 3rem 15rem;
    justify-content: space-between;
    align-items: center;
  }
}
.service_01 .task div h3 {
  margin-bottom: 1rem;
  text-align: center;
}
.service_01 .task div li {
  font-size: 0.9rem;
  font-weight: bold;
  background: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-position: 0 0.3rem;
  background-size: 1.1rem;
  padding-left: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .service_01 .task div li {
    font-size: 1.2rem;
    background-size: 1.3rem;
    background-position: 0 0.3rem;
    padding-left: 1.7rem;
  }
}
.service_01 .task::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  background: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 4rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.service_01 .answer {
  background: url(../images/bg_or.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  margin-top: -1rem;
}
@media (min-width: 1200px) {
  .service_01 .answer {
    padding-bottom: 1rem;
  }
}
.service_01 .answer .wrap {
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .service_01 .answer .wrap {
    padding-bottom: 0;
  }
}
.service_01 .answer h3 {
  color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
}
.service_01 .answer .merit {
  font-family: Arial, Helvetica, sans-serif;
  color: #EA5515;
  font-weight: bold;
  text-align: center;
}
.service_01 .answer .merit strong {
  font-size: 1.5rem;
}
.service_01 .answer h4 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 1rem 0;
  color: #222222;
  font-weight: bold;
}
.service_01 .answer h4 span {
  font-size: 0.85rem;
  display: block;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .service_01 .answer ul {
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 0 2rem;
  }
}
.service_01 .answer li {
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .service_01 .answer li {
    width: 32%;
    padding: 1.5rem;
  }
}
.service_01 .answer li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .service_01 .answer li:last-child {
    margin-bottom: 1rem;
  }
}

.service_02 {
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .service_02 {
    padding-top: 5rem;
  }
}
.service_02 h3 {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.6;
}
.service_02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_02 ul li {
  width: 32%;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .service_02 ul li {
    width: 9%;
    margin-bottom: 3rem;
  }
}
.service_02 ul li div {
  display: flex;
  align-items: middle;
  height: 7VH;
  margin-bottom: 1rem;
}
.service_02 ul li div img {
  width: 65%;
  display: block;
  margin: 0 auto;
}
.service_02 ul li p {
  line-height: 1.5;
}
.service_02 ul li p strong {
  display: block;
}
.service_02 ul li:nth-child(3) div img {
  width: 70%;
}
@media (min-width: 1200px) {
  .service_02 ul li:nth-child(3) div img {
    width: 75%;
  }
}
.service_02 ul li:nth-child(5) div img {
  width: 85%;
}
@media (min-width: 1200px) {
  .service_02 ul li:nth-child(5) div img {
    width: 90%;
  }
}
.service_02 .commissioned {
  background: url(../images/bg_or.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 1rem;
  font-weight: bold;
}

.service_03 h3 {
  text-align: center;
  margin: 4rem 0;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media (min-width: 1200px) {
  .service_03 h3 {
    font-size: 2rem;
  }
}
.service_03 h3 br {
  display: none;
}
@media (min-width: 1200px) {
  .service_03 h3 br {
    display: block;
  }
}
.service_03 img {
  width: 100%;
}/*# sourceMappingURL=service.css.map */