h2 {
  word-break: auto-phrase;
}

.sdc_global table, .sdc_global td, .sdc_global th {
  border: none;
}
.sdc_global .sdc_p-section01__text01 > span:nth-of-type(1) {
  display: inline-block;
  padding: 5px 0;
  background: #f7f9fd;
}
.sdc_global .sdc_p-section01__text01 > span:nth-of-type(2) {
  display: inline-block;
  padding: 5px 0;
  background: #FEF9F4;
}
.sdc_global .sdc_p-section01__grid01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section01__grid01 {
    grid-template-columns: 1fr;
  }
}
.sdc_global .sdc_p-section01__grid01 > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding: 20px;
  border: 3px solid #668ad8;
  border-radius: 20px;
}
.sdc_global .sdc_p-section01__grid01 > li > h3 {
  text-align: center;
  margin-bottom: 18px;
}
.sdc_global .sdc_p-section01__grid01 > li > div {
  background: #fff;
  border: 2px solid #9CAFBF;
  border-radius: 10px;
  padding: 20px 10px 10px;
  margin-bottom: 10px;
  text-align: center;
}
.sdc_global .sdc_p-section01__grid01 > li > div > div {
  margin-bottom: 10px;
}
.sdc_global .sdc_p-section01__grid01 > li > div > div > img {
  height: 50px;
}
.sdc_global .sdc_p-section01__grid01 > li > div > p:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.sdc_global .sdc_p-section01__grid01 > li > div > p:nth-of-type(2) {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.sdc_global .sdc_p-section01__grid01 > li:nth-of-type(1) {
  background: #f7f9fd;
}
.sdc_global .sdc_p-section01__grid01 > li:nth-of-type(1) > div > p {
  background: #f7f9fd;
}
.sdc_global .sdc_p-section01__grid01 > li:nth-of-type(2) {
  background: #FEF9F4;
}
.sdc_global .sdc_p-section01__grid01 > li:nth-of-type(2) > div > p {
  background: #FEF9F4;
}
.sdc_global .sdc_p-section01__grid01__list01 > li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section01__grid01__list02 > li > a {
    padding: 10px 0;
  }
}
.sdc_global .sdc_p-section01__grid01 .sdc_p-section01__grid01__soft {
  height: 3.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section01__grid01 .sdc_p-section01__grid01__soft {
    height: auto;
  }
}
.sdc_global .sdc_p-section01__table {
  overflow-x: auto;
  padding: 20px 0;
}
.sdc_global .sdc_p-section01 table {
  line-height: 1.5;
  border-collapse: separate;
  border: none;
  word-break: auto-phrase;
  width: max(100%, 835px);
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(1) > *:nth-child(1) {
  border-top: 3px solid #668ad8;
  border-left: 3px solid #668ad8;
  border-top-left-radius: 20px;
  width: 100%;
  background-image: linear-gradient(to right top, #FEF9F4 calc(50% - 0.5px), #111 50%, #111 calc(50% + 0.5px), #f7f9fd calc(50% + 1px));
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(1) > *:nth-child(1) > span:nth-of-type(1) {
  grid-area: 2/1/3/2;
  text-align: left;
  font-weight: bold;
  line-height: 1.55;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(1) > *:nth-child(1) > span:nth-of-type(2) {
  grid-area: 1/2/2/3;
  text-align: right;
  font-weight: bold;
  line-height: 1.55;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(1) > *:nth-child(2) {
  border-top: 3px solid #668ad8;
  border-left: solid 1px #000;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
  background: #f7f9fd;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(1) > *:nth-child(3) {
  border-top: 3px solid #668ad8;
  border-right: 3px solid #668ad8;
  border-left: solid 1px #000;
  border-top-right-radius: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
  background: #f7f9fd;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(1) {
  border-top: solid 1px #000;
  border-left: 3px solid #668ad8;
  vertical-align: middle;
  background: #FEF9F4;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(1) > span {
  display: inline-block;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(1) > span:first-of-type {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(2) {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  vertical-align: middle;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(2) > p:nth-of-type(1) {
  text-decoration: underline;
  text-decoration-color: #ec0000;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(2) > p:nth-of-type(2) {
  margin-bottom: 0;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(2) > p:nth-of-type(2) > span {
  font-weight: bold;
  color: #ec0000;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(3) {
  border-top: solid 1px #000;
  border-right: 3px solid #668ad8;
  border-left: solid 1px #000;
  vertical-align: middle;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(3) > p:nth-of-type(1) {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #15d440;
  padding: 2px;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(3) > p:nth-of-type(2) {
  margin-bottom: 0;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(2) > *:nth-child(3) > p:nth-of-type(2) > span {
  color: #ec0000;
  font-weight: bold;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(3) > *:nth-child(1) {
  border-top: solid 1px #000;
  border-left: 3px solid #668ad8;
  border-bottom: 3px solid #668ad8;
  border-bottom-left-radius: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
  background: #FEF9F4;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(3) > *:nth-child(2) {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: 3px solid #668ad8;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-color: #ec0000;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(3) > *:nth-child(3) {
  border-top: solid 1px #000;
  border-right: 3px solid #668ad8;
  border-left: solid 1px #000;
  border-bottom: 3px solid #668ad8;
  border-bottom-right-radius: 20px;
  vertical-align: middle;
  padding: 20px 10px;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(3) > *:nth-child(3) > p:nth-of-type(1) {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #15d440;
  padding: 2px;
}
.sdc_global .sdc_p-section01 table > tbody > tr:nth-of-type(3) > *:nth-child(3) > p:nth-of-type(2) {
  margin-bottom: 0;
}
.sdc_global .sdc_p-section01 table > tbody > tr > *:nth-child(1) {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section01 table > tbody > tr > *:nth-child(1) {
    width: 20%;
  }
}
.sdc_global .sdc_p-section02 .sdc_p-checkbox01 > li > label > p {
  padding-left: 1.5em;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section02 .sdc_p-checkbox01 > li > label > p {
    padding-left: 0;
  }
}
.sdc_global .sdc_p-section03 .sdc_p-checkbox01 > li > label > p {
  padding-left: 1.5em;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section03 .sdc_p-checkbox01 > li > label > p {
    padding-left: 0;
  }
}
.sdc_global .sdc_p-section04 .sdc_p-checkbox01 > li > label > p {
  padding-left: 1.5em;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .sdc_global .sdc_p-section04 .sdc_p-checkbox01 > li > label > p {
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */