@charset "UTF-8";

/*top*/
.pbMainArea:has(.c_topMv):not(.pb-edit) .pbAnchor {
  height: 0;
}
.pbMainArea:has(.c_topMv):not(.pb-edit) .pbAnchor a {
  display: inline-block;
  padding-top: 170px;
  margin-top: -170px;
}
[class^="c_top"] h1,
[class^="c_top"] h2 {
  font-size: inherit;
}
[class^="c_top"] p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
[class^="c_top"] br.sp {
  display: none;
}
[class^="c_top"] span.pc-break, [class^="c_top"] span.sp-break {
  display: none;
}


[class^="c_top"] a[target='_blank']::after,
[class^="c_top"] a.pbOpenNewWindow::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/library/images/icon/icon_newwindow.svg) no-repeat center center / contain;
  margin: 0 8px;
  position: relative;
  top: 2px;
}
[class^="c_top"] a[target='_blank'][href$='.pdf']:not([href^="http"])::after,
[class^="c_top"] a.pbOpenNewWindow[href$='.pdf']:not([href^="http"])::after {
  background: url(/library/images/icon/icon_pdf.svg) no-repeat center center / contain !important;
}
@media screen and (min-width: 769px) {
	[class^="c_top"] span.pc-break {
	  display: block;
	}
}
@media screen and (max-width: 768px) {
	[class^="c_top"] span.sp-break {
	  display: block;
	}
}
[class^="c_top"] span.pc-break, [class^="c_top"] span.sp-break {
  height: 0;
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 768px) {
  .pbMainArea:has(.c_topMv):not(.pb-edit) .pbAnchor a {
    padding-top: 60px;
    margin-top: -60px;
  }
  [class^="c_top"] br.pc {
    display: none;
  }
  [class^="c_top"] br.sp {
    display: block;
  }
  [class^="c_top"] a[target='_blank']::after,
  [class^="c_top"] a.pbOpenNewWindow::after {
    top: 1px;
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}

/*topMv*/
.c_topMv {
  position: relative;
/*  min-height: 560px;
  padding: 90px 0;*/
  min-height: 580px;
  padding: 40px 0;
}
.c_topMv .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.c_topMv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.c_topMv .inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.c_topMv .title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: #355A7F 0 0 15px;
  letter-spacing: 1.5px;
}
.c_topMv .text {
  font-size: 1.75rem;
  color: #fff;
  text-shadow: #355A7F 0 0 15px;
  letter-spacing: 1.5px;
}
.c_topMv .box {
  max-width: 748px;
  margin: 30px auto 0;
  padding: 20px 30px;
  background: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  line-height: 2;
  border-radius: 15px;
}
.c_topMv .box span {
  color: #E2533A;
}
.c_topMv .box a::after {
  margin-right: 0;
}
.c_topMv .info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  padding: 14px 25px;
  background: #2B5A40;
  color: #fff;
  font-size: .875rem;
}
.c_topMv .info-title {
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
}
.c_topMv .info-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 1px;
  height: calc(100% + 5px);
  background: #fff;
}
.c_topMv .info-text a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c_topMv {
    min-height: auto;
    padding: 20px 0 0;
  }
  .c_topMv .image {
    height: 442px;
  }
  .c_topMv .inner {
    min-height: 422px;
  }
  .c_topMv .title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .c_topMv .text {
    margin-top: 5px;
    font-size: .8125rem;
    letter-spacing: normal;
  }
  .c_topMv .box {
    margin-top: 20px;
    padding: 15px;
    font-size: .875rem;
    line-height: 1.7;
  }
  .c_topMv .info {
    position: static;
    transform: none;
/*    flex-flow: column;*/
    align-items: center;
/*    gap: 20px;*/
    padding: 12px 20px;
    font-size: .625rem;
  }
  .c_topMv .info-title {
/*    width: 100%;*/
/*    padding-right: 0;*/
/**/
    padding-right: 30;/**/
    text-align: center;
  }
/*  .c_topMv .info-title::after {
    top: auto;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 1px;
  }*/
}

