@charset "UTF-8";
/*16*1.75/2*/
/* フォーム
-----------------------------------*/
.request {
  padding-block: 80px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .request {
    padding-block: 60px;
  }
}

.request-wrap {
  max-width: 960px;
  margin: 0 auto;
  font-size: 20px;
}
@media (max-width: 767px) {
  .request-wrap {
    font-size: 18px;
  }
}
.request-wrap h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .request-wrap h1 {
    font-size: 32px;
  }
}
.request-wrap h1 + h2 {
  margin-top: 0;
}
.request-wrap h2 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .request-wrap h2 {
    font-size: 22px;
  }
}
.request-wrap h2 + dl {
  margin-top: 8px;
}
.request-wrap dl {
  margin-top: 16px;
}
.request-wrap dl dt {
  margin-bottom: 12px;
  font-weight: 700;
}
.request-wrap dl dt label {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: #333;
          text-decoration-color: #333;
  text-underline-offset: 8px;
}
.request-wrap dl dt .required {
  display: inline-block;
  margin-left: 1em;
  padding: 0 8px;
  background-color: #F00;
  border-radius: 6px;
  color: #FFF;
  font-size: 0.8em;
}
.request-wrap .request-btn {
  margin-top: 40px;
  text-align: center;
  /*.button-wrap {
  	position: relative;
  	cursor: pointer;
  	&::after {
  		content: "";
  		z-index: 1;
  		position: absolute;
  		top: 29px;
  		left: calc(50% + 80px);
  		width: 30px;
  		height: 8px;
  		background: url(/images/com_ic01.svg) no-repeat center center;
  		background-size: 100% auto;
  		@include mq(max, tb) {
  			top: 24px;
  			width: 28px;
  			height: 7px;
  		}
  	}
  }*/
}
.request-wrap .request-btn p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
}
.request-wrap input[type=submit] {
  width: 300px;
  padding: 24px;
  vertical-align: 0;
  background-color: #002163;
  border-radius: 100px;
  border: none !important;
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .request-wrap input[type=submit] {
    padding: 20px;
    font-size: 16px;
  }
}
.request-wrap input[type=submit]:hover {
  background-color: #40bbd6;
}

.wpcf7-response-output {
  border-width: 4px !important;
  color: #F00;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 18px;
  }
}
/*# sourceMappingURL=contents.css.map */