@import url('<a href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" class="redactor-autoparser-object">https://fonts.googleapis.com/c...</a>');
.t {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 40px;
}

.t .pc {
  display: block;
}

.t .sp {
  display: none;
}

.t p,
.t ul,
.t li {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

.t img {
  display: block;
}

.t .d {
  margin-top: 35px;
  margin-inline: auto;
  max-width: 805px;
}

.t .d dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.t .d dl:not(:first-of-type) {
  margin-top: 6.3px;
}

.t .d dl dt {
  font-size: 16px;
  color: #fff;
  background: #5cb3a3;
  padding: 3px 14px;
  width: 80px;
  text-align: center;
}

.t .d dl dd {
  width: calc(100% - 80px);
  padding-top: 2px;
  padding-left: 22px;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.t .p {
  margin-top: 38px;
  margin-inline: auto;
  max-width: 900px;
  padding: 40px 20px 37px;
  background: #e9fcf9;
}

.t .p_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  max-width: 800px;
}

.t .p_l li {
  list-style-type: none !important;
  text-align: center;
  width: 250px;
}

.t .p_l li .img {
  margin-inline: auto;
  margin-top: 20px;
  height: 168px;
}

.t .p_l li .img .image {
  margin-inline: auto;
}

.t .p_l li span {
  color: #fff;
  background: #005064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 37px;
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100vmax;
  width: 140px;
  margin-inline: auto;
  letter-spacing: 0.15em;
}

.t .p_l li .t {
  color: #005064;
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.t .p_l li .tx {
  text-align: left;
  margin-top: 11px;
  line-height: 1.8;
  letter-spacing: 0;
}

.t .p_b {
  margin-top: 19px;
  margin-inline: auto;
  max-width: 500px;
  background: #fff300;
  color: #ff6404;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  padding: 13px 10px;
  border-radius: 10px;
}

.t .c {
  background: #f1f4ff;
  margin-top: 20px;
  padding: 27px 20px 49px;
}

.t .c_t {
  font-size: 40px;
  color: #5c6cb3;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 100px;
  position: relative;
}

.t .c_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin: 12px 0 0;
  position: relative;
}

.t .c_l-li {
  line-height: 1;
  padding: 9px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #5c6cb3;
  color: #fff;
  font-size: 20px;
  list-style-type: none !important;
  font-weight: bold;
  margin: 4px;
  letter-spacing: 0.14em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.t .k {
  margin-top: 30px;
}

.t .k_b {
  color: #fff;
  background-color: #5cb3a3;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 15px 18px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}

.t .k_b:before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  width: 30px;
  height: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #5cb3a3;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.t .k_b .y {
  color: #fff700;
  font-size: 25px;
}

.t .k .b {
  margin-top: 33px;
  background-color: #5c6cb3;
  border-radius: 20px;
  padding: 8px 15px;
}

.t .k .b .b_a {
  text-decoration: none;
}

.t .k .b .b_a .bt_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t .k .b .b_a .bt_f_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t .k .b .b_a .bt_f_l {
  width: 138px;
  height: 138px;
  background-color: #fff;
  color: #5c6cb3;
  font-size: 42px;
  border-radius: 100vmax;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
}

.t .k .b .b_a .bt_f_c {
  color: #fff;
  font-size: 37px;
  padding-left: 20px;
}

.t .k .b .b_a .bt_f_c_t {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 43px;
}

.t .k .b .b_a .bt_f_c_t .bld {
  color: #ff6404;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.t .k .b .b_a .bt_f_c_b {
  color: #5c6cb3;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 0;
  padding: 5px 11px;
}

.t .k .b .b_a .bt_f_rgt {
  overflow: hidden;
  border-radius: 12px;
  padding-left: 0;
  margin-left: 15px;
}

.t .k .b.sec {
  margin-top: 33px;
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  border: 1px solid #90c31f;
}

.t .k .b.sec a {
  text-align: center;
  display: block;
  margin-inline: auto;
  width: 100%;
  padding: 20px 20px;
}

.t .k .b.sec a img {
  margin-inline: auto;
  max-width: 294px;
}

.t .pa {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .t .pc {
    display: none;
  }
  .t .sp {
    display: block;
  }
  .t {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 20px;
  }
  .t .d {
    margin-top: 10px;
  }
  .t .d dl dt {
    font-size: 14px;
    width: 60px;
  }
  .t .d dl dd {
    width: calc(100% - 60px);
    padding-left: 15px;
    font-size: 14px;
    padding-top: 2px;
  }
  .t .p {
    margin-top: 30px;
    padding: 20px 20px 20px;
  }
  .t .p_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .t .p_l li:not(:first-of-type) {
    margin-top: 46px;
  }
  .t .p_l li .img {
    height: auto;
    margin-bottom: 15px;
  }
  .t .p_l li .t {
    margin-top: 13px;
  }
  .t .p_l li .tx {
    margin-top: 5px;
  }
  .t .p_b {
    font-size: 16px;
  }
  .t .c {
    padding: 20px 20px 20px;
  }
  .t .c_t {
    padding: 0;
    font-size: 36px;
  }
  .t .c_l:not(:first-of-type) {
    margin-top: 0;
  }
  .t .c_l-li {
    line-height: 1;
    padding: 6px;
    font-size: 15px;
    margin: 5px 0;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
  }
  .t .k_b {
    font-size: 13px;
    padding: 8px 17px;
    height: auto;
    width: 100%;
  }
  .t .k_b .y {
    font-size: 22px;
    display: block;
  }
  .t .k .b {
    padding: 15px;
    margin-top: 22px;
  }
  .t .k .b .b_a .bt_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .t .k .b .b_a .bt_f_fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .t .k .b .b_a .bt_f_l {
    width: 100%;
    height: auto;
    margin-top: 9px;
    font-size: 30px;
    padding: 6px 0;
  }
  .t .k .b .b_a .bt_f_c {
    font-size: 32px;
    padding-left: 0;
    text-align: center;
    margin-top: 5px;
  }
  .t .k .b .b_a .bt_f_c_t {
    margin: 0;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-size: 36px;
  }
  .t .k .b .b_a .bt_f_c_t .bld {
    color: #ff6404;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
  .t .k .b .b_a .bt_f_c_b {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    padding: 5px 11px;
  }
  .t .k .b .b_a .bt_f_rgt {
    margin-left: 0;
  }
  .t .k .b.sec {
    margin-top: 23px;
    padding: 0px;
  }
  .t .k .b.sec a img {
    width: 100%;
    max-width: 240px;
  }
  .t .pa {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .t .pa img {
    margin-inline: auto;
  }
}