@charset "UTF-8";
/*$breakpoints: (
	"xl-over": "screen and (min-width: 1760px)",
	"lg-over": "screen and (min-width: 1520px)",
	"md-over": "screen and (min-width: 1280px)",
	"sm-over": "screen and (min-width: 1024px)",
	"xs-over": "screen and (min-width: 768px)",
	"lg-xl": "screen and (max-width: 1759px) and (min-width: 1520px)",
	"md-lg": "screen and (max-width: 1519px) and (min-width: 1280px)",
	"sm-md": "screen and (max-width: 1279px) and (min-width: 1024px)",
	"xs-sm": "screen and (max-width: 1023px) and (min-width: 768px)",
	"xl-under": "screen and (max-width: 1759px)",
	"lg-under": "screen and (max-width: 1519px)",
	"md-under": "screen and (max-width: 1279px)",
	"sm-under": "screen and (max-width: 1023px)",
	"xs-under": "screen and (max-width: 767px)"
) !default;*/
.interval5em > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
.table-contact {
  width: 100%;
}

.table-contact th,
.table-contact td {
  box-sizing: border-box;
}

.table-contact input[type="text"],
.table-contact input[type="email"],
.table-contact input[type="tel"],
.table-contact textarea {
  width: 100%;
  box-sizing: border-box;
}

.required:after {
  content: "*";
  color: #e6001b;
}

.text-caution-contact {
  text-align: center;
  line-height: 1.7;
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width: 641px), print {
  .table-contact {
    margin-bottom: 75px;
  }
  .table-contact th,
  .table-contact td {
    padding: 9px;
  }
  .table-contact th {
    width: 190px;
    vertical-align: top;
  }
  .contact .table-contact th {
    padding: 2em 0;
  }
  .table-contact input[type="text"],
  .table-contact input[type="email"],
  .table-contact input[type="tel"],
  .table-contact textarea {
    padding: 1em;
    font-size: 14px;
  }
  .table-contact textarea {
    height: 400px;
  }
  .text-caution-contact {
    padding-bottom: 4em;
    font-size: 16px;
  }
}

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 640px) {
  .table-contact th {
    padding-bottom: 0.5em;
  }
  .table-contact p {
    font-size: 16px;
  }
  .table-contact td {
    padding-bottom: 2em;
  }
  .table-contact input[type="text"],
  .table-contact input[type="email"],
  .table-contact input[type="tel"],
  .table-contact textarea {
    padding: 0.5em 1em;
    font-size: 16px;
  }
  .table-contact textarea {
    height: 50vw;
  }
  .text-caution-contact {
    padding-bottom: 2em;
  }
}

/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
.table-contact__wrap {
  display: flex;
  padding: 1em 0;
}

.table-contact__box {
  width: 50%;
}

.table-contact__category {
  margin-bottom: 0.75em;
  font-size: 15px;
}

.table-contact__item:not(:last-child) {
  margin-bottom: 0.75em;
}

.table-contact__label {
  font-size: 15px;
  vertical-align: top;
}

.table-contact input[type="radio"] {
  margin: 0 0 0.25em;
}

.confirm .table-contact th, .confirm
.table-contact td {
  word-break: break-all;
  line-height: 1.75;
}

.section-contact {
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .section-contact {
    margin-top: 15vw;
  }
}

.section-contact__inner {
  padding: 40px 120px;
  background-color: #e7eef5;
}

@media screen and (max-width: 640px) {
  .section-contact__inner {
    padding: 10vw 5vw;
  }
}

.contact-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .contact-box {
    justify-content: center;
  }
}

.contact-box--cta {
  align-items: center;
}

.contact-box--cta p {
  margin-bottom: 1em;
}

.contact-box:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
  .contact-box:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.contact-box__content {
  width: 460px;
}

@media screen and (max-width: 640px) {
  .contact-box__content {
    margin-bottom: 5vw;
    width: 100%;
  }
}

.contact-box__head {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: 25px;
  color: #0052a4;
  border-bottom: 2px solid #0052a4;
}

.contact-box__head--copy {
  padding-top: 1.5em;
}

@media screen and (max-width: 640px) {
  .contact-box__head--copy {
    padding-top: 0;
  }
}

.contact-box__text {
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .contact-box__text {
    font-size: 3vw;
  }
}

.contact-box__image {
  width: 220px;
}

@media screen and (max-width: 640px) {
  .contact-box__image {
    width: 100%;
    text-align: center;
  }
}

.contact-box__logo {
  width: 260px;
}

@media screen and (max-width: 640px) {
  .contact-box__logo {
    margin-bottom: 1em;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .contact-box__logo p {
    font-size: 3vw;
    text-align: center;
  }
}

.contact-box__tel {
  width: 374px;
}

.contact-box__tel path:nth-child(3) {
  fill: #0052a4;
}

@media screen and (max-width: 640px) {
  .contact-box__tel {
    max-width: 100%;
    height: auto;
  }
}

#email.error,
#email2.error {
  background-color: #ffdddd;
}

.error-message {
  margin-top: 0.5em;
  color: #9c1533;
}
