@charset "UTF-8";
.page_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .page_ttl {
    min-height: 180px;
    font-size: 2.4rem;
  }
}

.sec_contents {
  position: relative;
  padding: 60px 0;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_contents {
    padding: 65px 0 115px;
    border-radius: 20px 20px 0 0;
  }
}
.sec_contents a {
  color: #5470c7;
}
.sec_contents p {
  line-height: 2;
}

body.archive .sec_contents,
body.single .sec_contents {
  border-radius: 0;
  background-color: transparent;
}

body.archive .sec_contents {
  padding: 0 0 150px;
}
@media print, screen and (min-width: 920px) {
  body.archive .sec_contents {
    padding: 0 0 110px;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4px;
  position: relative;
  margin: 45px auto 0;
  padding: 0 76px;
  max-width: 324px;
}
@media print, screen and (min-width: 414px) {
  .pagination {
    width: 85%;
  }
}
@media print, screen and (min-width: 920px) {
  .pagination {
    max-width: 390px;
  }
}
.pagination a,
.pagination span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .pagination a,
  .pagination span {
    width: 44px;
    height: 44px;
  }
}
.pagination span {
  font-weight: 500;
}
.pagination > a {
  position: absolute;
  top: 0;
  font-weight: 400;
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  background-color: #fff;
  color: #5470c7;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .pagination > a {
    font-size: 2.4rem;
  }
}
.pagination > a:hover, .pagination > a:active {
  background-color: #5470c7;
  color: #fff;
  text-decoration: none;
}
.pagination .first {
  left: 0;
}
.pagination .prev {
  left: 40px;
}
@media print, screen and (min-width: 920px) {
  .pagination .prev {
    left: 48px;
  }
}
.pagination .next {
  right: 40px;
}
@media print, screen and (min-width: 920px) {
  .pagination .next {
    right: 48px;
  }
}
.pagination .last {
  right: 0;
}
.pagination ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 128px;
  line-height: 0;
}
.pagination ul li {
  font-size: 1.3rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .pagination ul li {
    font-size: 1.5rem;
  }
}
.pagination ul a {
  background-color: transparent;
  color: #909cc2;
}
.pagination ul a:hover, .pagination ul a:active {
  background-color: #5470c7;
  color: #fff;
  text-decoration: none;
}
.pagination ul span {
  background-color: #e0e4f5;
  color: #5470c7;
}

body.single .sec_contents {
  padding: 40px 0 175px;
}
@media print, screen and (min-width: 920px) {
  body.single .sec_contents {
    padding: 55px 0 205px;
  }
}

.post_head {
  margin: 0 16px 60px;
  padding: 19px 24px;
  border-radius: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .post_head {
    margin-left: 40px;
    margin-right: 40px;
    padding: 36px 40px;
  }
}
@media print, screen and (min-width: 1160px) {
  .post_head {
    margin: 0 auto 65px;
    max-width: 1014px;
  }
}
.post_head time {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .post_head time {
    font-size: 1.6rem;
  }
}
.post_head h1 {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
}
@media print, screen and (min-width: 920px) {
  .post_head h1 {
    font-size: 2.4rem;
  }
}

.editable_area > *:first-child {
  margin-top: 0 !important;
}
.editable_area > *:last-child {
  margin-bottom: 0 !important;
}
.editable_area h2.wp-block-heading {
  margin: 55px 0 25px;
  padding: 0 0 15px;
  border-bottom: 2px solid #3abbd3;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.45;
}
.editable_area h3.wp-block-heading {
  position: relative;
  margin: 45px 0 15px;
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.45;
}
.editable_area h3.wp-block-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 28px;
  background-color: #3abbd3;
}
.editable_area h4.wp-block-heading {
  margin: 45px 0 15px;
  font-weight: 700;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 920px) {
  .editable_area p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.editable_area .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 15px;
  margin: 50px 0;
}
@media print, screen and (min-width: 768px) {
  .editable_area .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px 3.0434782609%;
  }
}
.editable_area .wp-block-columns.is-not-stacked-on-mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.editable_area .wp-block-columns .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.editable_area .wp-block-image {
  margin: 25px 0;
}
@media print, screen and (min-width: 920px) {
  .editable_area .wp-block-image {
    margin: 50px 0;
  }
}

.post_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  margin: 60px auto 0;
}
.post_link::after {
  content: "";
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  width: 100%;
  height: 30px;
}
.post_link a {
  font-weight: 500;
  color: #5470c7;
}
.post_link .prev,
.post_link .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 33%;
  max-width: 126px;
  min-height: 40px;
  border-radius: 4px;
  background-color: #e0e4f5;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_link .prev:hover, .post_link .prev:active,