/*Section*/
.c_topSection > div {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto;
}
.c_topSection.-top > div {
  padding: 60px 0;
}
.c_topSection.-medium > div {
  padding: 40px 0 80px;
}
.c_topSection.-bottom > div {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .c_topSection.-top > div {
    padding: 35px 0 40px;
  }
  .c_topSection.-medium > div {
    padding: 40px 0 50px;
  }
  .c_topSection.-bottom > div {
    padding: 30px 0 0;
  }
}

/*Anchor*/
.c_topAnchorList + div {
  margin-top: 40px;
}
.c_topAnchorList ul {
  display: flex;
  gap: 10px;
}
.c_topAnchorList li {
  flex: 1;
}
.c_topAnchorList li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 70px;
  padding: 11px 11px 11px 45px;
  color: inherit;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  transition: .2s all;
  border: 2px solid #DFE3E1;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
.c_topAnchorList li a::before,
.c_topAnchorList li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c_topAnchorList li a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(69,132,96);
  left: 14px;
}
.c_topAnchorList li a::after {
  top: -3px;
  left: 22px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
@media (hover) {
  .c_topAnchorList li a:hover {
    background-color: #EFF4F3;
  }
}

@media screen and (max-width: 768px) {
  .c_topAnchorList + div {
    margin-top: 20px;
  }
  .c_topAnchorList ul {
    flex-wrap: wrap;
    gap: 5px;
    font-size: .6875rem;
  }
  .c_topAnchorList li a {
    min-height: auto;
    padding: 8px 5px 22px 5px;
    border-width: 1px;
    border-radius: 6px;
  }
  .c_topAnchorList li a::before,
  .c_topAnchorList li a::after {
    top: auto;
    right: 0;
    left: 0;
  }
  .c_topAnchorList li a::before {
    width: 13px;
    height: 13px;
    bottom: 4px;
  }
  .c_topAnchorList li a::after {
    width: 5px;
    height: 5px;
    border-width: 2px;
    bottom: 9px;
  }
}

/*topTitle*/
.c_topTitle {
  font-weight: bold;
}
.c_topTitle:not(.-black) {
  color: #2F2F2F;
}
.c_topTitle.-f20 {
  font-size: 1.25rem;
}
.c_topTitle.-f28 {
  font-size: 1.75rem;
}
.c_topTitle.-f32 {
  font-size: 2rem;
}
.c_topTitle.-center{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c_topTitle.-f16 {
   font-size: .875rem;
  }
  .c_topTitle.-f20 {
    font-size: 1rem;
  }
  .c_topTitle.-f28,
  .c_topTitle.-f32 {
    font-size: 1.125rem;
  }
}

/*topLead*/
.c_topLead:not(:first-child) {
  margin-top: 25px;
}
.c_topLead {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c_topLead:not(:first-child) {
    margin-top: 15px;
  }
  .c_topLead {
    font-size: .875rem;
  }
}

/*topSub*/
.c_topSub:not(:first-child) {
  margin-top: 5px;
}
.c_topSub {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .c_topSub {
    font-size: .875rem;
  }
}

/*topBtn*/
.c_topBtn:not(:first-child) {
  margin-top: 30px;
}
.c_topBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 80px;
  margin: auto;
  padding: 5px 70px;
  background: #49795E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #49795E;
  border-radius: 50px;
  text-decoration: none;
  transition: .2s all;
}
.c_topBtn a::before,
.c_topBtn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .2s all;
}
.c_topBtn a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  right: 35px;
}
.c_topBtn a::after {
  right: 44px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #49795E;
  border-right: 3px solid #49795E;
  transform: rotate(45deg);
}
.c_topBtn.-white a {
  background: #fff;
  color: #49795E;
}
.c_topBtn.-white a::before {
  background: #49795E;
}
.c_topBtn.-white a::after {
  border-color: #fff;
}
@media (hover) {
  .c_topBtn a:hover {
    background: #fff;
    color: #49795E;
  }
  .c_topBtn a:hover::before {
    background: #49795E;
  }
  .c_topBtn a:hover::after {
    border-color: #fff;
  }
  .c_topBtn.-white a:hover {
    background: #49795E;
    color: #fff;
  }
  .c_topBtn.-white a:hover::before {
    background: #fff;
  }
  .c_topBtn.-white a:hover::after {
    border-color: #49795E;
  }
}

