.wrapper .content_box .margin_y_20 {
  margin: 20px auto;
}
.wrapper .content_box .padding_b_20 {
  padding-bottom: 20px;
}
.wrapper .content_box .border_bottom_solid {
  border-bottom: solid 1px #D5D5D5;
}
.wrapper .content_box .margin_top_20 {
  margin-top: 20px;
}
.wrapper .content_box p {
  margin-bottom: 20px;
}
.wrapper .content_box .pc_flex .service_image {
  margin: 10px auto;
}
.wrapper .content_box .pc_flex p {
  text-align: center;
  margin-bottom: 0;
}
.wrapper .content_box .pc_flex p:last-of-type {
  margin-bottom: 20px;
}
.wrapper .content_box .check_box {
  border: solid 1px #2399E3;
  width: 280px;
  margin: 0 auto 20px;
  padding: 20px 40px 20px 55px;
  font-size: 12px;
}
.wrapper .content_box .check_box .yellow_text {
  font-size: 14px;
}
.wrapper .content_box .check_box li {
  position: relative;
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}
.wrapper .content_box .check_box li:last-of-type {
  margin-bottom: 0;
}
.wrapper .content_box .check_box li::before {
  content: "";
  background-image: url(../img/checkmark.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  left: -40px;
  top: -5px;
}
.wrapper .content_box .check_box li:nth-of-type(1) {
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .wrapper .content_box img.pc_content {
    margin: 25px 0;
  }
  .wrapper .content_box .pc_content {
    display: block;
    margin: 5px 25px 25px 25px;
  }
  .wrapper .content_box .pc_content tr th {
    background-color: #CDECFF;
    font-weight: normal;
  }
  .wrapper .content_box .pc_content tr th:first-child {
    width: 240px;
  }
  .wrapper .content_box .pc_content tr th:last-child {
    width: 420px;
  }
  .wrapper .content_box .pc_content tr td {
    font-size: 16px;
    color: #2399E3;
    font-weight: bold;
  }
  .wrapper .content_box .pc_content tr td:nth-child(2n) {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 0 20px;
    text-align: left;
  }
  .wrapper .content_box .pc_content tr th, .wrapper .content_box .pc_content tr td {
    border: solid 1px #D5D5D5;
    text-align: center;
    vertical-align: middle;
    height: 80px;
  }
  .wrapper .content_box .pc_flex {
    flex-wrap: wrap;
    width: 660px;
    margin: 0 auto 10px;
    justify-content: space-between;
  }
  .wrapper .content_box .pc_flex:nth-of-type(3) {
    width: 650px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: start;
  }
  .wrapper .content_box .pc_flex:nth-of-type(3) .service_image {
    width: 350px;
    height: 250px;
    margin: 0;
  }
  .wrapper .content_box .pc_flex .align_left {
    width: 270px;
  }
  .wrapper .content_box .pc_flex .align_left p {
    text-align: left;
  }
  .wrapper .content_box .pc_flex .align_left h4 {
    margin-bottom: 5px;
  }
  .wrapper .content_box .pc_flex .align_left h4, .wrapper .content_box .pc_flex .align_left p {
    width: inherit;
  }
  .wrapper .content_box .pc_flex .service_image {
    margin: 10px auto;
  }
  .wrapper .content_box .pc_flex p {
    margin-bottom: 0;
  }
  .wrapper .content_box .pc_flex p:last-of-type {
    margin-bottom: 20px;
  }
  .wrapper .content_box .pc_flex .service_image {
    width: 200px;
    height: 140px;
  }
  .wrapper .content_box .pc_flex p {
    width: 200px;
    white-space: nowrap;
  }
  .wrapper .content_box .pc_flex .flex_item:nth-of-type(4) p {
    margin-left: -12px;
  }
  .wrapper .content_box .check_box {
    width: 650px;
    font-size: 20px;
    padding: 28px 38px 28px 100px;
  }
  .wrapper .content_box .check_box li {
    margin-bottom: 36px;
  }
  .wrapper .content_box .check_box li::before {
    width: 50px;
    height: 50px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wrapper .content_box .check_box .yellow_text {
    font-size: 25px;
  }
}/*# sourceMappingURL=service_04.css.map */