@charset "UTF-8";
.main .topic_group {
  margin: 0 0 10px;
}
.main .topic_group span {
  display: inline-block;
  padding: 7px 15px 7px;
  background-color: #148560;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
  min-width: 200px;
}
.main .topic_group span:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .main .topic_group span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.main .new .topic_group::after {
  display: inline-block;
  margin-left: 10px;
  content: 'NEW';
  font-weight: 700;
  color: red;
  font-size: 13px;
  line-height: 1;
}
.main .topics_list .date,
.main .topic_release_date {
  margin-top: 17px;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.61538;
  letter-spacing: 0.03em;
  color: #8a9a9f;
}
@media screen and (max-width: 767px) {
  .main .topics_list .date,
  .main .topic_release_date {
    margin-top: 10px;
  }
}
.main .tag_groups {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 30px;
}
.main .tag_groups.detail {
  padding: 5px 0;
}
.main .tag_groups .tags,
.main .tag_groups .item_tag {
  display: flex;
  flex-flow: row wrap;
  margin: 6px 0 0;
  padding-left: 1px;
  margin-left: -1px;
  list-style: none;
}
.main .tag_groups .tags + ul li:first-child,
.main .tag_groups .item_tag + ul li:first-child {
  border-left: 1px solid #000;
}
.main .tag_groups .tags > li,
.main .tag_groups .item_tag > li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-left: -1px;
  margin-top: 4px;
  padding: 0 10px 0 9px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main .tag_groups .tags > li,
  .main .tag_groups .item_tag > li {
    font-size: 12px;
  }
}
.main .tag_groups .tags > li a,
.main .tag_groups .item_tag > li a {
  opacity: 1;
  pointer-events: none;
  color: #000;
  text-decoration: none;
}
.main .tag_groups .tags > li + li,
.main .tag_groups .item_tag > li + li {
  border-left: 1px solid #000;
}
.main .tag_groups .tags.companies,
.main .tag_groups .item_tag.companies {
  color: #020202;
}
.main .tag_groups .tags.type-2,
.main .tag_groups .item_tag.type-2 {
  color: #597B11;
}
.main .tag_groups .tags.type-6,
.main .tag_groups .item_tag.type-6 {
  color: #8A9A9F;
}
.main .tag_groups .tags.type-7,
.main .tag_groups .item_tag.type-7 {
  color: #ef7700;
}
.main .tag_groups .tags.event-group,
.main .tag_groups .item_tag.event-group {
  color: #17337E;
}
.main .topics_list {
  margin: 25px 0 0;
  padding: 0 50px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .main .topics_list {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .main .topics_list {
    margin: 0;
    padding: 0 10px;
  }
}
.main .topics_list > li {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
}
.main .topics_list > li + li {
  margin-top: 30px;
}
.main .topics_list > li.total_records {
  margin: -70px 0 0;
  padding: 0;
  background: none;
  box-shadow: none;
  text-align: center;
}
.main .topics_list > li.notag .side-text {
  border-bottom: none;
}
.main .topics_list > li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.main .topics_list > li .wrap {
  padding: 36px 40px 0px;
}
@media screen and (max-width: 767px) {
  .main .topics_list > li .wrap {
    padding: 30px 25px 0px;
  }
}
.main .topics_list > li .content {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 980px) {
  .main .topics_list > li .content {
    display: block;
  }
}
.main .topics_list > li .side-text::before {
  display: table;
  margin: 0 0 10px;
  padding: 7px 15px 7px;
  background-color: #148560;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .main .topics_list > li .side-text::before {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.main .topics_list > li .title {
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: 0.03em;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .main .topics_list > li .title {
    font-size: 16px;
    line-height: 1.45;
  }
}
.main .topics_list > li .title br {
  display: none;
}
.main .topics_list > li .lead p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.86667;
  letter-spacing: 0.03em;
  color: #5a6669;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .topics_list > li .lead p {
    font-size: 13px;
    line-height: 1.67;
  }
}
.main .topics_list > li .side-text {
  flex: 1 1 auto;
  border-bottom: 1px solid #bababa;
}
@media print, screen and (min-width: 768px) {
  .main .topics_list > li .side-text {
    display: flex;
    flex-flow: column wrap;
  }
  .main .topics_list > li .side-text .lead {
    position: relative;
    flex: 1 1 auto;
    padding-bottom: 48px;
  }
  .main .topics_list > li .side-text .lead .date {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.main .topics_list > li .thumbnail {
  flex: 0 0 270px;
  padding-top: 15.687%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main .topics_list > li .thumbnail[style="background-image:url(media/images/pltf/news/)"], .main .topics_list > li .thumbnail[style="background-image:url(media/images/_u/topic/thumbnail/)"] {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .main .topics_list > li .thumbnail {
    height: 160px;
    margin-bottom: 0;
    align-self: flex-end;
  }
}
@media screen and (max-width: 980px) {
  .main .topics_list > li .thumbnail {
    margin: 30px auto;
    width: 300px;
    padding-top: 20.566%;
  }
}
@media screen and (max-width: 767px) {
  .main .topics_list > li .thumbnail {
    margin-bottom: 0;
    width: 100%;
    padding-top: 60%;
    height: auto;
  }
}
.main .topics_list > li .tags {
  				/*
  				border-top: none;
  				margin-top: 0;
  				margin-left: 40px;
  				margin-right: 40px;
  
  				@include media(sp) {
  				margin-left: 25px;
  				margin-right: 25px;
  			}
  				*/
}
.main .topics_list .no_results {
  text-align: center;
}
.main .news_report_list_2, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.main .news_report_list_2.selected_list .topic_category_name, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .selected_list.news_report_list .topic_category_name {
  display: none;
}
.main .news_report_list_2 > li.new, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list > li.new {
  display: inline-block;
}
.main .news_report_list_2 > li:not(.total_records), .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list > li:not(.total_records) {
  border-radius: 10px;
  background-color: #F5F5F5;
  color: #000;
}
.main .news_report_list_2 > li:not(.total_records) + li, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list > li:not(.total_records) + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 > li:not(.total_records) + li, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list > li:not(.total_records) + li {
    margin-top: 17px;
  }
}
.main .news_report_list_2 .total_records, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .total_records {
  margin: 42px 0 35px;
  text-align: right;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .total_records, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .total_records {
    margin: 34px 0 12px;
    font-size: 12px;
  }
}
.main .news_report_list_2 a, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list a {
  display: block;
  color: #000;
  text-decoration: none;
}
.main .news_report_list_2 .wrap, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .wrap {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .wrap, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .wrap {
    padding: 21px 20px;
  }
}
.main .news_report_list_2 .content_top, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content_top {
  position: relative;
}
.main .news_report_list_2 .content_top .date, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content_top .date {
  float: right;
  padding-top: 4px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #8a9a9f;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .content_top .date, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content_top .date {
    position: absolute;
    top: 0;
    right: 0px;
    padding-top: 3px;
    font-size: 13px;
  }
}
.main .news_report_list_2 .topic_category, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .topic_category, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category {
    flex-flow: row wrap;
  }
}
.main .news_report_list_2 .topic_category .topic_new, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category .topic_new {
  display: none;
  font-weight: bold;
  font-size: 14px;
  color: #EE391C;
  white-space: nowrap;
  line-height: 1;
  transform: translateY(0.4em);
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .topic_category .topic_new, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category .topic_new {
    margin-left: 0;
    order: 2;
  }
}
.main .news_report_list_2 .topic_category .text, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #148560;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .topic_category .text, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category .text {
    order: 3;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
    flex: 0 0 100%;
  }
}
.main .news_report_list_2 .topic_category_name, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category_name {
  display: none;
  padding: 7px 10px 7px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #148560;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .topic_category_name, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_category_name {
    order: 1;
    padding: 6px 11px 6px 10px;
    font-size: 11px;
    max-width: calc(100% - 120px);
    text-align: left;
    line-height: 1.4;
  }
}
.main .news_report_list_2 .content, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 12px;
}
@media screen and (max-width: 980px) {
  .main .news_report_list_2 .content, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content {
    display: block;
  }
}
.main .news_report_list_2 .thumbnail, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail {
  flex: 0 0 240px;
  aspect-ratio: 240/135;
  margin-top: 6px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../media/images/pltf/news/noimage.svg);
}
.main .news_report_list_2 .thumbnail[style="background-image:url(media/images/_u/topic/thumbnail/)"], .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail[style="background-image:url(media/images/_u/topic/thumbnail/)"] {
  background-image: url(../media/images/pltf/news/noimage.svg) !important;
}
.main .news_report_list_2 .thumbnail.no-image, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail.no-image {
  background-image: url(../media/images/pltf/news/noimage.svg) !important;
}
.main .news_report_list_2 .thumbnail.no-image_wh, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail.no-image_wh {
  background-image: url(../media/images/pltf/news/noimage_wh.svg) !important;
}
@media screen and (max-width: 980px) {
  .main .news_report_list_2 .thumbnail, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail {
    margin: 30px auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .thumbnail, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail {
    margin: 0 0 9px;
    aspect-ratio: 305/177;
    width: 100%;
    height: auto;
  }
}
.main .news_report_list_2 .side-text, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .side-text {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .side-text, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .side-text {
    display: block;
  }
}
.main .news_report_list_2 .title, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .title {
  margin: 0 0 9px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55556;
  white-space: pre-line;
  min-height: calc(18px * 1.55 * 2);
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .title, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .title {
    font-size: 14px;
    line-height: 1.57143;
    min-height: inherit;
  }
}
.main .news_report_list_2 .title br, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .title br {
  display: none;
}
.main .news_report_list_2 .lead p, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .lead p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.73333;
  color: #5a6669;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .lead p, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .lead p {
    font-size: 13px;
    line-height: 1.53846;
  }
}
.main .news_report_list_2 .topic_writer, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_writer {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.main .news_report_list_2 .topic_writer .tags, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_writer .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 0;
  list-style: none;
}
.main .news_report_list_2 .topic_writer .tags li + li::before, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_writer .tags li + li::before {
  padding: 0 5px;
  content: '/';
  color: #999;
}
@media screen and (max-width: 767px) {
  .main .news_report_list_2 .topic_writer, .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .topic_writer {
    margin-top: 8px;
    font-size: 11px;
  }
}
.main .news_report_list_all .topic_category_name {
  display: inline-block;
}

