.Contact {
  background-color: #ebeff3;
  padding-bottom: 93px;
  padding-top: calc(54px + 58px);
}
.Contact.isClicked {
  position: relative;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  .Contact {
    padding-bottom: 66px;
    padding-top: calc(58px + 58px);
  }
}
.Contact-HeadLine {
  text-align: center;
}
.Contact-HeadLine-MainText {
  color: #333333;
  font-size: 49px;
  letter-spacing: .1em;
}
.Contact-HeadLine-SubText {
  font-size: 14px;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .Contact-HeadLine-SubText {
    padding-top: 13px;
  }
}
.Contact-StepNav {
  display: flex;
  justify-content: center;
  padding-top: 73px;
	display: none!important;
}
@media screen and (max-width: 768px) {
  .Contact-StepNav {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    width: 90%;
  }
}
.Contact-StepNav-Item {
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 370px) {
  .Contact-StepNav-Item {
    font-size: 12px;
  }
}
.Contact-StepNav-Line {
  border-top: 1px solid #c1c1c1;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
  top: 13px;
  width: 54px;
}
@media screen and (max-width: 370px) {
  .Contact-StepNav-Line {
    margin-left: 2px;
    margin-right: 1px;
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .Contact-StepNav-Line {
    margin-left: 4px;
    margin-right: 4px;
    width: 20px;
  }
}
.Contact-StepNav-Item-Nunber {
  color: #3fc7f8;
  font-size: 18px;
}
@media screen and (max-width: 370px) {
  .Contact-StepNav-Item-Nunber {
    font-size: 14px;
  }
}
.Contact-Form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(91,91,91,.25);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 846px;
  padding-bottom: 54px;
  padding-top: 65px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .Contact-Form {
    margin-top: 56px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 45px;
  }
}
.Contact-Form-Item {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item {
    flex-direction: column;
    width: 100%;
  }
}
.Contact-Form-Item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item:not(:first-of-type) {
    margin-top: 46px;
  }
}
.Contact-Form-ErrorMessage {
  color: red;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .Contact-Form-ErrorMessage {
    padding-bottom: 10px;
    width: 100%;
  }
}

.Contact-Form-Item-Label {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 34%;
	position: relative;
}
.Contact-Form-Item:first-child .Contact-Form-Item-Label {
  align-items: baseline;
}
.Contact-Form-Item:nth-of-type(6) .Contact-Form-Item-Label {
/*   align-items: baseline; */
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Label {
    padding-bottom: 20px;
    width: 100%;
  }
}
.Contact-Form-Item-Label-Text {
  font-size: 15px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Label-Text {
    font-size: 18px;
  }
}
.Contact-Form-Item-Label-BadgeText {
  align-items: center;
  background-color: #ef5454;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  height: 15.5px;
  justify-content: center;
  width: 28px;
	position: absolute;
	right: 20px;
	margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Label-BadgeText {
    height: 17px;
    width: 31px;
  }
}
.Contact-Form-Item-CheckBoxGroup {
  display: flex;
  flex-wrap: wrap;
  width: 428px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-CheckBoxGroup {
    width: 100%;
  }
}
.Contact-Form-Item-CheckBoxGroup-Item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-width: 135px;
/*   padding-bottom: 20px; */
  position: relative;
