/* 追加リニューアルのためscss管理対象外 CSSをそのまま修正してください */
#articledetail p {
  margin: 0;
}
#articledetail p + p {
  margin-top: 0.9em;
}
#articledetail strong {
  font-weight: 700;
}
#articledetail em {
  font-style: italic;
}
#articledetail sub,
#articledetail sup {
  font-size: 75%;
  line-height: 0;
}
#articledetail hr:not([class]) {
  border: 0;
  border-top: 1px solid #045dbb;
  margin: 40px 0 !important;
}
@media only screen and (min-width: 691px) {
  #articledetail hr:not([class]) {
    margin: 56px 0 !important;
  }
}
#articledetail hr:not([class]) + * {
  margin-top: 0;
}
#articledetail ol:not([class]) {
  list-style: decimal;
}
#articledetail ol:not([class]) li {
  list-style: decimal;
}
#articledetail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#articledetail p > img,
#articledetail .thumb img,
#articledetail .lib-card__thumb img {
  border-radius: 5px;
}
#articledetail iframe {
  display: block;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
#articledetail table {
  width: 100% !important;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: calc(15px / 10 * 1rem);
}
#articledetail table th,
#articledetail table td {
  border: 1px solid #ddd;
  padding: 0.8em 1em;
  vertical-align: top;
}
#articledetail table thead th,
#articledetail table thead td,
#articledetail table th {
  color: #fff;
  background-color: #045dbb;
  font-weight: 700;
}
#articledetail table td {
  background-color: #fff;
}
#articledetail .media_table {
  position: relative;
  margin-bottom: 40px;
  padding: 24px 20px 24px 28px;
  background-color: #f5fff7;
  border-radius: 8px;
}
@media only screen and (min-width: 691px) {
  #articledetail .media_table {
    margin-bottom: 60px;
    padding: 40px 40px 40px 50px;
  }
}
#articledetail .media_table::before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 48px);
  top: 24px;
  left: 16px;
  background-color: #045dbb;
}
@media only screen and (min-width: 691px) {
  #articledetail .media_table::before {
    height: calc(100% - 80px);
    top: 40px;
    left: 36px;
  }
}
#articledetail .media_table #tableindex {
  margin-left: 10px;
  padding-left: 12px;
  border-left: 3px solid #045dbb;
  color: #045dbb;
  font-size: calc(20px / 10 * 1rem);
  font-weight: 700;
  line-height: 1.4;
}
#articledetail .media_table ul {
  counter-reset: media-index;
  margin: 0.5rem 0 0 10px;
  padding-left: 0.75rem;
  list-style: none;
}
#articledetail .media_table ul ul {
  width: 100%;
  margin-top: 0.35rem;
  margin-left: 0;
  padding-left: 1rem;
}
#articledetail .media_table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.35rem;
  padding-left: 0;
}
#articledetail .media_table li::before {
  counter-increment: media-index;
  content: counters(media-index, "-") ". ";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.35em;
  color: #045dbb;
  font-weight: 700;
}
#articledetail .tcenter {
  text-align: center;
}
#articledetail .container {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
#articledetail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--blog-gutter-x, 20px) / -2);
  margin-left: calc(var(--blog-gutter-x, 20px) / -2);
  row-gap: var(--blog-gutter-y, 0);
}
#articledetail .row > .col,
#articledetail .row > [class*="col-"] {
  width: 100%;
  padding-right: calc(var(--blog-gutter-x, 20px) / 2);
  padding-left: calc(var(--blog-gutter-x, 20px) / 2);
}
#articledetail .gx-3 {
  --blog-gutter-x: 16px;
}
#articledetail .gx-5 {
  --blog-gutter-x: 40px;
}
#articledetail .gy-3 {
  --blog-gutter-y: 16px;
}
#articledetail .gy-4 {
  --blog-gutter-y: 24px;
}
#articledetail .gy-5 {
  --blog-gutter-y: 40px;
}
#articledetail .row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 691px) {
  #articledetail .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #articledetail .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333333%;
  }
  #articledetail .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.666667%;
  }
  #articledetail .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.333333%;
  }
  #articledetail .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  #articledetail .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}