@media screen and (max-width: 768px) {
  .c_topBtn:not(:first-child) {
    margin-top: 25px;
  }
  .c_topBtn a {
    max-width: 310px;
    height: auto;
    min-height: 68px;
    padding: 11px 50px;
    font-size: 1.25rem;
  }
  .c_topBtn a::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    right: 20px;
  }
  .c_topBtn a::after {
    right: 27px;
    width: 8px;
    height: 8px;
  }
}

/*topNotes*/
.c_topNotes:not(:first-child) {
  margin-top: 30px;
}
.c_topNotes {
  font-size: .875rem;
  color: #666B6A;
}
.c_topNotes ul:not(:first-child) {
  margin-top: 5px;
}
.c_topNotes li {
  position: relative;
  padding-left: 20px;
}
.c_topNotes li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c_topNotes:not(:first-child) {
    margin-top: 15px;
  }
  .c_topNotes {
    font-size: .75rem;
  }
  .c_topNotes li {
    padding-left: 15px;
  }
}

/*topTable*/
.c_topTable table {
  width: 100%;
  border: 2px solid #D8D8D8;
}
.c_topTable table th,
.c_topTable table td {
  padding: 15px 30px;
  background: #fff;
  border: none;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.c_topTable table th {
  background: rgb(244,244,244);
}

@media screen and (max-width: 768px) {
  .c_topTable table {
    font-size: .875rem;
  }
  .c_topTable table,
  .c_topTable thead,
  .c_topTable tbody,
  .c_topTable tr,
  .c_topTable th,
  .c_topTable td {
    display: block;
    width: 100%!important;
    height: auto!important;
  }
  .c_topTable table th,
  .c_topTable table td {
    padding: 10px 15px;
  }
}

/*topPdf*/
.c_topPdf:not(:first-child) {
  margin-top: 40px;
}
.c_topPdf > div {
  display: flex;
  align-items: center;
  gap: 15px 35px;
  padding: 19px 30px;
  border: 2px solid #D8D8D8;
}
.c_topPdf > div::after {
  display: none;
}
.c_topPdf .image a::after{
  display: none;
}
.c_topPdf .text {
  font-size: .875rem;
}
.c_topPdf .text {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .c_topPdf:not(:first-child) {
    margin-top: 10px;
  }
  .c_topPdf > div {
    flex-flow: column;
    padding: 20px 15px;
  }
  .c_topPdf .text {
    font-size: .75rem;
  }
}

/*Issue*/
.c_topIssue:not(:first-child) {
  margin-top: 30px;
}
.c_topIssue .title {
  position: relative;
  color: #C0D9CD;
  font-size: 5rem;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
}
.c_topIssue .title + div:not(:first-child) {
  margin-top: 25px;
}
.c_topIssue .title > div {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background: #fff;
}
.c_topIssue .title::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #C0D9CD;
}
.c_topIssue .list:not(:first-child) {
  margin-top: 30px;
}
.c_topIssue .list ul {
  display: flex;
  padding: 10px 0;
  font-size: .9375rem;
  border: 2px solid #458460;
  border-radius: 15px;
  font-weight: bold;
}
.c_topIssue .list li {
  flex: 1;
  position: relative;
  padding: 20px 20px 20px 25px;
}
.c_topIssue .list li:not(:first-child) {
  border-left: 2px solid #458460;
}
.c_topIssue .list li::before {
  content: '';
  position: absolute;
  top: calc(20px + .6em);
  left: 12px;
  width: 6px;
  height: 6px;
  background: #458460;
  border-radius: 50%;
  text-indent: -10px;
}
.c_topIssue .accent:not(:first-child) {
  margin-top: 20px;
}
.c_topIssue .accent {
  font-size: 1.5rem;
  font-weight: bold;
  color: #49795E;
}

