@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
.is-layout-flex {
  justify-content: center;
}

.has-background {
  padding: 1.1em 2.375em;
}

.map iframe {
  width: 100%;
}

p.has-background {
  padding: 1.1em 2.375em !important;
}
p a {
  color: #3A9EE6;
  transition: all 0.3s ease;
}
p a:hover {
  text-decoration: underline;
}

#content p a {
  color: #3A9EE6;
  transition: all 0.3s ease;
}
#content p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #content .wp-block-media-text {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #content .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 3.125vw;
    order: 1;
  }
}
#content .ttl-box .wp-block-group__inner-container {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image figcaption {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .wp-block-image figcaption {
    font-size: 15px;
    font-size: 2.34375vw;
  }
}

.wp-block-table {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #005DAC !important;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .wp-block-table {
    border-radius: 3.125vw;
    margin-bottom: 7.8125vw;
    padding: 1.5625vw;
  }
}
.wp-block-table thead {
  border-bottom: 1px solid;
  border-color: #005DAC;
}
.wp-block-table td, .wp-block-table th {
  line-height: 1.5;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-color: #005DAC;
  color: #005DAC;
  padding: 15px 10px;
}
@media only screen and (max-width: 768px) {
  .wp-block-table td, .wp-block-table th {
    font-size: 18px;
    font-size: 2.8125vw;
    padding: 1.5625vw 0.78125vw;
  }
}
.wp-block-table td:last-child, .wp-block-table th:last-child {
  border-right: none;
}
.wp-block-table tr:last-child td, .wp-block-table tr:last-child th {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #E5F4FF;
}

#demo-event .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-calendar-month__day, #demo-event .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month .tribe-events-calendar-month__day {
  padding-top: 0;
  position: relative;
}

.block-img-modal a {
  position: relative;
  display: inline-block;
}
.block-img-modal a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url("../img/icon/zoom.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .block-img-modal a::after {
    width: 5.15625vw;
    height: 5.15625vw;
  }
}

.is-layout-flex .wp-block-button {
  margin-right: 4% !important;
  margin-left: 4% !important;
}
@media only screen and (max-width: 768px) {
  .is-layout-flex .wp-block-button {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.wp-block-button, .wp-block-buttons > .wp-block-button.has-custom-width {
  min-height: 68px;
  margin-top: 20px !important;
  margin-bottom: 36px !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wp-block-button, .wp-block-buttons > .wp-block-button.has-custom-width {
    width: 100%;
    min-height: 11.5625vw;
    margin-top: 2.8125vw !important;
    margin-bottom: 4.6875vw !important;
  }
}
.wp-block-button.is-style-outline a, .wp-block-buttons > .wp-block-button.has-custom-width.is-style-outline a {
  border: 1px solid #005DAC !important;
  color: #005DAC !important;
  background-color: #fff !important;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-outline a:hover, .wp-block-buttons > .wp-block-button.has-custom-width.is-style-outline a:hover {
  color: #fff !important;
  background-color: #005DAC !important;
}
.wp-block-button a, .wp-block-buttons > .wp-block-button.has-custom-width a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #005DAC;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 40px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .wp-block-button a, .wp-block-buttons > .wp-block-button.has-custom-width a {
    font-size: 22px;
    font-size: 3.4375vw;
    border-radius: 7.8125vw;
    padding: 3.125vw 6.25vw;
  }
}
.wp-block-button a::after, .wp-block-buttons > .wp-block-button.has-custom-width a::after {
  content: "〉";
  font-size: 18px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #005DAC;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  transition: all 0.3s ease;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .wp-block-button a::after, .wp-block-buttons > .wp-block-button.has-custom-width a::after {
    font-size: 18px;
    font-size: 2.8125vw;
    transform: translateY(-48%) scaleY(1.1);
    right: 3.125vw;
    width: 1.25vw;
  }
}
.wp-block-button a:hover, .wp-block-buttons > .wp-block-button.has-custom-width a:hover {
  color: #fff !important;
  background-color: #005DAC !important;
}
.wp-block-button a:hover::after, .wp-block-buttons > .wp-block-button.has-custom-width a:hover::after {
  color: #fff;
}
.wp-block-button a.has-white-color::after, .wp-block-buttons > .wp-block-button.has-custom-width a.has-white-color::after {
  color: #fff;
}
.wp-block-button a.has-vivid-red-background-color, .wp-block-buttons > .wp-block-button.has-custom-width a.has-vivid-red-background-color {
  border: 2px solid #FD5050;
  background-color: #FD5050 !important;
}
.wp-block-button a.has-vivid-red-background-color:hover, .wp-block-buttons > .wp-block-button.has-custom-width a.has-vivid-red-background-color:hover {
  color: #FD5050 !important;
  background-color: #fff !important;
}
.wp-block-button a.has-vivid-red-background-color:hover::after, .wp-block-buttons > .wp-block-button.has-custom-width a.has-vivid-red-background-color:hover::after {
  color: #FD5050;
}
.wp-block-button a.has-luminous-vivid-orange-background-color, .wp-block-buttons > .wp-block-button.has-custom-width a.has-luminous-vivid-orange-background-color {
  border: 2px solid #ff6900;
}
.wp-block-button a.has-luminous-vivid-orange-background-color:hover, .wp-block-buttons > .wp-block-button.has-custom-width a.has-luminous-vivid-orange-background-color:hover {
  color: #ff6900 !important;
  background-color: #fff !important;
}
.wp-block-button a.has-luminous-vivid-orange-background-color:hover::after, .wp-block-buttons > .wp-block-button.has-custom-width a.has-luminous-vivid-orange-background-color:hover::after {
  color: #ff6900;
}
.wp-block-button a.blank-link::after, .wp-block-buttons > .wp-block-button.has-custom-width a.blank-link::after {
  display: none;
}
.wp-block-button a.blank-link .fa-solid, .wp-block-buttons > .wp-block-button.has-custom-width a.blank-link .fa-solid {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .wp-block-button a.blank-link .fa-solid, .wp-block-buttons > .wp-block-button.has-custom-width a.blank-link .fa-solid {
    margin-left: 1.5625vw;
  }
}

