.l_single {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
}
.l_single__section {
  background: #fff;
}
.l_single__title {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.l_single__eyecatch {
  width: 30vw;
  margin: 0 auto 20px;
}
.l_single__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l_single__text {
  line-height: 2;
}
.l_single__table {
  font-size: 1em;
}
.l_single__table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  margin-top: 20px;
}
.l_single__table table th,
.l_single__table table td {
  font-size: 1em;
  padding: 14px;
  border-bottom: 1px solid #e3e3e3;
}
.l_single__table table th {
  text-align: left;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .l_single__eyecatch {
    width: 70vw;
  }
}
.__mt40 {
  margin-top: 40px;
}/*# sourceMappingURL=single.css.map */