#articledetail .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
#articledetail .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#articledetail .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#articledetail .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#articledetail .object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
#articledetail .mt-0 {
  margin-top: 0 !important;
}
#articledetail .lib-scroll__outer {
  margin-top: 1rem;
  overflow: hidden;
}
#articledetail .lib-scroll__cover {
  overflow-x: auto;
  padding-bottom: 8px;
}
#articledetail .lib-scroll__inside {
  min-width: 720px;
}
#articledetail .lib-link__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  gap: 10px;
  padding: 0.7em 1.6em;
  color: #fff;
  background-color: #045dbb;
  border: 1px solid #045dbb;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
#articledetail .lib-link__btn::after {
  content: "";
  width: 20px;
  height: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: currentColor;
  clip-path: polygon(65% 0, 100% 50%, 65% 100%, 65% 65%, 0 65%, 0 35%, 65% 35%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
#articledetail .lib-link__btn:hover {
  color: #045dbb;
  background-color: #fff;
  text-decoration: none;
}
#articledetail .lib-link__btn:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
#articledetail .lib-link__btn.max-lg-380 {
  width: 100%;
  max-width: 380px;
}
#articledetail .lib-link__btn .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#articledetail .media-blocks {
  margin-top: 32px;
}
#articledetail .media-blocks + .media-blocks {
  margin-top: 48px;
}
#articledetail .lib-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#articledetail .lib-card__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#articledetail .lib-card__inside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#articledetail .lib-card__caption {
  color: #045dbb;
  font-size: calc(14px / 10 * 1rem);
  font-weight: 700;
  line-height: 1.5;
}
#articledetail .lib-title__outer {
  margin-top: 8px;
}
#articledetail .lib-card__title {
  margin: 0;
  color: #333;
  font-size: calc(22px / 10 * 1rem);
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 691px) {
  #articledetail .lib-card__title {
    font-size: calc(26px / 10 * 1rem);
  }
}
#articledetail .lib-card__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}
#articledetail .lib-card__badge li {
  margin: 0;
}
#articledetail .lib-card__badge li::marker {
  display: none;
}
#articledetail .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.3em 0.8em;
  border-radius: 999px;
  font-size: calc(13px / 10 * 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
#articledetail .bg-accent {
  color: #fff;
  background-color: #045dbb;
}
#articledetail .bg-accent:hover {
  color: #045dbb;
  background-color: #f5fff7;
  text-decoration: none;
}
#articledetail .lib-card__txt {
  margin-top: 16px;
  color: #666;
}
#articledetail .before-accent {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
}
#articledetail .before-accent li {
  position: relative;
  padding-left: 1.2em;
  margin-left: 0;
}
#articledetail .before-accent li::marker {
  display: none;
}
#articledetail .before-accent li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.72em;
  left: 0;
  border-radius: 50%;
  background-color: #045dbb;
}
#articledetail .before-accent li + li {
  margin-top: 0.35em;
}
#articledetail .lib-card__btn {
  margin-top: 24px;
}
#articledetail .lib-card__thumb,
#articledetail .thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
}
#articledetail .lib-card__thumb img,
#articledetail .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
#articledetail .lib-card__thumb {
  aspect-ratio: 16/9;
}
#articledetail .lib-card__item[href]:hover .lib-card__thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#articledetail .lib-horizon__row {
  margin-top: 32px;
  padding: 24px 0;
  border: 1px solid #ddd;
}
#articledetail .lib-horizon__row .lib-horizon__col {
  min-width: 0;
}
#articledetail .lib-horizon__row .lib-card__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
#articledetail .lib-horizon__row .lib-card__txtarea {
  padding: 0;
}
#articledetail .lib-horizon__row .lib-card__thumb {
  height: 100%;
  min-height: 240px;
  aspect-ratio: auto;
  border-radius: 8px;
}
#articledetail .media-beside-container {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 1.5rem;
}
#articledetail .media-beside-container:not(.--reverse) {
  grid-template-columns: 41.6666666667% 1fr;
}
@media only screen and (max-width: 691px) {
  #articledetail .media-beside-container:not(.--reverse) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 691px) {
  #articledetail .media-beside-container:not(.--reverse) .media-beside-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #articledetail .media-beside-container:not(.--reverse) .media-beside-detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#articledetail .media-beside-container.--reverse {
  grid-template-columns: 1fr 41.6666666667%;
}
@media only screen and (max-width: 691px) {
  #articledetail .media-beside-container.--reverse {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 691px) {
  #articledetail .media-beside-container.--reverse .media-beside-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #articledetail .media-beside-container.--reverse .media-beside-detail {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.relationlist time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  gap: 12px;
}
article .info time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
article#main time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