@media only screen and (max-width: 768px) {
  .is-layout-flex .wp-block-column:not(:last-child) .wp-block-buttons > .wp-block-button {
    margin-bottom: 0 !important;
  }
}

h2 {
  position: relative;
  font-size: 28px;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 30px;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
    padding-left: 1.875vw;
  }
}
h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 1.3em;
  background-color: #005DAC;
}
@media only screen and (max-width: 768px) {
  h2::before {
    width: 0.625vw;
  }
}

h3 {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 30px;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
    padding-left: 1.875vw;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 1.3em;
  background-color: #005DAC;
}
@media only screen and (max-width: 768px) {
  h3::before {
    width: 0.625vw;
  }
}

h4 {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3;
  font-size: 22px;
  color: #125DA9;
  margin-bottom: 10px;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 22px;
    font-size: 3.4375vw;
    margin-bottom: 1.5625vw;
  }
}

h5 {
  margin-top: 2em;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 0.2em;
  }
}
p p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  p p {
    font-size: 22px;
    font-size: 3.4375vw;
    margin-bottom: 7.03125vw;
  }
}
p a .fa-circle-chevron-right {
  margin-right: 0.2em;
}

.wp-block-details {
  border-radius: 50px;
  padding: 15px 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #005DAC;
}
.wp-block-details summary {
  position: relative;
  font-size: 22px;
  color: #005DAC;
  line-height: 1;
}
.wp-block-details p {
  font-size: 16px;
  margin-top: 20px;
  color: #000 !important;
}

.block-detail-txt {
  border-radius: 50px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .block-detail-txt {
    margin-bottom: 3.125vw;
    border-radius: 7.8125vw;
    padding-bottom: 4.6875vw;
  }
}
.block-detail-txt.border-on {
  border: 1px solid #005DAC;
}
.block-detail-txt .detail-ttl {
  position: relative;
  padding: 30px 40px 0px 30px;
}
@media only screen and (max-width: 768px) {
  .block-detail-txt .detail-ttl {
    padding: 4.6875vw 9.375vw 0px 4.6875vw;
  }
}
.block-detail-txt .detail-ttl p {
  font-size: 22px;
  color: #005DAC;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .block-detail-txt .detail-ttl p {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.block-detail-txt .detail-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon/arrow_detail.svg") no-repeat top center;
  background-size: contain;
  transform-origin: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .block-detail-txt .detail-ttl::after {
    width: 4.6875vw;
    height: 4.6875vw;
    right: 3.125vw;
  }
}
.block-detail-txt .detail {
  display: none;
  padding: 0 30px;
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .block-detail-txt .detail {
    padding: 0 4.6875vw;
    margin-top: 3.125vw;
  }
}
.block-detail-txt .detail p {
  font-size: 16px;
  color: #000 !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .block-detail-txt .detail p {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.block-detail-txt.active .detail-ttl::after {
  transform: rotate(180deg);
}
.block-detail-txt.active .detail {
  height: auto;
}

