@charset "UTF-8";
.service .serv-detail {
  float: left;
  width: 60%;
  text-align: left;
}

@media (max-width: 768px) {
  .service .serv-detail {
    float: none;
    width: 100%;
  }
}

.service .serv-detail dt {
  margin-bottom: 10px;
  padding: 6px 0.5em 4px;
  background: #222973;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .service .serv-detail dt {
    font-size: 16px;
  }
}

.service .serv-detail dd {
  word-break: normal;
  -ms-word-break: normal;
  /*IE用*/
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE用*/
}

.service .img-area {
  float: right;
  width: 35%;
}

@media (max-width: 768px) {
  .service .img-area {
    float: none;
    width: 100%;
  }
}

.service .img-area img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 352px;
  height: auto;
}

.service .img-area img:last-child {
  margin-bottom: 0;
}
