.c-fv__img {
  position: absolute;
  right: -65px;
  bottom: 15px;
  width: 198px;
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  .c-fv__img {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-fv__img {
    right: 0;
    overflow: hidden;
    width: 102px;
    bottom: -10px;
  }
}

#contents .contact {
  margin: 0 !important;
  padding: 80px 0 170px !important;
}
@media only screen and (max-width: 767px) {
  #contents .contact {
    padding: 50px 0 75px !important;
  }
}
#contents .contact__wrap {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
#contents .contact__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  #contents .contact__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
#contents .contact__block {
  padding: 54px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #contents .contact__block {
    gap: 15px 0;
    padding: 30px 0 0;
  }
}
#contents .contact__box {
  width: 48.27586207%;
  padding: 50px 15px 60px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  #contents .contact__box {
    width: 100%;
    padding: 28px 27px 34px;
  }
}
#contents .contact__box__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  #contents .contact__box__txt {
    font-size: 14px;
    margin: 0 0 17px;
  }
}
#contents .contact__box__txt span {
  font-weight: 700;
}
#contents .contact__box__btn {
  max-width: 346px;
  width: 100%;
  height: 69px;
  border-radius: 999px;
  background: var(--pink);
  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;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents .contact__box__btn {
    height: 64px;
    font-size: 14px;
  }
}
#contents .contact__box__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  padding: 3px;
  border-top: 1.5px solid var(--baseColor);
  border-right: 1.5px solid var(--baseColor);
}
@media only screen and (max-width: 767px) {
  #contents .contact__box__btn::before {
    right: 28px;
    padding: 2px;
  }
}
#contents #contact {
  margin: 0 0 150px;
}
@media only screen and (max-width: 767px) {
  #contents #contact {
    margin: 0 0 65px;
  }
}
#contents #contact #center1 {
  padding: 100px 0 75px;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 {
    padding: 25px 0 45px;
  }
}
#contents #contact #center1 .contact__sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0 0 40px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 .contact__sub {
    font-size: 14px;
    padding: 0 0 30px;
    margin: 0 0 20px;
  }
}
#contents #contact #center1 .contact__sub span {
  color: #f10000;
}
#contents #contact #center1 form {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 form {
    font-size: 14px;
  }
}
#contents #contact #center1 form input[type=radio] {
  top: 1px;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 form input[type=radio] {
    top: 2px;
  }
}
#contents #contact #center1 form input[type=text] {
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 form input[type=text] {
    width: 120px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 form textarea {
    font-size: 16px;
  }
}
#contents #contact #center1 form table tbody tr td {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 form table tbody tr td {
    width: 50%;
    display: inline-block;
  }
}
#contents #contact #center1 form center {
  display: block;
  position: relative;
  max-width: 346px;
  margin: 0 auto;
  width: 100%;
}
#contents #contact #center1 form input[type=submit] {
  color: var(--baseColor);
  border: none;
  width: 100%;
  height: 69px;
  border-radius: 999px;
  background: var(--pink);
  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;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 form input[type=submit] {
    height: 64px;
    font-size: 14px;
  }
}
#contents #contact #center1 input[type=button] {
  color: var(--pink);
  border: none;
  width: 100%;
  height: 69px;
  border-radius: 999px;
  background: var(--baseColor);
  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;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 input[type=button] {
    height: 64px;
    font-size: 14px;
  }
}
#contents #contact #center1 .title {
  color: var(--baseColor);
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px;
  border-color: #d9d9d9;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #contents #contact #center1 .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#contents #contact .contact__note {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  #contents #contact .contact__note {
    font-size: 12px;
  }
}
#contents #contact .contact__note span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
}
#contents #contact .contact__note span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--pink);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #contents #contact .contact__note span::before {
    width: 8px;
    height: 8px;
  }
}
#contents #main-column-full {
  margin: 0;
  padding: 0;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
  width: 100%;
  max-width: 600px;
}