@charset "UTF-8";
#page_title {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #page_title {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #page_title {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #page_title {
    padding-inline: 60px;
  }
}
#page_title {
  --inner:1200px;
  background-color: #00A9CE;
  -webkit-margin-before: 83px;
          margin-block-start: 83px;
}
@media screen and (min-width: 992px) {
  #page_title {
    -webkit-margin-before: 113px;
            margin-block-start: 113px;
  }
}
@media screen and (min-width: 992px) {
  #page_title .contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page_title_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .page_title_group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .page_title_group {
    padding-block: 0px;
  }
}
.page_title_group p {
  font-size: 1.6rem;
  font-family: "Outfit";
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_title_group p {
    font-size: 2rem;
  }
}
.page_title_group h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_title_group h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 992px) {
  .page_title_group h1 {
    font-size: 4.2rem;
  }
}

.page_title_img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 992px) {
  .page_title_img {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-inline: 0 calc(50% - 50vw);
    width: 50vw;
  }
}

.form_row dt {
  font-size: 1.6rem;
  font-weight: 500;
}
.form_row dt span {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-inline: 6px;
}
.form_row dt span.required {
  background-color: #EF3458;
}
.form_row dt span.optional {
  background-color: #282828;
}
.form_row dd {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.form_row + .form_row {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

input {
  width: 100%;
  font-size: 1.6rem;
  padding-inline: 1em;
  padding-block: 1em;
  border: solid 1px #B1B1B1;
  border-radius: 5px;
}
input::-webkit-input-placeholder {
  color: #9D9D9D;
}
input::-moz-placeholder {
  color: #9D9D9D;
}
input:-ms-input-placeholder {
  color: #9D9D9D;
}
input::-ms-input-placeholder {
  color: #9D9D9D;
}
input::placeholder {
  color: #9D9D9D;
}

textarea {
  field-sizing: content;
  width: 100%;
  min-height: 200px;
  font-size: 1.6rem;
  padding: 1em;
  border: solid 1px #B1B1B1;
  border-radius: 5px;
}
textarea::-webkit-input-placeholder {
  color: #9D9D9D;
}
textarea::-moz-placeholder {
  color: #9D9D9D;
}
textarea:-ms-input-placeholder {
  color: #9D9D9D;
}
textarea::-ms-input-placeholder {
  color: #9D9D9D;
}
textarea::placeholder {
  color: #9D9D9D;
}

.select_wrapper {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  border: solid 1px #B1B1B1;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.select_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding-inline: 1em;
  padding-block: 0.7em;
  border: none;
  color: #9D9D9D;
}
.select_wrapper select option {
  color: #9D9D9D;
}
.select_wrapper select.selected {
  color: #000000;
}

.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.validate_error_text {
  color: #C31111;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .button_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#btnConfirm:disabled {
  pointer-events: none;
}

#btnBack, #btnSend {
  display: none;
}

.wpcf7-submit {
  display: none;
}

.confirm .confirm_field,
.confirm .required,
.confirm .optional,
.confirm .form_child_row .confirm_field,
.confirm .form_text,
.confirm .application_row,
.confirm .privacy_row,
.confirm #btnConfirm {
  display: none;
}
.confirm .application_row + .form_row {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 992px) {
  .confirm .application_row + .form_row {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.confirm #btnBack, .confirm #btnSend {
  display: block;
}

:root {
  --header-base-color:#ffffff;
}

#contact {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #contact {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #contact {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #contact {
    padding-inline: 60px;
  }
}
#contact {
  padding-block: 50px;
  --inner:720px;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-block: 100px;
  }
}
@media screen and (min-width: 992px) {
  #contact {
    padding-block: 140px;
  }
}

