#report-archive .block_latest {
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  #report-archive .block_latest {
    padding: 60px 20px;
    max-width: inherit;
  }
}
#report-archive .report-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 20px;
  max-width: 1090px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1080px) {
  #report-archive .report-list {
    max-width: 1090px;
    margin: 0 auto 40px;
  }
}
#report-archive .report-list li {
  width: calc(50% - 5px);
  border: 1px solid #f0f0f0;
  text-align: left;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list li {
    width: calc(33.3% - 15px);
  }
}
@media print, screen and (min-width: 1080px) {
  #report-archive .report-list li {
    width: calc(25% - 15px);
  }
}
#report-archive .report-list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 10px 10px 20px;
  background-color: #fff;
}
#report-archive .report-list a:hover {
  opacity: 0.7;
}
#report-archive .report-list a:hover .report-list__thumb img {
  transform: scale(1.05);
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list a {
    padding: 15px;
  }
}
#report-archive .report-list__thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
#report-archive .report-list__thumb::before {
  display: block;
  padding-top: 100%;
  content: "";
}
#report-archive .report-list__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list__thumb img {
    transform-origin: center center;
    transition: all 300ms;
  }
}
#report-archive .report-list__headline {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list__headline {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#report-archive .report-list__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#report-archive .report-list__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: auto;
}
#report-archive .report-list__category span {
  padding: 2px 5px;
  font-size: 11px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
#report-archive .report-list__category span::before {
  content: "#";
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list__category span {
    font-size: 13px;
  }
}
#report-archive .report-list__detail {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list__detail {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
#report-archive .report-list__name {
  font-size: 11px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #report-archive .report-list__name {
    font-size: 13px;
  }
}
#report-archive .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  #report-archive .pagination {
    gap: 10px;
  }
}
@media print, screen and (min-width: 1080px) {
  #report-archive .pagination {
    margin-top: 60px;
  }
}
#report-archive .pagination .number {
  font-size: 12px;
  margin: 0 2px;
  padding: 5px 5px;
  border: 1px solid #ddd;
  text-decoration: none !important;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 350px) {
  #report-archive .pagination .number {
    padding: 6px 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #report-archive .pagination .number {
    padding: 10px 12px;
    font-size: 14px;
  }
}
#report-archive .pagination .first::before {
  position: relative;
  content: "|";
  left: 4px;
}
#report-archive .pagination .last::after {
  position: relative;
  content: "|";
  left: -4px;
}
#report-archive .pagination .first, #report-archive .pagination .next, #report-archive .pagination .last {
  font-size: 12px;
  padding: 5px 1px;
}
@media print, screen and (min-width: 350px) {
  #report-archive .pagination .first, #report-archive .pagination .next, #report-archive .pagination .last {
    padding: 6px 4px;
  }
}
@media print, screen and (min-width: 768px) {
  #report-archive .pagination .first, #report-archive .pagination .next, #report-archive .pagination .last {
    padding: 10px 10px;
  }
}
#report-archive .pagination .current {
  color: #fff;
}
#report-archive .block_popular_category {
  width: 100%;
  border-top: 1px solid #ddd;
}
#report-archive .block_popular_category .sub-text {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #report-archive .block_popular_category .sub-text {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
#report-archive .popular-category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1090px;
  margin: 0 auto;
}
#report-archive .popular-category-list li {
  width: auto;
  margin: 0;
}
#report-archive .popular-category-list li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  white-space: nowrap;
  margin: 0;
}
#report-archive .popular-category-list li a::before {
  content: "#";
}
@media print, screen and (min-width: 768px) {
  #report-archive .popular-category-list li a {
    padding: 10px 20px;
    font-size: 14px;
    transition: opacity 300ms;
  }
  #report-archive .popular-category-list li a:hover {
    opacity: 0.7;
  }
}
#report-archive .Common_Banner_wrapp {
  padding: 0 0 60px;
}
@media print, screen and (min-width: 768px) {
  #report-archive .Common_Banner_wrapp {
    padding: 0 0 90px;
  }
}

/*
/* report single */
/*
*/
#report-single .report-post {
  padding: 0 20px;
}
#report-single .report-post__inner {
  max-width: 1100px;
  margin: 0 auto;
}
#report-single .report-post__title {
  margin-bottom: 10px;
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#report-single .report-post__title::after {
  display: none;
}
#report-single .report-post__heading {
  color: #666;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__heading {
    margin-bottom: 30px;
  }
}
#report-single .report-post__name {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__name {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
#report-single .report-post__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__category {
    margin-bottom: 0;
  }
}
#report-single .report-post__category span {
  padding: 2px 5px;
  font-size: 11px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