.block-info-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  border-radius: 50px;
  margin-bottom: 18px !important;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .block-info-txt {
    padding: 4.375vw 4.6875vw;
    border-radius: 7.8125vw;
    margin-bottom: 2.8125vw !important;
  }
}
.block-info-txt.txt-right {
  justify-content: space-between;
}
.block-info-txt p {
  margin-bottom: 0;
}
.block-info-txt p a {
  color: #3A9EE6;
}
.block-info-txt .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-right: 52px;
  color: #125DA9;
}
@media only screen and (max-width: 768px) {
  .block-info-txt .ttl {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
.block-info-txt .txt-box p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .block-info-txt .txt-box p {
    font-size: 20px;
    font-size: 3.125vw;
  }
}

.wp-block-group .block-info-txt {
  width: 100%;
}

.block-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 28px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .block-price {
    padding: 2.8125vw 3.4375vw;
    margin-bottom: 3.125vw;
    border-radius: 7.8125vw;
  }
}
.block-price.border {
  border: 1px solid #125DA9;
}
.block-price p {
  color: #125DA9;
  margin-bottom: 0;
}
.block-price p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .block-price p:nth-child(1) {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
.block-price p:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .block-price p:nth-child(2) {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.block-price p:nth-child(2) span {
  font-size: 28px;
  font-weight: bold;
  font-family: "Geologica", sans-serif;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .block-price p:nth-child(2) span {
    font-size: 28px;
    font-size: 4.375vw;
  }
}

#event-page .tribe_events img, #content img {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events img, #content img {
    border-radius: 3.125vw;
  }
}
#event-page .tribe_events ol, #event-page .tribe_events ul, #content ol, #content ul {
  margin-bottom: 30px;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events ol, #event-page .tribe_events ul, #content ol, #content ul {
    margin-bottom: 4.6875vw;
  }
}
#event-page .tribe_events ol li, #event-page .tribe_events ul li, #content ol li, #content ul li {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events ol li, #event-page .tribe_events ul li, #content ol li, #content ul li {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
#event-page .tribe_events ul, #content ul {
  list-style: disc;
  padding-left: 2em;
}
#event-page .tribe_events ol, #content ol {
  list-style: decimal;
  padding-left: 3em;
}
#event-page .tribe_events .ttl-box, #content .ttl-box {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events .ttl-box, #content .ttl-box {
    padding-bottom: 2.5vw;
  }
}
#event-page .tribe_events .ttl-box h2, #content .ttl-box h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  #event-page .tribe_events .ttl-box h2, #content .ttl-box h2 {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events .ttl-box h2, #content .ttl-box h2 {
    font-size: 44px;
    font-size: 6.875vw;
  }
}
#event-page .tribe_events .ttl-box h2::before, #content .ttl-box h2::before {
  display: none;
}
#event-page .tribe_events .ttl-box h2 span, #content .ttl-box h2 span {
  display: block;
  font-weight: normal;
  font-size: 26px;
  padding-top: 20px;
}
@media only screen and (max-width: 1500px) {
  #event-page .tribe_events .ttl-box h2 span, #content .ttl-box h2 span {
    font-size: 1.7333333333vw;
    padding-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events .ttl-box h2 span, #content .ttl-box h2 span {
    font-size: 18px;
    font-size: 2.8125vw;
    padding-top: 1.875vw;
  }
}
#event-page .tribe_events .ttl-box p, #content .ttl-box p {
  font-size: 16px;
  font-weight: 300;
  color: #005DAC;
  padding-top: 18px;
  line-height: 1.3;
  font-family: "Geologica", sans-serif;
}
@media only screen and (max-width: 1500px) {
  #event-page .tribe_events .ttl-box p, #content .ttl-box p {
    font-size: 1.0666666667vw;
    padding-top: 1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events .ttl-box p, #content .ttl-box p {
    font-size: 18px;
    font-size: 2.8125vw;
    padding-top: 2.1875vw;
  }
}
#event-page .tribe_events .ttl-box p span, #content .ttl-box p span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events .ttl-box p span, #content .ttl-box p span {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}
#event-page .tribe_events .ttl-box::after, #content .ttl-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 6px;
  background: url("../img/wave_line.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  #event-page .tribe_events .ttl-box::after, #content .ttl-box::after {
    width: 6.8vw;
    height: 0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #event-page .tribe_events .ttl-box::after, #content .ttl-box::after {
    width: 15.9375vw;
    height: 0.9375vw;
  }
}

