@charset "utf-8";

/*=============== ▼RESEARCH-REPORT ===============*/

.p-report.p-margin {
  margin: 100px 0 120px 0;
}

.p-report__content.p-margin {
  margin: 0;
}

.p-report__content {
  display: flex;
  max-width: 1400px;
}

.p-report__content-left {
  width: 100%;
  line-height: 2.25;
}

.p-content__description {
  margin: 40px 0;
  padding: 32px 40px;
  background-color: #f9fbf3;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-content__title03 {
  font-size: 2.4rem;
}

.p-report__table {
  width: 100%;
  font-size: 1.6rem;
  margin: 15px 0 0 0;
}

.p-report__table-title {
  width: 270px;
  border: 1px solid #e5ebeb;
  background-color: #f2f6f6;
}

.p-report__table-item {
  padding: 14.5px 30px;
  border: 1px solid #e5ebeb;
  line-height: 1.75;
}

.p-report__table-item-second + .p-report__table-item-second {
  padding: 8px 0 0 0;
}

.p-content__title03.p-margin {
  margin: 40px 0 0 0;
}

.c-border.p-margin {
  margin: 35px 0;
}

.c-border-sp {
  display: none;
}

.c-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5ebeb;
}

/*
.p-report__list-item {
  list-style: disc;
  margin-left: 2em;
  font-size: 1.6rem;
  line-height: 1.75;
}*/

.p-report__list-item {
  list-style: decimal;
  margin-left: 2em;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-report__list-item + .p-report__list-item {
  padding: 15px 0 0 0;
}

.p-content__text {
  font-size: 1.6rem;
}

.p-report__list.p-margin,
.p-content__text.p-margin {margin: 30px 0 0 0;}

.p-content__text.p-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-bold {
  font-weight: bold;
}

.unline {text-decoration: underline;}


.p-content__title-connection {
  margin: 60px 0 0 0;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.71428;
}

.c-download__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0 0;
}

.c-download__list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 8px);
}

.c-download__list-item {
  width: calc(100% / 3 - 8px);
  margin: 16px 0 0 0;
}

.c-download__list-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 15px 30px;
  border: 1px solid #d9e7e5;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-download__list-link.hover {
  border-color: #008b56;
  background-color: #008b56;
}

.c-download__img {
  display: block;
  width: 26px;
  height: auto;
}

.c-download__btn-title {
  margin: 0 0 0 20px;
  color: #008b56;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.c-download__list-link.hover .c-download__btn-title {
  color: #fff;
}

.p-br__sp {
  display: inline-block;
}

.text--attention {
    color: #e60012;
}


/* nav */
.p-research__content-right {margin-top:4rem;}
p.p-research-report__aside-nav-text {padding:0 1rem;}
.p-research-report__aside-nav-text span {display: inline;}

/* 表示-非表示 */
.report-btn,
.report-nav_b {
  display: none;
}