@media screen and (max-width: 768px) {
  .c_topIssue:not(:first-child) {
    margin-top: 15px;
  }
  .c_topIssue .title {
    font-size: 4rem;
  }
  .c_topIssue .title + div:not(:first-child) {
    margin-top: 10px;
  }
  .c_topIssue .title > div {
    padding-right: 20px;
  }
  .c_topIssue .title::before {
    top: 0;
  }
  .c_topIssue .c_topTitle {
    font-size: 1rem;
  }
  .c_topIssue .list:not(:first-child) {
    margin-top: 20px;
  }
  .c_topIssue .list ul {
    flex-flow: column;
    padding: 5px 10px;
    font-size: .875rem;
    border-radius: 10px;
  }
  .c_topIssue .list li {
    padding: 10px 0px 10px 20px;
  }
  .c_topIssue .list li:not(:first-child) {
    border-left: none;
    border-top: 2px solid #458460;
  }
  .c_topIssue .list li::before {
    top: calc(10px + .6em);
    left: 5px;
  }
  .c_topIssue .accent:not(:first-child) {
    margin-top: 10px;
  }
  .c_topIssue .accent {
    font-size: 1rem;
  }
}

/*Solution*/
.c_topSolution:not(:first-child) {
  margin-top: 100px;
}
.c_topSolution > div {
  position: relative;
  padding: 60px 30px 45px;
  background: #D6E0DA;
  border-radius: 20px;
}
.c_topSolution .title {
  position: absolute;
  top: -45px;
  color: #C0D9CD;
  font-size: 5rem;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  mix-blend-mode: multiply;
}
.c_topSolution .list:not(:first-child) {
  margin-top: 30px;
}
.c_topSolution .list ul {
  display: flex;
  gap: 10px 15px;
  color: #49795E;
  font-weight: bold;
}
.c_topSolution .list li {
  flex: 1;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .c_topSolution:not(:first-child) {
    margin-top: 75px;
  }
  .c_topSolution > div {
    padding: 45px 20px 25px;
    background: #D6E0DA;
    border-radius: 15px;
  }
  .c_topSolution .title {
    top: -35px;
    font-size: 4rem;
  }
  .c_topSolution .c_topTitle {
    font-size: 1rem;
  }
  .c_topSolution .list:not(:first-child) {
    margin-top: 20px;
  }
  .c_topSolution .list ul {
    flex-flow: column;
    font-size: .875rem;
  }
  .c_topSolution .list li {
    padding: 15px;
    border-radius: 15px;
  }
}

/*Merit*/
.c_topMerit:not(:first-child) {
  margin-top: 65px;
}
.c_topMerit .column:not(:first-child) {
  margin-top: 30px;
}
.c_topMerit .column > div {
  display: flex;
  gap: 10px 15px;
  font-weight: bold;
  text-align: center;
}
.c_topMerit .box {
  flex: 1;
}
.c_topMerit .box > div:not(.pb-handle) {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #D5D5D5;
}
.c_topMerit .heading {
    background: #F4F4F4;
    border-bottom: 1px solid #D5D5D5;
}
.c_topMerit .heading > div {
  display: flex;
}
.c_topMerit .merit > div {
  position: relative;
  width: 75px;
  padding: 30px 0 5px;
  color: #458460;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: normal;
}
.c_topMerit .merit > div:has(span) {
  padding: 10px 0 5px;
}
.c_topMerit .merit > div span {
  font-size: 1.125rem;
  display: block;
  padding-bottom: 2px;
}
.c_topMerit .merit > div:not(:has(span)):not(.pb-handle)::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  content: 'Merit';
  font-size: 1.125rem;
}
.c_topMerit .title {
  flex: 1;
}
.c_topMerit .title > div:not(.pb-handle) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 30px 10px 0px;
  line-height: 1.4;
}
.c_topMerit .title > div * {
  width: 100%;
}
.c_topMerit .content {
  flex: 1;
}
.c_topMerit .content > div:not(.pb-handle) {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
}
.c_topMerit .image {
  width: 100%;
}
.c_topMerit .caption {
  width: 100%;
  margin-top: 5px;
}
.c_topMerit .accent {
  width: 100%;
  font-size: 1.5rem;
  color: #E2533A;
  color: #49795E;
}

