.popup {
  visibility: hidden;
}

.faq__row--q .faq__txt {
  padding-right: 1.5em;
}


/* 202208飯田調整 */
.header__ttl--sub {font-size: 40px;}
.header__ttl--main {font-size: 18px;}
.company__ttl--sub {font-size: 40px;}
.company__ttl {font-size: 18px;}

.header__link {
  font-size: 1.15rem;
}

.popup__inner {
    background: rgb(0 0 0 / 65%);
}

@media screen and (max-width: 767px) {
.header__ttl--sub {font-size: 26px;}
.header__ttl--main {font-size: 12px;}
.company__ttl--sub {font-size: 26px;}
.company__ttl {font-size: 12px;}
}

/* 202211飯田追加 */
.hero__ttl {
  font-size: 30px;
}
h1 {
  font-size: 14px;
}
.foot-fix__btn .btn span {
  font-size: 14px;
  text-align: left;
  padding-left: 0.5em;
}

@media screen and (max-width: 1079px) {
  .hero__ttl {
    font-size: 1.35em;
    margin-bottom: 3%;
  }
  .hero__txt {top: 17%;}
}
@media screen and (max-width: 767px) {
  h1 {font-size: 12px;}
  .btn {
    height: 45px;
  }
}

.tbl-r05 {
  width: 100%;
  font-size: 1.25em;
  margin-top: 30px;
}
.tbl-r05 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r05 th {
  background: #1B5A88;
  color: #fff;
  padding: 20px 0;
}
.tbl-r05 td {
  border-bottom: 2px solid #1B5A88;
}
.tbl-r05 td:first-child {
  width: 20%;
}
.br_pcv {display: block;}
@media screen and (max-width: 640px) {
  .br_pcv {display: none;}
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 td {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .tbl-r05 td:first-child {
    width: 100%;
    background: #1B5A88;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:last-child {
    border-bottom: none;
  }
  .tbl-r05 .table__txt:before {
    content: attr(data-label);
    display: block;
    text-align: left;
    color: #1B5A88;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding: 0 5px 5px;
  }
}