.post_link .next:hover,
.post_link .next:active {
  background-color: #5470c7;
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .post_link .prev,
  .post_link .next {
    font-size: 1.5rem;
  }
}
.post_link span.prev,
.post_link span.next {
  pointer-events: none;
  background-color: #d8d8d8;
  color: #9da2ab;
}
.post_link span.prev::before, .post_link span.prev::after,
.post_link span.next::before,
.post_link span.next::after {
  border-color: #9da2ab;
}
.post_link .prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.post_link .prev::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5470c7;
  border-left: 2px solid #5470c7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_link .prev:hover::before, .post_link .prev:active::before {
  border-top-color: #fff;
  border-left-color: #fff;
}
.post_link .next {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.post_link .next::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5470c7;
  border-right: 2px solid #5470c7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_link .next:hover::after, .post_link .next:active::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.post_link .index {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  text-decoration: underline;
  font-size: 1.5rem;
}

body.privacy-policy .sec_contents h3.wp-block-heading {
  margin: 30px 0 15px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 920px) {
  body.privacy-policy .sec_contents h3.wp-block-heading {
    font-size: 1.6rem;
  }
}
body.privacy-policy .sec_contents p {
  font-size: 1.3rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  body.privacy-policy .sec_contents p {
    font-size: 1.4rem;
  }
}
body.privacy-policy .sec_contents ul, body.privacy-policy .sec_contents ol {
  margin-left: 15px;
  margin-top: 15px;
}
body.privacy-policy .sec_contents ul li, body.privacy-policy .sec_contents ol li {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  body.privacy-policy .sec_contents ul li, body.privacy-policy .sec_contents ol li {
    font-size: 1.4rem;
  }
}
body.privacy-policy .sec_contents ul li + li, body.privacy-policy .sec_contents ol li + li {
  margin-top: 5px;
}
@media print, screen and (min-width: 920px) {
  body.privacy-policy .sec_contents ul li + li, body.privacy-policy .sec_contents ol li + li {
    margin-top: 10px;
  }
}
body.privacy-policy .sec_contents ol {
  counter-reset: num;
}
body.privacy-policy .sec_contents ol li {
  counter-increment: num;
  padding-left: 1.15em;
  text-indent: -1.15em;
}
body.privacy-policy .sec_contents ol li::before {
  content: counter(num) ". ";
}
body.privacy-policy .sec_contents .contact {
  margin: 15px 0 20px;
  padding: 15px 20px;
  border: 1px solid #d8d8d8;
}
@media print, screen and (min-width: 920px) {
  body.privacy-policy .sec_contents .contact {
    margin-bottom: 30px;
    padding: 25px 40px;
  }
}

