@charset "UTF-8";
/* ==========================================================================//
//
// news single
//
// ========================================================================== */
.page_head {
  padding-bottom: 26px;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .page_head {
    padding-bottom: 50px;
    margin-bottom: 90px;
  }
}

.single_date {
  font-size: 13px;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .single_date {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.single_ttl {
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .single_ttl {
    font-size: 32px;
  }
}

.single_content {
  line-height: 1.93;
  border-bottom: 1px solid #E6E6E6;
}
@media all and (min-width: 751px) {
  .single_content {
    padding-bottom: 90px;
  }
}
.single_content p:not(:last-child) {
  margin-bottom: 1.8em;
}
@media all and (min-width: 751px) {
  .single_content p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.single_content h2 {
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
@media all and (min-width: 751px) {
  .single_content h2 {
    font-size: 22px;
  }
}
.single_content h3 {
  font-size: 15px;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  .single_content h3 {
    font-size: 18px;
  }
}
.single_content h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.single_content a {
  background-image: -webkit-gradient(linear, left top, right top, from(#312E2E), to(#312E2E));
  background-image: linear-gradient(90deg, #312E2E, #312E2E);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
@media (hover: hover) {
  .single_content a:hover {
    background-size: 0 1px;
    background-position: right bottom;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
}
.single_content .wp-block-image:not(:last-child) {
  margin-bottom: 2em;
}
.single_content .wp-block-list {
  margin-top: 20px;
}
.single_content .wp-block-list:not(:last-child) {
  margin-bottom: 1.8em;
}
.single_content .wp-block-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.single_content .wp-block-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.single_content .wp-block-list li::before {
  content: "・";
}

.single_foot {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .single_foot {
    margin-top: 60px;
  }
}