@charset "UTF-8";
#contact-01 h2,
#contact-01 h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #3b3747;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
#contact-01 .com-tit-01 {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: center;
  color: #3b3747;
  background: url(../img/contact/title_01.png) no-repeat center bottom;
}
@media (min-width: 640px) {
  #contact-01 .com-tit-01 {
    font-size: 2.4rem;
  }
}
#contact-01 .com-mt-s {
  margin-top: 30px;
}
#contact-01 input[type=checkbox] {
  margin: 0 5px 3px 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  outline: none;
}
#contact-01 input[type=checkbox]:checked {
  position: relative;
  background: #e55960;
  border-color: #e55960;
}
#contact-01 .group-panel-01 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d1d1d1;
}
#contact-01 .group-panel-01:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#contact-01 .group-panel-01 .contact-link-01 {
  color: #e13c44;
  font-weight: bold;
}
#contact-01 .group-panel-01 .contact-link-01:hover {
  text-decoration: underline;
  color: #e13c44;
}
#contact-01 .group-panel-01 .contact-link-01::before, #contact-01 .group-panel-01 .contact-link-01::after {
  content: " ";
}
#contact-01 .group-panel-01 .step {
  background: url(../img/contact/bg-circle.png) no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 1.14rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
#contact-01 .group-panel-01 .step span {
  font-size: 2.14rem;
}
#contact-01 .group-panel-01 .uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact-01 .border-radius-01 {
  border-radius: 5px;
  overflow: hidden;
}
#contact-01 .box-shadow-01 {
  box-shadow: 0 0 6px rgba(59, 55, 71, 0.2);
}
#contact-01 .box-shadow-02 {
  box-shadow: 0 0 8px rgba(59, 55, 71, 0.2);
}
#contact-01 .wrap_inner {
  padding: 30px 20px;
  margin-top: 60px;
}
@media (min-width: 640px) {
  #contact-01 .wrap_inner {
    padding: 60px;
    margin-top: 120px;
  }
}
#contact-01 .entry-content .wp-block-column > ul > li {
  position: relative;
  padding-left: 1.2em;
}
#contact-01 .entry-content .wp-block-column > ul > li::before {
  content: "●";
  display: inline-block;
  width: 1.2em;
  position: absolute;
  left: 0;
}
#contact-01 .entry-content ul,
#contact-01 .entry-content > ul {
  margin-block: 1em;
}
#contact-01 .entry-content ul li,
#contact-01 .entry-content > ul li {
  margin-left: 1.2em;
}
#contact-01 .entry-content ul li::before,
#contact-01 .entry-content > ul li::before {
  color: #ea767c;
  content: "●";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
#contact-01 .entry-content ul > li::before,
#contact-01 .entry-content > ul > li::before {
  content: "●";
}
#contact-01 .entry-content > :is(ol, ul) {
  background-color: #f7f6f4;
  padding: 15px;
}
#contact-01 .form-icon-required {
  display: inline-block;
  font-size: 0.7857142857rem;
  background: #e13c44;
  color: #fff;
  padding: 0.35em 0.8em;
  margin-right: 1em;
  line-height: 1.5;
}
#contact-01 .form-table-01 {
  border-bottom: 0;
  margin-bottom: 40px;
}
#contact-01 .form-table-01 > div {
  border-top: 1px solid #d1d1d1;
  padding: 0;
}
@media (min-width: 640px) {
  #contact-01 .form-table-01 > div {
    display: grid;
    grid-template-columns: 295px 1fr;
  }
}
#contact-01 .form-table-01 > div > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
}
@media (min-width: 640px) {
  #contact-01 .form-table-01 > div > dt {
    padding: 2em 0;
  }
}
#contact-01 .form-table-01 > div > dd {
  padding: 0 0 1.5em 0;
}
@media (min-width: 640px) {
  #contact-01 .form-table-01 > div > dd {
    padding: 1.5em 0 1.5em 2em;
  }
}
#contact-01 .form-table-01 .required::before {
  content: "必須";
  float: right;
  font-size: 0.7857rem;
  background: #e55960;
  color: #fff;
  padding: 0.35em 0.8em;
  margin-left: 1em;
  line-height: 1.5;
}
#contact-01 .form-table-01 .required::after {
  content: "";
  color: #d0021b;
  font-size: 80%;
}
#contact-01 .form-table-01::before {
  content: "";
  background: none;
  display: inline;
  width: 0;
}
#contact-01 .form-table-01 input,
#contact-01 .form-table-01 select,
#contact-01 .form-table-01 textarea {
  outline: none;
  vertical-align: middle;
  font-size: 1.143rem;
}
#contact-01 .form-table-01 input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
#contact-01 .form-table-01 select,
#contact-01 .form-table-01 textarea {
  appearance: none;
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font: 16px "Noto Sans JP", sans-serif;
}
#contact-01 .form-table-01 button {
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1.071rem;
  line-height: 2;
}
#contact-01 .form-table-01 select {
  width: auto;
}
#contact-01 .com-tit-04 {
  font-size: 1.285rem;
  font-weight: bold;
  position: relative;
  padding: 0 18px;
  margin-bottom: 24px;
  margin-top: 40px;
  text-align: left;
}
#contact-01 .com-tit-04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4e4b59;
  width: 7px;
  height: 93%;
}
#contact-01 p {
  margin: 0;
  padding: 0;
}
#contact-01 .com-mt-m {
  margin-top: 40px;
}
#contact-01 .com-link-01 {
  min-height: 40px;
  box-sizing: border-box;
  line-height: 1.7;
  color: #fff;
  border: 2px solid #4e4b59;
  font-weight: bold;
  overflow: hidden;
  border-radius: 6px;
  background-color: #4e4b59;
  max-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0.75em 7em;
  cursor: pointer;
  transition: all 0.4s ease;
}
#contact-01 .com-link-01::before {
  content: "";
}
#contact-01 .com-link-01:hover {
  opacity: 0.7;
  text-decoration: none;
}
#contact-01 .uk-width-2-3\@m, #contact-01 .uk-width-1-3\@m {
  padding-left: 0;
}
#contact-01 .r-img {
  padding-top: 20px;
}
@media (min-width: 640px) {
  #contact-01 .r-img {
    padding-top: 0;
    padding-left: 40px;
  }
}

/* サンクスページ */
@media (min-width: 960px) {
  #thanks-wrap {
    padding: 40px 100px;
  }
}
#thanks-wrap .uk-container {
  max-width: 1160px;
}
@media (min-width: 960px) {
  #thanks-wrap .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#thanks-wrap .wrap_inner {
  padding: 30px 20px;
}
@media (min-width: 960px) {
  #thanks-wrap .wrap_inner {
    padding: 40px 100px;
  }
}
#thanks-wrap .box-shadow-02 {
  box-shadow: 0 0 8px rgba(59, 55, 71, 0.2);
}
#thanks-wrap .entry-content > :is(ol, ul) {
  background-color: #f7f6f4;
  padding: 15px;
}
@media (min-width: 640px) {
  #thanks-wrap .entry-content > :is(ol, ul) {
    padding: 25px;
  }
}
#thanks-wrap .entry-content ul, #thanks-wrap .entry-content > ul {
  margin-block: 1em;
}
#thanks-wrap .entry-content ul li {
  margin-left: 1.2em;
}
#thanks-wrap .entry-content ul li::before {
  color: #ea767c;
  content: "●";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

/*# sourceMappingURL=overwrite.css.map */
