body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 430px;
  margin: 0 auto;
}

main {
  padding-bottom: 210px;
}

section {
  padding: 3rem 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 2px;
}

.sub-title {
  font-weight: 700;
  font-size: 21px;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  letter-spacing: 2px;
}

.sub-title:before,
.sub-title:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: black;
}

.sub-title:before {
  left: 7px;
}

.sub-title:after {
  right: 7px;
}

.big {
  font-size: 1.5em;
  padding-right: 2px;
}

.small {
  font-size: 0.7em;
  padding-right: 2px;
}

.smallest {
  font-size: 0.5em;
  padding-right: 2px;
}

span.marker {
  background-color: rgb(240, 255, 0);
  background-position: left bottom;
  background-size: 100% 50%;
}

.ex-bold {
  font-weight: 900;
}

.color-black {
  color: #000;
}

.color-main {
  color: #228b22;
}

.color-sub {
  color: #1996e3;
}

.color-red {
  color: red;
}

.color-orange {
  color: orange;
}

.bg-main {
  background: #228b22;
}

.bg-main-dark {
  background: #1e643a;
}

.bg-orange {
  background: orange;
}

.bg-sub {
  background: #1996e3;
}

.bg-black {
  background: #000;
}

.bg-yellow {
  background: #e6e600;
}

.bg-white {
  background: #fff;
}

.bg-skyblue {
  background: skyblue;
}

.normal-width {
  width: calc(100% - 24px);
}

.top-message {
  font-size: 11px;
}

.site-title {
  font-size: 1.8rem;
}

.branch-table tr td {
  font-size: 9px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  background: red;
  border: 1px solid #fff;
  color: #fff;
}

.area {
  font-size: 10px;
  padding: 4px 21px 6px;
  display: inline-block;
}

.mv {
  background: url("../img/mvbg.jpg") no-repeat center center;
  background-size: cover;
}

.four-service {
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
}

