@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.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,
.t .dl,
.t .dt,
.t .dd {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

.t img {
  display: block;
}

.t .b1 {
  margin-top: 30px;
}
.t .b1 .tx {
  text-align: center;
  font-size: 17px;
  width: 90%;
  margin-inline: auto;
  background: #88b648;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  font-weight: bold;
}
.t .b1 .dl {
  max-width: 440px;
  margin-inline: auto;
  margin-top: 20px;
}
.t .b1 .dl .dt {
  font-weight: bold;
  font-size: 16px;
}
.t .b1 .dl .dd {
  font-size: 14px;
  padding: 0 0 0 30px;
  margin: 5px 0 0;
}
.t .b1 .dl .dd .att {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 10px;
}
.t .b2 {
  margin-top: 35px;
}
.t .b2 .bbl {
  margin-inline: auto;
  background: #2f4c50;
  width: 300px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  border-radius: 100vmax;
  font-size: 24px;
  position: relative;
}
.t .b2 .bbl:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #2f4c50;
}
.t .b2 .ttl {
  width: 350px;
  margin-inline: auto;
  margin: 36px auto 0;
  border: 2px solid #88b648;
  padding: 8px 15px 15px;
  border-radius: 20px;
}
.t .b2 .ttl .to {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #89bb3b;
  letter-spacing: 0.07em;
}
.t .b2 .ttl .bt {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-top: 1px dotted;
  margin: 10px 0 0;
  padding: 10px 0 0;
  letter-spacing: 0.07em;
}
.t .b2_b1 {
  max-width: 640px;
  margin: 30px auto 0;
}
.t .b2_b1 .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t .b2_b1 .dl:not(:first-of-type) {
  margin-top: 15px;
}
.t .b2_b1 .dl .dt {
  font-size: 18px;
  font-weight: bold;
  color: #1f505e;
  border: 1px solid #1f505e;
  width: 170px !important;
  text-align: center;
  padding: 3px 5px;
}
.t .b2_b1 .dl .dd {
  padding: 5px 0 0 13px;
  width: calc(100% - 140px);
}
.t .b2_b2 {
  max-width: 640px;
  margin: 50px auto 0;
  position: relative;
}
.t .b2_b2_t {
  text-align: left;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.t .b2_b2_t .bd {
  border-bottom: 1px solid #000;
}
.t .b2_b2 .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t .b2_b2 .dl:not(:first-of-type) {
  margin-top: 10px;
}
.t .b2_b2 .dl .dt {
  color: #000;
  background: #f0df33;
  width: 80px !important;
  text-align: center;
  padding: 4px 0;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 18px;
}
.t .b2_b2 .dl .dd {
  width: calc(100% - 80px);
  padding: 5px 0 0 13px;
  font-size: 16px;
}
.t .b2_b2 .dl .dd .att {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.t .b2_b2 .dl .dd .ds {
  margin-left: 21px;
  text-indent: -21px;
}
.t .b2_b2 .dl .dd .ds:not(:first-of-type) {
  margin-top: 10px;
}
.t .b2_b2 .dl .dd .ds.lt {
  text-decoration: line-through;
}
.t .b2_b2 .dl .dd .ds .sub {
  padding-left: 21px;
  position: relative;
}
.t .b2_b2 .dl .dd .ds .sub:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  left: 2px;
  background: #8abc38;
}
.t .b2_b2 .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
}
.t .b3 {
  max-width: 640px;
  margin: 40px auto 0;
  position: relative;
  background: #f8feec;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.t .b3 .bl:not(:first-of-type) {
  margin-top: 20px;
}
.t .b3 .bl .tt {
  background: #88b648;
  display: inline-block;
  padding: 3px 6px;
  font-weight: bold;
  color: #fff;
}
.t .b3 .bl .ul {
  margin-top: 8px;
}
.t .b3 .bl .ul .li {
  list-style-type: none !important;
}
.t .b3 .bl .ul .li:not(:first-of-type) {
  margin-top: 4px;
}
.t .b4 {
  max-width: 640px;
  margin: 30px auto 0;
}
.t .t_p-iw {
  max-width: 900px;
  margin-inline: auto;
}
.t .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 .b1 .tx {
    font-size: 16px;
    width: 100%;
  }
  .t .b2 {
    margin-top: 45px;
  }
  .t .b2 .bbl {
    width: 230px;
    padding: 6px 0;
    font-size: 21px;
  }
  .t .b2 .bbl:after {
    width: 15px;
    height: 13px;
    bottom: -12px;
  }
  .t .b2 .ttl {
    width: 250px;
    margin: 26px auto 0;
    padding: 4px 15px 10px;
  }
  .t .b2 .ttl .to {
    font-size: 32px;
  }
  .t .b2 .ttl .bt {
    font-size: 15px;
    margin: 6px 0 0;
    padding: 6px 0 0;
  }
  .t .b2_b1 .dl {
    display: block;
  }
  .t .b2_b1 .dl:not(:first-of-type) {
    margin-top: 18px;
  }
  .t .b2_b1 .dl .dt {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 16px;
    padding: 3px 9px;
  }
  .t .b2_b1 .dl .dd {
    padding: 7px 0 0 0px;
    width: 100%;
    font-size: 14px;
  }
  .t .b2_b2_t {
    margin-top: 10px;
  }
  .t .b2_b2 .dl {
    display: block;
  }
  .t .b2_b2 .dl:not(:first-of-type) {
    margin-top: 18px;
  }
  .t .b2_b2 .dl .dt {
    font-size: 16px;
    padding: 3px 9px;
  }
  .t .b2_b2 .dl .dd {
    padding: 7px 0 0 0px;
    width: 100%;
    font-size: 14px;
  }
  .t .b2_b2 .dl .dd .ds .sub:before {
    top: 5px;
  }
  .t .b2_b2 .img {
    width: 158px;
  }
  .t .b3 {
    margin: 50px auto 0;
  }
}
.t .t_p-i.thi .t_p-a {
  color: #000;
  display: block;
  margin: 0;
}