#report-single .report-post__category span::before {
  content: "#";
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__category span {
    font-size: 14px;
    padding: 5px 10px;
  }
}
#report-single .report-post__mv {
  margin: 0 -20px 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__mv {
    margin: 0 0 50px;
  }
}
#report-single .report-post__detail {
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 960px;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__detail {
    margin: 0 auto 50px;
  }
}
#report-single .report-post__detail dt {
  margin-bottom: 10px;
  font-size: 12px;
  float: left;
  padding-right: 5px;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__detail dt {
    font-size: 16px;
  }
}
#report-single .report-post__detail dt::after {
  content: ":";
}
#report-single .report-post__detail dd {
  margin-bottom: 10px;
  font-size: 12px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__detail dd {
    font-size: 16px;
  }
}
#report-single .report-post__detail dd a {
  text-decoration: underline;
}
#report-single .flow {
  width: auto;
  margin: 0 -20px;
  padding-top: 30px;
  background-color: #f8f8f6;
  max-width: inherit;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow {
    padding: 40px 20px;
  }
}
#report-single .flow__title {
  text-align: center;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__title {
    font-size: 20px;
  }
}
#report-single .flow__title-sub {
  display: block;
  text-align: center;
  color: #666;
  margin-bottom: 5px;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__title-sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#report-single .flow__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__list {
    width: 100%;
    margin: 0 auto 10px;
  }
}
#report-single .flow__list dt {
  position: relative;
  width: 5em;
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__list dt {
    font-size: 20px;
    width: 40%;
    padding-right: 15px;
    text-align: right;
  }
}
#report-single .flow__list dd {
  position: relative;
  width: calc(100% - 5em);
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 1.5;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__list dd {
    font-size: 20px;
    width: 60%;
    padding-left: 30px;
  }
}
#report-single .flow__list dd::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  content: "";
  border-radius: 50%;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__list dd::before {
    width: 10px;
    height: 10px;
    left: -2px;
    top: 9px;
  }
}
#report-single .flow__list dd::after {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 1px;
  height: calc(100% + 7px);
  background-color: #999;
  content: "";
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #report-single .flow__list dd::after {
    top: 12px;
  }
}
#report-single .flow__list dd:last-child::after {
  display: none;
}
#report-single .report-post__content {
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__content {
    padding: 60px 0;
  }
}
#report-single .report-post__content p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #report-single .report-post__content p {
    font-size: 16px;
  }
}
#report-single .report-post__content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
#report-single .block_message {
  margin: 0 -20px;
  padding: 0 20px 30px;
}
@media print, screen and (min-width: 768px) {
  #report-single .block_message {
    margin: 0 auto 0;
    padding: 0 20px 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .single-pr__content .pager ul li.next a:after,
  .single-pr__content .pager ul li.prev a:after {
    top: -1px;
  }
}
@media print, screen and (max-width: 767px) {
  .single-pr__content .pager ul li.next a:after,
  .single-pr__content .pager ul li.prev a:after {
    top: 1px;
  }
}
#report-single .bge-content {
  padding: 30px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content {
    padding: 60px 0;
  }
}
#report-single .bge-content p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content p {
    font-size: 1.4rem;
  }
}
#report-single .bge-content p,
#report-single .bge-content .bgb-image1,
#report-single .bge-content .bgb-image2,
#report-single .bge-content .bgb-youtube {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content p,
  #report-single .bge-content .bgb-image1,
  #report-single .bge-content .bgb-image2,
  #report-single .bge-content .bgb-youtube {
    margin-bottom: 30px;
  }
}
#report-single .bge-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#report-single .bge-content .bge-title-h2 {
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content .bge-title-h2 {
    font-size: 20px;
  }
}
#report-single .bge-content .bge-title-h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content .bge-title-h3 {
    font-size: 18px;
  }
}
#report-single .bge-content [data-bgb=text-float-image1] {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content [data-bgb=text-float-image1] {
    flex-direction: row-reverse;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
#report-single .bge-content [data-bgb=text-float-image1] .bgt-grid {
  float: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content [data-bgb=text-float-image1] .bgt-grid {
    width: calc(50% - 10px);
  }
}
#report-single .bge-content [data-bgb=text-float-image1] p {
  margin-bottom: 0;
}
#report-single .bge-content [data-bgb=text-float-image1] p + p {
  margin-top: 10px;
}
#report-single .bge-content [data-bgb=text-float-image2] {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content [data-bgb=text-float-image2] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
#report-single .bge-content [data-bgb=text-float-image2] .bgt-grid {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #report-single .bge-content [data-bgb=text-float-image2] .bgt-grid {
    width: calc(50% - 10px);
  }
}