/*   width: 33%; */
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-CheckBoxGroup-Item {
/*     width: 50%; */
  }
}
@media screen and (max-width: 336px) {
  .Contact-Form-Item-CheckBoxGroup-Item {
    width: 100%;
  }
}
.Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border {
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 3px;
  min-height: 15px;
  min-width: 15px;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border {
    height: 17px;
    width: 17px;
  }
}
.Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border-Arrow {
  background: url(../../images/Share/Arow.svg) no-repeat;
  height: 7px;
  opacity: 1;
  transition-timing-function: cubic-bezier(.2,1,.2,1);
  width: 10px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border-Arrow {
    left: 4px;
    top: 5.1px;
  }
}
.Contact-Form-Item-CheckBoxGroup-Item-CheckboxInput {
  height: 15px;
  opacity: 0;
  width: 15px;
}
.Contact-Form-Item-CheckBoxGroup-Item-LabelText {
  font-size: 15px;
  padding-left: 9px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-CheckBoxGroup-Item-LabelText {
    font-size: 18px;
  }
}
.Contact-Form span.wpcf7-list-item {
    margin: 8px 0px 8px 1em;
}
.Contact-Form input[type="text"], .Contact-Form input[type="email"], .Contact-Form input[type="tel"], .Contact-Form input[type="date"], .Contact-Form-Input {
  background-color: #f6f6f6;
  border: none;
  cursor: pointer;
  font-size: 15px;
  min-height: 40px;
  padding-left: 1em;
  width: 428px;
}
.Contact-Form input[type="text"].form-half, .Contact-Form input[type="date"]{
  width: 180px;
}
.Contact-Form input[type="text"].form-birth{
  width: 120px;
}
@media screen and (max-width: 768px) {
  .Contact-Form input[type="text"], .Contact-Form input[type="email"], .Contact-Form input[type="tel"], .Contact-Form input[type="date"], .Contact-Form-Input {
    width: 100%;
  }
}
.Contact-Form textarea, .Contact-Form-TextArea {
  background-color: #f6f6f6;
  border: none;
  cursor: pointer;
  font-size: 15px;
  min-height: 163px;
  padding: .75em 1em;
  resize: none;
  width: 428px;
}
@media screen and (max-width: 768px) {
  .Contact-Form textarea, .Contact-Form-TextArea {
    width: 100%;
  }
  .Contact-Form input[type="text"].form-half{
    width: 48%;
  }
  .Contact-Form input[type="text"].form-birth{
    width: 25%;
  }
}

