@charset "UTF-8";
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #444;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1365.3333333333px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content, .site-header-content, .hero-content {
  max-width: 1365.3333333333px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1365.3333333333px) {
  .site-content, .site-footer-content, .site-header-content, .hero-content {
    padding-right: 42.6666666667px;
    padding-left: 42.6666666667px;
  }
}

.btn {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 24px;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/
.site-header {
  background-color: #FEEED5;
  position: relative;
  background-image: url(/images/bg_center-right.svgz);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 137px 196px;
}
.site-header::before {
  content: "";
  display: block;
  height: 150px;
  width: 230px;
  top: 0;
  left: 0;
  margin: 0 auto auto auto;
  background-image: url(/images/bg_top-left.svgz);
  background-size: 230px 150px;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  position: absolute;
}
.site-header::after {
  content: "";
  display: block;
  height: 64px;
  width: 232px;
  bottom: 0;
  left: 0;
  margin: auto auto 0 0;
  background-image: url(/images/bg_bottom-left.svgz);
  background-size: 232px 64px;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
  position: absolute;
}
.site-header-content {
  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;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}
.site-header__btn {
  display: inline-block;
  padding: 5px 20px;
  background-color: #F97502;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 13px;
}
.site-header__btn:hover {
  opacity: 0.6;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.site-title img {
  width: 183px;
  height: auto;
}

.hero {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.hero-img {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.hero-img::before {
  content: "";
  bottom: 0;
  right: 0;
  left: auto;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: -5px;
  width: 105px;
  height: 118px;
  background-image: url(/images/character01.png);
  background-repeat: no-repeat;
  background-size: 105px 118px;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .hero-img::before {
    left: 0;
    right: auto;
    margin-bottom: -30px;
    margin-left: -5px;
  }
}
.hero img {
  width: 100%;
  height: auto;
  border-radius: 50px 50px 14px 14px;
}
@media print, screen and (min-width: 768px) {
  .hero img {
    border-radius: 32px;
  }
}
@media print, screen and (min-width: 1365.3333333333px) {
  .hero img {
    max-width: 1280px;
  }
}
.hero-content {
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.hero-catch {
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 24px;
  position: relative;
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .hero-catch {
    font-size: 1.7578125vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 1365.3333333333px) {
  .hero-catch {
    font-size: 24px;
  }
}
.hero-catch__ruby::before {
  content: "・・・・";
  top: 0;
  position: absolute;
  color: #F97502;
}
.hero-text {
  margin: 14px;
  text-align: center;
  font-size: 0.938em;
}
.hero-note {
  display: block;
  font-size: 12px;
  text-align: center;
}

/* Footer
--------------------------------*/
.totop {
  right: 0;
  bottom: 0;
  margin: auto 25px 25px auto;
  position: fixed;
  z-index: 9999;
}
.totop a {
  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;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(68, 68, 68, 0.6);
}
.totop a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FEEED5 transparent;
}

.footer-contact {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #F97502;
  border-radius: 24px 24px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-contact__catch {
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.438em;
  line-height: 139.13%;
}
@media print, screen and (min-width: 768px) {
  .footer-contact__catch {
    font-size: 1.6845703125vw;
  }
}
@media print, screen and (min-width: 1365.3333333333px) {
  .footer-contact__catch {
    font-size: 23px;
  }
}
.footer-contact__btn {
  width: 340px;
  padding: 10px;
  display: inline-block;
  background-color: #fff;
  color: #F97502;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-weight: bold;
}
.footer-contact__btn:hover {
  opacity: 0.6;
}
.footer-contact__img {
  margin: 20px auto;
  max-width: 580px;
}

.site-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}
.footer-logo img {
  width: 300px;
  height: auto;
}

.footer-text {
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 178.571%;
}

.footer-name {
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 23px;
  line-height: 139.13%;
}

.footer-tel {
  margin-bottom: 20px;
  color: #F97502;
  font-family: "Inter", sans-serif;
  font-size: 32px;
}
.footer-tel:hover {
  opacity: 0.6;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

/* Site Content
--------------------------------*/
/*
main {
}
*/
.bg-white,
.bg-orang {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  position: relative;
}
.bg-white::before,
.bg-orang::before {
  content: "";
  display: block;
  height: 150px;
  width: 230px;
  top: 0;
  left: 0;
  margin: 0 auto auto auto;
  background-image: url(/images/bg_top-left.svgz);
  background-size: 230px 150px;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  position: absolute;
}
.bg-white::after,
.bg-orang::after {
  content: "";
  display: block;
  height: 150px;
  width: 232px;
  bottom: 0;
  right: 0;
  margin: auto auto 0 auto;
  background-image: url(/images/bg_bottom-right.svgz);
  background-size: 232px 135px;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
  position: absolute;
}

.bg-orang {
  background-color: #FEEED5;
}

.common-content {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common-title {
  padding: 12px 0;
  font-family: "Strait", sans-serif;
  position: relative;
}
.common-title span {
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 36px;
  color: #F97502;
}
.common-title::after {
  display: block;
  content: attr(data-en);
  font-size: 18px;
  line-height: 133.333%;
  color: #a7a7a7;
  speak: none;
}
.common-title--ic01, .common-title--ic02, .common-title--ic03 {
  padding-left: 70px;
  background-repeat: no-repeat;
}
.common-title--ic01::before, .common-title--ic02::before, .common-title--ic03::before {
  content: "";
  background-size: cover;
  position: absolute;
  left: 0;
}
.common-title--ic01::before {
  height: 70px;
  width: 62px;
  background-image: url(/images/common_title01.png);
}
.common-title--ic02::before {
  height: 73px;
  width: 56px;
  background-image: url(/images/common_title02.png);
}
.common-title--ic03::before {
  height: 74px;
  width: 65px;
  background-image: url(/images/common_title03.png);
}

.common-headline {
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 23px;
  color: #F97502;
  line-height: 139.13%;
}
.common-headline--register-top {
  margin-bottom: 0;
}

.common-btn {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #F97502;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .common-btn {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}
.common-btn::after {
  content: "";
  height: 16px;
  width: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 16px auto auto;
  background-image: url(/images/ic_arrow.svgz);
  background-repeat: no-repeat;
  position: absolute;
}
.common-btn:hover {
  opacity: 0.6;
}

.common-img {
  margin-top: 8px;
  margin-bottom: 8px;
}
.common-img img {
  width: 100%;
  height: auto;
}

.br {
  display: block;
}

.sp-br {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.about-text {
  margin-bottom: 40px;
  font-weight: 700;
  color: #444;
}
.about-text a {
  text-decoration: underline;
  color: #FB434C;
}

.feature-title {
  margin-bottom: 15px;
  background-color: #FEEED5;
  color: #F97502;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 24px;
  text-align: center;
  border-radius: 7px;
}

.feature-note {
  font-size: 11px;
  line-height: 218.182%;
}
.feature-note--use {
  display: block;
  margin-bottom: 45px;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .feature-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 360px;
    margin: 0 auto;
  }
}
.feature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  margin: 6px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700;
  border: solid 1px #F97502;
}
.feature-list__item b {
  font-size: 18px;
  color: #F97502;
}

.register-head {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .register-head {
    max-width: 580px;
    margin: 15px auto 10px;
  }
}
.register-head img {
  width: 100%;
  height: auto;
}

.register-midashi {
  margin-top: 40px;
}

.flow-title {
  margin-top: 40px;
  font-size: 1.125em;
  line-height: 166.667%;
}
.flow-title--first {
  margin-top: 0;
}

.flow-text {
  font-size: 0.938em;
}
.flow-text a {
  color: #FB434C;
  text-decoration: none;
}
.flow-text a:hover {
  text-decoration: underline;
}

.register-note {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 12px;
  background-color: #fff;
  border: solid 1px #F97502;
  color: #F97502;
  font-weight: 700;
}

.re-examination {
  margin: 20px 0;
  padding: 14px;
  background-color: #FEEED5;
  font-size: 0.938em;
  border-radius: 14px;
}
.re-examination__title {
  color: #F97502;
  text-align: center;
  font-weight: bold;
}
.use-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  font-family: "FOT-筑紫A丸ゴシック Std B", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .use-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
.use-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .use-contact__item {
    width: 50%;
  }
}
.use-contact__title {
  width: 105px;
  margin: 0 10px 0 0;
  background-color: #00BC7E;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
.use-contact__tel {
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 29px;
  line-height: 1em;
}
.use-contact__tel:hover {
  text-decoration: underline;
}
.use-contact__open {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .use-contact__open {
    text-align: left;
  }
}
.use-contact__note {
  text-align: right;
  font-weight: normal;
  font-size: 11px;
}
@media print, screen and (min-width: 768px) {
  .use-contact__note {
    text-align: left;
  }
}

.use-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.use-list__item {
  width: 107px;
  height: 107px;
  margin: 5px;
}
.use-list__item img {
  width: 100%;
  height: auto;
}

.office-img {
  margin-bottom: 11px;
}
.office-img img {
  width: 100%;
  height: auto;
}

.office-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.office-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.office-text {
  margin-bottom: 30px;
  font-size: 0.938em;
}

.faq-content {
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-content__question {
  padding: 10px 35px 10px 14px;
  background-color: #00BC7E;
  color: #fff;
  border-radius: 14px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  list-style-type: none;
}
.faq-content__question::marker {
  content: "";
  display: none;
}
.faq-content__question::-webkit-details-marker {
  display: none;
}
.faq-content__answer {
  padding: 20px;
  background-color: #F0F0F0;
  color: #444;
  border-radius: 0 0 14px 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.faq-icon {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.faq-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #FFE587;
}
.faq-icon__bar--1 {
  -webkit-transform: translateY(6px) rotate(90deg);
  transform: translateY(6px) rotate(90deg);
}
.faq-icon__bar--2 {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.faq-content[open] .faq-content__question {
  border-radius: 14px 14px 0 0;
}
.faq-content[open] .faq-content__answer {
  opacity: 1;
}
.faq-content[open] .faq-icon__bar--1 {
  -webkit-transform: translateY(2px) rotate(0);
  transform: translateY(2px) rotate(0);
}
.faq-content[open] .faq-icon__bar--2 {
  -webkit-transform: translateY(2px) rotate(0);
  transform: translateY(2px) rotate(0);
}

/* Home
--------------------------------*/
div.wpcf7 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.field {
  margin-bottom: 20px;
}
.field__label {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 8px;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}
.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  text-align: center;
  text-indent: 20px;
}

label[for], .wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  width: 240px;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

/* Extra
--------------------------------*/
.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1365.3333333333px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}