section#merit .wrap {
  width: 770px;
}
section#service_contents .wrap, section#price .wrap {
  width: 580px;
}

#course_a,
#course_b {
  width: 220px;
  float: left;
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 30px;
}
#course_a h3,
#course_b h3 {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.12em;
}

#course_a {
  background-color: #f5f9ff;
}

#course_b {
  margin-left: 20px;
  background-color: #fff2f4;
}

@media (max-width: 970px) {
  #course_a,
  #course_b {
    width: calc(50% - 35px);
    padding: 15px;
    margin-bottom: 10px;
  }
  #course_a h3,
  #course_b h3 {
    font-size: 14px;
    margin-bottom: 13px;
  }

  #course_b {
    margin-left: 10px;
  }

  .card > *:first-child {
    min-width: 150px;
  }
}

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