.block-editor-main.topic {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .block-editor-main.topic {
    padding: 0 20px 50px;
  }
}
.block-editor-main.topic .block.div {
  margin: 25px 0;
}
.block-editor-main.topic .block.div div {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .block-editor-main.topic .block.div div {
    font-size: 13px;
    line-height: 1.84615;
  }
}
.block-editor-main.topic .block.div div a {
  display: inline-block;
  margin-right: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #006133;
  background: url(../media/images/pltf/common/link_arrow_gr.svg) no-repeat top 0.8em left/4px 8px;
  color: #006133;
  text-decoration: none;
}
.block-editor-main.topic .block.div div a[href$=".pdf"] {
  background-size: 5px 8px;
  background-position: top 0.65em left;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .block-editor-main.topic .block.div div a[href$=".pdf"] {
    font-size: 12px;
  }
}
.block-editor-main.topic .block.div div a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 5px;
  padding-left: 0;
  content: "";
}
.block-editor-main.topic .block.div + .block.images {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .block-editor-main.topic .block.div + .block.images {
    margin-top: 60px;
  }
}
.block-editor-main.topic .block.section > div > *:last-of-type {
  margin-bottom: 0;
}

.main .block-editor-main.topic .block.h3 {
  margin: 80px 0 25px;
}
@media screen and (max-width: 767px) {
  .main .block-editor-main.topic .block.h3 {
    margin: 30px 0 20px;
  }
}
.main .block-editor-main.topic .block.h3 > div {
  margin: 0;
}
.main .block-editor-main.topic .block.h3 > div::before {
  display: none;
}
.main .block-editor-main.topic .block.h3 h3 {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222629;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .main .block-editor-main.topic .block.h3 h3 {
    font-size: 16px;
    line-height: 1.65;
  }
}
.main .block-editor-main.topic .block.h3 + .block.images {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main .block-editor-main.topic .block.h3 + .block.images {
    margin-top: 35px;
  }
}

