html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

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

.heading-items-sub,
.card-number,
.phone-number {
  font-family: "Jost", sans-serif;
}

p,
li,
td,
th {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.8;
  font-size: 16px;
}

.section-heading {
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 599px) {
  .section-heading {
    font-size: 24px;
  }
}

.fixed-bottom-button {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999; /* 29日 1000から変更 */
  border: #fff 2px solid;
}
.fixed-bottom-button .button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}
.fixed-bottom-button .button-wrapper a {
  display: flex;
  
  align-items: center;
  width: 50%;
  padding: 10px 0;
  color: white;
  font-size: 16px;
  text-align: center;
}
.fixed-bottom-button .button-wrapper a p {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  font-size: 14px;
}
.fixed-bottom-button .button-wrapper a .bold{
  font-size: 16px;
}
.fixed-bottom-button .button-wrapper a img {
  margin-right: 10px;
  margin-left: 5px;
  height: 60%;
}
.fixed-bottom-button .button-wrapper a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fixed-bottom-button .button-wrapper a:hover {
  opacity: 0.9;
}
.fixed-bottom-button .button-wrapper .phone-button {
  background-color: #222222;
  border-right: 1px solid #ffffff;
}
.fixed-bottom-button .button-wrapper .web-button {
  background-color: #db0000;
}
.fixed-bottom-button .button-wrapper .web-button img{
  margin: 0 20px 0 5px;
}
@media (max-width: 599px) {
  .fixed-bottom-button {
    display: flex;
  }
}

.heading-container {
  display: flex;
  justify-content: center;
  /* max-width: 1400px; */
}
@media (max-width: 599px) {
  .heading-container {
    margin: 0 auto 25px;
  }
}

.heading-items-sub {
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 22px;
  color: #db0000;
  font-weight: bold;
}
@media (max-width: 599px) {
  .heading-items-sub {
    font-size: 18px;
  }
}

.heading-items-heading span {
  font-size: 20px;
}

.heading-items-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .heading-items-heading {
    width: 80vw;
    margin-bottom: 0;
  }
}

.section-frame-line-left {
  width: 4px;
  height: 40px;
  background-color: #db0000;
  transform: rotate(22deg);
  margin-right: 42px;
}
@media (max-width: 599px) {
  .section-frame-line-left {
    margin-right: 10%;
  }
}

.section-frame-line-right {
  width: 4px;
  height: 40px;
  background-color: #db0000;
  transform: rotate(22deg);
  margin-left: 42px;
}
@media (max-width: 599px) {
  .section-frame-line-right {
    margin-left: 10%;
  }
}

.delimiter-line {
  width: 100%;
  height: 3px;
  background-color: #db0000;
  margin: 10px 0;
}

.footer {
  background: linear-gradient(to right, #222222, #464646);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  .footer {
    margin-bottom: 50px;
  }
}
.footer .sns-icons {
  margin: 30px 0 40px;
}
@media (max-width: 599px) {
  .footer .sns-icons {
    margin: 10px 0 40px;
  }
}
.footer .sns-icons a img {
  width: 60px;
  height: 60px;
}
.footer .sns-icons a:not(:last-child) {
  margin-right: 20px;
}
.footer .sns-icons .copy {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}/*# sourceMappingURL=common.css.map */