.t .t_p-a span {
  font-weight: bold;
  color: #86b22d;
}

.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 .t_p {
  margin-top: 57px;
}

.t .t_p-t {
  width: 503px;
  margin-inline: auto;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  padding: 6px 0;
  text-align: center;
  position: relative;
}

.t .t_p-t:before,
.t .t_p-t:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #333;
  width: 23px;
  height: 100%;
}

.t .t_p-t:before {
  left: -22px;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

.t .t_p-t:after {
  right: -23px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.t .t_p-k {
  background: #eee;
  margin-top: -31px;
  padding: 49px 30px 30px;
}

.t .t_p-k-t {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
}

.t .t_p-k-tx {
  margin-top: 11px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
}

.t .t_p-k-b {
  margin-top: 22px;
  border: 2px solid #9eb956;
  border-radius: 20px;
  padding: 23px 25px 23px;
  background: #fff;
}

.t .t_p-k-b-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 34px;
  text-align: center;
  background: #2f4c50;
  color: #fff;
  font-weight: 500;
  margin-inline: auto;
  font-size: 22px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.1em;
}

.t .t_p-k-b-t span {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.t .t_p-k-b-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.t .t_p-k-b-f .b {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px;
}

.t .t_p-k-b-f .b:first-of-type {
  background: #f2ecec;
  width: 45%;
}

.t .t_p-k-b-f .b:nth-of-type(2) {
  width: 55%;
  padding-right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.t .t_p-k-b-f .b_t {
  /* width: 40%; */
  min-width: 150px;
  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;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.t .t_p-k-b-f .b:first-of-type .b_t {
  background: #f2de36;
}

.t .t_p-k-b-f .b:nth-of-type(2) .b_t {
  background: #90c31f;
}

.t .t_p-k-b-f .b_w {
  width: 60%;
  padding-left: 18px;
}

.t .t_p-k-b-f .b:first-of-type .b_w {
  padding-top: 30px;
}

.t .t_p-k-b-f .b_tx {
  font-size: 15px;
  font-weight: bold;
}

.t .t_p-k-b-f .b ul {
  display: block;
  border-top: 1px solid #404040;
  margin-top: 11px;
  padding-top: 12px;
}

.t .t_p-k-b-f .b ul li {
  list-style-type: none !important;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}

.t .t_p-k-b-f .b ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #90c31f;
  border-radius: 100vmax;
}

.t .t_p-k-b-f .b ul li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f2de36));
  background: linear-gradient(transparent 60%, #f2de36 60%);
  font-weight: bold;
}

.t .t_p-b {
  margin-top: 20px;
  background: #eee;
  padding: 49px 29px 24px;
}

.t .t_p-b > p {
  font-size: 26px;
  font-weight: bold;
  color: #3f4044;
  text-align: center;
  letter-spacing: 0.1em;
}

.t .t_p-b > p > .g {
  color: #90c31f;
}

.t .t_p-b > p > .o {
  color: #ff6404;
}

.t .t_p-b-f {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t .t_p-b-f > figure {
  width: 345px;
  margin-top: 7px;
}

.t .t_p-b-f > figure > img {
  width: 100%;
}

.t .t_p-b-f-t {
  width: calc(100% - 345px);
  padding-left: 6px;
}

.t .t_p-b-f-t li {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
  list-style-type: none !important;
}

.t .t_p-b-f-t li:not(:first-of-type) {
  margin-top: 11px;
}

.t .t_p-b-f-t li .g {
  color: #90c31f;
  position: relative;
  border-bottom: 1px solid #90c31f;
  padding-bottom: 4px;
}

.t .t_p-l {
  margin-top: 15px;
}

.t .t_p-l-b {
  padding: 36px 30px;
}

.t .t_p-l-b > p {
  color: #fff;
  border-radius: 10px;
  padding: 15px 34px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.22em;
}

.t .t_p-l-b.g > p {
  background: #90c31f;
}

.t .t_p-l-b.o > p {
  background: #eb9206;
}

.t .t_p-l-b > ul {
  margin-top: 20px;
}

.t .t_p-l-b > ul > li {
  background: #fff;
  padding: 21px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.t .t_p-l-b > ul > li.c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t .t_p-l-b > ul > li:not(:first-of-type) {
  margin-top: 8px;
}

.t .t_p-l-b > ul > li > p {
  width: 70px;
  text-align: center;
}

.t .t_p-l-b > ul > li > img {
  position: relative;
  left: 5px;
}

.t .t_p-l-b > ul > li > .te {
  width: calc(100% - 70px);
  padding-left: 51px;
}

.t .t_p-l-b > ul > li > .te .te_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.t .t_p-l-b > ul > li > .te .te_f-b {
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  letter-spacing: 0.21em;
}

.t .t_p-l-b > ul > li > .te .te_f-p {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding-left: 14px;
  position: relative;
  top: 2px;
}

.t .t_p-l-b > ul > li > .te .te_t {
  margin-top: 13px;
  font-size: 16px;
  letter-spacing: 0.19em;
}

.t .t_p-l-b:not(:first-of-type) {
  margin-top: 15px;
}

.t .t_p-l-b.g {
  background-color: #f8feec;
}

.t .t_p-l-b.o {
  background-color: #faedda;
}

.t .t_p-l-b.o > ul > li > .te {
  padding-left: 41px;
}

.t .t_p-l-b.o > ul > li > img {
  left: 0;
}

.t .t_p-i {
  margin-top: 32px;
}

.t .t_p-i.sec .t_p-c-b {
  background: #86b22d;
}

.t .t_p-i.sec .t_p-c-b:before {
  background: #86b22d;
}

.t .t_p-i.sec .t_p-c-to {
  font-size: 80px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #86b22d;
}

.t .t_p-i.sec .t_p-c-to .mid {
  font-size: 50px;
}

.t .t_p-i.sec .t_p-ci {
  background: #86b22d;
}

.t .t_p-i.sec ul {
  margin-top: -6px;
}

.t .t_p-i.thi .t_p-c-to {
  line-height: 1.2;
  margin-top: 3px;
  letter-spacing: 0;
  font-size: 35px;
  color: #333;
  text-shadow: unset;
}

.t .t_p-i.thi .t_p-c-t {
  margin-top: 0;
}

.t .t_p-i.thi .t_p-c-to.nosh {
  text-shadow: unset;
}

.t .t_p-i.thi .t_p-c-to.nosh .gr {
  text-shadow: unset;
}

.t .t_p-i.thi .t_p-c-to .gr, .t .t_p-i.thi .t_p-c-to .gr2 {
  position: relative;
  font-size: 62px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#58c6ff), color-stop(40%, #076ad9), color-stop(80%, #ff3bef));
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.t .t_p-i.thi .t_p-c-to .gr:before {
  position: absolute;
  content: "受講相談";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(159deg, #59ae0e 0%, #1e9064 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}

.t .t_p-i.thi .t_p-c-to .gr2:before {
  position: absolute;
  content: "講座ガイダンス";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(159deg, #59ae0e 0%, #1e9064 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}

.t .t_p-i.thi a > figure {
  position: absolute;
  right: 23px;
  width: 341px;
  top: unset;
  bottom: 0;
}

.t .t_p-i:not(:first-of-type) {
  margin-top: 17px;
}

.t .t_p-i > a {
  background: #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 14px 16px;
  display: block;
}

.t .t_p-i a > figure {
  position: absolute;
  top: 0;
  right: 140px;
  width: 450px;
}

.t .t_p-c {
  position: relative;
  z-index: 10;
}

.t .t_p-c-b {
  color: #fff;
  background: #ff6404;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 18px;
  border-radius: 100vmax;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.11em;
  position: relative;
}

.t .t_p-c-b:before {
  position: absolute;
  content: "";
  left: 34px;
  bottom: -9px;
  width: 15px;
  height: 10px;
  background: #ff6404;
  clip-path: polygon(0 0, 100% 100%, 90% 0);
}

.t .t_p-c-t {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  margin-top: 9px;
  padding-left: 6px;
}

.t .t_p-c-to {
  padding-left: 8px;
  margin-top: -8px;
  letter-spacing: 0.03em;
  color: #ff6404;
  font-size: 32px;
  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 .t_p-c ul {
  margin-top: 2px;
  padding-left: 3px;
}

.t .t_p-c ul > li {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  list-style-type: none !important;
}

.t .t_p-c ul > li:not(:first-of-type) {
  margin-top: 9px;
}

.t .t_p-c ul > li > .liW {
  margin-left: 0.7em;
  text-indent: -0.7em;
  display: block;
}

.t .t_p-c ul > li > .liW > .o {
  color: #ff6404;
}

.t .t_p-ci {
  width: 175px;
  height: 175px;
  background: #ff6404;
  border-radius: 100vmax;
  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;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 0;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.t .t_p-a {
  text-align: center;
  margin-top: 31px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.18em;
}

.t .t_p-a span {
  font-weight: bold;
}

@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 .t_p {
    margin-top: 40px;
  }
  .t .t_p-t {
    width: 80%;
    font-size: 19px;
  }
  .t .t_p-k {
    padding: 35px 15px 20px;
    margin-top: -19px;
  }
  .t .t_p-k-t {
    font-size: 19px;
  }
  .t .t_p-k-b {
    margin-top: 33px;
    padding: 15px 15px 15px;
  }
  .t .t_p-k-b-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0px;
    width: 100%;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
  }
  .t .t_p-k-b-t span {
    font-size: 14px;
    margin-top: 6px;
  }
  .t .t_p-k-b-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 18px;
  }
  .t .t_p-k-b-f .b {
    display: block;
  }
  .t .t_p-k-b-f .b:first-of-type {
    width: 100%;
  }
  .t .t_p-k-b-f .b:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
  .t .t_p-k-b-f .b_t {
    min-width: unset;
    font-size: 16px;
    line-height: 1.5;
    padding: 7px 0;
  }
  .t .t_p-k-b-f .b_w {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .t .t_p-k-b-f .b:first-of-type .b_w {
    padding-top: 10px;
  }
  .t .t_p-k-b-f .b_tx {
    font-size: 14px;
  }
  .t .t_p-k-b-f .b ul li:not(:first-of-type) {
    margin-top: 5px;
  }
  .t .t_p-b {
    padding: 20px 15px 20px;
  }
  .t .t_p-b > p {
    font-size: 16px;
  }
  .t .t_p-b-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 21px;
  }
  .t .t_p-b-f > figure {
    width: 100%;
    margin-top: 27px;
  }
  .t .t_p-b-f-t {
    padding-left: 0;
    width: 100%;
  }
  .t .t_p-b-f-t li {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .t .t_p-l-b {
    padding: 20px 15px 20px;
  }
  .t .t_p-l-b > p {
    padding: 8px 17px;
    font-size: 18px;
  }
  .t .t_p-l-b > ul > li {
    padding: 15px 15px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .t .t_p-l-b > ul > li.c {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .t .t_p-l-b > ul > li > img {
    left: 0;
    width: 38px;
  }
  .t .t_p-l-b > ul > li > .te {
    width: calc(100% - 38px);
    padding-left: 15px;
    margin-top: 0px;
  }
  .t .t_p-l-b.o > ul > li > .te {
    padding-left: 15px;
  }
  .t .t_p-l-b.o > ul > li .te_f-p {
    padding-bottom: 10px;
  }
  .t .t_p-l-b > ul > li > .te .te_f {
    display: block;
  }
  .t .t_p-l-b > ul > li > .te .te_f-b {
    font-size: 15px;
    padding: 7px 7px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
  }
  .t .t_p-l-b > ul > li > .te .te_f-p {
    font-size: 18px;
    padding-left: 0;
    margin-top: 6px;
  }
  .t .t_p-l-b > ul > li > .te .te_t {
    margin-top: 9px;
    font-size: 13px;
  }
  .t .t_p-l-b.o > ul > li > .te_f {
    display: block;
    padding-left: 0;
  }
  .t .t_p-l-b.o > ul > li > .te .te_f-p {
    padding-left: 0;
    margin-top: 10px;
  }
  .t .t_p-i {
    margin-top: 32px;
  }
  .t .t_p-i:not(:first-of-type) {
    margin-top: 15px;
  }
  .t .t_p-i > a {
    padding: 20px 15px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .t .t_p-i > a > figure {
    position: relative;
    right: unset;
    width: 100%;
    margin-top: 0;
  }
  .t .t_p-c {
    margin-top: 20px;
  }
  .t .t_p-c-b {
    font-size: 16px;
  }
  .t .t_p-c-t {
    font-size: 18px;
    margin-top: 14px;
    padding-left: 0;
    text-align: center;
  }
  .t .t_p-c-to {
    padding-left: 0;
    margin-top: 1px;
    font-size: 24px;
    text-align: center;
  }
  .t .t_p-c ul {
    margin-top: 11px;
    padding-left: 0;
  }
  .t .t_p-c ul > li {
    font-size: 15px;
    padding: 2px 6px;
  }
  .t .t_p-c ul > li.liW {
    margin-left: 0.6em;
    text-indent: -0.6em;
    display: block;
  }
  .t .t_p-ci {
    position: relative;
    width: 100%;
    font-size: 18px;
    height: auto;
    padding: 10px 0;
    line-height: 1.3;
    margin-top: 10px;
  }
  .t .t_p-a {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
  .t .t_p-i.sec .t_p-c-b {
    margin-inline: auto;
  }
  .t .t_p-i.sec .t_p-c-to {
    font-size: 60px;
  }
  .t .t_p-i.sec .t_p-c-to .mid {
    display: block;
    margin-top: -18px;
    margin-bottom: 17px;
    font-size: 38px;
  }
  .t .t_p-i.sec ul {
    text-align: center;
  }
  .t .t_p-i.sec ul > li {
    margin-inline: auto;
  }
  .t .t_p-i.sec ul > li > .liW {
    margin-left: 0;
    text-indent: 0;
  }
  .t .t_p-i.thi a > figure {
    position: relative;
    right: unset;
    width: 100%;
    top: unset;
    bottom: unset;
  }
  .t .t_p-i.thi .t_p-c-to {
    font-size: 22px;
  }
  .t .t_p-i.thi .t_p-c-to .gr, .t .t_p-i.thi .t_p-c-to .gr2 {
    font-size: 37px;
  }
  .t .pa {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .t .pa img {
    margin-inline: auto;
  }
}