body {
  font-family: "Zen Old Mincho", serif!important;
	color:#505050!important;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 601px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 601px) {
  .u-mobile {
    display: none;
  }
}

.red {
  color: #C1272D;
}

.text-red {
  color: #C1272D;
}

html {
  font-size: 2.6666666667vw!important;
}
@media screen and (min-width: 601px) {
  html {
    font-size: 1.4545454545vw!important;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px!important;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0!important;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 1270px;
  height: 79.375rem;
  background-color: rgba(242, 179, 131, .06);
  z-index: 0;
}

.about > h2 {
  margin-top: 24px!important;
  margin-top: 1.5rem!important;
  text-align: center;
  font-size: 32px!important;
  font-size: 2rem!important;
  line-height: 1.375;
}

.about__title {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}

.about__inner {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.about__section-title {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.about__top p {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5652173913;
  text-align: center;
}

.about__top p:nth-child(2) {
  margin-top: 39px!important;
  margin-top: 2.4375rem!important;
}

.about__top p:nth-child(3) {
  margin-top: 22px!important;
  margin-top: 1.375rem!important;
}

.about__top .about__img {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.about__flow {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.about__flow p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.about__flow span {
  position: relative;
  font-weight: bold;
}

.about__flow span::before {
  content: "";
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 8px;
  height: 0.5rem;
  background-color: #F2B383;
  z-index: 0;
  opacity: 0.5;
}

.about__flow span.red::before {
  display: none;
}

.about__flow img {
  max-width: 9px;
  max-width: 0.5625rem;
  width: 100%;
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-inline: auto;
}

.about__flow > p {
  margin-top: 9px!important;
  margin-top: 0.5625rem!important;
}

.about__flow > p:nth-child(3) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.about__flow p:last-child {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.about-bottom {
  margin-top: 80px;
  margin-top: 5rem;
}

.about__head {
  margin-top: 56px;
  margin-top: 3.5rem;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  padding: 26px;
  padding: 1.625rem;
  text-align: center;
  background-color: #577073;
  margin-inline: calc(50% - 50vw);
  line-height: 1.15;
  letter-spacing: 0.08em;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}

.about__bottom > p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px!important;
  margin-top: 2.5rem!important;
}

.about__bottom img {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.access {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.access__inner {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.access h3 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-top: 39px!important;
  margin-top: 2.4375rem!important;
}

.access__info {
  margin-top: 23px!important;
  margin-top: 1.4375rem!important;
}

.access__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  border-top: 0.5px solid #664748;
}

.access__info li:last-child {
  border-bottom: 0.5px solid #664748;
}

.access__tag {
  font-size: 20px;
  font-size: 1.25rem;
  color: #577073;
  font-weight: bold;
  max-width: 136px;
  max-width: 8.5rem;
  width: 100%;
}

.access__map {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.access__map iframe {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .access__map iframe {
    height: 460px;
    height: 28.75rem;
  }
}

.access__bottom {
  margin-top: 48px;
  margin-top: 3rem;
}

.access__bottom span {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #C1272D;
}

footer {
  margin-top: 60px;
  margin-top: 3.75rem;
  background-color: #577073;
}

footer > p {
  text-align: center;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.access__text {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
}

.access__text .day {
  display: inline-block!important;
  max-width: 100px!important;
  max-width: 7rem!important;
  width: 100%!important;
  margin-right: 16px!important;
  margin-right: 1rem!important;
}

.banners__campaign {
  margin-top: 74px;
  margin-top: 4.625rem;
  padding-left: 21px;
  padding-left: 1.3125rem;
  padding-right: 21px;
  padding-right: 1.3125rem;
}

.banners__tel {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.banners__line {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.banners--last .banners__campaign {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.fixed-bottom {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  gap: 0.3125rem;
  bottom: 0px;
  bottom: 0rem;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .fixed-bottom.u-hide-pc {
    display: flex;
  }
}

@media screen and (min-width: 601px) {
  .fixed-bottom {
    display: block;
    left: 50%;
    transform: translatex(-50%);
  }
}

@media screen and (min-width: 601px) {
  .fixed-bottom a {
    max-width: 30rem;
    width: 100%;
    margin-left: auto;
  }

  .fixed-bottom a {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .fixed-bottom img:last-child {
    margin-top: 0.3125rem;
  }
}

.flow-item__inner {
  background-color: #F5F9FA;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.flow-step > span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #577073;
  text-align: center;
}

.flow-step p {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #577073;
  text-align: center;
  margin-top: -15px;
  margin-top: -0.9375rem;

}

.flow-item h3 {
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  margin-top: -5px;
  margin-top: -0.3125rem;
	line-height: normal!important;
}

.flow-item h3::before {
  content: "";
  position: absolute;
  top: 31px;
  top: 1.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 16px;
  height: 1rem;
  background-color: #fff;
  z-index: -1;
}

.flow-item__img {
  position: relative;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.flow-item__img::before {
  content: "";
  display: block;
  padding-top: 59.25925926%;
}

.flow-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flow-item__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: justify;
  padding: 24px 20px 39px;
  padding: 1.5rem 1.25rem 2.4375rem;
}

.flow-item__arrow {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.flow__inner {
  padding-top: 76px;
  padding-top: 4.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.flow__item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.flow__item:first-child {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.flow__item--last .flow-item__arrow {
  display: none;
}

.future {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.future h3 {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin-left: -15px;
  margin-left: -0.9375rem;
  line-height: normal!important;
}

.future h3::before {
  content: "";
  position: absolute;
  bottom: 4px;
  bottom: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 12px;
  height: 0.75rem;
  background-color: #F2B383;
  opacity: 0.3;
}

.future p {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 30px!important;
  margin-top: 1.875rem!important;
	line-height:normal!important;
}

.future .red {
  font-weight: bold;
}

.future__img {
  position: relative;
  margin-top: 39px;
  margin-top: 2.4375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.future__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 120px;
  height: 7.5rem;
  background-color: #F2B383;
  opacity: 0.2;
  z-index: -1;
}

.header__top {
  background-color: #534741;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
}

.header__top p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  padding: 0 1.875rem;
}

.header__logo {
  max-width: 196px;
  max-width: 12.25rem;
  width: 36.2962963%;
}

.header__info {
  max-width: 277px;
  max-width: 17.3125rem;
  width: 51.2962963%;
}

.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.header__address img {
  max-width: 7px;
  max-width: 0.4375rem;
  width: 100%;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.header__address p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", sans-serif;
}

.header__calender {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.how-to__inner {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 108px;
  padding-bottom: 6.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  background-image: url(https://bikenseitai-reset.com/shinkeiseitai/wp-content/uploads/2024/09/how-to-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.how-to > h3 {
  position: relative;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 85px!important;
  margin-top: 5.3125rem!important;
  letter-spacing: 0.08em;
  margin-inline: calc(50% - 50vw);
  text-align: center;
  line-height: 1.15;
}

.how-to > h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  background-color: #8DC1C8;
  z-index: 0;
  opacity: 0.3;
}
@media screen and (min-width: 601px) {
  .how-to > h3::before {
    width: 111.1%;
  }
}

.how-to__inner > p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px!important;
  margin-top: 2.5rem!important;
}

.how-to__items {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.how-to__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.how-to__head {
  background-image: url(https://bikenseitai-reset.com/shinkeiseitai/wp-content/uploads/2024/09/howto-title-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.how-to__head p {
  color: #fff;
  font-size: 24px!important;
  font-size: 1.5rem!important;
  text-align: center;
  font-weight: bold;
  line-height: normal!important;
}

.how-to__head h3 {
  color: #fff!important;
  font-size: 32px!important;
  font-size: 2rem!important;
  text-align: center!important;
  font-weight: bold!important;
  margin-top: -4px!important;
  margin-top: -0.25rem!important;
  line-height: normal!important;
}

body {
  background-image: url(https://bikenseitai-reset.com/shinkeiseitai/wp-content/uploads/2024/09/content-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
}

@media screen and (min-width: 601px) {
  body {
    max-width: 37.5rem!important;
    width: 100%!important;
    margin-inline: auto!important;
  }
}

.wrapper {
  background-color: #fff;
  padding-bottom: 4.5rem;
}

.inner {
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.mv {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.section-title {
  position: relative;
  border: 0.5px solid #534741;
  padding: 4px;
  padding: 0.25rem;
  height: 136px;
  height: 8.5rem;
  background-color: #fff;
}

.section-title::before {
  content: "";
  position: absolute;
  top: 0px;
  top: 0rem;
  right: 0px;
  right: 0rem;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-left: 0.5px solid #534741;
  border-bottom: 0.5px solid #534741;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
  left: 0px;
  left: 0rem;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-right: 0.5px solid #534741;
  border-top: 0.5px solid #534741;
}

.section-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #534741;
  height: 100%;
}

.section-title h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
}

.worries__inner {
  background-image: url(https://bikenseitai-reset.com/shinkeiseitai/wp-content/uploads/2024/09/worries-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 10px 0 40px;
  padding: 0.625rem 0 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.worries h2 {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.worries ul {
  background-color: #fff;
  padding: 30px 28px 24px!important;
  padding: 1.875rem 1.75rem 1.5rem!important;
  margin-top: 20px!important;
  margin-top: 1.25rem!important;
  margin-left: 30px!important;
  margin-left: 1.875rem!important;
  margin-right: 30px!important;
  margin-right: 1.875rem!important;
}

.worries ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.worries ul li:first-child {
  margin-top: 0;
}

.worries ul li > span {
  display: block;
  width: 100%;
  background-size: 2px 1px;
  background-image: linear-gradient(to right, #534741 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
	line-height:1!important;
}

.worries ul li img {
  display: block;
  max-width: 15px;
  max-width: 0.9375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.worries ul li span span {
  color: #C1272D;
}

h2 {
	color:#505050!important;
  background-color: transparent!important;
  padding: 0!important;
}

h3 {
  color: inherit!important;
  background-color: transparent!important;
  border: none!important;
  padding: 0!important;
}

p {
  margin-block-start: 0!important;
  margin-block-end: 0!important;
  margin-inline-start: 0!important;
  margin-inline-end: 0!important;
  unicode-bidi: normal;
}

.keni-main {
  letter-spacing: normal;
  line-height: normal;
}


.fixed-bottom br {
display:none!important;
}

@media (min-width: 768px) {
    .keni-section_wrap {
        margin-bottom: 0px!important;
    }
}

@media (min-width: 768px) {
    .article_wrap {
        margin-bottom: 0px!important;
    }
}

.keni-section_wrap {
    margin: 0px!important;
}

.fn-footer-panel.is-active {
    bottom: -60px!important;
}

.keni-footer_wrap {
	    position: absolute!important;
    width: 100vw!important;
    margin: 0 calc(50% - 50vw)!important;
    width: 100vw!important;
    left: 0!important;
}

.u-hide-pc {
  display: none!important;
}

@media (max-width: 600px) {
  /* スマートフォンで非表示 */
  .u-hide-sp {
    display: none!important;
  }

  /* デスクトップで表示させる */
  .u-hide-pc {
    display: block!important;
  }
}


/*2024-09-25編集*/
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}
/*フッターボタン*/
.footer-btn {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 10px;
    width: 400px;
    z-index: 1000;
    transition-duration: 0.6S;
}
.footer-btn a{
	line-height:0em;
}

.footer-btn-item {
	margin-top: 1rem;
	height: 66px;
	transition-duration: 0.6S;
}

.footer-btn-item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6S;
}

@media (max-width: 767px){
.footer-btn {
    bottom: 7px;
    right: 0%;
    width: 100%;
    z-index: 100;	
	}
	
	.footer-btn {
		display: flex;
	}
}

.keni-footer_wrap {
	background: #5a544b!important;
}

.keni-copyright {
	color: white;
	text-align: center;
	font-size: 1.1rem;
}

.keni-copyright_wrap {
	border: none!important;
}

.banners__tel, .banners__line {
	transition-duration: 0.6S;
}

.banners__tel:hover, .banners__line:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6S;
}

.keni-main {
	line-height:1!important;
}

.keni-footer_wrap {
	padding-top:0!important;
}

/*喜びの声*/
.voice {
	padding: 3rem 2rem 2rem;
}

.voice ul {
	margin-top: 2rem!important;
}

.voice li {
	background: #F5F9FA;
	padding: 2rem;
	text-align: justify;
	position: relative;
}

.voice li img {
	padding-bottom: 1rem;
}

.voice li p {
	font-size: 1.1rem;
	line-height: 1.4;
}

.voice li:after {
	position: absolute;
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background: #8DC1C8;
	width: 3rem;
	height: 3rem;
	top: 0;
	left: 0;
}

/*オファー変更241107*/
.banners {
	margin-top: 3rem;
}

.banners__campaign {
	margin-top: 1rem;
}

.offer-text1 {
	position: relative;
	font-weight: 600;
}

.offer-text2 {
		color: #C1272D;
	font-weight: 600;
	font-size: 140%;
	background:linear-gradient(transparent 60%, yellow 60%);
	margin-left: 0.5rem;
}
.banners p {
	text-align: center;
	line-height: 1.4;
}

.offer-text1:after {
	position: absolute;
	content: "";
	background: url(https://bikenseitai-reset.com/shinkeiseitai/wp-content/uploads/2024/11/border.png);
	background-size: cover;
	width: 4.3rem;
	height: 0.6rem;
	top: 0.5rem;
	left: 0;
}


/*2025お客様の声　追加CSS  */
.fs-small {
	font-size: .8em;
}
.customer-img {
	width: 60%;
	margin: 0 auto;
}
.customer-voice {
    color: #333;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}

.customer-voice h3 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 10px!important;
}

.customer-voice h4 {
    color: #577073;
    font-size: 18px;
    margin-top: 30px!important;
}
/*  
.customer-concern p,
.customer-change p {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}
*/
.customer-voice p {
    font-size: 16px!important;
    line-height: 1.6;
    margin-top: 10px!important;
}

.customer-voice-final {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px!important;
    color: #e74c3c;
}

/*---------------------------------------SP表示のCSS---------------------------------------  */
@media screen and (max-width: 768px) {
	.customer-voice {
    padding: 0px;
    }
	
}/*mediaスクリーン　閉じタグ 	 */
