a {
    color: inherit;
}

/* Form
-----------------------------------------*/
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.Form {
    margin: 1.5em 0 2em 0;
    background-color: #fff;
    padding: 28px 20px 20px 20px;
    border-radius: 4px;
    line-height: 1.7;
    max-width: 714px;
    font-size: 16px;
}

.Form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #e3e3e3;
    border-top: none;
    background: #f2f2f2;
}

@media screen and (max-width: 767px) {
    .Form dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
        flex-flow: wrap column;
    }
}

.Form dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 260px;
    padding: 15px 10px;
    border-top: solid 1px #e3e3e3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .Form dl dt {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 10px;
    }
}

.Form dl dd {
    width: calc(100% - 260px);
    margin: 0;
    padding: 10px;
    border-left: solid 1px #e3e3e3;
    border-top: solid 1px #e3e3e3;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .Form dl dd {
        width: 100%;
        border-left: none;
    }
}

.Form dl dd.is_checkbox {
    padding-top: 15px;
}

.Form dl dd small {
    display: inline-block;
    line-height: 1.4;
    margin-top: 0.2em;
}

.Form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Form input[type="text"],
.Form input[type="email"],
.Form select,
.Form textarea {
    padding: 5px;
    width: 100%;
    border: none;
    border: solid 1px #c3c3c3;
    border-radius: 4px;
    font-size: 16px;
}

.Form input[type="text"].Form__error,
.Form input[type="email"].Form__error,
.Form select.Form__error,
.Form textarea.Form__error {
    border-color: #c44a4a;
}

.Form input[type="text"]::-webkit-input-placeholder,
.Form input[type="email"]::-webkit-input-placeholder,
.Form select::-webkit-input-placeholder,
.Form textarea::-webkit-input-placeholder {
    color: #696969;
    font-size: 16px;
}

.Form input[type="text"]:-ms-input-placeholder,
.Form input[type="email"]:-ms-input-placeholder,
.Form select:-ms-input-placeholder,
.Form textarea:-ms-input-placeholder {
    color: #696969;
    font-size: 16px;
}

.Form input[type="text"]::-ms-input-placeholder,
.Form input[type="email"]::-ms-input-placeholder,
.Form select::-ms-input-placeholder,
.Form textarea::-ms-input-placeholder {
    color: #696969;
    font-size: 16px;
}

.Form input[type="text"]::placeholder,
.Form input[type="email"]::placeholder,
.Form select::placeholder,
.Form textarea::placeholder {
    color: #696969;
    font-size: 16px;
}

.Form input[type="text"],
.Form input[type="email"] {
    -webkit-appearance: none;
}

.Form .Column {
    margin: 2.3em 0 2.2em 0;
}

.Form--seminar {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .Form--seminar {
        border-radius: 0;
    }
}

.Form--seminar__inner {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px 40px;
}

.Form--seminar .Form_head {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 1.5em 50px;
    border-bottom: 2px solid #f7f7f7;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .Form--seminar .Form_head {
        padding: 1em 15px;
        font-size: 18px;
    }
}

.Form--seminar .Form_head::before,
.Form--seminar .Form_head::after {
    content: none;
}

.Form--seminar .Form_essential {
    padding: 0 5px;
    background: #c44a4a;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.Form--seminar .Form_optional {
    margin-left: 10px;
    padding: 0 5px;
    background: #777;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
}

.Form--seminar dl {
    display: block;
    border: none;
    background: transparent;
    margin-right: auto;
    margin-left: auto;
}

.Form--seminar dl dt,
.Form--seminar dl dd {
    width: 100%;
    border: none;
}

.Form--seminar dl dt {
    padding: 0;
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
    font-size: 16px;
}

.Form--seminar dl dt:not(:first-child) {
    margin-top: 2.5em;
}

.Form--seminar dl dd {
    padding: 0;
}

.Form--seminar dl dd input[type="text"],
.Form--seminar dl dd input[type="email"],
.Form--seminar dl dd textarea,
.Form--seminar dl dd select {
    padding: 10px;
}