@media screen and (max-width: 768px) {
  .c_topMerit:not(:first-child) {
    margin-top: 40px;
  }
  .c_topMerit .column:not(:first-child) {
    margin-top: 20px;
  }
  .c_topMerit .column > div {
    flex-flow: column;
  }
  .c_topMerit .merit > div {
    padding: 25px 0 3px;
  }
  .c_topMerit .merit > div:has(span) {
    padding: 7px 0 3px;
  }
  .c_topMerit .merit > div span {
    padding-bottom: 0;
  }
  .c_topMerit .merit > div:not(.pb-handle)::before {
    top: 7px;
  }
  .c_topMerit .content > div:not(.pb-handle) {
    min-height: 130px;
  }
  .c_topMerit .caption {
    margin-top: 5px;
  }
  .c_topMerit .accent {
    font-size: 1.25rem;
  }
}

/*Policy*/
.c_topPolicy {
  width: calc(100% - 40px);
  margin: auto;
  background: #458460;
  border-radius: 20px;
}
.c_topPolicy > div {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 40px;
}
.c_topPolicy div.c_topTitle,
.c_topPolicy div.c_topSub {
  color: #fff;
  text-align: center;
}
.c_topPolicy .box:not(:first-child) {
  margin-top: 30px;
}
.c_topPolicy .box + .box {
  margin-top: 10px;
}
.c_topPolicy .box > div {
  display: flex;
  gap: 0 30px;
  padding: 5px;
  background: #fff;
  border-radius: 6px;
}
.c_topPolicy .box > div::after {
  display: none;
}
.c_topPolicy .heading {
  width: 194px;
}
.c_topPolicy .heading > div:not(.pb-handle) {
  position: relative;
  height: 100%;
  padding: 16px 15px 16px 70px;
  background: #E1EFE7;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 6px;
}
.c_topPolicy .heading > div:not(.pb-handle)::before,
.c_topPolicy .heading > div:not(.pb-handle)::after {
  content: '';
  position: absolute;
}
.c_topPolicy .heading > div::before {
  width: 31px;
  height: 31px;
  background: #5BA27A;
  border-radius: 50%;
  top: 19px;
  left: 28px;
}
.c_topPolicy .heading > div::after {
  width: 9px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  top: 25px;
  left: 39px;
}
.c_topPolicy .content {
  flex: 1;
}
.c_topPolicy .content > div:not(.pb-handle) {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 15px 16px 30px;
  border-radius: 6px;
}
.c_topPolicy .content > div:not(.pb-handle)::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 4px solid #458460;
  border-right: 4px solid #458460;
  transform: rotate(45deg);
  top: 30px;
  left: -3px;
}
.c_topPolicy .content a[href$='.pdf']::after {
  content: "";
  width: 23px;
  height: 24px;
  display: inline-block;
  background: url(/library/images/page/top/icon_pdf.png) no-repeat center center / contain;
  margin-left: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c_topPolicy {
    width: 100%;
    border-radius: 0;
  }
  .c_topPolicy > div {
    padding: 25px 0;
  }
  .c_topPolicy .box:not(:first-child) {
    margin-top: 20px;
  }
  .c_topPolicy .box + .box {
    margin-top: 10px;
  }
  .c_topPolicy .box > div {
    gap: 0 15px;
  }
  .c_topPolicy .heading {
    width: 85px;
  }
  .c_topPolicy .heading > div:not(.pb-handle) {
    padding: 40px 10px 10px 10px;
    font-size: 1.125rem;
    text-align: center;
  }
  .c_topPolicy .heading > div::before {
    width: 21px;
    height: 21px;
    top: 15px;
    left: 30px;
  }
  .c_topPolicy .heading > div::after {
    width: 6px;
    height: 11px;
    border-width: 2px;
    top: 19px;
    left: 38px;
  }
  .c_topPolicy .content {
    display: flex;
    align-items: center;
  }
  .c_topPolicy .content > div:not(.pb-handle) {
    align-items: baseline;
    padding: 7px 5px 7px 20px;
    font-size: .875rem;
    height: auto;
  }
  .c_topPolicy .content * {
    width: 100%;
  }
  .c_topPolicy .content > div:not(.pb-handle)::before {
    width: 11px;
    height: 11px;
    border-width: 3px;
    top: 13px;
  }
  .c_topPolicy .content a[href$='.pdf'] {
    position: relative;
    display: block;
/*    padding-right: 30px;*/
  }
  .c_topPolicy .content a[href$='.pdf']::after {
  content: "";
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  }
}

