/*  ------------------------------ single.scss */
.sidebar {
  display: none;
}

.content-in {
  display: block;
}

.main {
  width: 100%;
}

.entry-card .admin-pv {
  display: none;
}

.single-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 25px;
  margin-top: 44px;
}
.single article {
  flex: 2.2;
}
.single article h1 {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  margin: 36px auto 52px;
}
.single article h1.column-color {
  color: #0093a8;
}
.single article h1.blog-color {
  color: #a03632;
}
.single article h2 {
  font-size: 1.8rem;
  background: none;
  padding: 0;
}
.single article p {
  font-size: 1.4rem;
}
.single article p + p,
.single article p + h2,
.single article p + h3,
.single article p + h4,
.single article p + h5 {
  margin-top: 3rem;
}
.single .eye-catch-wrap {
  position: relative;
  border: 1px solid #0093a8;
  font-size: 0;
}
.single .eye-catch-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #0093a8;
  padding: 6px 40px;
  border-radius: 0 0 0 20px;
  border-left: 1px solid #0093a8;
  border-bottom: 1px solid #0093a8;
  transition: 0.3s;
  font-size: 1.4rem;
}
.single .eye-catch-wrap a:hover {
  transition: 0.3s;
  background: #fff;
  color: #0093a8;
}
.single .eye-catch-wrap.column-color {
  border-color: #0093a8;
}
.single .eye-catch-wrap.column-color a {
  border-color: #0093a8;
  background: #0093a8;
}
.single .eye-catch-wrap.blog-color {
  border-color: #a03632;
}
.single .eye-catch-wrap.blog-color a {
  border-color: #a03632;
  background: #a03632;
}
.single .eye-catch-wrap.blog-color a:hover {
  color: #a03632;
}
.single-sidebar {
  flex: 1;
}
.single-sidebar h3 {
  color: #fff;
  background: #808080;
  font-size: 2rem;
  padding: 18px;
  text-align: center;
  margin-bottom: 1rem;
}
.single-sidebar ul {
  list-style: none;
  padding: 0;
}
.single-sidebar ul li {
  border-bottom: 1px solid #000;
}
.single-sidebar ul li a {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 16px;
  color: #000;
}
.single-sidebar ul li a:hover {
  color: #a03632;
}
.single aside article {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  border: 1px solid #0093a8;
  transition: 0.3s;
}
.single aside article.column-color {
  border-color: #0093a8;
}
.single aside article.blog-color {
  border-color: #a03632;
}
.single aside article:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.single aside article + article {
  margin-top: 18px;
}
.single aside .related-entry-card-content {
  padding: 22px;
  margin-left: 0;
  width: 50%;
}
.single aside h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #0093a8;
}
.single aside h3.column-color {
  color: #0093a8;
}
.single aside h3.blog-color {
  color: #a03632;
}

.rect-mini-card a.related-entry-card-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 9;
  padding: 0;
}

.related-entry-card__imgwrap > a.related-entry-card-wrap {
  position: relative;
}

.related-entry-heading,
.comment-title {
  text-align: center;
}

.rect-mini-card .related-list {
  flex-direction: column;
}