.Contact-Form-Consent {
  /* position: relative;
  left: -16px; */
  margin-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Consent {
    margin-top: 48px;
    text-align: left;
  }
}
.Contact-Form-Consent-CheckBoxGroup {
  display: flex;
  justify-content: center;
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-CheckBoxInput {
  border: 1px solid #c4c4c4;
  display: inline-block;
  height: 15px;
  left: 6px;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  top: 8px;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.8,0,.18,1);
  width: 15px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Consent-CheckBoxGroup-LabelText-CheckBoxInput {
    top: 12px;
  }
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-CheckBoxInput.isClicked {
  opacity: 0;
  transform: scale(3);
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.8,0,.18,1);
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-Background {
  align-items: center;
  background-color: #3fc7f8;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 6px;
  min-height: 15px;
  min-width: 15px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: scale(.1);
  transition: .4s;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Consent-CheckBoxGroup-LabelText-Background {
    top: 13px;
  }
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-Background.isClicked {
  opacity: 1;
  transform: scale(1);
  transition: .4s;
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-Background-Arrow {
  background: url(../../images/Share/Arow.svg) no-repeat;
  height: 7px;
  opacity: 1;
  transform: rotate(-200deg);
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.2,1,.2,1);
  width: 10px;
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-Background-Arrow.isClicked {
  opacity: 1;
  transform: rotate(0deg);
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.2,1,.2,1);
}
.Contact-Form-Consent-CheckBoxGroup-CheckBoxInput-Input {
  height: 15px;
  opacity: 0;
  position: relative;
  top: 3px;
  width: 15px;
}
.Contact-Form-Consent-CheckBoxGroup-LabelText {
  cursor: pointer;
  font-size: 15px;
  line-height: 1.8em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Consent-CheckBoxGroup-LabelText {
    font-size: 18px;
  }
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-Link {
  border-bottom: 1px solid #3fc7f8;
  color: #3fc7f8;
  margin-right: 4px;
}
.Contact-Form-Consent-CheckBoxGroup-LabelText-Link:hover {
  opacity: .65;
}
.Contact-Form-BtnGroup {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Contact-Form-BtnGroup {
    align-items: center;
    flex-direction: column;
  }
}
.Contact-Form-BtnGroup-ReturnBtn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #48b5ff;
  box-shadow: 0 0 1px rgba(91,91,91,.15);
  color: #48b5ff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  margin-right: 18px;
  min-height: 45px;
  outline: none;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-BtnGroup-ReturnBtn {
    font-size: 18px;
    margin-bottom: 18px;
    margin-right: 0;
    min-height: 50px;
    width: 240px;
  }
}
.Contact-Form-BtnGroup-ConfirmBtn {
  align-items: center;
  background-color: #bcbcbc;
  box-shadow: 0 0 1px rgba(91,91,91,.15);
  color: #ffffff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  min-height: 45px;
  outline: none;
  pointer-events: none;
  transition: .5s;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-BtnGroup-ConfirmBtn {
    font-size: 18px;
    min-height: 50px;
    width: 240px;
  }
}
.confirm-btn {
  align-items: center;
  background-color: #48b5ff;
  box-shadow: 0 0 1px rgba(91,91,91,.15);
  color: #ffffff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  min-height: 45px;
  outline: none;
  width: 170px;
}
.Contact-Form-BtnGroup-ConfirmBtn.isClicked {
  background-color: #48b5ff;
  pointer-events: inherit;
  transition: .5s;
}
.Contact-Form-BtnGroup-ReturnBtn-LinkText {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Contact-Form-BtnGroup-ReturnBtn-LinkText {
    height: 50px;
  }
}
.return-btn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #48b5ff;
  box-shadow: 0 0 1px rgba(91,91,91,.15);
  color: #48b5ff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  margin-right: 18px;
  min-height: 45px;
  outline: none;
  width: 170px;
}
input:focus::placeholder {
  color: transparent;
}
input:focus {
  border: 1px solid #3fc7f8;
  outline: 0;
}
textarea:focus {
  border: 1px solid #3fc7f8;
  outline: 0;
}
.Contact-Form-Item-CheckBoxGroup-Item-CheckboxInput:checked + .Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border {
  background-color: #3fc7f8;
  border: 0;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-CheckBoxGroup-Item-CheckboxInput:checked + .Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border {
    background-color: #3fc7f8;
    border: 0;
  }
}

div#mw_wp_form_mw-wp-form-70 {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(91,91,91,.25);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 846px;
  padding-bottom: 54px;
  padding-top: 65px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  div#mw_wp_form_mw-wp-form-70 {
    margin-top: 56px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 45px;
  }
}

.content-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  width: 428px;
}

@media screen and (max-width: 768px) {
  .content-checkbox-group {
    width: 100%;
  }

}

span.mwform-checkbox-field.horizontal-item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-width: 135px;
  padding-bottom: 20px;
  position: relative;
  width: 33%;
}

@media screen and (max-width: 768px) {
  span.mwform-checkbox-field.horizontal-item {
    width: 100%;
  }
}

input.content-checkbox {
  height: 15px;
  opacity: 0;
  width: 15px;
}

#mw_wp_form_mw-wp-form-70 .mwform-checkbox-field input {
     margin-right: 0;
}

#mw_wp_form_mw-wp-form-70.mw_wp_form .horizontal-item + .horizontal-item {
     margin-left: 0;
}

/*span.mwform-checkbox-field-text::before {
  content: '';
  border-radius: 2px;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 3px;
  min-height: 15px;
  min-width: 15px;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: 15px;
  border: 1px solid #c4c4c4;
}
*/
input.content-checkbox:checked + .Contact-Form-Item-CheckBoxGroup-Item-Checkbox-Border {
  background-color: #3fc7f8;
  border: 0;
}

.Contact-Form-Item {
  align-items: normal;
}

.Contact-Form-Item:nth-of-type(6) {
  align-items: normal;
}

.Contact-Form-Item-Label + p {
  width: 66%;
}

@media screen and (max-width: 768px) {
  .Contact-Form-Item-Label + p {
    width: 100%;
  }
}

.Contact-Form-Text > div#mw_wp_form_mw-wp-form-70 {
  box-shadow: none;
  border: none;
  margin-top: 0;
  padding: 0;
}

.Contact-Form-Consent br {
  display: none;
}
