.fukoku-txt.is-v01 {
  width: 100%;
}
.fukoku-txt.is-v02 {
  width: 100%;
  border-color: #8acbcb;
  background: #e1f8f8;
}
.fukoku-txt.is-v03 {
  width: 100%;
  border-color: #e0cb7f;
  background: #fcf6dc;
}
.fukoku-txt p.is-ttl {
  margin: 0 0 20px;
  font-size: calc(24 / 16 * 1em);
  font-weight: 700;
  line-height: calc(29 / 24);
}
@media screen and (max-width: 767px) {
  .fukoku-txt p.is-ttl {
    font-size: calc(16 / 16 * 1em);
  }
}
.fukoku-txt p.is-nt {
  margin: 3px 0 0;
  padding: 0 0 0 1em;
  font-size: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .fukoku-txt p.is-nt {
    margin: 10px 0 0;
    font-size: calc(12 / 16 * 1em);
  }
}

.box-flow .flow-tel {
  margin: 10px 0 0;
}
.box-flow .flow-tel a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .box-flow .flow-tel a {
    pointer-events: auto;
  }
}
.box-flow .flow-tel img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cnv-bnr {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cnv-bnr {
    max-width: 480px;
  }
}
.cnv-bnr a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cnv-bnr a {
    pointer-events: auto;
  }
}
.cnv-bnr img {
  display: block;
  max-width: 100%;
  height: auto;
}
