.intro-text{
  text-align: center;
  margin-bottom: 4rem;
}
.intro-text p+p {
  margin-top: 1em;
}
@media screen and (max-width: 768px){
  .intro-text p {
    font-size: 0.8125rem;
    text-align: left;
  }
}

.progress-steps {
  --notactive-01-bg: #cccccc;
  --notactive-01-color: #ffffff;
  --notactive-02-bg: #e5e5e5;
  --notactive-02-color: #949494;
  --active-02-bg: #fcdc4a;
  --active-03-bg: #0080b5;
}
.progress-steps ul{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.progress-steps ul .step{
  text-align: center;
  height: 2.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.progress-steps ul li{
  width: calc(100% / 3);
  position: relative;
}
.progress-steps ul li:first-child{
  background-color: #2d2d2d;
  color: #fff;
}
.progress-steps ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  margin: 0 -20px -20px auto;
  transform: skew(20deg);
  background: var(--notactive-01-bg);
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 1;
}
.progress-steps ul li::after {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  margin: 0 -20px -20px auto;
  transform: skew(-20deg);
  background: var(--notactive-01-bg);
  position: absolute;
  right: 5px;
  bottom: 20px;
  z-index: 1;
}
.progress-steps ul li:first-child::before, .progress-steps ul li:first-child::after {
  background: var(--notactive-01-bg);
}
.progress-steps ul li:nth-child(2)::before, .progress-steps ul li:nth-child(2)::after {
  background: var(--notactive-02-bg);
}
.progress-steps ul li:last-child::before, .progress-steps ul li:last-child::after {
  background: var(--notactive-02-bg);
}
.progress-steps--check ul li:first-child::before, .progress-steps--check ul li:first-child::after {
  background: var(--active-02-bg);
}
.progress-steps--sent ul li:first-child::before, .progress-steps--sent ul li:first-child::after {
  background: var(--notactive-02-bg);
}
.progress-steps--sent ul li:nth-child(2)::before, .progress-steps--sent ul li:nth-child(2)::after {
  background: var(--active-03-bg);
}
.progress-steps--sent ul li:last-child::before, .progress-steps--sent ul li:last-child::after {
  display: none;
}
.progress-steps ul li:nth-child(2){
  background-color: var(--notactive-01-bg);
  color: var(--notactive-01-color);
}
.progress-steps ul li:nth-child(3){
  background-color: var(--notactive-02-bg);
  color: var(--notactive-02-color);
}
.progress-steps--check ul li:first-child {
  background-color: var(--notactive-02-bg);
  color: var(--notactive-02-color);
}
.progress-steps--check ul li:nth-child(2) {
  background-color: var(--active-02-bg);
  color: #000;
}
.progress-steps--sent ul li:first-child {
  background-color: var(--notactive-01-bg);
  color: var(--notactive-01-color);
}
.progress-steps--sent ul li:nth-child(2) {
  background-color: var(--notactive-02-bg);
  color: var(--notactive-02-color);
}
.progress-steps--sent ul li:last-child {
  background-color: var(--active-03-bg);
  color: #fff;
}




.contact-form .form-label{
  background-color: #f2f2f2;
  width: 30%;
  padding-left: 20px;
}
@media screen and (max-width: 768px){
  .contact-form .form-label{
    background-color: #f2f2f2;
    width: 100%;
  }
}
.contact-form label .must{
  padding: 2px 5px;
}
.contact-form label span:not(.wpcf7-list-item-label) {
  background-color: red;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  padding: 2px 3px;
}
.contact-form .form-group .wpcf7-form-control-wrap, .contact-form .form-wrap {
  display: block;
  width: 100%;
  padding-left: 20px;
}
.contact-form .form-wrap .wpcf7-form-control-wrap {
  padding-left: 0;
}

@media screen and (max-width: 768px){
  .contact-form .form-group .wpcf7-form-control-wrap, .contact-form .form-wrap {
    padding-left: 0;
  }
}

.form-group {
  display: flex;
  align-items:stretch;
  /* justify-content: space-between; */
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .form-group{
    display: block;
  }
}
.form-group-checkbox{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-group-checkbox input{
  margin-right: 10px;
}

.form-label {
  display: block;
  /* margin-bottom: 5px; */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.form-input {
  height: 100%;
}
.form-input,
.form-submit-btn,
textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.form-group textarea{
  height: 286px;
}
.form-input-address-wrap{
  width: 100%;
}
.form-group-checkbox input[type="checkbox"] {
  width: 26px;
  height: 26px;
}
.form-group-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px){
  .form-input-address-wrap{
    width: 100%;
  }
}
.form-input-todofuken-wrap{
  margin-bottom: 20px;
}
.form-input-address-wrap label{
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
}
.form-input-address-wrap input{
  width: 100%;
  display: block;
}
.form-submit{
  text-align: center;
  display: flex;
  justify-content: center;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-spinner {
  position: absolute;
  margin-right: -385px;
}
@media screen and (max-width: 768px) {
  .wpcf7-spinner {
    margin-right: 0;
    right: 0;
  }
}
.wpcf7-not-valid {
  height: calc(100% - 1.2em);
}
.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  padding: 2px;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.wpcf7-not-valid-tip::before {
  content: "";
  width: 1em;
  height: 1em;
  padding: 1px;
  border: 1px solid #dc3232;
  border-radius: 100px;
  background: url("../images/common/icon-attention.svg") no-repeat center center / 0.8em 0.8em;
}
.checkbox-label {
  display: inline-block;
  margin-left: 5px;
}

.form-submit-btn {
  background-color: #4C4C4C !important;
  color: #fff !important;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  width: 371px;
}

.form-submit-btn:hover {
  opacity: 0.7;
}

.contact-kiyaku{
  width: 100%;
  overflow: auto;
  height: 295px;
  border: 1px solid #D0D0D0;
  margin-bottom: 30px;
  padding: 20px;
}
.pagefmt {
  font-size: 1rem;
}