@charset "utf-8";
/* --------------------------------------------------------------

-------------------------------------------------------------- */

/* common */
main {
  padding-bottom: 0;
}

.section_type21_body {
  padding-bottom: 80px;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.section_type01a {
  margin-bottom: 0;
  background: none;
}

.section_type01a+.section_type01a {
  margin-top: 0;
}

.section_type01a p {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section_type01a p {
    font-size: 16px;
  }
}

.heading_type01a {
  color: #36905D;
  padding-top: 40px;
  background: #fff;
  margin-bottom: 0;
}

.sec_01 .heading_type01a {
  padding-top: 0;
  background: none;
}

.sec_07 .heading_type01a,
.sec_08 .heading_type01a {
  padding-top: 0;
  background: none;
}

.heading_type01a span {
  border-bottom: 3px solid #36905D;
}

.section_type01a .wrap {
  padding: 40px 2em;
  background: #eff5e1;
}

@media screen and (max-width: 768px) {
  .section_type01a .wrap {
    padding: 40px 3vw;
  }
}

.page-lead {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-lead p {
  font-size: 18px;
  line-height: 1.5;
}

.page-lead p a {
  text-decoration: underline;
}

.page-lead p.text_01 {
  text-align: center;
  margin-bottom: 40px;
}

.page-lead figure {
  width: 292px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .page-lead {
    padding: 40px 3vw 0;
  }

  .page-lead p {
    font-size: 16px;
  }

  .page-lead p.text_01 {
    text-align: left;
  }
}

.sec_01 {
  margin-top: 50px;
}

.sec_05 p,
.sec_06 p {
  font-size: 21px;
}

.sec_06 p span {
  font-size: 18px;
}

.sec_06 p+p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {

  .sec_05 p,
  .sec_06 p {
    font-size: 19px;
  }

  .sec_06 p span {
    font-size: 16px;
  }
}

.sec_06 .guideline-sheet {
  width: 100%;
  background: #fff;
  padding: 60px 40px 100px;
}

.guideline-sheet__content+.guideline-sheet__content {
  margin-top: 60px;
}

.guideline-sheet__content h3 {
  color: #36905d;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.guideline-sheet__content .table_wrap {
  width: 100%;
}

.table_guideline-sheet01 {
  width: 100%;
  border: #36905d solid 1px;
  border-collapse: collapse;
}

.table_guideline-sheet01 th,
td {
  border: #36905d solid 1px;
  padding: 10px;
  vertical-align: middle;
}

.table_guideline-sheet01 th {
  color: #36905d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.table_guideline-sheet01 td {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}

.sec_06 .standards-list {
  width: 600px;
  margin: 0 auto;
}

.sec_06 .standards-list li {
  width: 100%;
  min-height: 60px;
  display: grid;
  grid-template-columns: 22.5% 14.667% 1fr;
  align-items: stretch;
  border: #231815 solid 1px;
}

.sec_06 .standards-list li+li {
  margin-top: 15px;
}

.sec_06 .standards-list li .text_01,
.sec_06 .standards-list li .text_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-right: #231815 solid 1px;
}

.sec_06 .standards-list li .text_01 {
  font-size: 18px;
}

.sec_06 .standards-list li .text_02 {
  font-size: 16px;
}

.sec_06 .standards-list li .text_03 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  padding: 5px 10px;
}

.sec_06 .standards-list li:nth-child(1) .text_01 {
  border-left: 8px solid #e60012;
  color: #e60012;
}

.sec_06 .standards-list li:nth-child(2) .text_01 {
  border-left: 8px solid #3071b9;
  color: #3071b9;
}

.sec_06 .standards-list li:nth-child(3) .text_01 {
  border-left: 8px solid #898989;
  color: #898989;
}

@media screen and (max-width: 768px) {

  .sec_06 .standards-list {
    width: 100%;
    margin: 0 auto;
  }

  .sec_06 .standards-list li {
    grid-template-columns: 8em 14.667% 1fr;
    align-items: stretch;
    border: #231815 solid 1px;
  }

  .sec_06 .standards-list li .text_03 br {
    display: none;
  }
}

.guideline-sheet__content._04 .lead {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}

.guideline-sheet__content._04 .category-list {
  width: fit-content;
  margin: 0 auto 60px;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.guideline-sheet__content._04 .category-list li {
  padding-left: 3em;
  color: #36905d;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.guideline-sheet__content._04 .category-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  color: #000000;
  font-size: 10px;
  display: block;
  float: left;
  line-height: 18px;
  margin-left: -3em;
  text-align: center;
  height: 18px;
  width: 18px;
  border: #000000 solid 1px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .guideline-sheet__content._04 .lead {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
  }

  .guideline-sheet__content._04 .lead br {
    display: none;
  }

  .guideline-sheet__content .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .table_guideline-sheet01 {
    white-space: nowrap;
  }
}

.guideline-sheet__item {
  width: 790px;
  margin: 0 auto;
}

.guideline-sheet__item+.guideline-sheet__item {
  margin-top: 60px;
}

.guideline-sheet__item h4 {
  color: #36905d;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.guideline-sheet__item h4 span {
  font-size: 80%;
}

.guideline-sheet__item .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.guideline-sheet__item .row .col {
  width: 240px;
  flex-shrink: 0;
}

.guideline-sheet__item .row figure {
  margin-bottom: 35px;
}

.guideline-sheet__item .row figure img {
  width: 100%;
}

.guideline-sheet__item .row ul li {
  font-size: 21px;
  line-height: 1.3;
  padding-left: 1em;
  position: relative;
  white-space: nowrap;
}

.guideline-sheet__item .row ul li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
  content: '●';
}

