/*-----------------------------------------------
  font
-----------------------------------------------*/
/* NotoSansJp Regular */
@font-face {
  font-family: "NotoSansJp";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
/* NotoSansJp Medium */
@font-face {
  font-family: "NotoSansJp";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
}
/* NotoSansJp bold */
@font-face {
  font-family: "NotoSansJp";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* MPLUS1-Regular */
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-Regular.ttf") format("truetype");
}
/* MPLUS1-Bold */
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-Bold.ttf") format("truetype");
  font-weight: 700;
}
.center {
  text-align: center;
}

.termite-column #wrapper .checkpoint #contents_body {
  font-family: "NotoSansJp";
}
.termite-column #wrapper .checkpoint #contents_body .kv {
  margin-bottom: 30px;
}
.termite-column #wrapper .checkpoint #contents_body .kv *:last-child {
  margin-bottom: 0;
}
.termite-column #wrapper .checkpoint #contents_body .kv h1 {
  font-family: "MPLUS1";
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .kv h1 {
    font-size: 20px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .kv figure {
  margin-bottom: 30px;
}
.termite-column #wrapper .checkpoint #contents_body .kv figure img {
  width: 100%;
}
.termite-column #wrapper .checkpoint #contents_body .kv p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .kv p {
    font-size: 14px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc {
  margin: 0 auto 30px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc {
    width: 100%;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_title {
  background-color: #6fba2c;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc .toc_title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_title span {
  background-color: #6fba2c;
  content: "";
  display: block;
  height: 2px;
  left: 85px;
  position: absolute;
  top: 36px;
  transition: 0.2s;
  width: 14px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc .toc_title span {
    top: 26px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_title span:last-child {
  transform: rotate(90deg);
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_title.is-active span:last-child {
  transform: rotate(0deg);
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_title::before {
  background-color: #fff;
  border-radius: 999px;
  content: "";
  display: block;
  height: 24px;
  left: 80px;
  position: absolute;
  top: 25px;
  width: 24px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc .toc_title::before {
    top: 15px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content {
  background-color: rgba(182, 220, 149, 0.5019607843);
  box-sizing: border-box;
  padding: 25px 20px;
  width: 100%;
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li {
    font-size: 14px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li:last-child {
  margin-bottom: 0;
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li a {
  text-decoration: underline;
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li a:hover {
  text-decoration: none;
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li > ul {
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li > ul {
    padding-left: 5px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li > ul li {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li > ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .toc .toc_content > ul > li > ul li:last-child {
  margin-bottom: 0;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section {
  padding-top: 82px;
  margin-top: -82px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section {
    padding-top: 63px;
    margin-top: -63px;
    margin-bottom: 50px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section h2 {
  color: #000;
  background-color: #6fba2c;
  box-sizing: border-box;
  color: #fff;
  font-family: "NotoSansJp";
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 12px 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section h2 {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section h3 {
  color: #000;
  font-family: "NotoSansJp";
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 0 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section h3 {
    font-size: 18px;
    padding: 0;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section h3 span {
  border-bottom: 2px solid #6fba2c;
  display: inline-block;
  padding-bottom: 3px;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section h4 {
  color: #000;
  border-bottom: none;
  font-family: "NotoSansJp";
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px 0 30px;
  padding: 0 0 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section h4 {
    font-size: 16px;
    padding: 0;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section p {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section p {
    font-size: 14px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section p.link {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section p.link {
    font-size: 14px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section a {
  color: #1e51a2;
  display: inline-block;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section a:hover {
  color: #6fba2c;
  text-decoration: none;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section figure {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section figure {
    padding: 0;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section figure img {
  width: 100%;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section figure figcaption {
  color: #6fba2c;
  display: block;
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section figure figcaption {
    font-size: 12px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section ul {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section ul {
    padding-left: 20px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section ul li {
  font-size: 1.8rem;
  list-style: disc;
  margin-bottom: 5px;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section ul li {
    font-size: 14px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section ol {
  margin: 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section ol {
    padding: 0 0 0 20px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section ol li {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section ol li {
    font-size: 14px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section .block {
  padding-top: 102px;
  margin-top: -82px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section .block {
    padding-top: 82px;
    margin-top: -62px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section .box {
  background-color: rgba(249, 207, 1, 0.231372549);
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px 20px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section .box {
    padding: 15px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section .box p {
  margin-bottom: 5px;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section table {
  border: 1px solid #000;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section table thead tr th {
  background-color: rgba(217, 59, 130, 0.4);
  border: 1px solid #000;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section table thead tr th {
    font-size: 14px;
    padding: 5px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-section table tbody tr td {
  border: 1px solid #000;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 15px 20px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-section table tbody tr td {
    font-size: 14px;
    padding: 5px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-under-banner {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-under-banner {
    margin-bottom: 30px;
    padding: 0 0;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-under-banner figure {
  margin: 0;
  padding: 0;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-under-banner figure img {
  width: 100%;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-under-banner figure a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-under-text {
  border: 4px solid #0462ea;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-under-text {
    padding: 15px;
  }
}
.termite-column #wrapper .checkpoint #contents_body .termite-column-under-text p {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .termite-column #wrapper .checkpoint #contents_body .termite-column-under-text p {
    font-size: 14px;
  }
}