/*Membership*/
.c_topMembership {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  background: #E7EDEA;
  border-radius: 20px;
}
.c_topMembership > div {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 40px;
}
.c_topMembership .c_topTitle,
.c_topMembership .c_topSub {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c_topMembership {
    width: 100%;
    margin: auto;
    border-radius: 0;
  }
  .c_topMembership > div {
    padding: 25px 0;
  }
}

/*Status*/
.c_topStatus > div:not(.pb-handle) {
  max-width: 710px;
  margin: auto;
  padding: 20px 20px 30px;
  background: #FFE9AC;
  border: 2px solid #FFBD0A;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
}
.c_topStatus .sub {
    font-size: 2rem;
}
.c_topStatus .title {
  font-size: 2.5rem;
}
.c_topStatus .text {
  font-size: 1.125rem;
  font-weight: normal;
}
.c_topStatus .data:not(:first-child) {
  margin-top: 20px;
}
.c_topStatus .data > div {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c_topStatus .data > div:after {
  display: none;
}
.c_topStatus .box > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  width: 200px;
  padding: 11px 5px;
  background: #fff;
  color: #49795E;
  font-size: 1.5rem;
  border-radius: 50px;
  box-shadow: 0 2px 3px 0 rgba(157, 141, 96, .3);
}
.c_topStatus .box > div:after {
  display: none;
}
.c_topStatus .data-number {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .c_topStatus > div:not(.pb-handle) {
    padding: 20px 20px 30px;
  }
  .c_topStatus .sub {
      font-size: 1.125rem;
  }
  .c_topStatus .title {
    font-size: 1.875rem;
  }
  .c_topStatus .text {
    font-size: .875rem;
  }
  .c_topStatus .data > div {
    gap: 10px;
  }
  .c_topStatus .box {
    flex: 1;
  }
  .c_topStatus .box > div {
    gap: 5px;
    width: 100%;
  }
  .c_topStatus .data-title {
    font-size: 1.25rem;
  }
  .c_topStatus .data-number {
    position: relative;
    top: 2px;
  }
}

