@charset "UTF-8";
/* -------------------------- */
/* content */
/* -------------------------- */
/* service */
.service {
  padding: 30px 0;
}
.service:first-of-type {
  border-top: 1px solid #1b2138;
}
.service:last-of-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #1b2138;
}
.service:not(:last-of-type) {
  border-bottom: 1px solid #e3e3e6;
}
.service .title_section {
  text-align: left;
}
.service_box .txt_normal {
  margin-bottom: 15px;
}
.service_box_list {
  margin-bottom: 15px;
}
.service_box_list li:before {
  content: "●";
}
.service .thum_img {
  width: 290px;
  margin: 0 auto;
  min-height: 10px;
}
.service:first-of-type {
  padding-bottom: 100px;
  position: relative;
}
.service:first-of-type .service_box_btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .service {
    display: flex;
    flex-wrap: wrap;
  }
  .service_box {
    padding-right: 30px;
    flex: 1;
  }
  .service_box_list {
    margin-bottom: 0;
  }
  .service .thum_img {
    width: 310px;
    margin: 0;
  }
  .service:first-of-type {
    padding-bottom: 30px;
  }
  .service:first-of-type .service_box_btn {
    position: relative;
    left: inherit;
    bottom: inherit;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .service:first-of-type .service_box_btn .btn_default01 {
    width: 340px;
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .service {
    padding: 50px 0;
  }
  .service:last-of-type {
    margin-bottom: 80px;
  }
  .service_box {
    padding-right: 50px;
  }
  .service_box .txt_normal {
    margin-bottom: 30px;
  }
  .service_box_list li {
    font-size: 1.6rem;
  }
  .service:first-of-type {
    padding-bottom: 80px;
  }
  .service:first-of-type .service_box_btn .btn_default01 {
    height: 80px;
    margin-top: 30px;
    font-size: 2.2rem;
  }
  .service:first-of-type .service_box_btn .btn_default01 .icon {
    width: 25px;
    height: 25px;
  }
}
/*# sourceMappingURL=map/service.css.map */
