@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.service-form {
  border-bottom: 1px solid #064EA2;
}
@media screen and (min-width: 768px) {
  .service-form {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .service-form {
    padding: 0 0 40px;
  }
}

.service-form__heading {
  letter-spacing: 0.05em;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-form__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-form__heading {
    font-size: 25px;
  }
}

.service-form__read {
  line-height: 2;
  text-align: center;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service-form__read {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-form__read {
    margin-top: 20px;
    font-size: 15px;
  }
}

.service-form__note {
  margin-top: 50px;
  font-size: 15px;
}
.service-form__note span {
  color: #880000;
}

.service-form__formWrap {
  margin-top: 20px;
}

.service-form__item {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-form__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-form__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.service-form__itemTitle {
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .service-form__itemTitle {
    width: 160px;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@media screen and (max-width: 767px) {
  .service-form__itemTitle {
    font-size: 15px;
  }
}
.service-form__itemTitle sup {
  margin-left: 3px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 11px;
  color: #880000;
}

@media screen and (min-width: 768px) {
  .service-form__itemData {
    width: calc(90% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .service-form__itemData {
    margin-top: 10px;
  }
}
.service-form__itemData ::-webkit-input-placeholder {
  color: #8B8B8B;
}
.service-form__itemData ::-moz-placeholder {
  color: #8B8B8B;
}
.service-form__itemData :-ms-input-placeholder {
  color: #8B8B8B;
}
.service-form__itemData ::-ms-input-placeholder {
  color: #8B8B8B;
}
.service-form__itemData ::placeholder {
  color: #8B8B8B;
}
@media screen and (min-width: 768px) {
  .service-form__itemData ::-webkit-input-placeholder {
    font-size: 15px;
  }
  .service-form__itemData ::-moz-placeholder {
    font-size: 15px;
  }
  .service-form__itemData :-ms-input-placeholder {
    font-size: 15px;
  }
  .service-form__itemData ::-ms-input-placeholder {
    font-size: 15px;
  }
  .service-form__itemData ::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-form__itemData ::-webkit-input-placeholder {
    font-size: 13px;
  }
  .service-form__itemData ::-moz-placeholder {
    font-size: 13px;
  }
  .service-form__itemData :-ms-input-placeholder {
    font-size: 13px;
  }
  .service-form__itemData ::-ms-input-placeholder {
    font-size: 13px;
  }
  .service-form__itemData ::placeholder {
    font-size: 13px;
  }
}

.service-form__input {
  width: 100%;
  border: 1px solid #a3a3a3;
}
@media screen and (min-width: 768px) {
  .service-form__input {
    height: 50px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-form__input {
    height: 40px;
    padding: 0 15px;
  }
}

.service-form__textarea {
  width: 100%;
  border: 1px solid #a3a3a3;
  resize: none;
}
@media screen and (min-width: 768px) {
  .service-form__textarea {
    height: 175px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-form__textarea {
    height: 155px;
    padding: 15px;
  }
}

.service-form__checkWrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-form__checkWrap input {
  display: none;
}
.service-form__checkWrap input + span {
  padding-left: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.service-form__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: 2px solid #064EA2;
  background-color: #fff;
}
.service-form__checkWrap input:checked + span:before {
  border: 2px solid #064EA2;
  background-color: #064EA2;
}
.service-form__checkWrap input:checked + span:after {
  content: "";
  width: 7px;
  height: 13px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  display: block;
  left: 7px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.service-form__checkWrap a {
  position: relative;
}
.service-form__checkWrap a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #064EA2;
}
.service-form__checkWrap a:hover {
  text-decoration: none;
  color: #064EA2;
}
.service-form__checkWrap a:hover:after {
  display: none;
}

.service-form__buttonWrap {
  margin: 42px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-form__buttonWrap p {
  margin: 0 auto;
}
.service-form__buttonWrap span.service-form__btn {
  display: block;
  width: 280px;
  position: relative;
}
.service-form__buttonWrap span.service-form__btn:after {
  content: "";
  position: absolute;
  top: 28%;
  right: 20px;
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
  pointer-events: none;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
}

.service-form__button {
  color: #A3A3A3;
  outline: 1px solid #fff;
  background-color: #E4E4E4;
}

@media screen and (min-width: 768px) {
  .service-tel {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-tel {
    padding: 40px 0;
  }
}

.service-tel__heading {
  letter-spacing: 0.05em;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-tel__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-tel__heading {
    font-size: 25px;
  }
}

.service-tel__read {
  line-height: 2;
  text-align: center;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service-tel__read {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-tel__read {
    margin-top: 20px;
    font-size: 15px;
  }
}

.service-tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .service-tel__number {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-tel__number {
    margin-top: 20px;
  }
}
.service-tel__number a {
  padding-left: 55px;
  position: relative;
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #064EA2;
}
.service-tel__number a:before {
  content: "";
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/contact/icon-tel.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .service-tel__number a {
    font-size: 50px;
  }
  .service-tel__number a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .service-tel__number a {
    font-size: 35px;
  }
}