.rect-mini-card .related-entry-card-thumb {
  width: 100%;
  margin: 0;
  font-size: 0;
}
.rect-mini-card .related-entry-card-thumb img {
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-entry-card__imgwrap {
  position: relative;
  width: 44%;
  margin-right: 0;
}
.related-entry-card__imgwrap a.cat {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #0093a8;
  padding: 6px 40px;
  border-radius: 0 0 0 20px;
  border-left: 1px solid #0093a8;
  border-bottom: 1px solid #0093a8;
  border-right: 1px solid #0093a8;
  transition: 0.3s;
  font-size: 1.4rem;
  z-index: 99;
}
.related-entry-card__imgwrap a.cat:hover {
  transition: 0.3s;
  background: #fff;
  color: #0093a8;
}
.related-entry-card__imgwrap a.cat.column-color {
  border-color: #0093a8;
  background: #0093a8;
}
.related-entry-card__imgwrap a.cat.column-color:hover {
  background: #fff;
  color: #0093a8;
}
.related-entry-card__imgwrap a.cat.column-color.blog-color {
  border-color: #a03632;
  background: #a03632;
}
.related-entry-card__imgwrap a.cat.column-color.blog-color:hover {
  background: #fff;
  color: #a03632;
}

.rect-mini-card .related-entry-card-snippet {
  display: block;
}

.archive .entry-card-wrap {
  padding: 0 !important;
}
.archive article:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.archive .voice.entry-card, .archive .voice.related-entry-card,
.archive .voice article {
  border: none;
  overflow: hidden;
  border-radius: 44px 0 0 0;
}
.archive .voice .entry-card-content {
  padding: 0;
}
.archive .voice .entry-card-content h2 {
  background: #a03632;
  color: #fff;
  text-align: center;
  padding: 1rem 1rem 0rem;
  line-height: 3;
}
.archive .voice .entry-card-thumb {
  height: 200px;
  width: 320px;
  float: left;
}
.archive .voice .entry-card-thumb img {
  height: 100%;
}
.archive .wrap > h2 {
  text-align: center;
  font-size: 2.6rem;
  margin: 46px auto 30px;
}
.archive .wrap > h2 + p {
  text-align: center;
  font-size: 1.4rem;
}
.archive article > a.article-flow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.archive .ect-3-columns {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 70px auto;
}
.archive .ect-3-columns > * {
  max-width: calc(33.3% - 10px);
}
.archive .entry-card,
.archive .related-entry-card {
  border: 1px solid #0093a8;
  overflow: hidden;
}
.archive .entry-card-content {
  padding: 18px;
  margin-left: 0;
}
.archive .entry-card-title,
.archive .related-entry-card-title {
  font-size: 1.5rem;
}
.archive a.cat {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #0093a8;
  padding: 6px 40px;
  border-radius: 0 0 0 20px;
  border-left: 1px solid #0093a8;
  border-bottom: 1px solid #0093a8;
  border-right: 1px solid #0093a8;
  transition: 0.3s;
  font-size: 1.4rem;
  z-index: 99;
}
.archive a.cat:hover {
  transition: 0.3s;
  background: #fff;
  color: #0093a8;
}
.archive a.cat.column-color {
  border-color: #0093a8;
  background: #0093a8;
}
.archive a.cat.column-color:hover {
  background: #fff;
  color: #0093a8;
}
.archive a.cat.blog-color {
  border-color: #a03632;
  background: #a03632;
}
.archive a.cat.blog-color:hover {
  background: #fff;
  color: #a03632;
}
.archive.column-color .entry-card,
.archive.column-color .related-entry-card {
  border-color: #0093a8;
}
.archive.column-color .entry-card-title,
.archive.column-color .related-entry-card-title {
  color: #0093a8;
}
.archive.blog-color .entry-card,
.archive.blog-color .related-entry-card {
  border-color: #ae002c;
}
.archive.blog-color .entry-card-title,
.archive.blog-color .related-entry-card-title {
  color: #ae002c;
}

@media screen and (max-width: 1280px) {
  .entry-card-thumb {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .single-flex {
    margin-top: 30px;
  }
  .single-sidebar {
    display: none;
  }
  .single .eye-catch-wrap a {
    right: 8px;
    font-size: 1.2rem;
    padding: 2px 10px;
    border-radius: 0 0 0 10px;
  }
  .single article h1 {
    font-size: 1.9rem;
    margin: 16px auto;
  }
  .single article p {
    font-size: 1.4rem;
  }
  .single article p + p,
.single article p + h2,
.single article p + h3,
.single article p + h4,
.single article p + h5 {
    margin-top: 2rem;
  }
  .single aside h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .single aside p {
    font-size: 1.2rem;
  }
  .e-card-snippet {
    font-size: 1.2rem;
  }
  .rect-mini-card .related-entry-card-title {
    font-size: 1.4rem;
  }
  .related-entry-heading,
.comment-title {
    font-size: 1.6rem;
  }
  .related-entry-card__imgwrap a.cat {
    font-size: 1.2rem;
    padding: 2px 6px;
    border-radius: 0 0 0 10px;
  }
  .rect-mini-card .related-entry-card-thumb img {
    min-height: 145px;
  }
  .single aside .related-entry-card-content {
    padding: 9px 6px;
  }
  .archive .ect-3-columns > * {
    min-width: 48%;
  }
  .archive a.cat {
    font-size: 1.2rem;
    padding: 2px 6px;
    border-radius: 0 0 0 10px;
  }
  .archive .entry-card-content {
    font-size: 1.2rem;
    padding: 14px 9px 8px;
  }
  .archive .entry-card-title,
.archive .related-entry-card-title {
    font-size: 1.2rem;
    text-align: center;
  }
  .archive .voice .entry-card-thumb {
    height: 92px;
  }
}
.single-voice article .entry-content {
  background: #bababa;
  padding-top: 30px;
  padding-bottom: 97px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.single-voice article p + p {
  margin-top: 0;
}
.single-voice article p.mini {
  text-align: right;
  color: #fff;
  font-size: 1rem;
}
.single-voice article .voice-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 76px 36px;
  border-radius: 140px 0 0 0;
}
.single-voice article .voice-wrap + .voice-wrap {
  margin-top: 20px;
  border-radius: 0 0 0 0;
  padding-bottom: 30px;
  margin-bottom: 1rem;
  background-image: url("../img/voice.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 200px;
}
.single-voice article h1 {
  font-size: 2.2rem; /* 2.8rem */
  letter-spacing: 0.5rem;
  text-align: center;
  margin: 0 auto 32px;
}
.single-voice article h2 {
  display: inline;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.55;
  text-align: center;
  color: #a03632;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.single-voice article h3 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.55;
  color: #a03632;
  margin-top: 0;
  margin-bottom: 36px;
  padding: 0;
  border: none;
}
.single-voice article .voice__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px 32px;
  margin-bottom: 50px;
}
.single-voice article .voice__flex-left {
  width: 50%;
  text-align: center;
}
.single-voice article .voice__flex-right {
  width: calc(50% - 32px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #a03632;
  padding: 15px 20px;
}
.single-voice article .voice__flex-right p {
  flex: 50%;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}
.single-voice article .voice__comment, .single-voice article .voice__message {
  -moz-column-count: 2;
       column-count: 2;
}
.single-voice article .voice__comment p, .single-voice article .voice__message p {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .single-voice article .voice-wrap {
    padding: 30px 15px;
    border-radius: 50px 0 0 0;
  }
  .single-voice article .voice-wrap + .voice-wrap {
    padding-top: 50px;
    background-size: 160px;
  }
  .single-voice article h1 {
    font-size: 1.9rem;
    margin-bottom: 24px;
    padding: 0;
  }
  .single-voice article h2 {
    font-size: 1.6rem;
  }
  .single-voice article h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .single-voice article .voice__flex {
    gap: 10px 0;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .single-voice article .voice__flex-left, .single-voice article .voice__flex-right {
    width: 100%;
  }
  .single-voice article .voice__flex-right {
    padding: 8px;
  }
  .single-voice article .voice__flex-right p {
    font-size: 1.2rem;
  }
  .single-voice article .voice__comment, .single-voice article .voice__message {
    -moz-column-count: 1;
         column-count: 1;
  }
  .single-voice article .voice__comment p, .single-voice article .voice__message p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=hp_voice.css.map */