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 .date {
  text-align: right;
  margin-left: auto;
  display: block;
  font-style: oblique;
  font-weight: 600;
}
.contents_def .c_box {
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_def .c_box a {
  transition: all 0.5s;
}
.contents_def .c_box a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}
.contents_def .c_box span {
  text-align: right;
  display: block;
  margin-left: auto;
}/*# sourceMappingURL=exchange.css.map */