@charset "UTF-8";
.news--content {
  padding-top: 42px;
}
.news--content .breadcrumb {
  margin-top: 42px;
}
.news--content .news--wrap {
  margin-top: 27px;
  padding-bottom: 150px;
}
.news--content .news--list {
  margin-top: 34px;
  font-weight: bold;
  border-bottom: 1px solid rgba(204,204,204,0.5);
}
.news--content .news--list .item {
  padding-top: 18px;
  padding-bottom: 11px;
  border-top: 1px solid rgba(204,204,204,0.5);
}
.news--content .news--list .post--meta {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.news--content .news--list .post--date {
  flex-shrink: 0;
}
.news--content .news--list .post--category {
  min-width: 115px;
  padding: 3px 5px;
  font-size: 12px;
  text-align: center;
  border: 3px solid;
  border-radius: 5px;
}
.news--content .news--list .post--title {
  margin-top: 10px;
  color: #1571da;
}
@media screen and (min-width: 768px) {
  .news--content {
    padding-top: 50px;
  }
  .news--content .breadcrumb {
    margin-top: 42px;
  }
  .news--content .l_content {
    margin-top: 45px;
  }
  .news--content .news--list {
    margin-top: 27px;
  }
  .news--content .news--list .post--date {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .news--content .news--list .post--link {
    display: grid;
    grid-template-columns: 270px 1fr;
    column-gap: 20px;
  }
  .news--content .news--list .post--meta {
    align-self: start;
    column-gap: 15px;
  }
  .news--content .news--list .post--title {
    align-self: center;
    margin-top: 0;
  }
}

/* single
------------*/
.news--single {
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
}
.news--single .post--head .date {
  margin-right: 19px;
  font-weight: bold;
}
.news--single .post--head .category {
  color: #1571da;
  font-size: 14px;
  font-weight: 500;
}
.news--single .post--head .title {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.666666666666667;
}
.news--single .post--head .tag--list {
  margin-top: 34px;
  padding: 12px 20px;
  color: #1571da;
  font-size: 14px;
  border: 1px solid #bbb;
  border-radius: 8px;
}
.news--single .post--thumbnail {
  margin-top: 34px;
}
.news--single .post--thumbnail img {
  margin-inline: auto;
  border-radius: 10px;
}
.news--single .post--summary {
  margin-top: 36px;
  line-height: 2;
}
.news--single .post--content {
  margin-top: 50px;
}
.news--single .post--content > *:not(:first-child) {
  margin-top: var(--margin-t, 32px);
}
.news--single .post--content > *:not(:last-child) {
  margin-bottom: var(--margin-b, 32px);
}
.news--single .post--content h2,
.news--single .post--content h3,
.news--single .post--content h4,
.news--single .post--content h5 {
  border-color: #1571da;
  position: relative;
}
.news--single .post--content h2::before,
.news--single .post--content h3::before,
.news--single .post--content h4::before,
.news--single .post--content h5::before {
  content: '';
  display: block;
  background-color: #1571da;
  position: absolute;
}
.news--single .post--content h2 {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 10px 10px 10px 29px;
  font-size: 24px;
  font-weight: bold;
  border-style: solid;
  border-width: 2px 0;
}
.news--single .post--content h2::before {
  width: 5px;
  height: 28px;
  border-radius: 4px;
  top: 17px;
  left: 12px;
}
.news--single .post--content h3 {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 11px 10px 12px 33px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f8ff;
  border-radius: 10px;
}
.news--single .post--content h3::before {
  width: 5px;
  height: 28px;
  border-radius: 4px;
  top: 14px;
  left: 12px;
}
.news--single .post--content h4 {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 0 10px 5px 35px;
  font-size: 18px;
  font-weight: bold;
  border-style: solid;
  border-width: 0 0 1px;
}
.news--single .post--content h4::before {
  width: 4px;
  height: 20px;
  border-radius: 4px;
  top: 5px;
  left: 13px;
}
.news--single .post--content h5 {
  --margin-t: 40px;
  --margin-b: 40px;
  padding: 0 10px 8px 32px;
  font-weight: bold;
  border-style: dashed;
  border-width: 0 0 1px;
}
.news--single .post--content h5::before {
  aspect-ratio: 1;
  width: 9px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}
.news--single .post--content p {
  line-height: 2;
}
.news--single .post--content .line,
.news--single .post--content em {
  padding: 0 5px;
  background-color: #f6e789;
}
.news--single .post--content .is-style-text-border {
  padding: 30px;
  border: 1px solid #1571da;
}
.news--single .post--content .is-style-text-note {
  padding: 34px 20px 26px;
  font-size: 14px;
  line-height: ropund(2.285714285714286, 2);
  background-color: #f7f8f9;
}
.news--single .post--content .is-style-text-caution {
  padding: 18px 18px 18px 64px;
  background-image: url("../img/column/icon_caution.svg");
  background-position: center left 18px;
  background-size: 32px auto;
  border: 2px dashed #8d2226;
}
.news--single .post--content :not(div):not(.post--title) a {
  color: #1571da;
  text-decoration: underline;
}
.news--single .post--content :not(div):not(.post--title) a[target="_blank"] {
  padding-right: 26px;
  background-image: url("../img/column/icon_link.svg");
  background-position: center right;
  background-size: 18px auto;
}
.news--single .post--content .wp-block-buttons {
  display: block;
}
.news--single .post--content .wp-block-button {
  --margin-t: 20px;
  --margin-b: 20px;
  --link-txt: #fff;
  --link-bg: #1571da;
  max-width: 400px;
  margin-inline: auto;
  font-weight: normal;
  display: block;
}

.news--single .post--content .wp-block-button:not(:last-child) {
  margin-bottom: 20px;
}
.news--single .post--content .wp-block-button a {
  min-height: 56px;
  padding: 10px 50px;
  border: 1px solid #1571da;
  border-radius: 8px;
}
.news--single .post--content .wp-block-button a[target="_blank"] {
  position: relative;
}
.news--single .post--content .wp-block-button a[target="_blank"]::before,
.news--single .post--content .wp-block-button a[target="_blank"]::after {
  display: block;
  aspect-ratio: 1;
  width: 18px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  translate: 0 -50%;
}
.news--single .post--content .wp-block-button a[target="_blank"]::before {
  content: '';
  background-image: url("../img/column/icon_link_white.svg");
}
.news--single .post--content .wp-block-button a[target="_blank"]::after {
  background-image: url("../img/column/icon_link.svg");
}
.news--single .post--content ul,
.news--single .post--content ol {
  --margin-t: 40px;
  --margin-b: 40px;
  display: grid;
  row-gap: 18px;
  line-height: 1.63;
}
.news--single .post--content ul.wp-block-list:not(.is-style-list-check) {
  list-style-type: disc;
  padding-left: 1em;
}
.news--single .post--content ul.wp-block-list:not(.is-style-list-check) ::marker {
  color: #1571da;
}
.news--single .post--content ol li,
.news--single .post--content .is-style-list-check li {
  padding-left: 42px;
  position: relative;
}
.news--single .post--content ol li::before,
.news--single .post--content .is-style-list-check li::before {
  display: block;
  width: 28px;
  color: #1571da;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.news--single .post--content ol {
  list-style: none;
  counter-reset: li;
}
.news--single .post--content ol li {
  counter-increment: li;
}
.news--single .post--content ol li::before {
  content: counter(li);
  padding: 5px 2px;
  line-height: 1;
  text-align: center;
  border: 1px solid;
}
.news--single .post--content .is-style-list-check li::before {
  content: '';
  aspect-ratio: 1;
  background-image: url(../img/column/icon_check.svg);
}
.news--single .post--content table {
  --margin-t: 66px;
  --margin-b: 66px;
  line-height: 1.88;
}
.news--single .post--content th,
.news--single .post--content td {
  padding: 15px 10px;
  border: none;
  border-bottom: 1px solid var(--border);
}
.news--single .post--content th,
.news--single .post--content td:first-child {
  font-weight: bold;
  text-align: left;
  background-color: #f2f8ff;
}
.news--single .post--content th {
  width: 30%;
}
.news--single .post--content .gallery-1,
.news--single .post--content .gallery-2 {
  --margin-t: 40px;
  --margin-b: 40px;
  display: grid;
  gap: 30px;
}
.news--single .post--content .gallery-1 figcaption,
.news--single .post--content .gallery-2 figcaption {
  margin-top: 9px;
  font-size: 14px;
}
.news--single .post--content .post--card {
  display: grid;
  row-gap: 20px;
  max-width: 600px;
  margin-inline: auto;
}
.news--single .post--content .post--card .card {
  padding: 25px 20px 24px 12px;
  border-radius: 8px;
}
.news--single .post--content .post--card .post--thumb {
  border-radius: 10px;
}
.news--single .post--content .post--card .post--date {
  color: #1571da;
  font-weight: 500;
}
.news--single .post--content .post--card .post--title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}
.news--single .post--content .post--card .post--meta {
  margin-top: 15px;
  font-size: 14px;
}
.news--single .post--content .post--card .post--meta .item {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 22px;
}
.news--single .post--content .post--card .post--meta dt {
  color: #1571da;
  font-weight: bold;
}
.news--single .post--content .post--card .post--meta dd {
  font-weight: 500;
  position: relative;
}
.news--single .post--content .post--card .post--meta dd:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: -11px;
  pointer-events: none;
}
.news--single .post--author {
  margin-top: 50px;
  padding: 20px 20px 30px;
  background-color: #f7f8f9;
}
.news--single .post--author .title {
  color: #084ea1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.news--single .post--author .box {
  display: grid;
  row-gap: 20px;
  margin-top: 20px;
}
.news--single .post--author .img {
  aspect-ratio: 1;
  max-width: 116px;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
}
.news--single .post--author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news--single .post--author .text {
  font-size: 14px;
  line-height: 1.71;
}
.news--single .post--author .name {
  font-weight: bold;
}
.news--single .post--author .name:not(:last-child) {
  margin-bottom: 20px;
}
.news--single .post--author .name a {
  color: #084ea1;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .news--single .post--head .date {
    margin-right: 30px;
  }
  .news--single .post--head .title {
    font-size: 30px;
  }
  .news--single .post--head .tag--list {
    margin-top: 40px;
  }
  .news--single .post--thumbnail {
    margin-top: 47px;
  }
  .news--single .post--summary {
    margin-top: 37px;
  }
  .news--single .post--content {
    margin-top: 40px;
  }
  .news--single .post--content h2 {
    font-size: 28px;
  }
  .news--single .post--content h3 {
    font-size: 22px;
  }
  .news--single .post--content h4 {
    font-size: 20px;
  }
  .news--single .post--content h5 {
    font-size: 18px;
  }
  .news--single .post--content th {
    width: 240px;
    padding: 30px 20px;
  }
  .news--single .post--content td {
    padding: 30px 40px;
  }
  .news--single .post--content .gallery-1 {
    justify-items: center;
  }
  .news--single .post--content .gallery-1 img {
    margin-inline: auto;
  }
  .news--single .post--content .gallery-2 {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
  .news--single .post--content .post--card .card {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 20px;
    padding: 25px 20px 24px 12px;
  }
  .news--single .post--content .post--card .text {
    min-width: 0;
  }
  .news--single .post--author {
    margin-top: 90px;
    padding: 20px 55px 30px 35px;
  }
  .news--single .post--author .title {
    text-align: left;
  }
  .news--single .post--author .box {
    grid-template-columns: 116px 1fr;
    align-items: start;
    gap: 35px;
  }
}