@charset "UTF-8";/*
*/
.p-news .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1vw;
  position: relative;
}

.p-news .contents:before {
  content: "";
  background-color: #eeeeee;
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, #f7f5ef 50%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.section-entry {
  flex: 2.5;
  padding-top: var(--m-l);
}

.section-entry .button {
  margin: var(--m-m) auto;
}

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

.entry_header .categories li a {
  display: block;
  background: #eee;
  border-radius: 4em;
  padding: 0.6em 1em;
  font-size: 12px;
}

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

.entry_box {
  display: block;
  background-color: #fff;
  border-radius: var(--m-xs);
  padding: var(--m-m);
  margin-bottom: var(--m-m);
  box-shadow: 0 20px 30px rgb(247 245 239);
}

.entry_header {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  /* font-size: 12px; */
  align-items: center;
  padding-bottom: 1em;
  line-height: 1;
}

.entry_title {
  font-size: var(--f-m);
  margin-bottom: var(--m-m);
  margin-top: var(--m-r);
}

.entry_title a {
  color: var(--c-dark);
  font-weight: var(--w-m);
}

.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-l);
  display: flex;
  flex-wrap: wrap;
  gap: 3vmax;
  align-items: flex-start;
}

.repeat.right figure {
  order: 2;
}

.repeat.center figure {
  flex-basis: initial;
}

.entry_body p {
  flex: 1;
  font-size: var(--f-r);
}

.entry_body figure {
  flex-basis: 48%;
  /* background: #eee; */
}

.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 {
  /* background: #eee; */
  padding-top: var(--m-l);
  /* padding-left: 4rem; */
  flex-basis: 33%;
  flex: 1;
}

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

.contents aside section {
  margin-bottom: 3em;
  padding: initial;
  /* max-width: 260px; */
}

.contents aside section h4.title {
  font-size: var(--f-r);
  margin: var(--m-xs) 0;
  font-weight: var(--w-b);
  color: var(--c-muted);
}

.contents aside section ul {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.5;
}

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

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

.contents aside section ul li a i {
  margin: 0 0.2em;
  color: #fff;
  line-height: 1;
  font-size: 10px !important;
  color: var(--c-link);
}

.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;
  }

  .repeat {
    flex-direction: column;
  }

  .contents aside {
    width: 100%;
    padding: 0 2rem var(--m-xl);
    flex-basis: initial;
    margin-top: calc(var(--m-l) * -1);
  }
}
