.tag {
  background-color: #F0F0F0;
  border-radius: 4px;
  color: #08287F;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.56923;
  padding: 4px 18px 4px;
  transition: opacity 500ms;
}

.tag.--active {
  background: #08287F;
  color: #FFF;
}

.l-content {
  overflow: hidden;
}

.hero {
  position: relative;
}

.hero .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8vw;
}

.hero .hero-inner::before {
  background: no-repeat 0 0;
  background-size: 100% auto;
  content: "";
  display: block;
  padding-top: 40vw;
  width: 83.46667vw;
}

.hero .hero-contents {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.hero .hero-contents .textlink {
  display: inline-flex;
}

/* report-detail
======================================== */

.report-detail .report-detail_contaienr {
  display: flex;
  gap: 5.71429%;
  margin: 150px auto 130px;
  max-width: 100%;
  width: 84%;
  position: relative;
  z-index: 0;
}

.report-detail .report-detail_post {
  width: 62.07483%;
  word-break: break-all;
}

.report-detail .report-detail_post h3,
.report-detail .report-detail_post h2 {
  color: #08287F;
  font-weight: 700;
}

.report-detail .report-detail_post h2 {
  font-size: 24px;
}

.report-detail .report-detail_post h2:not(:first-child) {
  margin-top: 68px;
}

.report-detail .report-detail_post h3 {
  font-size: 18px;
}

.report-detail .report-detail_post h3:not(:first-child) {
  margin-top: 50px;
}

.report-detail .report-detail_post .table-scroll,
.report-detail .report-detail_post table,
.report-detail .report-detail_post dl,
.report-detail .report-detail_post figure,
.report-detail .report-detail_post ul,
.report-detail .report-detail_post ol,
.report-detail .report-detail_post p {
  line-height: 2;
}

.report-detail .report-detail_post .table-scroll:not(:first-child),
.report-detail .report-detail_post table:not(:first-child),
.report-detail .report-detail_post dl:not(:first-child),
.report-detail .report-detail_post figure:not(:first-child),
.report-detail .report-detail_post ul:not(:first-child),
.report-detail .report-detail_post ol:not(:first-child),
.report-detail .report-detail_post p:not(:first-child) {
  margin-top: 50px;
}

.report-detail .report-detail_post ul ul {
  list-style: circle;
}

.report-detail .report-detail_post p + p:not(:first-child) {
  margin-top: 2em;
}

.report-detail .report-detail_post h2 + .table-scroll:not(:first-child),
.report-detail .report-detail_post h2 + table:not(:first-child),
.report-detail .report-detail_post h2 + dl:not(:first-child),
.report-detail .report-detail_post h2 + figure:not(:first-child),
.report-detail .report-detail_post h2 + ul:not(:first-child),
.report-detail .report-detail_post h2 + ol:not(:first-child),
.report-detail .report-detail_post h2 + p:not(:first-child) {
  margin-top: 42px;
}

.report-detail .report-detail_post h3 + .table-scroll:not(:first-child),
.report-detail .report-detail_post h3 + table:not(:first-child),
.report-detail .report-detail_post h3 + dl:not(:first-child),
.report-detail .report-detail_post h3 + figure:not(:first-child),
.report-detail .report-detail_post h3 + ul:not(:first-child),
.report-detail .report-detail_post h3 + ol:not(:first-child),
.report-detail .report-detail_post h3 + p:not(:first-child) {
  margin-top: 20px;
}

.report-detail .report-detail_post figure {
  text-align: center;
}

.report-detail .report-detail_post figure img {
  max-width: 100%;
  width: auto;
}

.report-detail .report-detail_post figure figcaption,
.caption {
  color: #4D4D4D;
  font-size: 14px;
  margin-top: 1.14286em;
  text-align: left;
}

.report-detail .report-detail_post figure figcaption ul {
  line-height: 1.71429;
}

.report-detail .report-detail_post figure figcaption ul li {
  margin-top: 10px;
}

.report-detail .report-detail_post figure figcaption ul li:first-child {
  margin-top: 0;
}

.report-detail .report-detail_post figure figcaption ul li span {
  flex-shrink: 0;
}

.report-detail .report-detail_post .table-scroll {
  overflow-x: auto;
}

.report-detail .report-detail_post table {
  font-size: 14px;
  border-spacing: 0;
}

.report-detail .report-detail_post table col {
  width: calc(var(--w) / 730 * 100%);
}

.report-detail .report-detail_post table thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.report-detail .report-detail_post table thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

.report-detail .report-detail_post table thead th {
  background-color: #08287F;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 15px;
}

.report-detail .report-detail_post table thead th:last-child {
  border-right: 0;
}

.report-detail .report-detail_post table tbody tr:last-child td:first-child,
.report-detail .report-detail_post table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}

