h3 {
  font-size: 1.4em;
}

h2 {
  text-align: center;
}

.fa-square {
  margin-right: 0.25em;
}

.c_box {
  row-gap: 2em;
  max-width: 800px;
  margin: 20px auto;
}

.fa-asterisk {
  margin-left: 0;
  margin-right: 0.25em;
}

.contents_def {
  justify-content: flex-start;
  flex-flow: column;
}
.contents_def a {
  font-weight: 600;
  color: #063e74;
  transition: all 0.5s;
}
.contents_def a img {
  margin: auto;
}
.contents_def a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}
.contents_def .text p {
  margin-bottom: 0.5em;
}
.contents_def .c_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 2em;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.contents_def .c_box img {
  margin-bottom: 0.25em;
  max-height: 111px;
}
.contents_def .c_box a {
  display: grid;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=course.css.map */