h3 {
  font-size: 1.4em;
}

h2 {
  text-align: center;
}

.fa-square {
  margin-right: 0.25em;
  font-size: 1.5em;
  color: #063e74;
}

.c_box {
  row-gap: 2em;
  max-width: 800px;
  margin: 20px auto;
  width: 100%;
  align-items: flex-start;
}

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

ol li {
  list-style: static;
}

.h4 h4 {
  position: relative;
  border-left: 6px solid #8cbb01;
  border-bottom: 1px solid #8cbb01;
  padding-left: 0.25em;
  width: 65%;
}

.contents_def {
  justify-content: flex-start;
  flex-flow: column;
}
.contents_def .c_box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
}
.contents_def .c_box ul a {
  font-size: 1.5em;
  color: black;
  font-weight: 600;
  transition: all 0.5s;
}
.contents_def .c_box ul a:hover {
  color: #e68a34;
  transition: all 0.5s;
}

.new .c_box {
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.new .c_box .new_magazine {
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.new .c_box .new_magazine:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

.backnumber .c_box {
  justify-content: center;
}/*# sourceMappingURL=magazine.css.map */