/*company*/
.company {
  padding-bottom: 8rem;
}

.overview {
  padding-bottom: 8rem;
}
.overview-table-tr {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}
.overview-table-tr:last-child {
  border-bottom: none;
}
.overview-table-th {
  margin-bottom: 4rem;
}
.overview-table-td {
  font-size: 1.8rem;
}

/*contact*/
.contact {
  padding-bottom: 8rem;
}
.contact-tel {
  margin-bottom: 6rem;
  text-align: center;
}
.contact-tel h3 {
  margin-bottom: 8rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contact-tel h3 {
    font-size: 2.4rem;
  }
}
.contact-tel-txt {
  margin-bottom: 4rem;
  line-height: 1.8;
}
.contact-tel-txt p {
  margin-bottom: 1rem;
}
.contact-tel-box {
  margin-bottom: 4rem;
  padding: 4rem;
  display: inline-block;
  background-color: #ededed;
  border-radius: 1rem;
}
.contact-tel-box .telnum {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: var(--al-font-bold, 700);
}
@media screen and (min-width: 768px) {
  .contact-tel-box .telnum {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
.contact-tel-box .time {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact-tel-box .time {
    font-size: 2rem;
  }
}
.contact-form {
  text-align: center;
}
.contact-form h3 {
  margin-bottom: 8rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contact-form h3 {
    font-size: 2.4rem;
  }
}
.contact-form-txt {
  margin-bottom: 4rem;
  line-height: 1.8;
}
.contact-form-txt p {
  margin-bottom: 1rem;
}
.contact-form-txt .notes {
  font-size: 1rem;
  color: #bbb;
}
.contact-form-box {
  margin-bottom: 6rem;
  padding: 4rem;
  display: inline-block;
  background-color: #ededed;
  border-radius: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contact-form-box {
    padding: 6rem;
  }
}
.contact-form-box .notes {
  margin-bottom: 1rem;
}
.contact-form-box .submitbtn input {
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 90%;
  line-height: 1;
  padding: 1.1em 1.5em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.contact-form-box .submitbtn input:hover {
  background-color: #666;
}
.contact-form-table {
  margin-bottom: 6rem;
  text-align: left;
}
.contact-form-table-tr {
  margin-bottom: 4rem;
}
.contact-form-table-th {
  margin-bottom: 1rem;
}
.contact-form-table-td input[type=text],
.contact-form-table-td input[type=email],
.contact-form-table-td input[type=tel],
.contact-form-table-td textarea {
  width: 100%;
}
.contact-form-table-td input[type=checkbox] {
  margin-right: 1rem;
}
.contact-form-table-acceptance {
  margin-bottom: 1rem;
}
.contact-form-notes {
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #bbb;
}
.contact-form-notes p {
  margin-bottom: 1rem;
}

/*faq*/
.faq {
  padding-bottom: 8rem;
}
.faq-table-tr {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
  line-height: 1.8;
}
.faq-table-tr:last-child {
  border-bottom: none;
}
.faq-table-th {
  margin-bottom: 4rem;
  padding-left: 2rem;
  position: relative;
  font-size: 1.8rem;
}
.faq-table-th::before {
  content: "Q";
  color: #f00;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: var(--al-font-bold, 700);
}
.faq-table-td {
  padding-left: 2rem;
  position: relative;
  font-size: 1.8rem;
}
.faq-table-td::before {
  content: "A";
  color: rgb(9, 63, 163);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: var(--al-font-bold, 700);
}
.faq-table-td p {
  margin-bottom: 1rem;
}

/*policy*/
.policy-items {
  padding-bottom: 8rem;
}
.policy-items-term {
  margin-bottom: 6rem;
  line-height: 1.8;
}
.policy-items-term h3 {
  font-size: 2.4rem;
  margin-bottom: 6rem;
}
.policy-items-term h4 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
}
.policy-items-term h4::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: var(--al-text-color, #000);
  position: absolute;
  top: 1.52rem;
  left: 0;
}
.policy-items-term p {
  margin-bottom: 2rem;
}
.policy-items-term ol {
  margin-bottom: 2rem;
  padding-left: 3rem;
  list-style-type: decimal;
}
.policy-items-term ul {
  margin-bottom: 2rem;
  padding-left: 3rem;
  list-style-type: disc;
}