.topics_detail > div {
  padding: 25px 50px;
}
.topics_detail .topic_header {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .topics_detail .topic_header {
    margin-bottom: 35px;
    padding: 0 20px;
  }
}
.topics_detail .topic_header .topic_group {
  margin: 0 0 18px;
}
.topics_detail .topic_header .group_label {
  display: table;
  margin: 0 0 10px;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: #148560;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topics_detail .topic_header .group_label {
    font-size: 13px;
  }
}
.topics_detail .topic_header .topic_subTitle {
  margin: 10px 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #148560;
}
@media screen and (max-width: 767px) {
  .topics_detail .topic_header .topic_subTitle {
    font-size: 14px;
  }
}
.topics_detail .topic_header .topic_title {
  margin: 0 0 18px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.28571;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
@media screen and (max-width: 980px) {
  .topics_detail .topic_header .topic_title {
    font-size: 22px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .topics_detail .topic_header .topic_title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.topics_detail .topic_header .topic_release_date {
  border-bottom: 1px solid #bababa;
}
.topics_detail .topic_header .item_tag {
  margin-top: 0;
  border-top: 0;
  padding-left: 3px;
}

.main > .block-editor-main > section.block:not(.snippet).relation_item {
  padding: 10px 0px 30px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 980px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item {
    padding: 10px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item {
    padding: 10px 15px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).section_bg {
  padding: 10px 0px 30px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 980px) {
  .main > .block-editor-main > section.block:not(.snippet).section_bg {
    padding: 10px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).section_bg {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_2 > div {
    padding: 0 5px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list > li:not(.total_records) {
  background-color: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list > li:not(.total_records) {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .total_records {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content_top .text {
  margin-top: 0;
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .content_top .date {
  margin-top: 0;
  line-height: 1;
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail {
  display: block;
  margin: 6px 20px 0 0;
  height: auto;
  padding: 0;
  align-self: flex-start;
}
@media screen and (max-width: 1024px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail {
    margin: 30px auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .thumbnail {
    margin: 0 0 9px;
    aspect-ratio: 305 / 177;
    width: 100%;
    height: auto;
  }
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .side-text {
  border-bottom: none;
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_2 .news_report_list .lead {
  padding-bottom: 0;
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_category .news_report_list .topic_category .topic_category_name {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_category .news_report_list .content_top .text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_wh > div {
    padding: 0 15px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_wh .news_report_list {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > section.block:not(.snippet).relation_item_wh .news_report_list {
    margin-top: 50px;
  }
}
.main > .block-editor-main > section.block:not(.snippet).relation_item_wh .news_report_list > li:not(.total_records) {
  background-color: #F5F5F5;
}

.block.button_event_entry > div {
  display: flex;
  justify-content: center;
}
.block.button_event_entry > div div a {
  display: block;
  background: #064544;
  color: white;
  padding: 15px 50px;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .block.button_event_entry > div div a {
    font-size: 13px;
    line-height: 1.7;
  }
}

main a:link,
main a:visited {
  color: #0098f3;
}
main a:hover,
main a:active {
  color: #0070ff;
}

#main .block-editor-main .block.h2 h2 {
  border-radius: 0;
  padding: 12px 24px;
  font-size: 26px;
  background: #8fc31f;
  background: linear-gradient(135deg, #8fc31f 0%, #cbda08 100%);
}
#main .block-editor-main .block.h2 h2::before {
  display: none;
}
@media screen and (max-width: 980px) {
  #main .block-editor-main .block.h2 h2 {
    font-size: 17px;
  }
}

body.editorpage #main.block-editor-main .block.h5.underline,
#main .block-editor-main .block.h5.underline {
  border-bottom: 1px solid #8fc31f;
  margin-bottom: 40px;
}
body.editorpage #main.block-editor-main .block.h5.underline h5,
#main .block-editor-main .block.h5.underline h5 {
  margin-bottom: 10px;
}
body.editorpage #main.block-editor-main .block.table.border table, body.editorpage #main.block-editor-main .block.table.border th, body.editorpage #main.block-editor-main .block.table.border td,
#main .block-editor-main .block.table.border table,
#main .block-editor-main .block.table.border th,
#main .block-editor-main .block.table.border td {
  border: 1px solid #ddd;
}
body.editorpage #main.block-editor-main .block.table.auto-size table,
#main .block-editor-main .block.table.auto-size table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
body.editorpage #main.block-editor-main .block.table.auto-size table th, body.editorpage #main.block-editor-main .block.table.auto-size table td,
#main .block-editor-main .block.table.auto-size table th,
#main .block-editor-main .block.table.auto-size table td {
  width: auto;
  padding: 16px 20px;
}
@media screen and (max-width: 980px) {
  body.editorpage #main.block-editor-main .block.table.auto-size table th, body.editorpage #main.block-editor-main .block.table.auto-size table td,
  #main .block-editor-main .block.table.auto-size table th,
  #main .block-editor-main .block.table.auto-size table td {
    padding: 3px 8px;
  }
}
body.editorpage #main.block-editor-main .block.table.auto-size table tbody th,
#main .block-editor-main .block.table.auto-size table tbody th {
  white-space: nowrap;
}
body.editorpage #main.block-editor-main .block.indent-1,
#main .block-editor-main .block.indent-1 {
  margin-left: 3%;
}
body.editorpage #main.block-editor-main .block.indent-2,
#main .block-editor-main .block.indent-2 {
  margin-left: 6%;
}
body.editorpage #main.block-editor-main .block.indent-3,
#main .block-editor-main .block.indent-3 {
  margin-left: 9%;
}
body.editorpage #main.block-editor-main .block.list.button ul,
#main .block-editor-main .block.list.button ul {
  display: flex;
  justify-content: center;
}
body.editorpage #main.block-editor-main .block.list.button ul li a,
#main .block-editor-main .block.list.button ul li a {
  display: block;
  background: #064544;
  color: white;
  padding: 15px 50px;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body.editorpage #main.block-editor-main .block.list.button ul li a,
  #main .block-editor-main .block.list.button ul li a {
    font-size: 13px;
    line-height: 1.7;
  }
}
body.editorpage #main.block-editor-main .block.bg-gray > div,
body.editorpage #main.block-editor-main .block.bg-yellow > div,
body.editorpage #main.block-editor-main .block.bg-green > div,
#main .block-editor-main .block.bg-gray > div,
#main .block-editor-main .block.bg-yellow > div,
#main .block-editor-main .block.bg-green > div {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 20px 20px;
}
body.editorpage #main.block-editor-main .block.bg-yellow > div,
#main .block-editor-main .block.bg-yellow > div {
  background: #ffffd4;
}
body.editorpage #main.block-editor-main .block.bg-green > div,
#main .block-editor-main .block.bg-green > div {
  background: #eef9e8;
}
body.editorpage #main.block-editor-main .block.mt-5,
#main .block-editor-main .block.mt-5 {
  margin-top: 5px;
}
body.editorpage #main.block-editor-main .block.mt-10,
#main .block-editor-main .block.mt-10 {
  margin-top: 10px;
}
body.editorpage #main.block-editor-main .block.mt-15,
#main .block-editor-main .block.mt-15 {
  margin-top: 15px;
}
body.editorpage #main.block-editor-main .block.mt-20,
#main .block-editor-main .block.mt-20 {
  margin-top: 20px;
}
body.editorpage #main.block-editor-main .block.mt-25,
#main .block-editor-main .block.mt-25 {
  margin-top: 25px;
}
body.editorpage #main.block-editor-main .block.mt-30,
#main .block-editor-main .block.mt-30 {
  margin-top: 30px;
}
body.editorpage #main.block-editor-main .block.mt-35,
#main .block-editor-main .block.mt-35 {
  margin-top: 35px;
}
body.editorpage #main.block-editor-main .block.mt-40,
#main .block-editor-main .block.mt-40 {
  margin-top: 40px;
}
body.editorpage #main.block-editor-main .block.mt-45,
#main .block-editor-main .block.mt-45 {
  margin-top: 45px;
}
body.editorpage #main.block-editor-main .block.mt-50,
#main .block-editor-main .block.mt-50 {
  margin-top: 50px;
}
body.editorpage #main.block-editor-main .block.mt-55,
#main .block-editor-main .block.mt-55 {
  margin-top: 55px;
}
body.editorpage #main.block-editor-main .block.mt-60,
#main .block-editor-main .block.mt-60 {
  margin-top: 60px;
}
body.editorpage #main.block-editor-main .block.mt-65,
#main .block-editor-main .block.mt-65 {
  margin-top: 65px;
}
body.editorpage #main.block-editor-main .block.mt-70,
#main .block-editor-main .block.mt-70 {
  margin-top: 70px;
}
body.editorpage #main.block-editor-main .block.mt-75,
#main .block-editor-main .block.mt-75 {
  margin-top: 75px;
}
body.editorpage #main.block-editor-main .block.mt-80,
#main .block-editor-main .block.mt-80 {
  margin-top: 80px;
}
body.editorpage #main.block-editor-main .block.mt-85,
#main .block-editor-main .block.mt-85 {
  margin-top: 85px;
}
body.editorpage #main.block-editor-main .block.mt-90,
#main .block-editor-main .block.mt-90 {
  margin-top: 90px;
}
body.editorpage #main.block-editor-main .block.mt-95,
#main .block-editor-main .block.mt-95 {
  margin-top: 95px;
}
body.editorpage #main.block-editor-main .block.mt-100,
#main .block-editor-main .block.mt-100 {
  margin-top: 100px;
}
body.editorpage #main.block-editor-main .block.text-black *,
#main .block-editor-main .block.text-black * {
  color: #222;
}
body.editorpage #main.block-editor-main .block.text-gray *,
#main .block-editor-main .block.text-gray * {
  color: #555;
}
body.editorpage #main.block-editor-main .block.size-small *,
#main .block-editor-main .block.size-small * {
  font-size: 16px;
}
body.editorpage #main.block-editor-main .block.size-small-s *,
#main .block-editor-main .block.size-small-s * {
  font-size: 14px;
}
body.editorpage #main.block-editor-main .block.text-narrow *,
#main .block-editor-main .block.text-narrow * {
  line-height: 1.6;
}