body.inquiry .form_step,
body.parent_inquiry .form_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .form_step,
  body.parent_inquiry .form_step {
    -webkit-column-gap: 180px;
       -moz-column-gap: 180px;
            column-gap: 180px;
  }
}
body.inquiry .form_step li,
body.parent_inquiry .form_step li {
  position: relative;
  padding-top: 20px;
  color: #909cc2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
body.inquiry .form_step li::before,
body.parent_inquiry .form_step li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #aeb4d6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body.inquiry .form_step li::after,
body.parent_inquiry .form_step li::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: -0.5px;
  width: 60px;
  height: 1px;
  background-color: #c4c9d8;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .form_step li,
  body.parent_inquiry .form_step li {
    padding-top: 20px;
    font-size: 1.8rem;
  }
  body.inquiry .form_step li::after,
  body.parent_inquiry .form_step li::after {
    width: 180px;
  }
}
body.inquiry .form_step li:last-child::after,
body.parent_inquiry .form_step li:last-child::after {
  content: none;
}
body.inquiry .form_step li.current,
body.parent_inquiry .form_step li.current {
  color: #5470c7;
}
body.inquiry .form_step li.current::before,
body.parent_inquiry .form_step li.current::before {
  background-color: #5470c7;
  outline: 2px solid #8da3e8;
}
body.inquiry .sec_contents,
body.parent_inquiry .sec_contents {
  padding: 100px 0 80px;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents,
  body.parent_inquiry .sec_contents {
    padding: 120px 0;
  }
}
body.inquiry .sec_contents table,
body.parent_inquiry .sec_contents table {
  display: block;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents table,
  body.parent_inquiry .sec_contents table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
}
body.inquiry .sec_contents tbody,
body.parent_inquiry .sec_contents tbody {
  display: block;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents tbody,
  body.parent_inquiry .sec_contents tbody {
    display: table-row-group;
  }
}
body.inquiry .sec_contents tr,
body.parent_inquiry .sec_contents tr {
  display: block;
  padding-top: 20px;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents tr,
  body.parent_inquiry .sec_contents tr {
    display: table-row;
    padding-top: 0;
  }
}
body.inquiry .sec_contents tr:first-child,
body.parent_inquiry .sec_contents tr:first-child {
  padding-top: 0;
}
body.inquiry .sec_contents th, body.inquiry .sec_contents td,
body.parent_inquiry .sec_contents th,
body.parent_inquiry .sec_contents td {
  display: block;
  padding-bottom: 15px;
  font-size: inherit;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents th, body.inquiry .sec_contents td,
  body.parent_inquiry .sec_contents th,
  body.parent_inquiry .sec_contents td {
    display: table-cell;
    padding-top: 15px;
    border-bottom: 1px solid #c4c9d8;
    vertical-align: top;
  }
}
body.inquiry .sec_contents th,
body.parent_inquiry .sec_contents th {
  font-weight: 700;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents th,
  body.parent_inquiry .sec_contents th {
    padding-top: 20px;
    padding-right: 25px;
    width: 260px;
  }
}
body.inquiry .sec_contents th.required::after,
body.parent_inquiry .sec_contents th.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 15px;
  padding: 3px 6px 5px;
  background-color: #ef6060;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents th.required::after,
  body.parent_inquiry .sec_contents th.required::after {
    font-size: 1.3rem;
  }
}
body.inquiry .sec_contents th label,
body.parent_inquiry .sec_contents th label {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}
body.inquiry .sec_contents td,
body.parent_inquiry .sec_contents td {
  border-bottom: 1px solid #c4c9d8;
}
body.inquiry .sec_contents input[type=text],
body.inquiry .sec_contents input[type=email],
body.inquiry .sec_contents input[type=tel],
body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before,
body.inquiry .sec_contents textarea,
body.parent_inquiry .sec_contents input[type=text],
body.parent_inquiry .sec_contents input[type=email],
body.parent_inquiry .sec_contents input[type=tel],
body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before,
body.parent_inquiry .sec_contents textarea {
  padding: 8px 20px;
  width: 100%;
  border-radius: 7px;
  background-color: #f9fafb;
  font-size: 1.6rem;
  line-height: normal;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents input[type=text],
  body.inquiry .sec_contents input[type=email],
  body.inquiry .sec_contents input[type=tel],
  body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before,
  body.inquiry .sec_contents textarea,
  body.parent_inquiry .sec_contents input[type=text],
  body.parent_inquiry .sec_contents input[type=email],
  body.parent_inquiry .sec_contents input[type=tel],
  body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before,
  body.parent_inquiry .sec_contents textarea {
    padding: 10px 20px;
  }
}
body.inquiry .sec_contents input::-webkit-input-placeholder, body.parent_inquiry .sec_contents input::-webkit-input-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents input::-moz-placeholder, body.parent_inquiry .sec_contents input::-moz-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents input:-ms-input-placeholder, body.parent_inquiry .sec_contents input:-ms-input-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents input::-ms-input-placeholder, body.parent_inquiry .sec_contents input::-ms-input-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents input::placeholder,
body.parent_inquiry .sec_contents input::placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents textarea::-webkit-input-placeholder, body.parent_inquiry .sec_contents textarea::-webkit-input-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents textarea::-moz-placeholder, body.parent_inquiry .sec_contents textarea::-moz-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents textarea:-ms-input-placeholder, body.parent_inquiry .sec_contents textarea:-ms-input-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents textarea::-ms-input-placeholder, body.parent_inquiry .sec_contents textarea::-ms-input-placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents textarea::placeholder,
body.parent_inquiry .sec_contents textarea::placeholder {
  background-color: #f7f8fc;
  color: #a8aab5;
}
body.inquiry .sec_contents input[type=tel],
body.parent_inquiry .sec_contents input[type=tel] {
  width: 160px;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents input[type=tel],
  body.parent_inquiry .sec_contents input[type=tel] {
    width: 190px;
  }
}
body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label,
body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 26px;
  font-size: 1.4rem;
  line-height: 1.4;
}
body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before,
body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e7f0;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::after,
body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::after {
  visibility: hidden;
  position: absolute;
  left: 3px;
  top: 6px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 2px;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label,
  body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 32px;
    font-size: 1.5rem;
  }
  body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before,
  body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
  body.inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::after,
  body.parent_inquiry .sec_contents input[type=checkbox] + .wpcf7-list-item-label::after {
    width: 14px;
    height: 8px;
  }
}
body.inquiry .sec_contents input[type=checkbox]:checked + .wpcf7-list-item-label::before,
body.parent_inquiry .sec_contents input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #5470c7;
  background-color: #5470c7;
}
body.inquiry .sec_contents input[type=checkbox]:checked + .wpcf7-list-item-label::after,
body.parent_inquiry .sec_contents input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  visibility: visible;
  opacity: 1;
}
body.inquiry .sec_contents textarea,
body.parent_inquiry .sec_contents textarea {
  resize: vertical;
  height: 80px;
}
@media print, screen and (min-width: 920px) {
  body.inquiry .sec_contents textarea,
  body.parent_inquiry .sec_contents textarea {
    height: 140px;
  }
}
body.inquiry .sec_contents .wpcf7-checkbox,
body.parent_inquiry .sec_contents .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
body.inquiry .sec_contents .wpcf7-list-item,
body.parent_inquiry .sec_contents .wpcf7-list-item {
  position: relative;
  margin: 0;
}
body.inquiry .sec_contents .wpcf7-list-item input[type=checkbox],
body.parent_inquiry .sec_contents .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
body.inquiry .sec_contents .agree,
body.parent_inquiry .sec_contents .agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
body.inquiry .sec_contents .agree + .wp-block-buttons,
body.parent_inquiry .sec_contents .agree + .wp-block-buttons {
  margin-top: 25px;
}
body.inquiry .sec_contents .wpcf7-spinner,
body.parent_inquiry .sec_contents .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.inquiry .sec_contents .wpcf7-not-valid-tip,
body.parent_inquiry .sec_contents .wpcf7-not-valid-tip {
  display: block;
  margin-top: 3px;
  font-weight: 700;
  color: #ef6060;
}
body.inquiry .grecaptcha-badge,
body.parent_inquiry .grecaptcha-badge {
  display: block !important;
  z-index: 2;
}

