.guide-section .term-list {
  padding: 1.5em 0;
  border-top: 1px solid #B3B3B3;
}
.guide-section .term-list:last-child {
  border-bottom: 1px solid #B3B3B3;
}
/** faq **/
.container.anchor-section {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.anchor-link {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5em;
  margin-top: var(--space-md);
}
.anchor-link .button {
  width: 100%;
  border: 1px solid var(--color-gray);
  margin: 0 auto;
}
.anchor-link .button span::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq-list .faq-list__a .button01 {
  margin-top: 1.5em;
}
.cancel-fee {
  margin-top: 1em;
}
.cancel-fee th,.cancel-fee td {
  color: var(--color-gray);
  font-size: var(--font-size-sp14);
  line-height: 2em;
  vertical-align: top;
  white-space: nowrap;
}
.cancel-fee th {
  padding-right: 1em;
  text-align: left;
  font-weight: 400;
}
.contact-tel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact-tel .contact-tel__no {
  font-size: 1.5em;
}
.contact-tel .contact-tel__time {
  font-size: 1.25em;
}
table.form-table {
  width: 100%;
  margin-top: 1.5em;
}
table.form-table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: .5em 0;
  line-height: 2em;
}
/** form **/
input,textarea,select,.wpcf7-not-valid-tip {
	font-family: var(--font-base) !important;
  font-weight: 400 !important;
} 
input[type="text"],input[type="tel"],input[type="email"],input[type="date"],input[type="number"],textarea,select {
  display: inline-block;
	font-size: 1em;
  line-height: 2em;
  outline: none;
  margin: 0;
	padding: .5em 1em;
  border-color: transparent;
  background-color: #F7F7F7;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
.wpcf7c-conf {
  background-color: #F7F7F7 !important;
  border-color: transparent !important;
}
textarea {
  width: 100%;
	height: 25em;
  line-height: 2em;
	box-sizing: border-box;
  border-color: transparent;
  background-color: #F7F7F7;
  padding: .5em 1em;
	margin: 0;
}
select {
  width: 100%;
  height: auto;
  line-height: 1em;
  height: 2em;
  border-radius: .5em;
  background-color: white !important;
  padding: 1em 3em 1em 1em;
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: 1em auto;
  color: black;
}
select option {
  padding: .25em .5em;
  display: block;
}
.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-wrap: wrap;
  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 #707070;
  transform: translateY(-50%);
	box-sizing: border-box;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
	content: " ";
	display: block;
  height: 1.4rem;
  width: .95rem;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  top: 50%;
  left: .6rem;
  transform: translateY(-70%) rotate(40deg);
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::after,
.acceptance .wpcf7-list-item-label::after {
	background-color: #707070;
    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;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: .25em;
  right: .5em;
  left: auto;
  line-height: 1em;
}
.acceptance {
  text-align: center;
  margin: var(--space-md) 0;
}
.submit p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5em;
}
.submit input {
  text-align: center;
  border-radius: 2em;
  padding: 1em 0;
  line-height: 1em;
  background-color: var(--color-gray);
  color: white;
  cursor: pointer;
  width: 100%;
  transition: .3s;
}
.submit input[type="button"] {
  opacity: .7;
}
.thanks__ttl {
  text-align: center;
  font-size: 1.375em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  table.form-table th {
    padding-top: 2em;
  }
  table.form-table th,
  table.form-table td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .guide-section .term-list {
    padding: 2em 0;
  }
  .anchor-link {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.5em;
  }
  .cancel-fee th {
    padding-right: 3em;
  }
  .contact-box .btn-lay {
    column-gap: 2.5em;
  }
  .contact-box .contact-tel {
    flex-direction: row;
    align-items: baseline;
  }
  .contact-tel .contact-tel__no {
    font-size: 2.5em;
  }
  .contact-tel .contact-tel__time {
    font-size: 1.5em;
  }
  table.form-table th {
    vertical-align: middle;
  }
  table.form-table tr:last-child th {
    vertical-align: top;
    padding-top: 1.5em;
  }
  table.form-table td {
    padding: .75em 0;
  }
  .submit input {
    width: 36rem;
  }
  .submit input:hover {
    opacity: .5;
  }
  .thanks__ttl {
    font-size: 1.5em;
  }
}