/*Promotion*/
.c_topPromotion:not(:first-child) {
  margin-top: 45px;
}
.c_topPromotion .c_topTitle:not(:first-child) {
  margin-top: 50px;
}
.c_topPromotion .c_topTitle + .c_topTitle:not(:first-child) {
  margin-top: 5px;
}
.c_topPromotion .c_topTitle + .table:not(:first-child):has(caption) {
    margin-top: 5px;
}
.c_topPromotion .table:not(:first-child) {
  margin-top: 20px;
}
.c_topPromotion .table:not(:first-child):has(caption) {
    margin-top: 50px;
}
.c_topPromotion .table table {
  width: 100%;
}
.c_topPromotion .table caption {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.c_topPromotion .table table th,
.c_topPromotion .table table td {
  padding: 10px 30px;
  border: none;
  border-top: 2px solid #BCC7C4;
  border-bottom: 2px solid #BCC7C4;
  text-align: left;
  vertical-align: middle;
  font-size: 1.2rem;
}
.c_topPromotion .table table th {
  width: 30%;
  background: #E5EFEA;
  text-align: center;
}
.c_topPromotion .c_topNotes:not(:first-child) {
  margin-top: 15px;
}
.c_topPromotion .linkBox:not(:first-child) {
  margin-top: 60px;
}
.c_topPromotion .linkBox > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #CBD5CF;
}
.c_topPromotion .linkBox > div::after {
  display: none;
}
.c_topPromotion .linkBox .title {
  flex: 1;
  font-size: 1.375rem;
  font-weight: bold;
}
.c_topPromotion .linkBox .link a {
  position: relative;
  padding-left: 30px;
}
.c_topPromotion .linkBox .link a::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 4px solid #458460;
  border-right: 4px solid #458460;
  transform: rotate(45deg);
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 0;
}
.c_topPromotion .linkBox .link a[href$='.pdf']::after {
  content: "";
  width: 23px;
  height: 24px;
  display: inline-block;
  background: url(/library/images/page/top/icon_pdf.png) no-repeat center center / contain;
  margin-left: 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c_topPromotion .c_topTitle:not(:first-child) {
    margin-top: 45px;
  }
  .c_topPromotion .table:not(:first-child) {
    margin-top: 15px;
  }
  .c_topPromotion .table:not(:first-child):has(caption)  {
    margin-top: 45px;
  }
  .c_topPromotion .table caption {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .c_topPromotion .table table th,
  .c_topPromotion .table table td {
    font-size: 1.0rem;
    padding: 15px;
  }
  .c_topPromotion .table table th {
    width: 37%;
    padding: 15px 10px;
  }
  .c_topPromotion .table.sp-left th {
    text-align: left;
  }
  .c_topPromotion .table table td {
    padding-right: 0;
  }
  .c_topPromotion .c_topNotes:not(:first-child) {
    margin-top: 10px;
  }
  .c_topPromotion .linkBox:not(:first-child) {
    margin-top: 30px;
  }
  .c_topPromotion .linkBox > div {
    flex-flow: column;
    padding-bottom: 0;
    border-bottom: none;
  }
  .c_topPromotion .linkBox .title {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #CBD5CF;
  }
  .c_topPromotion .linkBox .link {
    margin-top: 15px;
  }
  .c_topPromotion .linkBox .link a {
    padding-left: 20px;
    font-size: .875rem;
  }
  .c_topPromotion .linkBox .link a::before {
    width: 11px;
    height: 11px;
    border-width: 3px;
  }
  .c_topPromotion .linkBox .link a[href$='.pdf']::after {
    width: 18px;
    height: 19px;
  }
}

/*Faq*/
.c_topFaq:not(:first-child) {
  margin-top: 50px;
}
.c_topFaq .c_topTitle,
.c_topFaq .c_topSub {
  text-align: center;
}
.c_topFaq .c_topSub {
  font-size: 1rem;
}
.c_topAcc:not(:first-child) {
  margin-top: 35px;
}
.c_topAcc + .c_topAcc:not(:first-child) {
  margin-top: 10px;
}
.c_topAcc .trigger,
.c_topAcc .content {
  position: relative;
  overflow-wrap: anywhere;
}
.c_topAcc .trigger > div,
.c_topAcc .content > div {
  padding: 20px 52px 20px 58px;
}
.c_topAcc .trigger::before,
.c_topAcc .trigger::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #49795E;
  transition: all .3s;
}
.c_topAcc .trigger::after {
  transform: rotate(90deg);
}
.c_topAcc.active .trigger::after {
  transform: rotate(360deg);
}
.c_topAcc .num {
  position: absolute;
  left: 18px;
  color: #49795E;
  font-weight: bold;
  font-size: 1rem;
}
.c_topAcc .trigger > div {
  background: #F6F6F6;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  font-weight: bold;
  transition: .2s all;
  cursor: pointer;
}
@media (hover) {
  .c_topAcc .trigger > div:hover {
    background: #EFF4F3;
    border-color: #97B7A6;
  }
}
.c_topAcc .content .text {
  font-size: .875rem;
}
.c_topAcc .link:not(:first-child) {
  margin-top: 20px;
}
.c_topAcc .link a {
  position: relative;
  padding-right: 20px;
  color: #49795E;
  font-weight: bold;
  font-size: .875rem;
}
.c_topAcc .link a::before,
.c_topAcc .link a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c_topAcc .link a::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #49795E;
  right: 0;
}
.c_topAcc .link a::after {
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c_topFaq .c_topBtn:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c_topFaq .c_topSub {
    font-size: .875rem;
  }
  .c_topAcc:not(:first-child) {
    margin-top: 20px;
  }
  .c_topAcc + .c_topAcc:not(:first-child) {
    margin-top: 7px;
  }
  .c_topAcc {
    font-size: .875rem;
  }
  .c_topAcc .trigger {
    display: flex;
    align-items: center;
    min-height: calc(2em* 1.6 + 24px);
    padding: 15px 40px 15px 48px;
    background: #F6F6F6;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
  }
  .c_topAcc .trigger::before,
  .c_topAcc .trigger::after {
    right: 15px;
  }
  .c_topAcc .trigger > div {
    padding: 0;
    border: none;
  }
  .c_topAcc .content > div {
    padding: 15px 0 15px 48px;
  }
  .c_topAcc .num {
    margin-top: -2px;
    left: 15px;
  }
  .c_topAcc .link:not(:first-child) {
    margin-top: 10px;
  }
  .c_topFaq .c_topBtn:not(:first-child) {
    margin-top: 30px;
  }
}

