@charset "UTF-8";/*
*/
.p-news .contents {
  padding-bottom: var(--m-xxxl);
  position: relative;
}

.p-news .contents > .u-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.5rem, 2.8vw, 3rem);
  row-gap: clamp(2.5rem, 6vw, 6rem);
  column-gap: clamp(1.5rem, 2.8vw, 3rem);
  position: relative;
  align-items: start;
}

.p-news .contents header {
  grid-column: span 7;
  grid-column: 1 / -1;
}

.contents section.section-entry {
  display: block;
  padding: initial;
  grid-column: 1 / 10;
}

.entry_header .categories {
  list-style: none;
  display: flex;
}

.entry_header .categories li a {
  display: block;
  background: #eee;
  border-radius: 5rem;
  padding: 0.5rem 1rem;
  font-size: 12px;
}

.entry_header time {
  font-size: var(--f-s);
  color: var(--c-muted);
}

.entry_box {
  display: block;
  background-color: #fff;
  border-radius: var(--m-xs);
  padding: var(--m-m);
  margin-bottom: var(--m-l);
}

.entry_header {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  line-height: 1;
  grid-column: -1 / 1;
}

.entry_title {
  font-size: var(--f-m);
  font-weight: var(--w-b);
  margin: var(--m-m) 0 var(--m-l);
  grid-column: -1 / 1;
}

.entry_update {
  margin-bottom: 1vmax;
  font-weight: 900;
  color: #86A6DF;
  font-size: max(4vw, 2.2em);
  font-style: italic;
  line-height: 1;
}

.repeat {
  margin-bottom: var(--m-r);
  align-items: flex-start;
}

.repeat figure {
  margin: initial;
}

.entry_body p {
  font-size: var(--f-s);
}

.repeat.left figure {
  grid-column: span 1;
}

.repeat.left p {
  grid-column: span 1;
}

.repeat.right figure {
  grid-column: span 1;
}

.repeat.right p {
  grid-column: span 1;
  order: -1;
}

.repeat.center figure {
  grid-column: 1 / -1;
}

.repeat.center p {
  grid-column: 1 / -1;
}

.entry_body img {
  width: 100%;
  height: auto;
  border-radius: var(--m-xxs);
}

.entry_body img.center {
  margin: 0 auto 3rem;
}

.entry_body img.right {
  float: right;
  margin: 0 0 3rem 3rem;
}

.entry_body a.autohyperlink {
  text-decoration: none;
  color: var(--c-c);
  vertical-align: middle;
}

.entry_body a.autohyperlink:after {
  content: "\e929";
  font-family: var(--f-icon);
  margin-left: 0.5rem;
}

.entry_back {
  width: 100%;
  text-align: center;
}

.entry_back a {
  width: initial;
  display: inline-block;
  padding: 0 2em;
  transition-property: opacity;
  transition-duration: .3s;
}

.entry_back a:hover {
  opacity: .5;
}

.contents aside {
  grid-column: 10 / -1;
}

.contents aside .u-inner {
  padding-left: initial;
}

.contents aside section {
  margin-bottom: 3em;
  padding: initial;
}

.contents aside section h4.title {
  font-size: var(--f-r);
  margin-bottom: var(--m-s);
  font-weight: var(--w-m);
}

.contents aside section ul {
  list-style: none;
  font-size: var(--f-s);
  line-height: 1.8;
}

.contents aside section ul li {
  margin-top: 1rem;
}

.contents aside section ul li a {
  display: flex;
  align-items: baseline;
}

.contents aside section ul li a i {
  margin-right: 0.2rem;
  color: #fff;
  line-height: 1;
  color: var(--c-link);
  vertical-align: middle;
}

.archive .list {
  position: relative;
  background-color: #fff;
  outline: 0;
  border-radius: 3px;
  padding: 0;
  color: initial;
  margin-top: 0.4em;
  margin-right: 0;
  min-width: 160px;
}

.archive .list select {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.2rem 2rem 0.4rem 1rem;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  color: initial;
  height: 28px;
  line-height: 1;
  width: 100%;
}

.archive .list:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 9px;
  pointer-events: none;
  width: 11px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #666;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  .entry .u-inner {
    padding-right: max(2vmax, calc((100vw - var(--max-w)) / 2));
  }

  section.column {
    flex: initial;
  }

  .contents section.section-entry {
    grid-column: -1 / 1;
  }

  .repeat {
    flex-direction: column;
  }

  .contents .section-entry {
    grid-column: -1 / 1;
    padding: initial;
  }

  .contents aside {
    grid-column: -1 / 1;
  }
}
