.step1__txt {
    margin-bottom: 3em;
}
.catalog-info {
    display: block;
    background-color: var(--color-orange01);
    padding: 1.5em;
    margin-bottom: 3em;
}
.catalog-info .catalog-info__ttl {
    font-size: 1.9rem;
    line-height: 1.5em;
    color: var(--color-blue);
    font-weight: 700;
    display: inline-block;
    border-bottom: 4px solid var(--color-blue);
    padding-bottom: .25em;
    margin-bottom: 1.5em;
}
.catalog-info .button {
    margin: 1.5em auto 0 auto;
}
.wpcf7__title {
    font-size: 1.9rem;
    font-weight: 700;
    background: var(--color-blue);
    color: white;
    padding: .75em 1em;
    border-radius: 2em;
    margin-bottom: 1.5em;
}
.wpcf7c-elm-step2 .wpcf7__title {
    background-color: var(--color-blue01);
    color: var(--color-blue);
    text-align: center;
}
.wpcf7c-elm-step3 .wpcf7__title {
    background-color: var(--color-orange01);
    color: var(--color-orange);
    text-align: center;
}
.thanks-msg {
    text-align: center;
}
.thanks-msg .thanks-msg__ttl {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--color-blue);
    margin: 2em 0 1.5em 0;
}
.button-tel {
    margin-top: var(--space-md);
}
.button-tel a {
    color: white;
    text-align: center;
    background-color: var(--color-blue);
    border-radius: 2em;
    padding: 1em 1em;
    display: block;
    max-width: 20rem;
    margin: 0 auto;
}
.button-tel .button-tel__no {
    font-size: 1.9rem;
    font-family: var(--font-en);
    font-weight: 700;
    display: block;
}
.button-tel .button-tel__time {
    font-size: 1.2rem;
    display: block;
    line-height: 1.2em;
}

/** form **/
input,textarea,select,.wpcf7-not-valid-tip {
	font-family: var(--base-font-family) !important;
    font-weight: 600 !important;
} 
input[type="text"],input[type="tel"],input[type="email"],textarea {
    display: block;
	font-size: 1em;
    line-height: 3em;
    height: 3em;
    outline: none;
    margin: 0;
	padding: 0 1em;
    border-radius: 0;
    border: 1px solid var(--color-blue01);
    background-color: white;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: var(--color-txt);
}
textarea {
    width: 100%;
	height: 15em;
    line-height: 1.6em;
	box-sizing: border-box;
	margin: 0;
	padding: 1em;
}
.wpcf7-textarea.wpcf7c-conf {
    background-color: white;
    border: 1px solid var(--color-blue01);
}

.wpcf7-checkbox input,.wpcf7-radio input,
.wpcf7-acceptance input {
    display: none;
}
.wpcf7-checkbox label,.wpcf7-radio label,
.wpcf7-acceptance label {
    padding-left: 2em;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: block;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 !important;
}
.wpcf7-checkbox,.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 1em;
    line-height: 1em;
}
.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-color: white;
    border: 1px solid var(--color-blue01);
    transform: translateY(-50%);
	box-sizing: border-box;
}
.wpcf7-radio .wpcf7-list-item-label::before {
    border-radius: 50%;
    border: 1px solid var(--color-blue);
}
.wpcf7-checkbox .wpcf7-list-item-label::after,
.acceptance .wpcf7-list-item-label::after {
	content: " ";
	display: block;
    height: 1.4rem;
    width: .95rem;
    border-right: 2px solid var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
    position: absolute;
    top: 50%;
    left: .6rem;
    transform: translateY(-70%) rotate(40deg);
    opacity: 0;
}
.wpcf7-radio .wpcf7-list-item-label::after {
	background-color: var(--color-blue);
    border: none;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    left: .5rem;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.acceptance input:checked + .wpcf7-list-item-label::after,
.acceptance input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-radio input:checked + .wpcf7-list-item-label::after,
.wpcf7-radio input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
	opacity: 1;
}
.submit_btn {
    display: grid;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -1.5em;
    left: -1.5em;
}
.button-wrap {
  position: relative;
  display: inline-block;
  width: 22rem;
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 2em;
  overflow: hidden;
  isolation: isolate;
}
.button-wrap input[type="submit"],
.button-wrap input[type="button"] {
  width: 100%;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 1.5em 2.5em 1.5em 1.75em;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.button-wrap::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url('../images/arrow_white.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%);
  z-index: 1;
  transition:
    background-image 0.3s ease 0.5s,
    transform 0.3s ease 0.5s;
}
.button-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 0;
  height: 0;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  z-index: 0;
}
.button-wrap:hover::before {
    width: 22rem;
    height: 22rem;
}
.button-wrap:hover input[type="submit"],
.button-wrap:hover input[type="button"] {
  color: var(--color-orange);
}
.button-wrap:hover::after {
  background-image: url('../images/arrow_orange.svg');
  transform: translate(0.4em, -50%);
}
.button-wrap:has(.wpcf7c-force-hide) {
    display: none;
}
.wpcf7 table {
    width: 100%;
    margin-bottom: var(--space-md);
}
.wpcf7 table th {
    color: var(--color-blue);
    font-weight: 700;
    text-align: left;
    padding: 1.25em 0;
    vertical-align: middle;
}
.wpcf7 th .req {
    margin-left: 1em;
}
.wpcf7 table td {
    padding: 1.25em 0;
}
.wpcf7 .req,.wpcf7-not-valid-tip {
    font-size: 1.4rem !important;
    color: var(--color-orange) !important;
}
.privacy__block .privacy__block__ttl {
    text-align: center;
    margin-bottom: 1.5em;
}
.scrollable {
    width: 100%;
    max-width: 64rem;
    height: 23.5rem;
    display: block;
    background-color: white;
    border: 1px solid var(--color-blue01); 
    overflow-y: scroll;
    padding: .5em 1.5em 1.5em 1.5em;
    margin: 0 auto;
}
.scrollable::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}
.scrollable::-webkit-scrollbar-track {
    background: var(--color-blue01);
}
.scrollable::-webkit-scrollbar-thumb {
    background: var(--color-blue);
    border-radius: .5em;
}
.scrollable dl {
    margin: 1em 0;
}
.scrollable dl dt {
    font-weight: 700;
}
.acceptance {
    margin: var(--space-md) 0;
    text-align: center;
}
/** sp **/
@media (max-width: 750px) {
    .wpcf7 table th,.wpcf7 table td {
        display: block;
        width: 100%;
    }
    .wpcf7 table th {
        padding-bottom: 1em;
    }
    .wpcf7 table td {
        padding-top: 0;
    }
}
/** pc **/
@media (min-width: 751px) {
    .catalog-info {
        padding: 2.5em;
        margin-bottom: 6em;
    }
    .catalog-info .catalog-info__ttl,
    .wpcf7__title {
        font-size: 2.6rem;
    }
    .catalog-info .button {
        margin-top: 2.5em;
    }
    .thanks-msg .thanks-msg__ttl {
        font-size: 2em;
    }
    .button-tel .button-tel__no {
        font-size: 2rem;
    }
    .wpcf7 table th {
        white-space: nowrap;
        padding-right: 2em;
    }
    .wpcf7 table th.wpcf7-table__th-top {
        vertical-align: text-top;
    }
}