.sukashi {
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.plan-box {
  letter-spacing: 1px;
}

.otoku-box {
  letter-spacing: 1px;
  font-size: 14px;
  border: 2px solid #000;
}

.gradient {
  font-size: 70px;
  letter-spacing: -2px;
  -webkit-text-stroke: 2px white;
  text-shadow: 3px 3px 3px #000;
}

.bg-blue {
  background: #1996e3;
}

.free-box {
  border: 3px solid #000;
}
.free-box__item {
  font-size: 12px;
}
.free-box__price {
  font-size: 2.5rem;
  color: red;
}

.cv {
  border: 3px solid #000;
  width: calc(100% - 24px);
  padding: 1rem;
}
.cv .mitsumori {
  color: red;
  font-size: 18px;
}
.cv .tel {
  font-size: 38px;
  color: #1996e3;
}
.cv .bg-green,
.cv .bg-pink,
.cv .bg-navy {
  padding: 7px 0 9px;
  letter-spacing: 1px;
}
.cv .bg-green p,
.cv .bg-pink p,
.cv .bg-navy p {
  font-size: 11px;
}
.cv .bg-green {
  background: #228b22;
}
.cv .bg-pink {
  background: red;
}
.cv .bg-navy {
  background: #1996e3;
}

.cv-link {
  font-size: 18px;
  letter-spacing: 1px;
}

.cv-line {
  padding: 1rem 0 0.8rem;
  background: #228b22;
  border-bottom: 4px solid #1e643a;
}
.cv-line span {
  padding-right: 11px;
}
.cv-line span img {
  width: 32px;
}

.cv-mail {
  padding: 1rem 0 0.8rem;
  background: orange;
  border-bottom: 4px solid #d2992a;
}
.cv-mail span {
  padding-right: 11px;
}
.cv-mail span img {
  width: 32px;
}

.cv-tel {
  padding: 1rem 0 0.8rem;
  background: #228b22;
  background: #1996e3;
  border-bottom: 4px solid blue;
}
.cv-tel span {
  padding-right: 11px;
}
.cv-tel span img {
  width: 20px;
}

.ba-box__mark {
  background: #1996e3;
  padding: 4px 14px;
  font-size: 10px;
  bottom: 0;
  left: 0;
}
.ba-box__yajirushi {
  top: 25%;
  left: 45%;
  z-index: 1;
  font-size: 2rem;
  color: red;
}

.service-box {
  border: 1px solid #228b22;
  width: calc(100% - 24px);
  width: calc(50% - 4px);
}
.service-box__title {
  font-size: 14px;
  background: #228b22;
  letter-spacing: 1px;
}
.service-box__text {
  font-size: 12px;
  line-height: 1.7;
}

.pack-box {
  border: 3px solid #000;
}
.pack-box__title {
  font-size: 16px;
  letter-spacing: 1px;
}
.pack-box__inner {
  padding: 1rem;
}
.pack-box__inner div:last-child {
  width: 40%;
}
.pack-box__inner__title {
  font-size: 14px;
}

.alert-title {
  font-size: 28px;
  color: red;
  letter-spacing: 2px;
}

.reason-box {
  border: 1px solid #1996e3;
  width: calc(100% - 24px);
  width: calc(50% - 4px);
}
.reason-box__title {
  font-size: 14px;
  background: #1996e3;
  letter-spacing: 1px;
}
.reason-box__text {
  font-size: 12px;
  line-height: 1.7;
}

.voice-box {
  background: #fff;
  padding: 1rem 1rem 3rem 1rem;
  border: 3px solid #000;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
}
.voice-box .name {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 7px;
}

.area-box {
  border: 3px solid #000;
  padding: 1rem;
}
.area-box li {
  font-size: 14px;
}

.bg-skyblue .faq-box {
  padding: 1rem;
  background: #fff;
  border: 3px solid #000;
  font-size: 14px;
  letter-spacing: 1px;
}
.bg-skyblue .faq-box .question span {
  color: red;
  padding-right: 8px;
}
.bg-skyblue .faq-box .answer span {
  color: green;
  padding-right: 8px;
}

.step-box {
  border: 3px solid #000;
  padding: 1rem 0;
  width: calc(100% - 6px);
  margin: 0 auto;
}
.step-box__inner {
  padding: 0 1rem;
  min-width: 150px;
}
.step-box__inner:last-child {
  padding: 0 1rem 0 0;
}
.step-box__inner .number {
  font-size: 11px;
  color: #fff;
  background: #1996e3;
}
.step-box__inner .komoku {
  font-size: 14px;
}
.step-box__inner img {
  width: 80px;
}

.hissu {
  color: red;
  font-size: 12px;
  padding-left: 4px;
}

.wpcf7 label {
  font-weight: bold;
}
.wpcf7 button,
.wpcf7 input,
.wpcf7 optgroup,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: 1px solid silver;
  border-style: auto;
  margin-top: 7px;
  padding: 11px;
}
.wpcf7 .wpcf7-radio {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  font-weight: normal;
  text-align: center;
}
.wpcf7 input[type=submit] {
  background: orange;
  color: #fff;
  letter-spacing: 2px;
  border: none;
}

.my-table {
  font-size: 14px;
}
.my-table tr td {
  display: block;
  width: 100%;
}
.my-table tr td:first-child {
  margin-bottom: 3px;
}
.my-table tr td:last-child {
  margin-bottom: 9px;
}

.footer-cv {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.footer-cv .line {
  background: linear-gradient(180deg, #228b22 0%, #228b22 50%, #1e643a 50%, #1e643a 100%);
}
.footer-cv .line span {
  padding-right: 14px;
}
.footer-cv .line span img {
  width: 32px;
}
.footer-cv .tel {
  background: linear-gradient(180deg, blue 0%, blue 50%, navy 50%, navy 100%);
}
.footer-cv .tel span {
  padding-right: 14px;
}
.footer-cv .tel span img {
  width: 16px;
}
.footer-cv a {
  color: #fff;
  display: block;
  padding: 14px 0 12px;
  font-size: 21px;
  letter-spacing: 2px;
}
.footer-cv a:first-child {
  border-right: 1px solid #fff;
}

.ticker-news {
  pointer-events: none;
}
.ticker-news .ticker-title {
  width: 0% !important;
  min-width: none !important;
}
.ticker-news .ticker-content {
  max-width: 100% !important;
}
.ticker-news .ticker-content a {
  color: #000 !important;
}
@media only screen and (max-width: 480px) {
  .ticker-news .ticker-content {
    font-size: 14px !important;
  }
}

.grecaptcha-badge {
  display: none;
}/*# sourceMappingURL=main.css.map */