/* お問い合わせ（完了） */
@media print, screen and (min-width: 920px) {
  body.complete .sec_contents p {
    text-align: center;
  }
}

/* 無料登録 */
body.registration .sec_contents {
  padding-top: 0;
  background-color: transparent;
  text-align: center;
}
body.registration .sec_contents h3 {
  margin-bottom: 10px;
  color: #5470c7;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  body.registration .sec_contents h3 {
    margin-bottom: 15px;
    font-size: 4rem;
  }
}
body.registration .sec_contents p {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  body.registration .sec_contents p {
    font-size: 2.4rem;
  }
}
body.registration .sec_contents .btn {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (min-width: 414px) {
  body.registration .sec_contents .btn {
    width: 60%;
  }
}
@media print, screen and (min-width: 920px) {
  body.registration .sec_contents .btn {
    width: auto;
  }
}
body.registration .sec_contents .btn.btn_registration {
  background: rgb(110, 126, 219);
  background: -webkit-gradient(linear, left top, right top, from(rgb(110, 126, 219)), to(rgb(76, 157, 233)));
  background: -webkit-linear-gradient(left, rgb(110, 126, 219) 0%, rgb(76, 157, 233) 100%);
  background: linear-gradient(90deg, rgb(110, 126, 219) 0%, rgb(76, 157, 233) 100%);
  margin-top: 50px;
  margin-bottom: 25px;
  height: 70px;
  font-size: 1.8rem;
}
body.registration .sec_contents .btn.btn_registration::after {
  content: none;
}
@media print, screen and (min-width: 414px) {
  body.registration .sec_contents .btn.btn_registration::after {
    content: "";
  }
}
@media print, screen and (min-width: 920px) {
  body.registration .sec_contents .btn.btn_registration {
    margin-top: 70px;
    margin-bottom: 35px;
    height: 95px;
    font-size: 2.2rem;
  }
}
body.registration .sec_contents .btn.btn_registration:hover, body.registration .sec_contents .btn.btn_registration:active {
  color: #5470c7;
}
body.registration .coming-soon {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-bottom: 50px;
  color: #909cc2;
}
body.registration .coming-soon strong, body.registration .coming-soon em {
  display: block;
  line-height: 1;
}
body.registration .coming-soon strong {
  margin-bottom: 25px;
  font-size: 3.6rem;
}
@media print, screen and (min-width: 920px) {
  body.registration .coming-soon strong {
    margin-bottom: 35px;
    font-size: 4.8rem;
  }
}
body.registration .coming-soon em {
  font-weight: 400;
  font-size: 2rem;
}