@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}



.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .slick-prev,
.slick-next {
    top: 35%;
    height: 30px;
    width: 30px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  height: 45px;
  width: 45px;
  opacity: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .slick-prev:before,
.slick-next:before {
    height: 30px;
    width: 30px;
  }
}

.slick-prev {
  left: 3%;
}
@media screen and (max-width: 750px) {
  .slick-prev {
    left: 5%;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -3%;
}
@media screen and (max-width: 750px) {
  [dir=rtl] .slick-prev {
    right: -5%;
  }
}
.slick-prev:before {
  content: "";
  background: url(../images/slick_left.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 3%;
}
@media screen and (max-width: 750px) {
  .slick-next {
    right: 5%;
  }
}
[dir=rtl] .slick-next {
  left: -3%;
  right: auto;
}
@media screen and (max-width: 750px) {
  [dir=rtl] .slick-next {
    left: -5%;
  }
}
.slick-next:before {
  content: "";
  background: url(../images/slick_right.svg) center center/contain no-repeat;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  /*  margin-bottom: 30px; */
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  position: relative;
  height: 1px;
  width: 45px;
  padding: 0;
  margin: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    width: 30px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  height: 1px;
  width: 45px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .slick-dots li button {
    width: 30px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  height: 1px;
  width: 45px;
  background: #e6e6e6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .slick-dots li button:before {
    width: 30px;
  }
}
.slick-dots li.slick-active button:before {
  height: 1px;
  width: 45px;
  background: #0f1c3b;
}
@media screen and (max-width: 750px) {
  .slick-dots li.slick-active button:before {
    width: 30px;
  }
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {

  color: #1c0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

.win body {

}

a {
  text-decoration: none;
  color: #1c0000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 750px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 750px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 750px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_wrap {
  font-size: 1.87rem;
  line-height: 1.53;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section_wrap {
    font-size: 1rem;
  }
}

.section {
  overflow: hidden;
  overflow: hidden;
}





/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #ccc;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_yellow_01 {
  background: #fffce9;
}
.bg_yellow_02 {
  background: #fff07d;
}
.bg_yellow_dot {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #fffce2;
  background-image: -o-radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#fff07d 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
.bg_gray_dot {
  background-size: 45px 45px;
  margin: 0 auto;
  background-image: -o-radial-gradient(#f5f5f5 25%, #fff 10%);
  background-image: radial-gradient(#f5f5f5 25%, #fff 10%);
}
.bg_pink_dot {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #e95464;
  background-image: -o-radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%), -o-radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#ec6d7b 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
.bg_stripe {
  background: -o-repeating-linear-gradient(135deg, #f5f5f5 0, #f5f5f5 30px, #fff 30px, #fff 60px);
  background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 30px, #fff 30px, #fff 60px);
}
.bg_stripe_y {
  background: -o-repeating-linear-gradient(150deg, #ffee6f 0, #ffee6f 20px, #ffe64f 20px, #ffe64f 40px);
  background: repeating-linear-gradient(-60deg, #ffee6f 0, #ffee6f 20px, #ffe64f 20px, #ffe64f 40px);
}
.bg_stripe_yo {
  background: -o-repeating-linear-gradient(150deg, #F2DA24 0, #F2DA24 20px, #F3E727 20px, #F3E727 40px);
  background: repeating-linear-gradient(-60deg, #F2DA24 0, #F2DA24 20px, #F3E727 20px, #F3E727 40px);
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_yellow {
  color: #ffee00;
}

.center {
  text-align: center;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #ffee00));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 65%, #ffee00 65%);
  background: linear-gradient(rgba(255, 255, 255, 0) 65%, #ffee00 65%);
}

.underline_o_wave {
  padding-bottom: 0.3rem;
  background: url(../images/underline_o_wave.svg) bottom repeat-x;
  background-size: contain;
}

.underline_y_wave {
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .underline_y_wave {
    padding-bottom: 0.1rem;
  }
}
.underline_y_wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: url(../images/underline_y_wave.svg) bottom repeat-x;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .underline_y_wave::before {
    height: 5px;
  }
}

.line_dot_p {
  position: relative;
}
.line_dot_p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url(../images/line_dot_p.svg) repeat-x left top/contain;
}

.tel {
  position: relative;
  font-family: "Asap", sans-serif;
  color: #f08300;
  font-weight: 600;
  font-size: 4.18rem;
  z-index: 1;
  display: inline-block;
  padding-left: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .tel {
    padding-left: 42px;
    font-size: 2rem;
  }
}


.text_big {
  font-size: 1.87rem;
}
@media screen and (max-width: 750px) {
  .text_big {
    font-size: 1rem;
  }
}





/* ===== ヘッダー ===== */
.lphead{

}

.lphead__inner{
	  background: #e60012; /* 赤 */
  max-width: 750px;
  margin: 0 auto;
padding: 2rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

  box-sizing: border-box; /* ←これ重要 */
}

.lphead__logo{
  flex: 1 1 auto;
  min-width: 0;           /* ←これ重要（文字/画像の押し出し防止） */
}


.lphead__logo img{
  width: 100%;
  max-width: 520px; /* 任意：ロゴがデカすぎる場合の上限 */
  height: auto;
  display: block;
}
/* ハンバーガー（はみ出し防止版） */
.ham{
  width: auto;          /* 20%をやめる */
  max-width: none;      /* 120px制限も不要 */
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;

  display: grid;
  justify-items: end;
  gap: 6px;

  flex: 0 0 auto;       /* flexで縮まない/押し出さない */
}

/* 3本線 */
.ham__line{
  display: block;
width: 3rem;          /* 42px→小さめに（はみ出し回避） */
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

@media (max-width: 749px){
  .ham__line{
    width: 1.8rem;        /* SPでさらに少し小さく */
  }

.lphead__inner{
padding: 5% 3%;

}
	.lphead__logo img{
  max-width: 80%; /* 任意：ロゴがデカすぎる場合の上限 */

}
}

.ham__txt{
  display: none; /* 画像では文字なし想定（必要なら表示） */
}

/* ===== オーバーレイ ===== */
.hamoverlay{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  /* 斜めストライプ（薄いピンク系） */
  background:
    repeating-linear-gradient(135deg,
      #f7dfe1 0 16px,
      #fff 16px 32px
    );
}

.hamoverlay.is-open{
  display: block;
}

.hamoverlay__inner{
  max-width: 750px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 4%;
}

/* 白カード */
.hamcard{
  width: 92%;

  position: relative;

  padding: 10% 7% 8%;
}

/* ×ボタン（左上の赤枠っぽい） */
.hamx{
  position: absolute;
left: 8%;
  top: -3%;
  width: 3rem;
  height: 3rem;
  background: #e60012;
  border: 0;
  cursor: pointer;
}

.hamx span{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 4px;
  background: #fff;
  transform-origin: center;
}

.hamx span:nth-child(1){ transform: translate(-50%,-50%) rotate(45deg); }
.hamx span:nth-child(2){ transform: translate(-50%,-50%) rotate(-45deg); }

/* MENU帯 */
.hamtitle{
  width: 100%;
  background: #e60012;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 120%;
  padding: 3% 0;
  margin: 0 auto 5%;
}

/* リスト */
.hamlist{
  width: 100%;
  margin: 0 auto 0%;
  display: grid;
  gap: 0;
	  background-color: #fff;
  padding: 7% 5%;

}

.hamitem{
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #e60012;
  color: #e60012;
  font-weight: 900;
  font-size: 105%;
  padding: 6% 10% 6% 4%;
  position: relative;
  cursor: pointer;
}

.hamitem::after{
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid #e60012;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateY(-50%);
}

/* 閉じるボタン */
.hamclose{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
  width: 56%;
margin: 10% auto 4%;
  background: #e60012;
  color: #fff;
  border: 0;
  font-weight: 900;
  font-size: 105%;
  padding: 4% 0;
  cursor: pointer;
}

.hamclose__arrow{
  font-size: 110%;
  line-height: 1;
}

/* スクロール封じ（JSでbodyに付ける） */
.is-menu-open{
  overflow: hidden;
}

@media (max-width: 749px){
  .ham__line{ width: 34px; height: 4px; }
  .hamcard{ padding: 12% 7% 10%; }
  .hamclose{ width: 70%; }
}





/* スマホ追従フォローバナー（画像1枚＋透明リンク2分割） */
.sp-follow-banner{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  /* 画像の上にリンクを重ねるため */
  position: fixed;
  overflow: visible;
  background: transparent;

  /* ふわっと表示・非表示 */
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;

  /* iPhone安全領域 */
  padding-bottom: env(safe-area-inset-bottom);

  /* iOS対策：タップ反応を良くする */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.sp-follow-banner.is-active{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* 画像 */
.sp-follow-banner img{
  width: 100%;
  height: auto;
  display: block;
}

/* 透明リンク（左右2分割） */
.sp-follow-banner__hit{
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - env(safe-area-inset-bottom)); /* 画像部分だけ */
  display: block;
  background: transparent;

  /* iOSのクリック安定用 */
  pointer-events: auto;
}

.sp-follow-banner__hit--left{
  width: 50%;
}

.sp-follow-banner__hit--right{
  left: 50%;
  width: 50%;
}

/* PCでは絶対出さない */
@media (min-width: 768px){
  .sp-follow-banner{
    display: none !important;
  }
}






/* FV */
.fv{
  width: 100%;
}

.fv__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* 画像は必ず block（下の隙間防止） */
.fv img{
  display: block;
  width: 100%;
  height: auto;
}

/* 上部ロゴ帯：赤背景＋中身は左寄せ */
.fv__topbar{
  background: #E60027;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  /* デザイン通り “左に寄せて少し内側” */
    padding: 6% 6%;
}

/* ロゴ画像は小さくして左に置く（伸ばさない） */
.fv__logo{
  width: 62%;     /* ←まずはこの比率。大きければ 55% / 小さければ 68% へ */
  height: auto;
}

/* もし他の汎用指定で img が width:100% にされてる場合は、これで確実に勝つ */
.fv__topbar .fv__logo{
  width: 62%;
}


/* メイン */
.fv__main{
  position: relative;
}

.fv__mainImg{
  /* 余計な指定を入れない（imagemapズレ防止） */
}

/* SP上書き（今は不要） */
@media (max-width: 749px){
}










.pricearea{
  width: 100%;
}

.pricearea__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.pricearea__img{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 749px){
}







.carslider{
  width: 100%;
}

.carslider__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* 画像は隙間防止 */
.carslider__img{
  display: block;
  width: 100%;
  height: auto;
}

.carslider__wrap{
  position: relative;
}

.carslider__viewport{
  overflow: hidden;
}

/* 横並びでスライド */
.carslider__track{
  display: flex;
  transform: translateX(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.carslider__slide{
  flex: 0 0 100%;
}

/* ボタン：縦中央に固定 */
.carslider__btn{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;

  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;

  /* 押しやすさ（スマホ） */
  width: 95px;
  height: 95px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.carslider__btn--prev{ left: 2%; }
.carslider__btn--next{ right: 2%; }

.carslider__arrow{
  display: block;
  width: 95px;
  height: auto;
}

/* 左だけ反転 */
.carslider__arrow--left{
  transform: scaleX(-1);
}

@media (max-width: 749px){
  /* 必要ならボタン少し小さく */
  .carslider__btn{
    width: 48px;
    height: 48px;
  }
  .carslider__arrow{
    width: 40px;
  }
}








.tokuten{
  width: 100%;
}

.tokuten__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;

  /* オレンジ千鳥ドット（前回水色の色替え） */
  background-color: #fff;
  background-image:
    radial-gradient(circle, #FDF6C8 18%, rgba(253,246,200,0) 30%),
    radial-gradient(circle, #FDF6C8 18%, rgba(253,246,200,0) 30%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;

  padding: 0 0 5%;
}

.tokuten__img{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 4%;
}

/* 見出しだけフル幅 */
.tokuten__img--full{
  width: 100%;
  margin: 0 0 4%;
}

.tokuten__img:last-child{
  margin-bottom: 0;
}

@media (max-width: 749px){
  .tokuten__inner{
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
  }
  .tokuten__img{
    margin-bottom: 5%;
  }
}
/* 注意書き（平文） */
.tokuten__notes{
  width: 90%;
  margin: 2% auto 4%;
  font-size: 82%;
  line-height: 1.7;
  color: #000;
}

.tokuten__notes p{
  margin: 0 0 2%;
}

/* 支払いブロック（画像なので基本は余計な装飾なし） */
.tokuten__pay{
  width: 100%;
  margin: 0 auto;
}

/* 画像共通ルールは既存の tokuten__img を使う前提
   （display:block / width:90% / margin:auto） */

@media (max-width: 749px){
  .tokuten__notes{
    font-size: 80%;
    margin: 3% auto 5%;
  }
  .tokuten__notes p{
    margin-bottom: 3%;
  }
}





.ctaimg{
  width: 100%;
}

.ctaimg__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.ctaimg__img{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 749px){
}












.strength{
  width: 100%;
}

.strength__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;

  /* 背景：千鳥（特典と同じ方式、色だけ変更） */
  background-color: #FFF;

  background-image:
    radial-gradient(circle, #DDF4F9 18%, rgba(253,246,200,0) 30%),
    radial-gradient(circle, #DDF4F9 18%, rgba(253,246,200,0) 30%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;

  padding: 0 0 2%;
}

/* 見出しはフル幅 */
.strength__head{
  display: block;
  width: 100%;
  height: auto;
}

/* 中身は90% */
.strength__content{
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 0;
}

/* 各POINT */
.strength__item{
  margin: 0 0 8%;
}

/* 子見出し帯（画像） */
.strength__band{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 4%;
}

/* 写真（画像） */
.strength__photo{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 4%;
}

/* □囲みテキスト */
.strength__box{
border: 2px solid #00B900;
    background: #FFF;
padding: 3% 3%;
    margin: 0 3%;
}

.strength__box p {
    margin: 0;
    font-size: 128%;
    line-height: 1.7;
    color: #000;
}

@media (max-width: 749px){
  .strength__inner{
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
  }

  .strength__item{
    margin-bottom: 10%;
  }

  .strength__box p{
    font-size: 90%;
  }
}






.flow{
  width: 100%;
}

.flow__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;

  /* 千鳥（背景：白 / ドット：#FDF6C8） */
  background-color: #FFF;
  background-image:
    radial-gradient(circle, #FDF6C8 0 2px, rgba(253,246,200,0) 3px),
    radial-gradient(circle, #FDF6C8 0 2px, rgba(253,246,200,0) 3px);
  background-size: 22px 22px;
  background-position: 0 0, 11px 11px;

  padding: 0 0 6%;
}

/* 見出しはフル幅 */
.flow__head{
  display: block;
  width: 100%;
  height: auto;
}

/* 中身は90%で中央 */
.flow__content{
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 0;
}

.flow__img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 5%;
}

.flow__img:last-child{
  margin-bottom: 0;
}

@media (max-width: 749px){
  .flow__inner{
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
  }

  .flow__content{
    padding-top: 6%;
  }

  .flow__img{
    margin-bottom: 6%;
  }
}








.faq-area{
	    max-width: 750px;
  margin: 0 auto;
  background: #cfe9fb;   /* 水色背景 */
  padding: 0 0 6%;
}
/* FAQ 見出し画像 */
.faq-heading{
	    max-width: 750px;
    margin: auto;
}

.faq-heading__img{
  width: 100%;
  height: auto;
  display: block;
}


.faq-inner{
padding: 7% 0 0% 0;
	    max-width: 750px;
    margin: auto;
}

.faq-ttl{
    background: #0a4aa9;
    color: #fff;
    text-align: center;
    font-size: 170%;
    font-weight: 800;
    padding: 2% 4%;
    margin: 0 0 5%;
}

.faq-list{
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
}

.faq-item{
  border: 4px solid #2f7fc4;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
	    margin: 0 auto 5%;
}

/* Q行 */
.faq-q{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 3%;
  padding: 4% 4%;
  border: 0;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.faq-q__icon img{
  width: 44px;
  height: auto;
  display: block;
}

.faq-q__txt{
  color: #1a66b6;
  font-size: 122%;
  font-weight: 800;
  line-height: 1.4;
}

/* 矢印：閉じてる時は下向き */
.faq-q__arrow{
  width: 0;
  height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #1a66b6;
  transition: transform 0.2s ease;
}


/* Aブロック：初期は非表示 */
.faq-a{
  display: none;          /* ←これで初期は閉じる */
  grid-template-columns: auto 1fr;
  gap: 4%;
  padding: 5% 4% 6%;
  background: #2f7fc4;
}

/* 開いた時だけ表示 */
.faq-item.is-open .faq-a{
  display: grid;          /* ←開いたら出す */
}


.faq-a__icon img{
  width: 44px;
  height: auto;
  display: block;
}

.faq-a__txt{
  color: #fff;
  font-size: 95%;
  font-weight: 700;
  line-height: 1.7;
	margin-top: -2%;
}

/* 開いた状態：矢印を上向きに（180度回転） */
.faq-item.is-open .faq-q__arrow{
  transform: rotate(180deg);
}

/* 750未満（1本だけ） */
@media screen and (max-width: 749px){
  .faq-ttl{ font-size: 150%; }
.faq-q__arrow{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #1a66b6;
}

  .faq-q__icon img,
  .faq-a__icon img{ width: 40px; }

  .faq-q__txt{ font-size: 90%; }
  .faq-a__txt{ font-size: 90%; }
}









.shop-area{
  max-width:750px;
  margin: 0 auto;

  /* オレンジ千鳥ドット（前回水色の色替え） */
  background-color: #FFF7D2;
  background-image:
    radial-gradient(circle, #FFECBA 18%, rgba(255,255,255,0) 30%),
    radial-gradient(circle, #FFECBA 18%, rgba(255,255,255,0) 30%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;

  padding: 3% 0 0%;
}

.shop-inner{
  padding: 0 0;
	max-width:750px;
	margin:auto;
}

/* ブロック間 */
.shop-block{
  padding: 0 0 7%;
}

/* 赤い帯タイトル */
.shop-title{
     width: 70%;
	margin:0 auto 7%;
    padding: 0;
    background: #FE3F45;
    color: #fff;
    text-align: center;
    font-size: 360%;
    font-weight: 800;
    border-radius: 28px;
}

/* 店舗画像：フル幅（= 750内で100%） */
.shop-photo{
  width: 100%;
  margin: 0 0 7%;
}

.shop-photo img{
  width: 100%;
  height: auto;
  display: block;
}

/* マップ枠 */
.shop-map{
  width: 90%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.shop-info{
    width: 90%;
    max-width: 700px;
    border-collapse: collapse;
    font-size: 130%;
	margin:0 auto 9%;
	
}


.shop-info th,
.shop-info td{
  border: 1px solid #333;
  padding: 9px 16px;
}

.shop-info th{
  width: 22%;
  background: #ff4b4b; /* 赤系 */
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.shop-info td{
  background: #fff;
}

.shop-info a{
  color: inherit;
  text-decoration: none;
}

/* iframeは縦横比を固定して安定させる */
.shop-map iframe{
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

/* 750未満（1本だけ） */
@media screen and (max-width: 749px){
  .shop-area{ padding: 8% 0 10%; }

  .shop-title{
    width: 80%;
    font-size: 150%;
    padding: 3.5% 0;
    margin-bottom: 5%;
	      border-radius: 25px;
  }
.shop-info{
    font-size: 100%;
	
}
	.shop-info th,
.shop-info td{
  padding: 8px 8px;
}

.shop-info th{
  width: 31%;

}

  .shop-map{ width: 92%; }
  .shop-map iframe{ height: 280px; }
}









.quoteform{
  width: 100%;
}

.quoteform__inner{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;

  /* 千鳥（背景 白 / ドット #FDF6C8） */
  background-color: #FFF7D2;
background-image:
  radial-gradient(circle, #FFEABB 0 2px, rgba(255,234,187,0) 3px),
  radial-gradient(circle, #FFEABB 0 2px, rgba(255,234,187,0) 3px);
background-size: 22px 22px;
background-position: 0 0, 11px 11px;

  padding: 0 0 8%;
}

.quoteform__hero{
  display: block;
  width: 100%;
  height: auto;
	border-bottom: solid 20px #FE3F46;
}

/* タイトル（CSSで再現） */
.quoteform__titlebox{
  width: 90%;
margin: 9% auto 6%;
  background: #FE3F46;
  border-radius: 10px;
  text-align: center;
  padding: 5% 4%;
  color: #fff;
}

.quoteform__title{
font-size: 281%;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.quoteform__sub{
font-size: 92%;
  text-align: left;
  margin-left: 9%;
}

/* ブロック */
.quoteform__block{
  width: 90%;
  margin: 0 auto 6%;
}

.quoteform__blocktitle{
font-size: 135%;
  font-weight: 900;
  margin: 0 0 1%;
  color: #000;
}

/* 行：左ラベル＋右入力（表っぽく） */
.qfrow{
  display: flex;
  border: 1px solid #d7d7d7;
  background: #fff;
	  display: flex;
  align-items: center; /* ←上下中央 */
}


.qfrow__label{
width: 28%;
  background: #FE3F46;
  color: #fff;
  font-weight: 900;
  font-size: 121%;
  padding: 6% 0%;
  line-height: 1.3;
  border-right: 1px solid #d7d7d7;
  text-align: center;
}

.qfrow__req{
  margin-left: 2%;
  font-size: 90%;
}

.qfrow__field{
width: 72%;
  padding: 2% 3%;
  font-size: 100%;
  color: #000;
  display: block;   /* ←ここ重要（flex禁止） */
	
}
.qfrow__note{
	font-weight:bold;
  font-size: 85%;
  margin-top: 2%;
  color: #333;
}
.qfrow__note a{
	color:#0100FC;
	text-decoration:underline;
}

.qfrow--top .qfrow__label{
  padding-top: 6%;
}
.qfrow--top{
  align-items: stretch; /* または flex-start */
}
.qfrow__label{
  align-self: stretch;
  display: flex;
  align-items: center;      /* ラベル文字は中央でもOK */
  justify-content: center;  /* 必要なら */
}

/* 入力系 */
.qfinput,
.qfselect,
.qftextarea{
  width: 100%;
  border: 1px solid #FE3F46;
  background: #fff;
  padding: 3% 3%;
  font-size: 100%;
  box-sizing: border-box;
}

.qftextarea{
  resize: vertical;
}

/* 横並び（年式など） */
.qfcols{
  display: flex;
  gap: 3%;
}

.qfselect--small{
  width: 34%;
}
/* 年式の並びだけ「下揃え」 */
.qfcols--bottom{
  align-items: flex-end;  /* ←これで “月” が下付きになる */
}

/* 単位表示 */
.qfunit{
font-size: 130%;
  line-height: 1;         /* 余計な上方向の余白を消す */
  padding-bottom: 2px;    /* selectの枠下に合わせて微調整（pxでOK） */
  white-space: nowrap;
}


/* 連絡方法 */
.qfradios{
  display: flex;
  gap: 6%;
  flex-wrap: wrap;
}

.mwform-radio-field label{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 120%;
  font-weight: 900;
}

/* 添付（5個） */
.qffiles{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}

.qffile{
  width: 100%;
  font-size: 90%;
}

/* 送信 */
.quoteform__submit{
  width: 57%;
  margin: 8% auto 0;
  text-align: center;
}

.qfsubmit{
  width: 100%;
  border: 0;
  background: #FE3F46;
  color: #fff;
  font-weight: 900;
  font-size: 222%;
  padding: 6% 0%;
  cursor: pointer;
}

.qfrow--inline .qfrow__field{
  display: flex;
  align-items: center;
  gap: 2%;
}

.qfrow--inline .qfrow__field .qfinput{

  min-width: 0;
}



/* フィールド側に出てくるラジオ群：全体70%で左寄せ */
.qftabs{
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2ボタン横並び */
  gap: 1px;                      /* ボタン間の隙間（画像に合わせて調整） */
  align-items: center;
}

/* MWの1項目（span）をグリッドのセルにフィット */
.qftabs .mwform-radio-field.horizontal-item{
  width: auto;
  margin: 0;
}

/* labelはブロックで全体クリック */
.qftabs .mwform-radio-field label{
  display: block;
  position: relative;
}

/* input（ここにqftabが付いている）を隠す */
.qftabs input[type="radio"].qftab{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ボタン見た目（未選択：白/グレー枠、文字グレー） */
.qftabs .mwform-radio-field-text{
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding: 12px 0;
  border: 2px solid #b8b8b8;  /* グレー枠 */
  border-radius: 8px;

  background: #fff;
  color: #666;

  font-weight: 900;
  font-size: 95%;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

/* 選択中：赤背景・白文字 */
.qftabs input[type="radio"].qftab:checked + .mwform-radio-field-text{
  background: #ff3b3b;
  border-color: #ff3b3b;
  color: #fff;
}

/* フォーカス */
.qftabs input[type="radio"].qftab:focus-visible + .mwform-radio-field-text{
  outline: 2px solid #000;
  outline-offset: 2px;
}


.qfrow + .qfrow{
  border-top: 0;
}
.qfrow .small{
font-size:70%;
}
.qfrow .medium{
font-size:90%;
}
.qfrow .sma{
width:15%;
}
.qfrow .sma2{
width:35%;
}
.qfrow .mid{
width:50%;
}
.qfrow__field,
.qfcols,
.qfselect{
  direction: ltr;
}

@media (max-width: 749px){
.qfrow .sma{
width:26%;
}
	.qfrow .medium{
font-size:62%;
}
	.qfunit{
font-size: 100%;

}


  .qftab span{
    padding: 10px 14px;
    font-size: 92%;
  }
	.qfradios {
  gap: 0%;
}
	.mwform-radio-field label{
  gap: 0px;
  font-size: 100%;
		font-weight:bold;
}
	.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2%;
}

  .quoteform__inner{
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
  }

  .qfrow__label{
width: 30%;
    font-size: 62%;
    padding: 6% 0%;
  }

  .qfrow__field{
width: 70%;
    padding: 5% 1%;
  }

  .quoteform__title{
    font-size: 140%;
  }
.quoteform__submit{
  width: 90%;
  margin: 6% auto 0;
}

.qfsubmit{
  font-size: 120%;
  padding: 5% 4%;
}
}












/* =========================================
   iOS Safariだけ：selectの矢印ズレ/はみ出し対策（追記用）
   既存CSSは消さずに、最後に追加してください
   ========================================= */
@supports (-webkit-touch-callout: none){

  /* iOSで flex 子要素が “勝手に広がる” のを止める基本セット */
  #mw_wp_form_mw-wp-form-71 .qfrow__field,
  #mw_wp_form_mw-wp-form-71 .qfcols,
  #mw_wp_form_mw-wp-form-71 .qfcols--bottom{
    min-width: 0 !important;
  }
  #mw_wp_form_mw-wp-form-71 .qfcols > *,
  #mw_wp_form_mw-wp-form-71 .qfcols--bottom > *{
    min-width: 0 !important;
  }

  /* selectは “内容の長さ” で横幅が暴れるのを抑える */
  #mw_wp_form_mw-wp-form-71 select.qfselect{
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;

    /* iOSの見た目を安定させる（矢印の出方が端末依存で変わりにくい） */
    -webkit-appearance: menulist-button !important;
    appearance: menulist-button !important;
  }

  /* ---- 年式（year + month） ---- */
  /* 年：伸びる／月：固定 で、はみ出し・潰れを防ぐ */
  #mw_wp_form_mw-wp-form-71 select[name="year"]{
    flex: 1 1 0% !important;
    width: auto !important;
  }
  #mw_wp_form_mw-wp-form-71 select[name="month"]{
    flex: 0 0 4.6rem !important;
    width: 4.6rem !important;
  }

  /* ---- 車検満了日（expire_year + expire_month + expire_day） ---- */
  #mw_wp_form_mw-wp-form-71 select[name="expire_year"]{
    flex: 1 1 0% !important;
    width: auto !important;
  }
  #mw_wp_form_mw-wp-form-71 select[name="expire_month"],
  #mw_wp_form_mw-wp-form-71 select[name="expire_day"]{
    flex: 0 0 4.2rem !important;
    width: 4.2rem !important;
  }

  /* 単位（月/日）は縮まない */
  #mw_wp_form_mw-wp-form-71 .qfunit{
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  /* 横並びを維持（折り返しで崩れるのを防ぐ） */
  #mw_wp_form_mw-wp-form-71 .qfcols--bottom{
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
  }
}

/* iOS Safariだけ：selectのネイティブ矢印（上下矢印含む）を消す */
@supports (-webkit-touch-callout: none){

  /* 対象フォームだけに限定 */
  #mw_wp_form_mw-wp-form-71 select{
    -webkit-appearance: none !important;
    appearance: none !important;

    /* iOSが勝手に付ける背景/影/矢印系を潰す */
    background-image: none !important;
    background: #fff !important;
    box-shadow: none !important;

    /* 文字が端に寄りすぎるのを防ぐ（矢印が無いので右余白は少なめでOK） */
    padding-right: 0.8rem !important;

    /* これが無いと iOS で高さが崩れやすい */
    line-height: 1.2 !important;
  }

  /* flex内で暴れるのも同時に抑える（はみ出し防止） */
  #mw_wp_form_mw-wp-form-71 .qfcols,
  #mw_wp_form_mw-wp-form-71 .qfcols--bottom,
  #mw_wp_form_mw-wp-form-71 .qfrow__field{
    min-width: 0 !important;
  }
  #mw_wp_form_mw-wp-form-71 select{
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}



/* iOSだけ：月/日ラベルの上下ズレを揃える */
@supports (-webkit-touch-callout: none){

  /* 年式・車検満了日 の横並び行をきっちり整列 */
  #mw_wp_form_mw-wp-form-71 .qfcols,
  #mw_wp_form_mw-wp-form-71 .qfcols--bottom{
    display: flex !important;
    align-items: center !important;   /* ←これが効く */
    flex-wrap: wrap;                  /* 狭い時は折り返しOK */
    gap: 0.6rem !important;
  }

  /* selectの高さを揃える（iOSはこれしないと上下ズレやすい） */
  #mw_wp_form_mw-wp-form-71 select{
    height: 2.6rem !important;        /* お好みで 2.4〜2.8 */
    line-height: 2.6rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
  }

  /* 「月」「日」など単位文字も高さを合わせる */
  #mw_wp_form_mw-wp-form-71 .qfunit{
    display: inline-flex !important;
    align-items: center !important;
    height: 2.6rem !important;        /* selectと同じ */
    line-height: 2.6rem !important;
    vertical-align: middle !important;
    margin-left: -0.2rem;             /* 詰めたいなら調整、不要なら削除OK */
    white-space: nowrap;
  }

  /* 車検満了日（年/月/日）が狭い時に崩れるのを抑える */
  #mw_wp_form_mw-wp-form-71 .qfcols--bottom > *{
    min-width: 0 !important;
  }
}


/* iOS Safari のみ */
@supports (-webkit-touch-callout: none) {

  /* 車検満了日の3つだけを「同じ幅」にする */
  #mw_wp_form_mw-wp-form-71 select[name="expire_year"],
  #mw_wp_form_mw-wp-form-71 select[name="expire_month"],
  #mw_wp_form_mw-wp-form-71 select[name="expire_day"]{
    width: 3.2rem !important;     /* ←3つ同じ幅（ここを微調整） */
    min-width: 3.2rem !important; /* 潰れ防止 */
    max-width: 3.2rem !important; /* 伸び防止 */
    flex: 0 0 auto !important;    /* flex計算で縮まない */

  }


}





.comp {
    font-size: 115%;
    text-align: center;
    margin: 5%;
}
.backtop {
    text-align: center;
    text-decoration: underline;
}
span.error {
    color: #E54869;
}