.report-detail .report-detail_post table tbody tr:last-child td:last-child,
.report-detail .report-detail_post table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 8px;
}

.report-detail .report-detail_post table tbody td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 13px;
  text-align: center;
  vertical-align: middle;
}

.report-detail .report-detail_post table tbody td:first-child {
  border-left: 1px solid #ccc;
}

.report-detail .report-detail_post .blockquote {
  color: #4D4D4D;
  font-size: 14px;
}

.report-detail .report-detail_post .blockquote:not(:first-child) {
  margin-top: 50px;
}

.report-detail .report-detail_post .blockquote .blockquote_title {
  font-size: 16px;
  line-height: 1.71429;
  font-weight: 700;
}

.report-detail .report-detail_post .blockquote a {
  color: #285ae1;
  display: inline;
}

.report-detail .report-detail_post .blockquote .blockquote_title + ol:not(:first-child),
.report-detail .report-detail_post .blockquote .blockquote_title + p:not(:first-child) {
  margin-top: 20px;
}

.report-detail .report-detail_post .blockquote ol,
.report-detail .report-detail_post .blockquote ul,
.report-detail .report-detail_post .blockquote p {
  line-height: 1.71429;
}

.report-detail .report-detail_post .blockquote ol:not(:first-child),
.report-detail .report-detail_post .blockquote ul:not(:first-child),
.report-detail .report-detail_post .blockquote p:not(:first-child) {
  margin-top: 26px;
}

.report-detail .report-detail_post .blockquote ol,
.report-detail .report-detail_post .blockquote ul {
  counter-reset: bq;
}

.report-detail .report-detail_post .blockquote ol li,
.report-detail .report-detail_post .blockquote ul li {
  counter-increment: bq;
  margin-top: 16px;
  padding-left: 1.3em;
  text-indent: -0.7em;
  list-style: none;
}

.report-detail .report-detail_post .blockquote ol li:first-child,
.report-detail .report-detail_post .blockquote ul li:first-child {
  margin-top: 0;
}

.report-detail .report-detail_post .blockquote ol li::before,
.report-detail .report-detail_post .blockquote ul li::before {
  content: counter(bq);
  margin-right: 0.3em;
  font-size: 0.7em;
  vertical-align: top;
}