/*Management*/
.c_topManagement:not(:first-child) {
  margin-top: 65px;
}
.c_topManagement .c_topTitle:not(:first-child) {
  margin-top: 10px;
}
.c_topManagement .search {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 25px;
}
.c_topManagement .search-title {
    position: relative;
    top: 10px;
    font-size: 1.125rem;
    font-weight: bold;
}
.c_topManagement .search-list {
  margin-top: 15px;
  width: 100%;
  font-size: .875rem;
}
.c_topManagement .search-list ul {
  display: flex;
  gap: 5px;
  border-bottom: 2px solid #49795E;
}
.c_topManagement .search-all,
.c_topManagement .search-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 7px 13px;
  background: #EAEBEB;
  border: 1px solid #AEBCB4;
  transition: .2s all;
  cursor: pointer;
  font-size: .875rem;
}
.c_topManagement .search-all {
  min-width: 140px;
  border-radius: 5px;
  font-weight: bold;
}
.c_topManagement .search-list li {
  flex: 1;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.c_topManagement .search-all.active,
.c_topManagement .search-list li.active {
  background: #49795E;
  color: #fff;
  pointer-events: none;
}
@media (hover) {
  .c_topManagement .search-all:hover,
  .c_topManagement .search-list li:hover {
    background: #49795E;
    color: #fff;
  }
}
.c_topManagement .search-all span,
.c_topManagement .search-list span {
  padding: 3px 5px;
  background: #fff;
  color: #49795E;
  font-weight: bold;
  border: 1px solid #C8D3CD;
  border-radius: 3px;
  font-size: .8125rem;
  line-height: 1;
}
.c_topManagement .search-comment {
  margin-top: 20px;
  font-size: .875rem;
  color: #5F6362;
}
.c_topManagement .result {
  display: none;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  font-size: .8125rem;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.c_topManagement:has(.result li.active) .result {
  display: block;
}
.c_topManagement .result::before,
.c_topManagement .result::after,
.c_topManagement .result ul::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DDD;
}
.c_topManagement .result::before {
  left: 25%;
}
.c_topManagement .result::after {
  left: 50%;
}
.c_topManagement .result ul::before {
  left: 75%;
}
.c_topManagement .result ul {
  display: flex;
  flex-wrap: wrap;
}
.c_topManagement .result li {
  position: relative;
  display: flex;
  align-items: center;
  width: 25%;
  min-height: calc(2em* 1.6 + 16px);
  padding: 8px 15px;
}
.c_topManagement .result li.hide {
  display: none;
}
.c_topManagement .result li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDD;
}
.c_topManagement .no-data {
  margin-top: 16px;
  font-size: .875rem;
  text-align: center;
}
.c_topManagement:has(.result li.active) .no-data {
  display: none;
}

@media screen and (max-width: 768px) {
  .c_topManagement:not(:first-child) {
    margin-top: 50px;
  }
  .c_topManagement .c_topTitle:not(:first-child) {
    margin-top: 5px;
  }
  .c_topManagement .search-title {
      top: 0;
  }
  .c_topManagement .search-list {
    margin-top: 20px;
  }
  .c_topManagement .search-list ul {
    flex-wrap: wrap;
    gap: 6px;
    border-bottom: none;
  }
  .c_topManagement .search-all,
  .c_topManagement .search-list li {
    border: 1px solid #AEBCB4;
    border-radius: 5px;
  }
  .c_topManagement .search-all {
    min-width: 140px;
    border-radius: 5px;
  }
  .c_topManagement .search-list li {
    flex: none;
    width: calc(33.33% - 6px + (6px / 3));
  }
  .c_topManagement .search-comment {
    margin-top: 15px;
    font-size: .75rem;
  }
  .c_topManagement .result {
    margin-top: 10px;
  }
  .c_topManagement .result::before,
  .c_topManagement .result ul::before {
    display: none;
  }
  .c_topManagement .result li {
    width: 50%;
  }
}
