* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

#main {
  width: 100%;
}

.content {
  background: none;
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .contents {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_img_box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top-img {
    text-align: center;
  }
}
.top-img img {
  width: 385px;
}
@media screen and (max-width: 1029px) {
  .top-img img {
    width: 278px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
@media screen and (max-width: 767px) {
  .top-img img {
    margin-top: 10px;
  }
}

.top-fv {
  background-image: url(../images/fv-pc.jpg);
  background-size: cover;
  background-position: center;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .top-fv {
    position: relative;
    height: 210px;
    background-position: center;
    background-image: url(../images/fv-sp.jpg);
  }
}

.top-catch-cont {
  max-width: 960px;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 1029px) {
  .top-catch-cont {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-catch-cont {
    text-align: center;
    margin-top: 0;
  }
}

.top-subcatch {
  /* font-size: 26px; */
  font-weight: bold;
  /* padding-top: 40px; */

  padding-top: 7px;
  span {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .top-subcatch {
    padding-top: 20px;
    /* font-size: 20px; */
    padding-left: 30px;

    text-align: left;
    span {
      font-size: 14px;
    }
  }
}

.top_point-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_point-sp {
    display: block;
  }
}

.top-subcatch .top-subcatch-l {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .top-subcatch .top-subcatch-l {
    font-size: 24px;
  }
}

.top-subcatch .top-subcatch-l:first-child {
  color: #f68014;
}

.top_catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  /* -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
  text-shadow: 3px 3px 3px rgb(255, 255, 255), -3px 3px 3px rgb(255, 255, 255), -3px -3px 3px rgb(255, 255, 255), 3px -3px 3px rgb(255, 255, 255);
  position: relative;
  align-items: flex-end;
}

/* .top_catch_left {
  color: #184535;
  font-size: 34px;
  line-height: 1.1;
} */

.top_catch_left {
  width: 370px;
  line-height: 1.2;
  color: #a28f29;
  display: flex;
  flex-wrap: wrap;
  b {
    font-size: 96px;
    font-weight: 600;
  }
}

.top_catch_left .tc01 {
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  transform: translateY(-24px);
}

.top_catch_left .tc02 {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
}
.top_catch_left .tc03 {
  display: block;
  font-size: 34px;
  font-weight: 700;
}

.top_catch__txt {
  font-size: 14px;
  color: #184535;
  line-height: 1.8;
  p {
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .top_catch {
    text-shadow: none;
    text-shadow: 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255);
    /* text-shadow: 4px 4px 0 rgb(255, 255, 255), -4px 4px 0 rgb(255, 255, 255), -4px -4px 0 rgb(255, 255, 255), 4px -4px 0 rgb(255, 255, 255);
    text-shadow: 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255); */

    /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff; */
    /* filter: drop-shadow(0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255)); */
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
    width: 100%; */
    display: block;
    /* padding-top: 5rem; */
    /* padding-top: 25vw; */
    padding-top: 51vw;
  }
  .top_catch_left {
    font-size: 22px;
    /* line-height: 1.1; */
    width: fit-content;
    /* width: 100%; */
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    b {
      font-size: 77px;
    }
  }
  .top_catch_left .tc01 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    transform: translateY(-24px);
  }

  .top_catch_left .tc02 {
    display: inline-block;
    font-size: 43px;
    font-weight: 900;
  }
  .top_catch_left .tc03 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
  .top_catch__txt {
    width: 100%;
    color: #fff;
    background-color: #184535;
    text-shadow: none;
    padding: 8px 16px;
    line-height: calc(20 / 14);
    text-align: center;
    margin-top: 1rem;
    p {
      display: inline-block;
      text-align: left;
    }
  }
}
.top_catch_left .top {
  font-size: 27px;
}

@media screen and (max-width: 640px) {
  .top_catch_left .top {
    font-size: 18px;
  }
}
.top_catch_right {
  font-size: 44px;
  color: #947929;
}

.top_catch_right span {
  font-size: 68px;
}

@media screen and (max-width: 640px) {
  .top_catch_right {
    font-size: 22px;
    color: #b36720;
  }
  .top_catch_right span {
    font-size: 32px;
  }
}
.top_points {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 26px;
  margin-top: -60px;
}

.top_points::after {
  display: none;
}

.top__point {
  padding-top: 8px;
  img {
    border-radius: 5px;
    filter: drop-shadow(0 0 6px rgba(129, 108, 65, 0.25));
  }
}

@media screen and (max-width: 640px) {
  .top_points {
    display: none;
  }
}
.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 1029px) {
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .cta::after {
    display: none;
  }
}

.cta-btn {
  width: 100%;
  max-width: 315px;
  padding: 21px 0 19px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    margin: 0 auto;
    height: 55px;
    font-size: 16px;
    padding: 14px 0 15px;
  }
}
.cta-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-btn::before,
.cta-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  background-repeat: no-repeat;
}
.cta-btn::before {
  width: 21px;
  height: 21px;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-btn::after {
  background-image: url(../img/top/arrow-wh.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-btn-cont {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .search-btn-cont {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.search-btn {
  display: block;
  background: #ff983a;
  max-width: 600px;
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .search-btn {
    max-width: 360px;
    font-size: 16px;
    padding: 16px;
  }
}
.search-btn::before {
  position: absolute;
  content: "";
  width: 71px;
  height: 66px;
  background-image: url(../img/top/serach-pc.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .search-btn::before {
    width: 21px;
    height: 21px;
    left: 20px;
    background-image: url(../img/top/search.svg);
  }
}
.search-btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(../img/top/arrow-wh.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .search-btn::after {
    width: 12px;
    height: 12px;
    right: 20px;
    background-image: url(../img/top/arrow-wh.svg);
  }
}
.search-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-btn:hover,
.search-btn:visited {
  color: #fff;
}

.consul-btn {
  background: #ff983a;
  padding-top: 12px;
}
@media screen and (max-width: 1029px) {
  .consul-btn {
    padding-top: 8px;
    line-height: 1.3;
  }
}
.consul-btn small {
  display: block;
}
.consul-btn::before {
  background-image: url(../img/top/people.svg);
}

.tel-btn {
  color: #ff983a !important;
  border: #ff983a 1px solid;
  background: #fff;
}
.tel-btn::before {
  background-image: url(../img/top/tel.svg);
}
.tel-btn::after {
  background-image: url(../img/top/arrow-ora.svg);
}

.section_title {
  color: #65512c;
  font-size: 36px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 1029px) {
  .section_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.section-inner {
  padding: 80px 0;
}
.section-inner div:after {
  display: none;
}
@media screen and (max-width: 1029px) {
  .section-inner {
    padding: 30px 10px;
  }
}

.problem {
  background: #faf9f9;
}

.problem-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1029px) {
  .problem-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.problem-cont {
  max-width: 470px;
  width: 100%;
  border-radius: 5px;
  border: #e6e3e1 1px solid;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1029px) {
  .problem-cont {
    margin: 0 auto;
  }
}

.problem-cont-ttl {
  border-radius: 5px 5px 0 0;
  background: #ffb366;
  font-weight: bold;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.problem-cont-lists {
  background: #fff;
  padding: 24px 30px;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .problem-cont-lists {
    padding: 20px 12px;
    font-size: 14px;
  }
}
.problem-cont-lists li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 28px;
}
.problem-cont-lists li::before {
  position: absolute;
  content: "";
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.problem-cont-lists li:last-child {
  margin-bottom: 0;
}
.problem-cont-lists li span {
  color: #ff983a;
  font-weight: bold;
}

.problem--faq {
  max-width: 100%;
}
@media screen and (max-width: 1029px) {
  .problem--faq {
    max-width: 468px;
  }
}
.problem--faq .problem-cont-lists {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  display: block;
}

.problem--faq .problem-cont-lists .faq_l {
  width: 100%;
  float: none;
}
@media screen and (max-width: 1029px) {
  .problem--faq .problem-cont-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .problem--faq .problem-cont-lists .faq_l {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.faq-inner {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq-inner {
    padding-bottom: 20px;
  }
}

.faq_r,
.faq_l {
  margin-left: 0;
}

.faq_l li,
.faq_r li {
  text-indent: 0;
}

.free-intro {
  background-image: url(../images/free-intro-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 1029px) {
  .free-intro {
    padding-top: 0;
    height: 135px;
  }
}
.free-intro:after {
  display: none;
}

.free-intro-arrow {
  position: absolute;
  background: url(../img/top/free-intro-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 132px;
  height: 27px;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 1029px) {
  .free-intro-arrow {
    width: 80px;
    height: auto;
  }
}

.free-intro-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  height: inherit;
}
.free-intro-cont:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .free-intro-cont {
    padding: 0 10px;
  }
}

.free-intro-text {
  margin: auto 0 auto -16px;
}
@media screen and (max-width: 767px) {
  .free-intro-text {
    margin-left: 0;
  }
}
.free-intro-text img {
  width: 100%;
  max-width: 660px;
}
@media screen and (max-width: 1029px) {
  .free-intro-text img {
    max-width: 320px;
  }
}

.free-intro-toptext {
  font-size: 45px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 1029px) {
  .free-intro-toptext {
    font-weight: 500;
    font-size: 4.5vw;
    margin-bottom: 6px;
  }
}

.free-intro-bottomtext {
  font-size: 60px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-left: -4px;
}
@media screen and (max-width: 1029px) {
  .free-intro-bottomtext {
    font-size: 24px;
    font-weight: 500;
    margin-left: -1px;
  }
}
@media screen and (max-width: 767px) {
  .free-intro-bottomtext {
    font-size: 5.8vw;
  }
}
.free-intro-bottomtext span {
  color: #cc0000;
  font-weight: bold;
}

.free-intro-img {
  margin-top: auto;
}
@media screen and (max-width: 1029px) {
  .free-intro-img img {
    max-width: 115px;
    min-width: 115px;
  }
}

.no1 {
  padding: 40px 0;
}
@media screen and (max-width: 1029px) {
  .no1 {
    padding: 10px 0;
  }
  .no1 .onlypc img {
    width: 100%;
  }
}

.tax-acco {
  padding-bottom: 40px;
}
.tax-acco div:after {
  display: none;
}
@media screen and (max-width: 1029px) {
  .tax-acco {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tax-acco {
    padding-top: 20px;
  }
  .tax-acco .contents {
    padding-bottom: 0;
  }
}

#zenkoku_link {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #zenkoku_link {
    padding-bottom: 20px;
  }
}

#search_box {
  float: none !important;
}

.tax-acco-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1029px) {
  .tax-acco-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tax-acco-card {
  width: 308px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-bottom: 20px;
  border: 1px solid #e6e3e1;
}

.tax-acco-card:nth-of-type(2) .tax-acco-list-lead {
  font-size: 14px;
}

@media screen and (max-width: 1029px) {
  .tax-acco-card {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .tax-acco-card:last-child {
    margin-bottom: 0;
  }
}
.tax-acco-list-ttl {
  background: #ffb366;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tax-acco-list-ttl {
    min-height: 0;
  }
}

.tax-acco-list-lead {
  text-align: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-acco-card-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.tax-acco-card-btns li:nth-child(2),
.tax-acco-card-btns li:nth-child(3),
.tax-acco-card-btns li:nth-child(6),
.tax-acco-card-btns li:nth-child(7),
.tax-acco-card-btns li:nth-child(10),
.tax-acco-card-btns li:nth-child(11) {
  background: #f7f7f6;
}
@media screen and (max-width: 767px) {
  .tax-acco-card-btns li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(46% - 6px);
    -ms-flex: 0 0 calc(46% - 6px);
    flex: 0 0 calc(46% - 6px);
  }
}
.tax-acco-card-btns li a {
  display: block;
  width: 134px;
  height: 46px;
  /* line-height: 43px; */
  text-align: center;
  border: 1px solid #e6e3e1;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position: relative;

  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .tax-acco-card-btns li a {
    width: 100%;
  }
}
.tax-acco-card-btns li a::after {
  position: absolute;
  content: "";
  background: url(../img/top/arrow-bk.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.tax-acco-card-btns li a:hover {
  background: #e6e3e1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case {
  background: #faf9f9;
}

.case-cont {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  border: 1px solid #e6e3e1;
}
@media screen and (max-width: 1029px) {
  .case-cont {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}

.case-num {
  position: absolute;
  top: -24px;
  left: 15px;
  background: #ffb366;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 5px 18px;
}
@media screen and (max-width: 1029px) {
  .case-num {
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 10px;
    left: 0;
    top: -19px;
  }
}

.case-cont-ttl-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .case-cont-ttl-cont {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.case-cont-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case-cont-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .case-cont-ttl {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 767px) {
  .case-cont-ttl {
    text-align: left;
  }
}
.case-cont-ttl img {
  vertical-align: middle;
  margin-right: 6px;
}

@media screen and (max-width: 1029px) {
  .case-cont-ttl-img {
    max-width: 37px;
  }
}

.case-ba {
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1029px) {
  .case-ba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.case-b,
.case-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 68px;
  border-radius: 5px;
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 1029px) {
  .case-b,
  .case-a {
    gap: 50px;
  }
}

.case-b {
  border: #d2d2d2 2px solid;
  padding: 20px;
}
@media screen and (max-width: 1029px) {
  .case-b {
    padding: 10px;
  }
}

.case-b-ttl,
.case-a-ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1029px) {
  .case-b-ttl,
  .case-a-ttl {
    font-size: 16px;
  }
}

.case-b-price {
  font-weight: bold;
  text-align: center;
  margin-top: -5px;
}
.case-b-price span {
  font-size: 28px;
  font-weight: inherit;
}
@media screen and (max-width: 1029px) {
  .case-b-price span {
    font-size: 20px;
  }
}

.case-a {
  border: #f68014 2px solid;
  padding: 14px;
}
@media screen and (max-width: 1029px) {
  .case-a {
    padding: 7px;
  }
}

.case-a-ttl {
  color: #f68014;
}

.case-a-price {
  font-size: 20px;
  color: #f68014;
  text-align: center;
  font-weight: bold;
  margin-top: -5px;
}
@media screen and (max-width: 1029px) {
  .case-a-price {
    font-size: 18px;
  }
}
.case-a-price span {
  font-weight: inherit;
  font-size: 36px;
}
@media screen and (max-width: 1029px) {
  .case-a-price span {
    font-size: 24px;
  }
}

.case-text {
  line-height: 1.7;
}
.case-text span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case-text {
    display: none;
  }
}

.case-ba-arrow {
  text-align: center;
}
@media screen and (max-width: 1029px) {
  .case-ba-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: -10px 0;
  }
}

.case-bottom {
  color: #f68014;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .case-bottom {
    font-size: 16px;
  }
}
.case-bottom span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .case-bottom span {
    font-size: 20px;
    display: block;
  }
}

.case-bottom-arrow {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .case-bottom-arrow {
    margin: 10px 0;
  }
}

.case-bottom {
  text-align: center;
  font-weight: bold;
}
.case-bottom span {
  font-weight: inherit;
}

.case-sup {
  font-size: 14px;
  text-align: center;
}

.faq {
  background: #fff;
  width: 100%;
  padding: 0;
}
.faq .topfaq {
  padding: 0;
}

#topblog2 {
  margin-top: 0;
}
@media screen and (max-width: 1029px) {
  #topblog2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1029px) {
  .column2_box,
  .column3_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    border: 1px solid #e6e3e1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .column2_box:after,
  .column3_box:after {
    display: none;
  }
}

@media screen and (max-width: 1029px) {
  .column2_img,
  .column3_img {
    width: 40%;
    margin-bottom: 0;
  }
  .column2_img img,
  .column3_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
  }
}

@media screen and (max-width: 1029px) {
  .column2_title,
  .column3_title {
    width: 60%;
    padding: 10px;
    background: #faf9f9;
    font-size: 14px;
    border-radius: 5px;
  }
  .column2_title > a,
  .column3_title > a {
    font-weight: 600;
  }
  .column2_title div a:after,
  .column3_title div a:after {
    position: absolute;
    background-image: url(../img/top/blog-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    width: 17px;
    height: 11px;
    bottom: 17px;
    right: 12px;
  }
}

.topblogbox {
  width: 960px;
}
@media screen and (max-width: 1029px) {
  .topblogbox {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .topblogbox .blog-btn::before {
    background-image: none;
  }
}

@media screen and (max-width: 1029px) {
  .column2_datawrap,
  .column3_datawrap {
    width: 60%;
    margin-bottom: 0;
  }
  .column2_datawrap .column2_title,
  .column2_datawrap .column3_title,
  .column3_datawrap .column2_title,
  .column3_datawrap .column3_title {
    width: 100%;
    height: 100%;
  }
}

.merit_box {
  display: none;
}

#topblog2 .section_title {
  display: none;
}
@media screen and (max-width: 1029px) {
  #topblog2 .section_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed-banner {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-banner {
    display: block;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 5;
  }
  .fixed-banner img {
    width: 100%;
  }
}

div#zenkoku_link ul,
div#zenkoku_link ul li,
div#zenkoku_link ul li a,
.search_area_box_in,
.search_area_box_in .toggled_dt,
.search_area_box_inleft dd a,
.search_area_box_in .click_dt,
.chumoku_motto {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.chumoku_list {
  margin-bottom: 0;
}

.chumoku_motto {
  width: auto;
  height: auto;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  float: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chumoku_motto .tel-btn {
  font-weight: bold;
}
.chumoku_motto .tel-btn::before {
  background-image: none;
}

#fixed_banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px -10px 10px rgba(237, 237, 237, 0.6);
  box-shadow: 0px -10px 10px rgba(237, 237, 237, 0.6);
}
#fixed_banner div:after {
  display: none;
}

#fixed_banner .fixed_banner_in {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: block;
}

.otoiawase_box {
  padding: 20px 0;
}
.otoiawase_box .tel-sp {
  text-align: center;
}
.fixed_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #fixed_banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px -10px 10px rgba(237, 237, 237, 0.6);
    box-shadow: 0px -10px 10px rgba(237, 237, 237, 0.6);
    display: none;
  }
  .fixed_sp {
    display: block;
    padding: 2% 0%;
  }
  #fixed_banner .otoiawase_box.clearfix {
    display: none;
  }
  .fixed_sp a {
    width: 90%;
    display: block;
    float: left;
    margin: 1.2% 5%;
    text-align: center;
  }
  .tel-free {
    text-align: center;
    margin-top: 0.8%;
  }
}

/*ラジオフキダシ*/
@media screen and (min-width: 641px), print {
  .top-catch-cont {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
  }
  .radio_banner_bubble.onlypc {
    position: absolute;
    width: 180px;
    right: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .top-fv {
    position: relative;
    /* height: 210px; */
    /* background-position: center; */
    background-image: url(../images/fv-sp.jpg);

    /* height: 16rem; */
    height: 22rem;
    height: 69vw;
    /* background-size: 110%; */
    background-size: 134%;
    /* background-size: contain; */
    background-repeat: no-repeat;
    /* background-position: bottom center; */
    background-position: center 0.5rem;
  }
  .top-catch-cont {
    text-align: center;
    margin-top: 0;
    position: initial;
  }
  .radio_banner_bubble.onlysp {
    position: absolute;
    /* top: 25.5%;
    right: 5.5%; */
    /* top: 10%; */
    top: 25px;
    right: 5.5%;
    width: 18.5%;
  }
}

.daihyoaisatsu-text-sign {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 10px;
  img {
    width: 135px;
    display: inline-block;
    margin: 0;
    margin-bottom: 16px;
  }
  span {
  }
}

@media screen and (max-width: 640px) {
  .contents_ttl.z_ttl {
    text-align: left;
    width: 90%;
  }
}