.table_guideline-sheet02 {
  width: calc(100% - 240px - 40px);
  color: #000;
  width: 100%;
  border-collapse: collapse;
  border: #009656 solid 1px;
}

.table_guideline-sheet02 th,
td {
  padding: 10px;
  text-align: left;
  border: #009656 solid 1px;
}

.table_guideline-sheet02 th {
  font-size: 16px;
  font-weight: normal;
  background: #d3dde9;
}

.table_guideline-sheet02 td {
  font-size: 15px;
}

.table_guideline-sheet02 tr>td:nth-child(1) {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .guideline-sheet__item {
    width: 100%;
    margin: 0 auto;
  }

  .guideline-sheet__item h4 {
    font-size: 23px;
  }

  .guideline-sheet__item .row {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  .guideline-sheet__item .row .col {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .guideline-sheet__item .row figure {
    width: 40%;
    margin: 0 auto 20px;
  }

  .guideline-sheet__item .row ul {
    width: calc(100% - 40% - 20px);
  }

  .guideline-sheet__item .row ul li {
    font-size: 16px;
    white-space: normal;
  }
}

.sec_06 .guideline-caution {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .sec_06 .guideline-caution {
    padding: 0 1em;
  }
}


.section_type01a+.section_type01a.sec_07,
.section_type01a+.section_type01a.sec_08 {
  margin-top: 60px;
}

.sec_07 .box_btn {
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .sec_07 .box_btn {
    margin: 20px auto 30px;
  }
}

.sec_07 .btn_type01 {
  background: #36905d;
}

.sec_07 .table_wrap {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .sec_07 .table_wrap {
    margin: 0 3vw;
    width: calc(100% - 6vw);
    overflow-x: auto;
  }
}

.sec_07 .table_guideline {
  width: 100%;
  border: #36905d solid 1px;
  background: #fff;
  border-collapse: collapse;
}

.sec_07 .table_guideline thead th {
  color: #36905d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21;
  text-align: center;
  background: #f5f1df;
  padding: 10px;
  border: #36905d solid 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.sec_07 .table_guideline thead th span {
  font-size: 11px;
}

.sec_07 .table_guideline tbody.b th {
  color: #231815;
  font-size: 9px;
  line-height: 1.21;
  font-weight: normal;
  background: #eff5e1;
  padding: 10px 5px;
  border: #36905d solid 1px;
  white-space: nowrap;
}

.sec_07 .table_guideline tbody.e th {
  color: #231815;
  font-size: 9px;
  line-height: 1.21;
  font-weight: normal;
  background: #fce4d6;
  padding: 10px 5px;
  border: #36905d solid 1px;
}

.sec_07 .table_guideline tbody td {
  color: #231815;
  font-size: 9px;
  line-height: 1.21;
  text-align: left;
  padding: 10px 5px;
  border: #36905d solid 1px;
  vertical-align: top;
}

.sec_07 .table_guideline tbody td.text-center {
  text-align: center;
  vertical-align: middle;
}

.guideline-about {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.sec_07 .guideline-about .add p {
  white-space: nowrap;
  font-size: 9px;
  line-height: 1.21;
}

.sec_07 .guideline-about .add p+p {
  margin-top: 1em;
}

.sec_07 .guideline-about .example {
  width: 200px;
}

.sec_07 .guideline-about .example p {
  font-size: 11px;
  margin-bottom: 5px;
}

.sec_07 .guideline-about .example p span {
  font-size: 9px;
}

.sec_07 .guideline-about .example ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 9px;
  line-height: 1.2;
}

.sec_07 .guideline-about .example ul li::before {
  content: '・';
}

@media screen and (max-width: 768px) {
  .sec_07 .guideline-about {
    width: calc(100% - 6vw);
    margin-left: 3vw;
    margin-right: 3vw;
    flex-direction: column;
    justify-content: flex-start;
  }

  .sec_07 .guideline-about .add {
    margin-bottom: 2em;
  }

  .sec_07 .guideline-about .add p {
    white-space: normal;
  }

  .sec_07 .guideline-about .example {
    width: auto;
  }
}

.sec_08 .wrap {
  padding-top: 20px;
}

.sec_08 .lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 35px;
}

.sec_08 ol>li {
  font-size: 21px;
  line-height: 1.28;
  margin-bottom: 1em;
}

.sec_08 ol>li>ul>li {
  padding-left: 1em;
  font-size: 18px;
}

.sec_08 ol>li>ul>li span {
  font-size: 14px;
  display: inline-block;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .sec_08 .lead {
    text-align: left;
  }

  .sec_08 ol>li {
    font-size: 19px;
  }

  .sec_08 ol>li>ul>li {
    font-size: 16px;
  }
}