.topics_relation_list {
  margin: 68px 0;
  padding: 0 50px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .topics_relation_list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .topics_relation_list {
    margin: 20px 0;
  }
}
.topics_relation_list > li {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.topics_relation_list > li + li {
  margin-top: 27px;
}
.topics_relation_list > li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.topics_relation_list > li .wrap {
  display: flex;
  flex-flow: row nowrap;
  padding: 37px 40px;
}
@media screen and (max-width: 767px) {
  .topics_relation_list > li .wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topics_relation_list > li .wrap {
    padding: 25px;
  }
}
.topics_relation_list > li .text {
  flex: 1 1 auto;
}
.topics_relation_list > li .title {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .topics_relation_list > li .title {
    font-size: 14px;
  }
}
.topics_relation_list > li .topic_release_date {
  margin-top: 4px;
}
.topics_relation_list > li .button__gray--small {
  margin: 20px auto 0 0;
}
@media screen and (max-width: 767px) {
  .topics_relation_list > li .button__gray--small {
    margin: 10px auto 0;
  }
}
.topics_relation_list > li .thumbnail {
  order: 1;
  flex: 0 0 270px;
  margin-left: 50px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .topics_relation_list > li .thumbnail {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.topics_relation_list > li .thumbnail[data-thumbnail=""] {
  display: none;
}

main .button_retrun {
  display: table;
  margin: 27px auto 27px;
}
main .button_retrun a,
main .button_retrun span {
  display: block;
  padding: 6px 0px 10px 32px;
  border-bottom: 1px solid #064544;
  background: url(../media/images/pltf/common/retrun.png) no-repeat top 5px left 3px/15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #064544;
}
@media screen and (max-width: 767px) {
  main .button_retrun a,
  main .button_retrun span {
    padding: 6px 0 10px 28px;
    background-size: 13px;
    font-size: 13px;
  }
}
main .button_retrun a {
  text-decoration: none;
}

.member_list_block {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .member_list_block {
    margin-top: 50px;
  }
}

.member_list {
  margin: 40px 0;
  padding: 0 50px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .member_list {
    margin: 20px 0;
    padding: 0 20px;
  }
}
.member_list + p.member_list_text {
  margin: -28px 0 0px;
  padding: 0 50px;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-align: right;
  color: #969696;
}
@media screen and (max-width: 767px) {
  .member_list + p.member_list_text {
    margin-top: 10px;
    font-size: 11px;
  }
}
.member_list + p.member_list_text + .member_list_text {
  margin-top: 1em;
}
.member_list li {
  padding: 12px 0px 13px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .member_list li {
    padding: 18px 0;
  }
}
.member_list li .wrap {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .member_list li .wrap {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .member_list li .wrap {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.member_list li .title {
  position: relative;
  margin: 0;
  padding-left: 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .member_list li .title {
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .member_list li .title {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.member_list li .title::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 4px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #B9E500;
}
.member_list li .group {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .member_list li .group {
    padding-left: 17px;
  }
}
.member_list li .group .logo {
  flex: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .member_list li .group .logo {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.member_list li .group .logo span {
  display: block;
  height: 40px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.member_list li .group .company {
  margin-left: 15px;
}
.member_list li .group .company .country {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
.member_list li .group .company .flag {
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #5a6669;
  width: 25px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.member_list li .group .company .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.member_list li .group .button_link {
  position: relative;
  max-width: 150px;
  width: 100%;
  margin-left: 30px;
  transform: translateY(2px);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .member_list li .group .button_link {
    max-width: 120px;
  }
}
.member_list li .group .button_link a {
  display: block;
  padding: 12px 10px 13px;
  border-radius: 20px;
  background-color: #8a9a9f;
  border: 1px solid #8a9a9f;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .member_list li .group .button_link a {
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .member_list li .group .button_link a {
    padding: 10px;
    font-size: 11px;
  }
}
.member_list li .group .button_link.disable {
  background: #dbdbdb;
  color: #7e7e7e;
}
.member_list li .group .button_link.disable a {
  background: #dbdbdb;
  color: #7e7e7e;
}
@media screen and (max-width: 767px) {
  .member_list li .group .button_link {
    margin: 10px auto;
  }
}
.member_list li .group .button_link a {
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.event_index {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .event_index {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.event_index > div {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .event_index > div {
    display: block;
  }
}
.event_index .title--bb {
  padding-top: 20px;
  margin-right: 165px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .event_index .title--bb {
    margin-right: 85px;
  }
}
@media screen and (max-width: 767px) {
  .event_index .title--bb {
    margin-right: 0;
    padding-top: 0;
  }
}
.event_index .title--bb + .block {
  flex: 1 1 auto;
}
.event_index .index-title-list {
  margin: 5px 0 0;
}
.event_index + .bg_tri_yellow {
  margin-top: 0px;
}

.index-title-list {
  margin: 50px 0;
  padding-left: 0;
  list-style: none;
}
.index-title-list > li {
  border-bottom: 2px dotted #969696;
}
.index-title-list > li:first-child .wrap {
  padding-top: 19px;
}
.index-title-list > li a {
  display: block;
  text-decoration: none;
  background: url(../media/images/pltf/common/button_arrow_gr_light.svg) no-repeat center right 5px/10px 12px;
}
.index-title-list > li a.text {
  pointer-events: none;
  cursor: text;
}
.index-title-list > li .wrap {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 22px 50px 14px 0;
}
@media screen and (max-width: 767px) {
  .index-title-list > li .wrap {
    display: block;
  }
}
.index-title-list > li .event_date {
  flex: 0 0 200px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 13px;
  color: #148560;
}
.index-title-list > li .event_date:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-title-list > li .event_date {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.index-title-list > li .event_title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .index-title-list > li .event_title {
    font-size: 14px;
    line-height: 1.45;
  }
}
.index-title-list > li.new .event_date::after {
  display: block;
  content: 'NEW';
  color: red;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .index-title-list > li.new .event_date::after {
    display: inline-block;
    margin-left: 10px;
    transform: translatey(1px);
  }
}

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