.single-wrapper {
  padding-top: 70px;
}
.single-wrapper .single-header {
  width: 100%;
  height: 250px;
  background-color: #7D7D7D;
  display: flex;
  align-items: center;
}
.single-wrapper .single-header h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.9rem;
}
.single-wrapper .single-header span {
  color: #ffffff;
  font-size: 0.9rem;
}
.single-wrapper main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.single-wrapper main .column-wrap .left-column .post-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.single-wrapper main .column-wrap .left-column .post-header .subject {
  display: inline-block;
  font-size: 0.7rem;
  background-color: #000;
  color: #FFF;
  padding: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-wrapper main .column-wrap .left-column .post-header .output {
  display: block;
  margin-bottom: 10px;
}
.single-wrapper main .column-wrap .left-column .post-header .title-h1 {
  font-size: 1.6rem;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-info {
  margin-bottom: 2rem;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-info h1 {
  font-size: 1.8rem;
  margin-bottom: 7px;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-info ul {
  display: flex;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-info li {
  font-size: 0.8rem;
  margin-right: 15px;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content h1 {
  font-size: 2rem;
  line-height: 1.8;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content h2 {
  font-size: 1.6rem;
  line-height: 1.8;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content h3 {
  font-size: 1.4rem;
  line-height: 1.8;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content h5 {
  font-size: 1.1rem;
  font-weight: bold;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content h6 {
  font-size: 1rem;
}
.single-wrapper main .column-wrap .left-column .post-wrap .post-content img {
  margin-bottom: 1.5rem;
}
.single-wrapper main .column-wrap .right-column .genre-list h2 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  margin-bottom: 1rem;
}
.single-wrapper .post-other {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.single-wrapper .post-other .single-h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.single-wrapper .post-other .ja {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  margin-bottom: 40px;
}
.single-wrapper .post-other .other-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.single-wrapper .post-other .other-list li {
  width: 22%;
}
.single-wrapper .post-other .other-list li a .other-img {
  margin-bottom: 10px;
}
.single-wrapper .post-other .other-list li a .other-text .date {
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: block;
}
.single-wrapper .works-other {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.single-wrapper .works-other .single-h2 {
  text-align: center;
  font-size: 1.4rem;
}
.single-wrapper .works-other .ja {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  margin-bottom: 40px;
}
.single-wrapper .works-other .other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
}
.single-wrapper .works-other .other-list li {
  width: 22%;
}
.single-wrapper .works-other .other-list li a .other-img {
  margin-bottom: 10px;
}
.single-wrapper .works-other .other-list li a .other-text h3 {
  font-size: 0.9rem;
}
.single-wrapper .works-other .other-list li a .other-text .date {
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 600px) {
  .single-wrapper {
    padding-top: 70px;
  }
  .single-wrapper .single-header {
    width: 100%;
    height: 200px;
    background-color: #7D7D7D;
    display: flex;
    align-items: center;
  }
  .single-wrapper .single-header h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.9rem;
  }
  .single-wrapper .single-header span {
    color: #ffffff;
    font-size: 0.9rem;
  }
  .single-wrapper main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .single-wrapper main .column-wrap .left-column .post-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
  }
  .single-wrapper main .column-wrap .left-column .post-header .subject {
    display: inline-block;
    font-size: 0.7rem;
    background-color: #000;
    color: #FFF;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
  }
  .single-wrapper main .column-wrap .left-column .post-header .output {
    display: block;
    margin-bottom: 10px;
  }
  .single-wrapper main .column-wrap .left-column .post-header .title-h1 {
    font-size: 1.3rem;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-info {
    margin-bottom: 2rem;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-info h1 {
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-info ul {
    display: flex;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-info li {
    font-size: 0.8rem;
    margin-right: 15px;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content {
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content h1 {
    font-size: 2rem;
    line-height: 1.8;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content h2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content h3 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content h4 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content h5 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content h6 {
    font-size: 1rem;
  }
  .single-wrapper main .column-wrap .left-column .post-wrap .post-content img {
    margin-bottom: 1.5rem;
  }
  .single-wrapper .post-other {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .single-wrapper .post-other .single-h2 {
    text-align: center;
    font-size: 1.4rem;
  }
  .single-wrapper .post-other .ja {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 40px;
  }
  .single-wrapper .post-other .other-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
  .single-wrapper .post-other .other-list li {
    width: 48%;
  }
  .single-wrapper .post-other .other-list li a .other-img {
    margin-bottom: 10px;
  }
  .single-wrapper .post-other .other-list li a .other-text .date {
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
  }
  .single-wrapper .works-other {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .single-wrapper .works-other .single-h2 {
    text-align: center;
    font-size: 1.4rem;
  }
  .single-wrapper .works-other .ja {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 40px;
  }
  .single-wrapper .works-other .other-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
  .single-wrapper .works-other .other-list li {
    width: 48%;
    height: auto;
  }
  .single-wrapper .works-other .other-list li a .other-img {
    height: auto;
    margin-bottom: 10px;
  }
  .single-wrapper .works-other .other-list li a .other-text {
    height: auto;
  }
  .single-wrapper .works-other .other-list li a .other-text .date {
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
  }
}/*# sourceMappingURL=single.css.map */