.wpcf7-form-control:has(input[type=checkbox], input[type=radio]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control:has(input[type=checkbox], input[type=radio]) {
    gap: 20px 30px;
  }
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label:has(input[type=radio]) {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}
.wpcf7-list-item label:has(input[type=radio])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #A0A0A0;
  background-color: #ffffff;
}
.wpcf7-list-item label:has(input[type=radio])::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EDEDED;
  scale: 0.7;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7-list-item label:has(input[type=radio]):hover {
    cursor: pointer;
  }
}
.wpcf7-list-item label:has(input[type=radio]):has(input:checked)::after {
  background-color: #EF3458;
}
.wpcf7-list-item label:has(input[type=radio]) input {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-list-item label:has(input[type=checkbox]) {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}
.wpcf7-list-item label:has(input[type=checkbox])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #B1B1B1;
  background-color: #ffffff;
}
.wpcf7-list-item label:has(input[type=checkbox])::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 10px;
  height: 8px;
  -webkit-mask-image: url(../img/common/check.svg);
          mask-image: url(../img/common/check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  translate: 0 -50%;
  background-color: #000000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7-list-item label:has(input[type=checkbox]):hover {
    cursor: pointer;
  }
}
.wpcf7-list-item label:has(input[type=checkbox]):has(input:checked)::after {
  opacity: 1;
}
.wpcf7-list-item label:has(input[type=checkbox]) input {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form:has(.form_row:nth-child(1 of .form_row) input[value=利用申し込み]:checked) .application_row {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
form:has(.form_row:nth-child(1 of .form_row) input[value=利用申し込み]:checked) .application_row + .form_row {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
form:has(.form_row:nth-child(1 of .form_row) input[value=資料請求]:checked) .form_row:nth-child(3 of .form_row) {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
form:not(:has(.form_row:nth-child(1 of .form_row) input[value=お問い合わせ]:checked)) .form_row:nth-child(4 of .form_row) {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
form:not(:has(.form_row:nth-child(1 of .form_row) input[value=お問い合わせ]:checked)) .form_row:nth-child(10 of .form_row) {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.form_row:nth-child(1 of .form_row) {
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  border-bottom: solid 1px #9D9D9D;
}
@media screen and (min-width: 768px) {
  .form_row:nth-child(1 of .form_row) {
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
}
.form_row:nth-child(3 of .form_row) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}
.form_row:nth-child(4 of .form_row) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}
.form_row:nth-child(10 of .form_row) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}

.application_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .application_row {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.application_text {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2;
}

.form_row_inner {
  overflow: hidden;
}

.form_text {
  font-size: 1.6rem;
  line-height: 2;
}
.form_text + .validate_field {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

@media screen and (min-width: 768px) {
  .form_child_row {
    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;
    gap: 100px;
  }
}
.form_child_row dd {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_child_row .validate_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form_child_row .validate_field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form_child_row + .form_child_row {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.privacy_row {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .privacy_row {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.privacy_link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.privacy_link[target=_blank] {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.privacy_link[target=_blank]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
  height: 10px;
  -webkit-mask-image: url(../img/common/blank.svg);
          mask-image: url(../img/common/blank.svg);
  background-color: #000000;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .privacy_link:hover {
    opacity: 0.7;
  }
  .privacy_link:hover::after {
    translate: 3px calc(-50% - 3px);
  }
}
.privacy_link + .privacy_link {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.privacy_check {
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}
@media (hover: hover) and (pointer: fine) {
  .privacy_check:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .privacy_check br {
    display: none;
  }
}
.privacy_check input {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.privacy_check::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #B1B1B1;
  background-color: #ffffff;
  translate: 0 -50%;
}
.privacy_check::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 7px;
  width: 10px;
  height: 8px;
  -webkit-mask-image: url(../img/common/check.svg);
          mask-image: url(../img/common/check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  translate: 0 -50%;
  background-color: #000000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.privacy_check:has(input:checked)::after {
  opacity: 1;
}

.button_area {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  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;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .button_area {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .button_area {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.form_button {
  position: relative;
  display: block;
  max-width: 300px;
  background-color: rgb(var(--button-color));
  border: solid 1px rgb(var(--button-color));
  color: #ffffff;
  -webkit-box-shadow: 0 5px 0px rgba(var(--button-shadow), 1);
          box-shadow: 0 5px 0px rgba(var(--button-shadow), 1);
  border-radius: 100vmax;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 40px;
  width: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, translate 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

#btnConfirm, #btnSend {
  --button-color: 239, 52, 88;
  --button-shadow: 168, 39, 64;
}
#btnConfirm::before, #btnSend::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  rotate: 45deg;
  translate: 0 -50%;
  right: 10px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
#btnConfirm:disabled, #btnSend:disabled {
  pointer-events: none;
  --button-color: 177,177,177;
  --button-shadow: 113, 112, 113;
}
@media (hover: hover) and (pointer: fine) {
  #btnConfirm:hover, #btnSend:hover {
    cursor: pointer;
    translate: 0 5px;
    -webkit-box-shadow: 0 0px 0px rgba(var(--button-shadow), 0);
            box-shadow: 0 0px 0px rgba(var(--button-shadow), 0);
    background-color: #ffffff;
    color: rgb(var(--button-color));
  }
  #btnConfirm:hover::before, #btnSend:hover::before {
    translate: 3px -50%;
    border-color: rgb(var(--button-color));
  }
}

#btnBack {
  --button-color: 177,177,177;
  --button-shadow: 113, 112, 113;
}
#btnBack::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  rotate: -45deg;
  translate: 0 -50%;
  left: 10px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #btnBack:hover {
    cursor: pointer;
    translate: 0 5px;
    -webkit-box-shadow: 0 0px 0px rgba(var(--button-shadow), 0);
            box-shadow: 0 0px 0px rgba(var(--button-shadow), 0);
    background-color: #ffffff;
    color: rgb(var(--button-color));
  }
  #btnBack:hover::before {
    translate: -3px -50%;
    border-color: rgb(var(--button-color));
  }
}

#thanks {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #thanks {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #thanks {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #thanks {
    padding-inline: 60px;
  }
}
#thanks {
  padding-block: 50px;
  --inner:720px;
}
@media screen and (min-width: 768px) {
  #thanks {
    padding-block: 100px;
  }
}
@media screen and (min-width: 992px) {
  #thanks {
    padding-block: 140px;
  }
}

.thanks_head {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks_head {
    font-size: 2.6rem;
  }
}
.thanks_head + .thanks_text {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

.thanks_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .thanks_text {
    font-size: 1.8rem;
  }
}
.thanks_text + .thanks_text {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.top_link {
  --button-color: 239, 52, 88;
  --button-shadow: 168, 39, 64;
  position: relative;
  display: block;
  max-width: 300px;
  background-color: rgb(var(--button-color));
  border: solid 1px rgb(var(--button-color));
  color: #ffffff;
  -webkit-box-shadow: 0 5px 0px rgba(var(--button-shadow), 1);
          box-shadow: 0 5px 0px rgba(var(--button-shadow), 1);
  border-radius: 100vmax;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 40px;
  width: 100%;
  margin-inline: auto;
  -webkit-transition: background-color 0.3s, color 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, translate 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .top_link {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
@media screen and (min-width: 992px) {
  .top_link {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
  }
}
.top_link::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  rotate: -45deg;
  translate: 0 -50%;
  left: 10px;
  top: 50%;
  -webkit-transition: translate 0.3s, border-color 0.3s;
  transition: translate 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top_link:hover {
    translate: 0 5px;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
  .top_link:hover::before {
    translate: -3px -50%;
  }
}

.cf-turnstile {
  display: block;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
}
.cf-turnstile div {
  text-align: center;
}