@charset "UTF-8";
@media screen and (min-width: 769px) {
  .contact-section {
    padding: 88px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 20px 0 80px;
  }
}

.contact-section__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.contact-section__guide {
  margin-top: 36px;
}
.contact-section__guide small {
  display: inline-block;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  font-size: 10px;
  color: #FF0000;
}

.contact-section__text {
  line-height: 2;
}
.contact-section__text.--center {
  text-align: center;
}

.contact-section__list {
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #F5F5F5;
}
.contact-section__list:before {
  content: "";
  height: 1px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #3CA815;
}
@media screen and (min-width: 769px) {
  .contact-section__list:before {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__list:before {
    width: 168px;
  }
}

.contact-section__item {
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}
.contact-section__item:before {
  content: "";
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #3CA815;
}
@media screen and (min-width: 769px) {
  .contact-section__item {
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-section__item:before {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__item {
    padding: 20px 0;
  }
  .contact-section__item:before {
    width: 168px;
  }
}

.contact-section__itemTitle.--require:after {
  content: "＊";
  margin-left: 3px;
  display: inline-block;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  font-size: 10px;
  color: #FF0000;
}
@media screen and (min-width: 769px) {
  .contact-section__itemTitle {
    width: 200px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@media screen and (min-width: 769px) {
  .contact-section__itemData {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .contact-section__itemData {
    margin-top: 15px;
  }
}
.contact-section__itemData label.error {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #FF0000;
}

.contact-section__selectWrap {
  max-width: 255px;
  position: relative;
}
.contact-section__selectWrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #555555;
  border-bottom: 0;
}

.contact-section__select {
  width: 100%;
  height: 30px;
  padding: 0 20px 0 14px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .contact-section__select {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__select {
    height: 40px;
  }
}

.contact-section__input {
  width: 100%;
  padding: 0 14px;
  border: 1px solid #707070;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .contact-section__input {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__input {
    height: 40px;
  }
}

.contact-section__textarea {
  width: 100%;
  padding: 14px;
  resize: none;
  border: 1px solid #707070;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .contact-section__textarea {
    height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__textarea {
    height: 250px;
  }
}

.contact-section__title {
  margin-top: 50px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.contact-section__box {
  max-width: 600px;
  max-height: 406px;
  margin: 15px auto 0;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #707070;
  border-radius: 8px;
}
.contact-section__box p {
  margin-bottom: 1em;
  line-height: 1.62;
}
.contact-section__box b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.contact-section__checkWrap {
  margin-top: 20px;
  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;
  position: relative;
}
.contact-section__checkWrap input {
  visibility: hidden;
}
.contact-section__checkWrap input + span {
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: auto;
}
.contact-section__checkWrap input + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #3CA815;
  border-radius: 3px;
  background: #fff;
}
.contact-section__checkWrap input:checked + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: auto;
}
.contact-section__checkWrap input:checked + span:after {
  content: "";
  width: 7px;
  height: 14px;
  border-right: 2px solid #3CA815;
  border-bottom: 2px solid #3CA815;
  display: block;
  left: 7px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.contact-section__checkWrap small {
  display: inline-block;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  font-size: 10px;
  color: #FF0000;
}
.contact-section__checkWrap + label.error {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #FF0000;
  text-align: center;
}

.contact-section__buttonWrap {
  max-width: 250px;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .contact-section__button {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact-section__button {
    height: 45px;
  }
}