form.wpcf7-form p {
  margin-bottom: 0;
  text-align: center;
}
form.wpcf7-form p label {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #D4D4D4;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form p label {
    padding: 3.125vw 0;
  }
}
form.wpcf7-form p label span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form p label span {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
form.wpcf7-form p label span .note {
  font-size: 18px;
  color: #FF4D4E;
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form p label span .note {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
form.wpcf7-form p label textarea {
  line-height: 1;
  width: 100%;
}
form.wpcf7-form p .wpcf7-not-valid-tip {
  color: #FD4D4E;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form p .wpcf7-not-valid-tip {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
form.wpcf7-form p .wpcf7-form-control-wrap, form.wpcf7-form p span.con {
  width: 62%;
  text-align: left;
}
form.wpcf7-form p .wpcf7-form-control-wrap input, form.wpcf7-form p span.con input {
  width: 100%;
}
form.wpcf7-form .btn-send.disabled {
  pointer-events: none;
}
form.wpcf7-form #confirm {
  display: block;
  text-align: center;
  padding-top: 2em;
  color: red;
}
form.wpcf7-form #confirm .wpcf7-list-item {
  text-align: center;
}
form.wpcf7-form #confirm .wpcf7-list-item .wpcf7-list-item-label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form #confirm .wpcf7-list-item .wpcf7-list-item-label {
    width: 51.5625vw;
    margin-right: 1em;
  }
}
form.wpcf7-form #confirm .wpcf7-list-item input {
  display: inline-block;
  vertical-align: middle;
}
form.wpcf7-form .check {
  color: #000;
  padding: 30px 0;
  background-color: rgba(212, 212, 212, 0.4);
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .check {
    padding: 3.90625vw 0;
  }
}
form.wpcf7-form .check a {
  color: #000 !important;
}
form.wpcf7-form .check input {
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .check input {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
form.wpcf7-form .wpcf7-list-item input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  vertical-align: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .wpcf7-list-item input[type=checkbox] {
    width: 3.90625vw !important;
    height: 3.90625vw !important;
    vertical-align: -0.78125vw;
  }
}
form.wpcf7-form .wpcf7-list-item input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 10px;
  transform: rotate(50deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .wpcf7-list-item input[type=checkbox]:checked:before {
    top: 0.3125vw;
    left: 0.9375vw;
    width: 1.09375vw;
    height: 1.71875vw;
    border-right: 0.3125vw solid #000;
    border-bottom: 0.3125vw solid #000;
  }
}
form.wpcf7-form .wpcf7-submit, form.wpcf7-form .wpcf7-previous {
  width: 356px;
  line-height: 1;
  padding: 20px 0;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
  border: none;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .wpcf7-submit, form.wpcf7-form .wpcf7-previous {
    width: 55.625vw;
    border-radius: 4.6875vw;
    padding: 3.125vw 0;
    margin: 0 1.5625vw;
    margin-top: 4.6875vw;
  }
}
form.wpcf7-form .wpcf7-previous {
  border: 2px solid #FD5050;
  color: #FD5050;
  background-color: #fff;
}
form.wpcf7-form .wpcf7-submit {
  color: #fff;
  margin-top: 30px;
  background-color: #FD5050;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .wpcf7-submit {
    margin-top: 4.6875vw;
  }
}
form.wpcf7-form .wpcf7-submit:disabled {
  opacity: 1;
}
form.wpcf7-form .btns {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .btns {
    margin-top: 4.6875vw;
  }
}
form.wpcf7-form .wpcf7-spinner {
  display: none;
}
form.wpcf7-form .wpcf7-response-output {
  color: #FF4D4E;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  text-align: center;
  border: none;
}
@media only screen and (max-width: 768px) {
  form.wpcf7-form .wpcf7-response-output {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}