.report-detail .report-detail_post .blockquote a[target="_blank"]::after {
  background: url(/business/research/assets/img/icon/icon_blank.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 8px 0 4px;
  transform: translateY(2px);
}

.report-detail .report-detail_post .blockquote ol li p,
.report-detail .report-detail_post .blockquote ul li p {
  display: inline;
}

.report-detail .report-detail_post .blockquote ol li div,
.report-detail .report-detail_post .blockquote ul li div {
  display: flex;
  justify-content: center;
}

.report-detail .report-detail_post .blockquote ol li div img,
.report-detail .report-detail_post .blockquote ul li div img {
  width: auto;
  max-width: 100%;
}

.report-detail .report-detail_post .report-detail_newpost {
  margin-top: 70px;
}

.report-detail .report-detail_post .report-detail_newpost h2 + ul:not(:first-child) {
  margin-top: 42px;
}

.report-detail .report-detail_post .report-detail_newpost ul {
  font-size: 14px;
}

.report-detail .report-detail_post .report-detail_newpost ul > li:not(:first-child) {
  margin-top: 26px;
}

.report-detail .report-detail_post .report-detail_newpost ul > li time {
  display: block;
  font-weight: 400;
}

.report-detail .report-detail_post .report-detail_newpost ul > li a {
  color: #08287F;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}

.report-detail .report-detail_post .report-detail_back {
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 2px solid #08287F;
  color: #08287F;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 112px;
  justify-content: center;
  margin-top: 130px;
  position: relative;
}

.report-detail .report-detail_post .report-detail_back .parts-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.report-detail .report-detail_side {
  width: 31.03741%;
  position: relative;
  z-index: 0;
}

.report-detail .report-detail_side time {
  display: block;
}

.report-detail .report-detail_side p:not(:first-child) {
  margin-top: 10px;
}

.report-detail .report-detail_side .report-detail_side_inner {
  border-top: 1px solid #ccc;
  color: #1a1a1a;
  font-size: 14px;
}

.report-detail .report-detail_side .report-detail_side_inner > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-top: 30px;
}

.report-detail .report-detail_side .report-detail_side_title {
  color: #08287F;
  font-size: 18px;
  font-weight: 700;
}

.report-detail .report-detail_side .report-detail_side_title:not(:first-child) {
  margin-top: 0px;
}

.report-detail .report-detail_side .report-detail_side_tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.l-content {
  overflow: visible;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  .hero .breadcrumb {
    width: 84%;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    padding-right: 49.80469vw;
  }

  .hero .hero-inner::before {
    background-image: url(/business/research/assets/img/report/blue-ring.png);
    padding-top: 32.64286%;
    width: 53.92857%;
  }

  .hero .hero-inner {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 4.07143%;
  }

  .hero .hero-contents {
    width: 34%;
    padding-top: 56px;
    margin-left: 8%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .hero .breadcrumb {
    top: 76px;
    padding-right: 0;
  }
}

@media screen and (max-width: 966.8px) {
  .hero .hero-contents h1 br {
    display: none;
  }
}

@media screen and (max-width: 767.8px) {
  .tag {
    padding: 4px 15px;
  }

  .hero .hero-inner::before {
    background-image: url(/business/research/assets/img/report/blue-ring-sp.png);
  }

  .report-detail .report-detail_contaienr {
    flex-direction: column;
    gap: 0;
    margin-bottom: 130px;
    margin-top: 130px;
    width: 84vw;
  }

  .report-detail .report-detail_post {
    display: contents;
    width: auto;
  }

  .report-detail .report-detail_post h2 {
    font-size: 18px;
  }

  .report-detail .report-detail_post h2:not(:first-child) {
    margin-top: 50px;
  }

  .report-detail .report-detail_post h3 {
    font-size: 16px;
  }

  .report-detail .report-detail_post h3:not(:first-child) {
    margin-top: 30px;
  }

  .report-detail .report-detail_post .table-scroll:not(:first-child),
  .report-detail .report-detail_post table:not(:first-child),
  .report-detail .report-detail_post dl:not(:first-child),
  .report-detail .report-detail_post figure:not(:first-child),
  .report-detail .report-detail_post ul:not(:first-child),
  .report-detail .report-detail_post ol:not(:first-child),
  .report-detail .report-detail_post p:not(:first-child) {
    margin-top: 30px;
  }

  .report-detail .report-detail_post p + p:not(:first-child) {
    margin-top: 2em;
  }

  .report-detail .report-detail_post h2 + .table-scroll:not(:first-child),
  .report-detail .report-detail_post h2 + table:not(:first-child),
  .report-detail .report-detail_post h2 + dl:not(:first-child),
  .report-detail .report-detail_post h2 + figure:not(:first-child),
  .report-detail .report-detail_post h2 + ul:not(:first-child),
  .report-detail .report-detail_post h2 + ol:not(:first-child),
  .report-detail .report-detail_post h2 + p:not(:first-child) {
    margin-top: 26px;
  }

  .report-detail .report-detail_post h3 + .table-scroll:not(:first-child),
  .report-detail .report-detail_post h3 + table:not(:first-child),
  .report-detail .report-detail_post h3 + dl:not(:first-child),
  .report-detail .report-detail_post h3 + figure:not(:first-child),
  .report-detail .report-detail_post h3 + ul:not(:first-child),
  .report-detail .report-detail_post h3 + ol:not(:first-child),
  .report-detail .report-detail_post h3 + p:not(:first-child) {
    margin-top: 16px;
  }

  .report-detail .report-detail_post figure figcaption,
  .caption {
    margin-top: 10px;
  }

  .report-detail .report-detail_post table {
    min-width: 730px;
  }

  .report-detail .report-detail_post table thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }

  .report-detail .report-detail_post table thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }

  .report-detail .report-detail_post table thead th {
    background-color: #08287F;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .report-detail .report-detail_post table thead th:last-child {
    border-right: 0;
  }

  .report-detail .report-detail_post table tbody tr:last-child td:first-child,
  .report-detail .report-detail_post table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 8px;
  }

  .report-detail .report-detail_post table tbody tr:last-child td:last-child,
  .report-detail .report-detail_post table tbody tr:last-child th:last-child {
    border-bottom-right-radius: 8px;
  }

  .report-detail .report-detail_post table tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 28px;
    text-align: center;
    vertical-align: middle;
  }

  .report-detail .report-detail_post table tbody td:first-child {
    border-left: 1px solid #ccc;
  }

  .report-detail .report-detail_post .blockquote {
    color: #4D4D4D;
    font-size: 14px;
  }

  .report-detail .report-detail_post .blockquote:not(:first-child) {
    margin-top: 50px;
  }

  .report-detail .report-detail_post .blockquote .blockquote_title {
    font-size: 16px;
    font-weight: 700;
  }

  .report-detail .report-detail_post .blockquote .blockquote_title + ol:not(:first-child),
  .report-detail .report-detail_post .blockquote .blockquote_title + p:not(:first-child) {
    margin-top: 16px;
  }

  .report-detail .report-detail_post .blockquote ol:not(:first-child),
  .report-detail .report-detail_post .blockquote ul:not(:first-child),
  .report-detail .report-detail_post .blockquote p:not(:first-child) {
    margin-top: 16px;
  }

  .report-detail .report-detail_post .blockquote ol,
  .report-detail .report-detail_post .blockquote ul {
    counter-reset: bq;
  }

  .report-detail .report-detail_post .blockquote ol li,
  .report-detail .report-detail_post .blockquote ul li {
    counter-increment: bq;
    padding-left: 1.3em;
    text-indent: -0.7em;
    list-style: none;
  }

  .report-detail .report-detail_post .blockquote ol li:not(:first-child),
  .report-detail .report-detail_post .blockquote ul li:not(:first-child) {
    margin-top: 10px;
  }

  .report-detail .report-detail_post .blockquote ol li::before,
  .report-detail .report-detail_post .blockquote ul li::before {
    content: counter(bq);
    margin-right: 0.3em;
    font-size: 0.7em;
    vertical-align: top;
  }

  .report-detail .report-detail_post .blockquote ol li p,
  .report-detail .report-detail_post .blockquote ul li p {
    display: inline;
  }

  .report-detail .report-detail_post .blockquote ol li div,
  .report-detail .report-detail_post .blockquote ul li div {
    display: flex;
    justify-content: center;
  }

  .report-detail .report-detail_post .blockquote ol li div img,
  .report-detail .report-detail_post .blockquote ul li div img {
    width: auto;
    max-width: 100%;
  }

  .report-detail .report-detail_post .report-detail_newpost {
    margin-top: 0;
    order: 9999;
    padding: 30px 15px 0;
  }

  .report-detail .report-detail_post .report-detail_newpost h2 + ul:not(:first-child) {
    margin-top: 16px;
  }

  .report-detail .report-detail_post .report-detail_newpost ul {
    font-size: 13px;
    line-height: 1.76923;
  }

  .report-detail .report-detail_post .report-detail_newpost ul > li:not(:first-child) {
    margin-top: 30px;
  }

  .report-detail .report-detail_post .report-detail_back {
    font-size: 14px;
    margin-top: 70px;
    order: 10000;
  }

  .report-detail .report-detail_post .report-detail_back .parts-arrow {
    right: 15px;
  }

  .report-detail .report-detail_side {
    margin-top: 70px;
    order: 9998;
    width: auto;
  }

  .report-detail .report-detail_side .report-detail_side_inner {
    font-size: 13px;
    position: static;
  }

  .report-detail .report-detail_side .report-detail_side_inner > li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .report-detail .report-detail_side .report-detail_side_inner > li:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .report-detail .report-detail_side .report-detail_side_tag-list {
    margin-top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero .hero-inner {
    align-items: flex-start;
  }

  .hero .hero-contents {
    padding-top: 14.25781vw;
  }
}

@media (hover: hover) {
  .tag:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tag:hover {
    opacity: 0.7;
  }
}

.report-detail_post ul {
  list-style: disc;
}

.report-detail_post figcaption ul {
  list-style: none;
}

.report-detail_post ul > li > ul {
  padding-left: 14px;
}

.img--right {
  margin-left: auto;
}

.img--left {
  margin-right: auto;
}

.img--center {
  margin-left: auto;
  margin-right: auto;
}

.text--right {
  text-align: right;
}

.report-detail_post .section__column--2 .section__column-col {
  width: auto;
}

@media screen and (max-width: 767.9px) {
  .report-detail_post .section__column--2 {
    justify-content: center;
  }
}

.report-detail_post .section__column--2 .section__column-col:nth-of-type(n+3) {
  margin-top: 20px;
}

.report-detail_post ol.char3 li {
  padding-left: 35px;
  position: relative;
}

.report-detail .report-detail_post ul:not(:first-child) {
  margin-top: 0;
}
