.lower_visual {
  position: relative;
  background: #fff url(../media/images/pltf/common/bg_dot.png) repeat top 8px left 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 80px;
  height: 250px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lower_visual {
    padding-top: 50px;
    background-position: top -15px left 5px;
    background-size: 25%;
    height: 145px;
    min-height: 145px;
  }
}
.lower_visual.hide {
  display: none;
}
.lower_visual::before, .lower_visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lower_visual::after {
  background: url(../media/images/pltf/common/lower_visual_bg.png) no-repeat top 100% left/100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lower_visual::after {
    background-image: url(../media/images/pltf/common/lower_visual_bg_sp.svg);
  }
}
.lower_visual .lower_visual_title {
  position: relative;
  display: table;
  margin: 0;
  font-family: alternate-gothic-no-1-d, "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 85px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .lower_visual .lower_visual_title {
    font-size: 44.5px;
  }
}
.lower_visual .lower_visual_title:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  transform: translateY(-5px);
  width: 80px;
  height: 6px;
  background-color: #B9E500;
}
@media screen and (max-width: 767px) {
  .lower_visual .lower_visual_title:after {
    bottom: -15px;
    transform: translateY(-3px);
    width: 40px;
    height: 3px;
  }
}
.lower_visual .lower_visual_title.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lower_visual .lower_visual_title.ja {
    font-size: 24px;
  }
}
.lower_visual .lower_visual_title.ja::after {
  transform: translateY(12px);
}
@media screen and (max-width: 767px) {
  .wholewrapper .lower_visual .member-menu {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wholewrapper .lower_visual .member-menu a {
    font-size: 11px;
    padding: 0 28px 0 10px;
  }
}

.pankuzu_block {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .pankuzu_block {
    top: 45px;
  }
}
.pankuzu_block ul.pankuzu {
  display: flex;
  flex-flow: row nowrap;
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 1280px;
}
@media print, screen and (max-width: 1200px) {
  .pankuzu_block ul.pankuzu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pankuzu_block ul.pankuzu {
    padding: 0 11px;
  }
}
.pankuzu_block ul.pankuzu li {
  color: #064544;
  font-weight: normal;
  font-size: 14px;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .pankuzu_block ul.pankuzu li {
    font-size: 9px;
    letter-spacing: 0.02em;
    max-width: 50%;
    overflow: hidden;
  }
}
.pankuzu_block ul.pankuzu li:not(:first-child) a::before {
  content: "";
  border-top: 1px solid #000;
  display: inline-block;
  padding-left: 1.2em;
  transform: rotate(-45deg) translate(0.3em, -0.15em);
  margin: 0 0 0 -0.2em;
}
.pankuzu_block ul.pankuzu li a {
  display: block;
  color: #064544;
  text-decoration: none;
}
.pankuzu_block ul.pankuzu li a.last {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.block-editor-main .list {
  margin: 37px 0;
}
.block-editor-main .list ul,
.block-editor-main .list ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.block-editor-main .list li {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .block-editor-main .list li {
    font-size: 13px;
    line-height: 1.7;
  }
}
.block-editor-main .list li div {
  margin-top: 12px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .block-editor-main .list li div {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.65;
  }
}
.block-editor-main .list li + li {
  margin-top: 22px;
}
.block-editor-main .list.narrow_list {
  margin: 30px 0 10px;
}
.block-editor-main .list.list-in-list {
  margin: 20px 0;
  padding: 5px 20px 20px;
  border: 1px solid #148560;
}
.block-editor-main .list.list-in-list ul li {
  margin-top: 15px;
  font-weight: normal;
  color: #555;
}
.block-editor-main .list.list-in-list ul li:not(.dot) {
  padding-left: 0;
}
.block-editor-main .list.list-in-list ul li:not(.dot)::before {
  display: none;
}
.block-editor-main .list.list-in-list ul li.dot::before {
  background-color: #555;
}
.block-editor-main .list.list-in-list ul li.dot + .dot {
  margin-top: 10px;
}
.block-editor-main .disc ul > li {
  position: relative;
  padding-left: 22px;
  font-weight: bold;
  color: #064544;
}
.block-editor-main .disc ul > li::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #DDFF4E;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .disc ul > li::before {
    width: 3px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .disc ul > li {
    padding-left: 15px;
  }
}
.block-editor-main .disc ul > li::before {
  top: 8px;
  left: 0px;
}
.block-editor-main .disc ul > li a {
  color: #064544;
  text-decoration: none;
  border-bottom: 1px solid #064544;
}
.block-editor-main .disc.list-black {
  margin: 25px 0 35px;
}
.block-editor-main .disc.list-black ul > li {
  padding-left: 42px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .block-editor-main .disc.list-black ul > li {
    padding-left: 20px;
  }
}
.block-editor-main .disc.list-black ul > li::before {
  background-color: #148560;
  top: 10px;
  left: 25px;
  width: 4px;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .disc.list-black ul > li::before {
    top: 9px;
    left: 2px;
  }
}
.block-editor-main .disc.list-black ul > li + li {
  margin-top: 15px;
}
.block-editor-main .decimal {
  counter-reset: number 0;
}
.block-editor-main .decimal ol > li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .decimal ol > li {
    padding-left: 15px;
  }
}
.block-editor-main .decimal ol > li::before {
  position: absolute;
  top: 2px;
  left: 4px;
  counter-increment: ol;
  content: counter(ol) ".";
  text-indent: 0;
  padding-right: 3px;
  font-family: din-2014, "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #148560;
}
@media screen and (max-width: 767px) {
  .block-editor-main .decimal ol > li::before {
    top: 0.3em;
    font-size: 13px;
  }
}
.block-editor-main .decimal ol > li:nth-child(n + 10)::before {
  left: -7px;
}
.block-editor-main .button {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .button {
    margin: 25px 0;
  }
}
.block-editor-main .button ul {
  padding-left: 0;
  list-style: none;
}
.block-editor-main .button.button-row ul {
  display: flex;
  flex-flow: row wrap;
}
.block-editor-main .button.button-row ul li {
  flex: 1 1 auto;
}
.block-editor-main .button.button-row ul li[class^="button_"] {
  margin: 0;
}
.block-editor-main .button.pdf-list ul li {
  display: inline-block;
  flex: 1 1 auto;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  min-width: 250px;
}
.block-editor-main .button-list {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .button-list {
    display: table;
    margin: 30px auto;
  }
}
.block-editor-main .button-list.center ul {
  justify-content: center;
}
.block-editor-main .button-list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .button-list ul {
    display: block;
  }
}
.block-editor-main .button-list ul li {
  padding-left: 0;
}
.block-editor-main .button-list ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 11px 20px;
  border-radius: 17.5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #064544;
  text-align: center;
  text-decoration: none;
  max-width: 250px;
  background-color: #DDFF4E;
  color: #064544;
}
.block-editor-main .button-list ul li a::after {
  background-image: url(../media/images/pltf/common/icon_download_gr.svg);
}
.block-editor-main .button-list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center;
  width: 9px;
  height: 11px;
  transform: translateY(-50%);
}
.block-editor-main .button-list ul li::before {
  display: none;
}
.block-editor-main .button-list ul li + li {
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .button-list ul li + li {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
}
.block-editor-main .button-list ul li a {
  padding: 15px 40px;
  border: 1px solid #064544;
  border-radius: 30px;
  background: #fff;
  max-width: inherit;
  min-width: 200px;
}
.block-editor-main .button-list ul li a:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"]) {
  background: #fff url(../media/images/pltf/common/link_arrow_gr.svg) no-repeat center right 20px/5px 10px;
}
.block-editor-main .button-list ul li a:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"])::after {
  display: none;
}
.block-editor-main .button-list ul li a:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"])[href^="http"] {
  background: #fff url(../media/images/pltf/common/button_arrow_ex.svg) no-repeat center right 20px/11px 10px;
}
@media print, screen and (min-width: 1025px) {
  .block-editor-main .button-list ul li a {
    transition: 0s;
  }
}
.block-editor-main .button-rev {
  display: table;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .block-editor-main .button-rev {
    margin: 30px auto;
  }
}
.block-editor-main .button-rev a {
  display: block;
  padding: 15px 40px;
  border: 1px solid #064544;
  border-radius: 30px;
  font-size: 15px;
  background: #fff;
  text-decoration: none;
  color: #064544;
  max-width: inherit;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .button-rev a {
    padding: 12px 30px;
    font-size: 13px;
  }
}
.block-editor-main .button-rev a:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"]) {
  background: #fff url(../media/images/pltf/common/link_arrow_gr.svg) no-repeat center right 20px/5px 10px;
}
.block-editor-main .button-rev a:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"])::after {
  display: none;
}
.block-editor-main .button-rev a:not([href$=".pdf"]):not([href$=".xlsx"]):not([href$=".xls"])[href^="http"] {
  background: #fff url(../media/images/pltf/common/button_arrow_ex.svg) no-repeat center right 20px/11px 10px;
}
@media screen and (min-width: 1025px) {
  .block-editor-main .button-rev a {
    transition: 0s;
  }
  .block-editor-main .button-rev a:hover {
    opacity: 1;
  }
}
.block-editor-main .text-image + .text-image {
  margin-top: 30px;
}
.block-editor-main .text-image.text-to-right .image {
  order: 2;
  margin-left: 31px;
}
.block-editor-main .text-image.text-to-left .image {
  margin-right: 31px;
}
.block-editor-main .text-image > div {
  display: flex;
  flex-flow: row nowrap;
  padding: 32px 38.5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .block-editor-main .text-image > div {
    display: block;
  }
}
.block-editor-main .text-image > div .image {
  flex: 0 0 270px;
  background-color: #ccc;
}
.block-editor-main .text-image > div .image img {
  display: block;
  width: 100%;
}
.block-editor-main .text-image > div .texts {
  flex: 1 1 auto;
}
.block-editor-main .text-image > div .texts .title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
}
.block-editor-main .text-image > div .texts .text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
  color: #5a6669;
}
.block-editor-main .table {
  margin: 40px 0;
}
.block-editor-main .table + .table {
  margin-top: 50px;
}
.block-editor-main .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.block-editor-main .table caption {
  padding: 14px 10px;
  border-top: 1px solid #064544;
  border-bottom: 1px solid #064544;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.785;
  color: #064544;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-editor-main .table caption {
    padding: 8px 10px;
    font-size: 16px;
  }
}
.block-editor-main .table tbody tr:nth-child(odd) th,
.block-editor-main .table tbody tr:nth-child(odd) td {
  background-color: #F3F6F6;
}
.block-editor-main .table th,
.block-editor-main .table td {
  padding: 20px 22px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .block-editor-main .table th,
  .block-editor-main .table td {
    padding: 10px;
    font-size: 13px;
  }
}
.block-editor-main .table th {
  width: 238px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-editor-main .table th {
    font-size: 12px;
    width: 40%;
  }
}
.block-editor-main .table td {
  font-size: 15px;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .block-editor-main .table td {
    font-size: 12px;
  }
}
.block-editor-main .table.type2 table {
  border: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .block-editor-main .table.type2 table {
    display: block;
    border-bottom: none;
  }
  .block-editor-main .table.type2 table caption,
  .block-editor-main .table.type2 table thead,
  .block-editor-main .table.type2 table tbody,
  .block-editor-main .table.type2 table tr,
  .block-editor-main .table.type2 table th,
  .block-editor-main .table.type2 table td {
    display: block;
  }
}
.block-editor-main .table.type2 table tr:nth-child(odd) th,
.block-editor-main .table.type2 table tr:nth-child(odd) td {
  background-color: inherit;
}
.block-editor-main .table.type2 table tr:nth-child(odd) th {
  background-color: #F5F5F5;
}
.block-editor-main .table.type2 table th,
.block-editor-main .table.type2 table td {
  border-bottom: 1px solid #bababa;
}
@media screen and (max-width: 767px) {
  .block-editor-main .table.type2 table th,
  .block-editor-main .table.type2 table td {
    width: 100%;
  }
}
.block-editor-main .table.type2 table th {
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 768px) {
  .block-editor-main .columns {
    column-count: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .block-editor-main .columns > * {
    padding-right: 40px;
  }
}
.block-editor-main .block.images {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images {
    margin: 35px 0 40px;
  }
}
.block-editor-main .block.images.narrow-list {
  padding: 0 120px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images.narrow-list {
    padding: 0 15px;
  }
}
.block-editor-main .block.images.text-center p, .block-editor-main .block.images.text-center .title {
  text-align: center;
}
.block-editor-main .block.images p {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.57143;
  letter-spacing: 0.05em;
  text-align: right;
  color: #5a6669;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images p {
    font-size: 12px;
  }
}
.block-editor-main .block.images ul.images {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.block-editor-main .block.images ul.images.wrap-1 {
  justify-content: center;
}
.block-editor-main .block.images ul.images.wrap-1 > li {
  max-width: 100%;
}
.block-editor-main .block.images ul.images.wrap-2 {
  justify-content: space-between;
}
.block-editor-main .block.images ul.images.wrap-2 > li {
  flex: 0 0 48%;
}
.block-editor-main .block.images ul.images > li img {
  display: block;
  width: 100%;
}
.block-editor-main .block.images ul.images.wrap-3 .span, .block-editor-main .block.images ul.images.wrap-4 .span {
  display: block;
  margin: 0 auto 30px;
  width: 80%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images ul.images.wrap-3 .span, .block-editor-main .block.images ul.images.wrap-4 .span {
    margin-bottom: 15px;
  }
}
.block-editor-main .block.images ul.images.wrap-3 .span > span, .block-editor-main .block.images ul.images.wrap-4 .span > span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.block-editor-main .block.images ul.images.wrap-3 .title, .block-editor-main .block.images ul.images.wrap-4 .title {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images ul.images.wrap-3 .title, .block-editor-main .block.images ul.images.wrap-4 .title {
    font-size: 15px;
  }
}
.block-editor-main .block.images ul.images.wrap-3 p, .block-editor-main .block.images ul.images.wrap-4 p {
  line-height: 1.5;
}
.block-editor-main .block.images ul.images.wrap-3.align-center .title, .block-editor-main .block.images ul.images.wrap-4.align-center .title {
  text-align: center;
}
.block-editor-main .block.images ul.images.wrap-3.align-center p, .block-editor-main .block.images ul.images.wrap-4.align-center p {
  text-align: center;
}
.block-editor-main .block.images ul.images.wrap-3.background-size-contain .span > span, .block-editor-main .block.images ul.images.wrap-4.background-size-contain .span > span {
  background-size: contain;
}
.block-editor-main .block.images ul.images.wrap-3 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images ul.images.wrap-3 {
    gap: 0;
  }
}
.block-editor-main .block.images ul.images.wrap-3.align-center {
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .block-editor-main .block.images ul.images.wrap-3 > li {
    flex: 0 0 31.7841%;
  }
  .block-editor-main .block.images ul.images.wrap-3 > li:nth-child(3n +1) {
    margin-left: 0;
  }
  .block-editor-main .block.images ul.images.wrap-3 > li:nth-child(n +4) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images ul.images.wrap-3 > li {
    flex: 0 0 48%;
  }
  .block-editor-main .block.images ul.images.wrap-3 > li:nth-child(n +3) {
    margin-top: 20px;
  }
}
.block-editor-main .block.images ul.images.wrap-4 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images ul.images.wrap-4 {
    gap: 0;
  }
}
.block-editor-main .block.images ul.images.wrap-4.align-center {
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .block-editor-main .block.images ul.images.wrap-4 > li {
    flex: 0 0 19%;
  }
  .block-editor-main .block.images ul.images.wrap-4 > li:nth-child(4n +1) {
    margin-left: 0;
  }
  .block-editor-main .block.images ul.images.wrap-4 > li:nth-child(n +5) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .block.images ul.images.wrap-4 > li {
    flex: 0 0 48%;
  }
  .block-editor-main .block.images ul.images.wrap-4 > li:nth-child(n +3) {
    margin-top: 20px;
  }
}
.block-editor-main .block.h5.underline {
  border-bottom: 1px solid #8fc31f;
  margin-bottom: 40px;
}
.block-editor-main .block.h5.underline h5 {
  margin-bottom: 10px;
}
.block-editor-main .sort_list_block {
  margin: -5px 0 70px;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 980px) {
  .block-editor-main .sort_list_block {
    margin-bottom: 50px;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list_block {
    padding: 0 5px;
  }
}
.block-editor-main .sort_list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.block-editor-main .sort_list > li {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li {
    display: block;
  }
}
.block-editor-main .sort_list > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li + li {
    margin-top: 30px;
  }
}
.block-editor-main .sort_list > li .sort_title {
  flex: 0 0 150px;
  margin: 0 10px 0 0;
  padding: 8px 5px 9px;
  border: 1px solid #8a9a9f;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #8a9a9f;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_title {
    margin: 0 0 10px;
    font-size: 15px;
  }
}
[lang="en"] .block-editor-main .sort_list > li .sort_title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  [lang="en"] .block-editor-main .sort_list > li .sort_title {
    font-size: 13px;
  }
}
.block-editor-main .sort_list > li .sort_items {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
.block-editor-main .sort_list > li .sort_items .sort_item {
  padding: 3px 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items .sort_item {
    margin-left: 15px;
    padding: 1px 0;
  }
}
.block-editor-main .sort_list > li .sort_items .sort_item input[type="checkbox"] {
  display: none;
}
.block-editor-main .sort_list > li .sort_items .sort_item input[type="checkbox"]:checked + label {
  color: #148560;
}
.block-editor-main .sort_list > li .sort_items .sort_item input[type="checkbox"]:checked + label::before {
  background: #148560;
  border-color: #148560;
}
.block-editor-main .sort_list > li .sort_items .sort_item input[type="checkbox"]:checked + label::after {
  opacity: 1;
  width: 9px;
  height: 6px;
  margin-top: -4px;
  top: 50%;
  left: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items .sort_item input[type="checkbox"]:checked + label::after {
    margin-top: -5px;
    left: 2px;
  }
}
.block-editor-main .sort_list > li .sort_items .sort_item label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items .sort_item label {
    padding-left: 20px;
    font-size: 13px;
  }
}
.block-editor-main .sort_list > li .sort_items .sort_item label::before, .block-editor-main .sort_list > li .sort_items .sort_item label::after {
  content: "";
  position: absolute;
  display: block;
}
.block-editor-main .sort_list > li .sort_items .sort_item label::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #969696;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items .sort_item label::before {
    width: 13px;
    height: 13px;
  }
}
.block-editor-main .sort_list > li .sort_items .sort_item label::after {
  opacity: 0;
}
.block-editor-main .sort_list > li .sort_items.search {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items.search {
    padding-left: 0;
  }
}
.block-editor-main .sort_list > li .sort_items.search input {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #999;
  font-size: 16px;
}
.block-editor-main .sort_list > li .sort_items .check_all {
  flex: 0 0 100%;
  display: flex;
  gap: 4px;
  padding: 3px 30px 0;
  font-size: 13px;
  color: #2e6463;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items .check_all {
    padding: 3px 13px;
  }
}
.block-editor-main .sort_list > li .sort_items .check_all span {
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  transition-duration: .1s;
}
.block-editor-main .sort_list > li .sort_items .check_all span:hover {
  border-bottom-color: white;
  opacity: .8;
}
.block-editor-main .submit:not(.form-actions) {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-editor-main .submit .toggle_option {
  display: flex;
  margin: 0 0 40px;
}
.block-editor-main .submit .toggle_option span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #999;
}
.block-editor-main .submit .toggle_option span:hover {
  color: #064544;
  border-bottom-color: #064544;
}
.block-editor-main .submit button {
  display: block;
  background: #006133;
  width: 200px;
  line-height: 40px;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition-duration: .2s;
}
.block-editor-main .submit button:hover {
  background: #148560;
}
.block-editor-main .search_wrap > div {
  position: relative;
}
.block-editor-main .search_wrap .sort_list_block {
  margin-top: 48px;
  margin-bottom: 51px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list_block {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.block-editor-main .search_wrap .sort_list > li + li {
  margin-top: 17px;
}
.block-editor-main .search_wrap .sort_list > li .sort_title {
  background-color: #8a9a9f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list > li .sort_title {
    font-size: 13px;
  }
}
.block-editor-main .search_wrap .sort_list > li .sort_items .sort_item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list > li .sort_items .sort_item {
    margin-left: 0;
  }
}
.block-editor-main .search_wrap .sort_list > li .sort_item {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list > li .sort_item {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list > li .sort_item label {
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list > li .check_all {
    padding: 3px 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .sort_list > li .search {
    margin-top: 15px;
    padding: 0 12px;
  }
}
.block-editor-main .search_wrap .sort_list > li .search_local {
  flex: 0 0 100%;
  margin-top: 14px;
}
.block-editor-main .search_wrap .sort_list > li .search_local .sort_item {
  margin-left: 0;
}
.block-editor-main .search_wrap .sort_list > li .search_local .sort_item label {
  letter-spacing: 0;
}
.block-editor-main .search_wrap .submit {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .submit {
    margin: 20px 0;
  }
}
.block-editor-main .search_wrap .submit .toggle_option {
  margin-left: 30px;
  margin-right: auto;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .submit .toggle_option {
    margin: 0px 0 20px 10px;
  }
}
.block-editor-main .search_wrap .submit .toggle_option span {
  font-size: 14px;
  color: #064544;
  border-bottom-color: #064544;
}
.block-editor-main .search_wrap .submit button {
  width: 220px;
}
.block-editor-main .search_wrap .search_all {
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media print, screen and (max-width: 1200px) {
  .block-editor-main .search_wrap .search_all {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .search_wrap .search_all {
    position: static;
    margin: 0 auto 30px;
    text-align: right;
  }
}
.block-editor-main .sort_list > li + li {
  margin-top: 11px;
}
.block-editor-main .sort_list > li .sort_title {
  flex: 0 0 190px;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_title {
    margin: 0 0 10px;
  }
}
.block-editor-main .sort_list > li .sort_items .sort_item {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .block-editor-main .sort_list > li .sort_items .sort_item {
    margin-left: 15px;
  }
}
.block-editor-main .news_category_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 10px 0.4%;
}
@media screen and (max-width: 767px) {
  .block-editor-main .news_category_list {
    margin: 0 -5px;
    gap: 5px 1.2%;
    justify-content: center;
  }
}
.block-editor-main .news_category_list > li {
  flex: 0 0 19.667%;
  max-width: 19.667%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .block-editor-main .news_category_list > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .news_category_list > li {
    flex: 0 0 32.5%;
    max-width: 32.5%;
    font-size: 12px;
  }
}
.block-editor-main .news_category_list > li > span,
.block-editor-main .news_category_list > li > a {
  display: block;
  padding: 17px 10px;
  background-color: #E5EFEC;
  color: #148560;
  cursor: pointer;
  border-radius: 3px;
}
@media print, screen and (min-width: 1025px) {
  .block-editor-main .news_category_list > li > span:hover,
  .block-editor-main .news_category_list > li > a:hover {
    background-color: #148560;
    color: #E5EFEC;
  }
}
@media screen and (max-width: 767px) {
  .block-editor-main .news_category_list > li > span,
  .block-editor-main .news_category_list > li > a {
    padding: 14px 3px;
  }
}
.block-editor-main .news_category_list > li a {
  text-decoration: none;
}
.block-editor-main .news_category_list > li.active span,
.block-editor-main .news_category_list > li.active a {
  background-color: #148560;
  color: #E5EFEC;
}

.main > .block-editor-main > .block.search_toggle_wrap.open > div {
  max-width: 100%;
}
.main > .block-editor-main > .block.search_toggle_wrap > div {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .main > .block-editor-main > .block.search_toggle_wrap > div {
    margin: 0 auto;
    padding: 0;
  }
}

.search_toggle_wrap {
  margin: 39px auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media print, screen and (max-width: 1200px) {
  .search_toggle_wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .search_toggle_wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap {
    margin: 30px auto;
  }
}
.search_toggle_wrap > div {
  display: table;
  margin: 0;
  border: 1px solid #8a9a9f;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap > div {
    border-radius: 3px;
  }
}
.search_toggle_wrap:has(#search_toggle) .topic-search-form {
  display: none;
}
.search_toggle_wrap:has(#search_toggle) .topic-search-form .sort_list_block {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap:has(#search_toggle) .topic-search-form .sort_list_block {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.search_toggle_wrap:has(#search_toggle) .topic-search-form .sort_list {
  border-top: 1px solid #8a9a9f;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap:has(#search_toggle) .topic-search-form .sort_list {
    border-top: none;
    padding-top: 0;
  }
}
.search_toggle_wrap:has(#search_toggle) .topic-search-form .submit .toggle_option {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap:has(#search_toggle) .topic-search-form .submit .toggle_option {
    margin-bottom: 30px;
  }
}
.search_toggle_wrap .search_toggle {
  position: relative;
  display: table;
  margin: 0;
  padding: 21px 55px 22px 28px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.06em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap .search_toggle {
    margin: 0 auto;
    padding: 17px 48px 18px 14px;
    font-size: 13px;
    letter-spacing: 0em;
  }
}
.search_toggle_wrap .search_toggle::before, .search_toggle_wrap .search_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  background-color: #000;
  width: 0.8em;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .search_toggle_wrap .search_toggle::before, .search_toggle_wrap .search_toggle::after {
    right: 17px;
  }
}
.search_toggle_wrap .search_toggle::after {
  transform: rotate(90deg);
}
.search_toggle_wrap .search_toggle.open::after {
  opacity: 0;
}

.main section.member_entry.full_width .member_entry_block .member_entry_base {
  padding: 55px 60px 66px;
}
@media print, screen and (max-width: 1200px) {
  .main section.member_entry.full_width .member_entry_block .member_entry_base {
    padding: 45px 45px 50px;
  }
}
@media screen and (max-width: 767px) {
  .main section.member_entry.full_width .member_entry_block .member_entry_base {
    padding: 29px 22px 46px;
  }
}
.main .block-editor-main .block.div.search_all {
  position: absolute;
  right: 0;
  bottom: -5px;
}
@media print, screen and (max-width: 1200px) {
  .main .block-editor-main .block.div.search_all {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main .block-editor-main .block.div.search_all {
    position: static;
    margin: 0 auto 30px;
    text-align: right;
  }
}
.main .block-editor-main .block.div.search_all a {
  display: inline-block;
  margin-right: 5px;
  padding-left: 10px;
  background: none;
  padding: 0 0 0px;
  text-decoration: underline;
  font-size: 15px;
  margin: 0;
  border-bottom: none;
  color: #064544;
}
@media screen and (max-width: 767px) {
  .main .block-editor-main .block.div.search_all a {
    font-size: 13px;
  }
}

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