.Form--seminar dl dd.Form--seminar__date {
    margin: 0 -0.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Form--seminar dl dd.Form--seminar__date {
  margin: 0;
  display: inherit;
}
.Form--seminar dl dd .wpcf7-radio {
  margin: 0 -0.5%;
  display: flex;
  flex-wrap: wrap;
}
.Form--seminar .wpcf7-list-item {
  width: 50%;
  padding: 0 0.5%;
  display: inline-block;
  margin: 0 0 1% 0;
}
.Form--seminar .wpcf7-list-item input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.Form--seminar .wpcf7-list-item label {
  height: 100%;
  cursor: pointer;
  padding: 10px;
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form--seminar .wpcf7-list-item label:hover {
  background: #F7F7F7;
}
.Form--seminar .wpcf7-list-item label.is-checked {
  border-color: #2498B3;
  background: #2498B3;
  color: #FFF;
}
.Form--seminar .wpcf7-list-item label:focus-within {
  border-width: 2px;
  border-color: rgb(0, 95, 204);
  margin: -1px 0;
  position: relative;
  top: 1px;
}
.Form--seminar .wpcf7-list-item label:focus-within.is-checked {
  border-color: rgb(0, 95, 204);
  background: #2498B3;
  color: #FFF;
}
.Form--seminar .wpcf7-list-item + .wpcf7-list-item.last {
  margin-left: 0;
}
.Form--seminar .Form_submit {
    background: none;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.Form--seminar .Form_submit .confirm {
    margin-top: 1em;
    text-align: left;
    color: #777;
    font-size: 14px;
}

.confirm a:link,
.confirm a:visited {
    color: #2498b3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 500px) {
    .Form--seminar .Form_submit .confirm {
        font-size: 12px;
    }
}

.Form--seminar .Btn.Btn--conversion {
    width: 100%;
    margin: 0;
}

.page-seminar .w-nav:before,
.page-seminar .w-nav:after {
    content: none;
}

p.Form__memo {
    font-size: 14px;
}

p.Form__attention {
    font-size: 14px;
    color: #c44a4a;
}

.Form_essential {
    padding: 0 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #2498b3;
    display: inline-block;
    border: solid 1px #2498b3;
    background: #fff;
}

.Form_submit {
    background: #f2f2f2;
    padding: 30px;
    margin-top: 2.3em;
}

.Form_submit p {
    margin-bottom: 0;
    font-size: 16px;
    color: #121212;
}

.Form_submit p .Btn--conversion {
    margin: 0;
}

.Form_submit .confirm--terms {
    display: none;
}

.Form__loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1200;
    display: none;
}

.Form__loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Form__loading .loader_img {
    width: 104px;
    -webkit-animation: fuwa 1.5s ease-in-out forwards infinite;
    animation: fuwa 1.5s ease-in-out forwards infinite;
}

@media screen and (max-width: 767px) {
    .Form__loading .loader_img {
        width: 86px;
    }
}

.Form__loading .loader_text {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.Form__loading .loader_text span {
    -webkit-animation: loading 1.5s ease-in-out forwards infinite;
    animation: loading 1.5s ease-in-out forwards infinite;
}

@-webkit-keyframes fuwa {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fuwa {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

/* Btn
-----------------------------------------*/
input.Btn,
label.Btn {
  margin: 0 10px 1em 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 15px 23px;
  border: solid 1px #C3C3C3;
  font-weight: 700;
  background-color: #FFF;
  cursor: pointer;
}

.Center input.Btn {
  margin: 0 10px 1em 10px;
}

p.Btn {
    margin: 0 10px 1em 5px;
    line-height: 1;
    display: inline-block;
}

.Center p.Btn {
    margin: 0 10px 1em 10px;
}

.Btn a {
    padding: 15px 23px;
    border-radius: 4px;
    display: block;
    font-weight: 700;
    border: solid 1px #c3c3c3;
    background-color: #fff;
}

.Btn a:link {
    color: #121212;
}

.Btn a:visited {
    color: #121212;
}

.Btn a:hover,
input.Btn:hover {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}
.Btn a:focus,
input.Btn:focus {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}
.Btn a:active,
input.Btn:active {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}

.Btn.Btn--highlight a,
input.Btn.Btn--highlight,
label.Btn.Btn--highlight {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:link,
input.Btn.Btn--highlight:link,
label.Btn.Btn--highlight:link {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:visited,
input.Btn.Btn--highlight:visited,
label.Btn.Btn--highlight:visited {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:hover,
input.Btn.Btn--highlight:hover,
label.Btn.Btn--highlight:hover {
  border-color: #2498B3;
  background-color: #2498B3;
}
.Btn.Btn--highlight a:focus,
input.Btn.Btn--highlight:focus,
label.Btn.Btn--highlight:focus {
  border-color: #2498B3;
  background-color: #2498B3;
}
.Btn.Btn--highlight a:active,
input.Btn.Btn--highlight:active,
label.Btn.Btn--highlight:active {
  border-color: #2498B3;
  background-color: #2498B3;
}

.Btn.Btn--conversion a,
input.Btn.Btn--conversion {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:link,
input.Btn.Btn--conversion:link {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:visited,
input.Btn.Btn--conversion:visited {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:hover,
input.Btn.Btn--conversion:hover {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Btn.Btn--conversion a:focus,
input.Btn.Btn--conversion:focus {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Btn.Btn--conversion a:active,
input.Btn.Btn--conversion:active {
  border-color: #9AC33D;
  background-color: #9AC33D;
}

.Btn.Btn--big a,
input.Btn.Btn--big {
  padding: 20px 38px;
}

.Btn.Btn--en {
    width: 100%;
    margin-bottom: 0;
}

.Btn.Btn--en a {
    color: #2498b3;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 26px 23px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .Btn.Btn--en a {
        padding: 14px 20px;
    }
}

.Btn.Btn--en a strong {
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .Btn.Btn--en a strong {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.Btn-area .wp-block-columns {
    margin-bottom: 0;
    max-width: 846px;
}

@media screen and (max-width: 767px) {
    .Btn-area .wp-block-columns .wp-block-column:not(:last-of-type) {
        margin-bottom: 10px;
    }
}

.Form__notification {
    padding: 40px;
    color: #c44a4a;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
}

.is-style-normal .wp-block-button__link,
.editor-styles-wrapper .is-style-normal .wp-block-button__link {
    border: none;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    display: inline-block;
    border-radius: 4px;
    padding: 1em 1.5em;
    font-size: 18px;
    font-weight: 700;
    background-color: #2bb8d9;
    border-color: #2bb8d9;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .is-style-normal .wp-block-button__link,
    .editor-styles-wrapper .is-style-normal .wp-block-button__link {
        font-size: 16px;
    }
}

.is-style-normal .wp-block-button__link:link,
.editor-styles-wrapper .is-style-normal .wp-block-button__link:link {
    background-color: #2bb8d9;
    border-color: #2bb8d9;
    color: #fff;
}

.is-style-normal .wp-block-button__link:visited,
.editor-styles-wrapper .is-style-normal .wp-block-button__link:visited {
    background-color: #2bb8d9;
    border-color: #2bb8d9;
    color: #fff;
}

.is-style-normal .wp-block-button__link:hover,
.editor-styles-wrapper .is-style-normal .wp-block-button__link:hover {
    border-color: #2498b3;
    background-color: #2498b3;
    color: #fff;
}

.is-style-normal .wp-block-button__link:active,
.editor-styles-wrapper .is-style-normal .wp-block-button__link:active {
    border-color: #2498b3;
    background-color: #2498b3;
    color: #fff;
}

.Complete__title {
    font-size: 36px;
    margin-bottom: 1em;
}

.Complete__text {
    margin-bottom: 1em;
}

.Complete__text a:link,
.Complete__text a:visited {
    color: #2498b3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Fullscreen {
    min-height: 100vh;
}

.wp-block-group__inner-container > *:not(.alignwide):not(.alignfull) {
    width: 100%;
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-group, .wp-block-group.has-background {
    padding: 4em 15px;
}

.has-palegray-background-color {
    background: #f7f7f7;
}