.reportDetail {
  margin-bottom: 12rem;
}
.reportDetail_thumb {
  margin: 0 auto 8rem;
  max-width: 100rem;
  aspect-ratio: 1/0.577;
}
.reportDetail_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reportDetail_inner {
  margin: 0 auto;
  max-width: 80rem;
}
.reportDetail_head {
  margin-bottom: 7.6rem;
  text-align: center;
}
.reportDetail_head_name {
  margin-bottom: 1.8rem;
  color: #A39483;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.reportDetail_head_ttl {
  margin-bottom: 3rem;
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem solid #DDDAD2;
  color: #A39483;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.reportDetail_detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.reportDetail_detail_item {
  width: fit-content;
}
.reportDetail_detail_ttl {
  margin-bottom: 0.8rem;
  color: #A39483;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.reportDetail_detail_txt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.reportDetail_content {
  margin-bottom: 5rem;
}
.reportDetail_content > *:first-child {
  margin-top: 0;
}
.reportDetail_content > *:last-child {
  margin-bottom: 0;
}
.reportDetail_content figure {
  margin: 1rem 0;
}
.reportDetail_content .row {
  margin: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.reportDetail_content .row > * {
  margin: 0;
  width: calc(50% - 0.5rem);
}
.reportDetail_content p {
  margin: 4rem 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  text-align: center;
}
.reportDetail_planner {
  padding: 5.2rem 3rem;
  border: 0.1rem solid #DDDAD2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reportDetail_planner_ttl {
  width: 100%;
  margin-bottom: 2.6rem;
  color: #A39483;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.reportDetail_planner_desc {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
}
.reportDetail_pager {
  margin-top: 9rem;
  padding-top: 3.4rem;
  border-top: 0.1rem solid #DDDAD2;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: #A39483;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.84;
}
.reportDetail_pager_back {
  margin: 0 auto;
}
.reportDetail_pager > a {
  padding: 0 0 0.2rem;
}
.reportDetail_pager > a.reportDetail_pager_back {
  padding: 0 1rem 0.2rem;
  border-bottom: 0.1rem solid #DDDAD2;
}

@media only screen and (max-width: 768px) {
  .reportDetail {
    margin-bottom: 8.4rem;
  }
  .reportDetail_thumb {
    margin: 0 auto 3.6rem;
    max-width: 100%;
    aspect-ratio: 1/0.6666;
  }
  .reportDetail_inner {
    padding: 0 2rem;
    max-width: 100%;
  }
  .reportDetail_head {
    max-width: 33rem;
    margin: 0 auto 6rem;
  }
  .reportDetail_head_name {
    margin-bottom: 1.8rem;
  }
  .reportDetail_head_ttl {
    margin-bottom: 2.2rem;
    padding-bottom: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.81;
  }
  .reportDetail_detail_ttl {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .reportDetail_detail_txt {
    font-size: 1.2rem;
  }
  .reportDetail_content {
    margin-bottom: 8rem;
  }
  .reportDetail_content > *:first-child {
    margin-top: 0;
  }
  .reportDetail_content > *:last-child {
    margin-bottom: 0;
  }
  .reportDetail_content figure {
    margin: 1rem 0;
  }
  .reportDetail_content .row {
    flex-flow: column;
    align-items: center;
  }
  .reportDetail_content .row > * {
    width: 100%;
    max-width: 25rem;
  }
  .reportDetail_content p {
    margin: 3rem auto;
    max-width: 33rem;
    line-height: 2.07;
    text-align: left;
  }
  .reportDetail_planner {
    padding: 5.2rem 3rem;
  }
  .reportDetail_planner_ttl {
    margin-bottom: 2.4rem;
  }
  .reportDetail_planner_desc {
    line-height: 2.07;
    text-align: left;
  }
  .reportDetail_pager {
    margin-top: 9rem;
    padding-top: 3.4rem;
  }
}

/*# sourceMappingURL=styles.css.map */
