@charset "UTF-8";

/* -------------------------------------------

header

------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 768px;
  margin: 0 auto;
  height: 8rem;
  padding: 0 2rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}

header h1 {
  font-size: 2.8rem;
  font-weight: 900;
/*  line-height: 1;*/
  padding-bottom: 0.2rem;
    line-height: 8rem;
}

header h1 img{
 height: 6rem;
    width: auto;
    padding-right: 2rem;
    margin: 1rem 0;
    
}

header div a {
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 0.15rem 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 1rem 1.4rem 0.9rem 1.5rem;
}

header div a > span:nth-child(1) {
  color: var(--yel);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

header div a > span:nth-child(1)::after {
  content: "";
  width: 3.8rem;
  height: 0.12rem;
  background: var(--yel);
  margin-left: 0.3rem;
}

header div a > span:nth-child(2) {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  header {
    max-width: none;
    height: 7rem;
    padding: 0 1rem 0 1.5rem;
    position: relative;
  }

  header h1 {
    font-size: 1.3rem;
/*    padding-bottom: 0.2rem;*/
  }
    
    header h1 img{
    height: 3rem;
        margin: 2rem 0;
  }
    

  header div a {
    text-decoration: none !important;
    padding: 1rem 0.9rem 0.8rem 1rem;
  }

  header div a > span:nth-child(1) {
    font-size: 1rem;
    justify-content: space-between;
  }

  header div a > span:nth-child(1)::after {
    width: 3.2rem;
    margin-left: 0;
  }

  header div a > span:nth-child(2) {
    font-size: 2rem;
  }
}

/* -------------------------------------------

kv

------------------------------------------- */
.kv {
  background: url(../img/kv-pc.jpg) no-repeat right bottom / cover;
  padding-top: 3rem;
}

@media screen and (max-width: 768px) {
  .kv {
    background: url(../img/kv-sp.jpg) no-repeat right bottom / cover;
    padding-top: 3rem;
  }
}

/* 関西圏全域対応！最短5分で駆けつけ! */
.kv > div:nth-of-type(1) {
  width: 36rem;
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  .kv > div:nth-of-type(1) {
    width: 55%;
    padding-left: 2rem;
  }
}

/* 車のトラブルは車トラブル窓口にお任せください！ */
.kv > div:nth-of-type(2) {
  width: 50rem;
  padding-left: 1.5rem;
  margin: 1.5rem 0 1rem 0;
}

@media screen and (max-width: 768px) {
  .kv > div:nth-of-type(2) {
    width: 94%;
    padding-left: 1rem;
  }
}

/* ul */
.kv > ul {
  width: 48rem;
  display: flex;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .kv > ul {
    width: 90%;
    margin: 0 auto 1rem auto;
    padding-left: 0;
  }
}

/* p */
.kv > div:nth-of-type(3) {
  position: relative;
  padding: 1rem;
}

.kv > div:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 80, 137, 0.7);
  mix-blend-mode: multiply;
}

.kv > div:nth-of-type(3) p {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kv > div:nth-of-type(3) p {
    font-size: 1.3rem;
  }
}

/* -------------------------------------------

cv

------------------------------------------- */
/* 新規のお客様限定 */
.cv .wrap {
  padding: 2rem 0 0.5rem 0;
}

.cv .wrap h2 {
  background: var(--blu);
  color: var(--yel);
  font-weight: 900;
  line-height: 1;
  font-size: 2.4rem;
  padding: 0.8rem 0 1rem 0;
  text-align: center;
}

/* 通常基本料金 */
.cv .wrap > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blu);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
}

.cv .wrap > div:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid var(--blu);
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -1.8rem;
}

.cv .wrap > div:nth-of-type(1) strong i {
  font-size: 2rem;
  font-weight: 900;
}

/* 基本料金 */
.cv .wrap > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(1) {
  width: 6rem;
  height: 6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.2;
  background: #2b87c6;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(2) {
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--red);
  line-height: 1;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(2) strong {
  font-weight: 900;
  font-size: 4.8rem;
}

.cv .wrap > div:nth-of-type(2) > span:nth-child(2) i {
  vertical-align: 0.4rem;
  margin-left: 0.3rem;
}

/* tel */
.cv > .tel {
  background: #fff;
  padding: 2rem 0;
}

.tel-wrap {
  display: flex;
  justify-content: center;
}

a.tel {
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 0.15rem 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 1.4rem 1.6rem 1.3rem 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  a.tel {
    text-decoration: none !important;
  }
}

a.tel img {
  width: 4.4rem;
  margin-right: 1rem;
}

a.tel > span {
  display: flex;
  flex-direction: column;
}

a.tel > span > span:nth-child(1) {
  color: var(--yel);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

a.tel > span > span:nth-child(1)::after {
  content: "";
  width: 9.4rem;
  height: 0.12rem;
  background: var(--yel);
  margin-left: 0.3rem;
}

a.tel > span > span:nth-child(2) {
  font-size: 3.2rem;
}

/* -------------------------------------------

trouble

------------------------------------------- */
/* h2 */
.trouble h2 {
  text-align: center;
  line-height: 1;
  font-weight: 900;
  font-size: 2.4rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.trouble h2 strong {
  font-weight: 900;
  font-size: 3rem;
  color: var(--red);
  text-emphasis: dot;
}

/* ul */
.trouble ul {
  width: 40rem;
  margin: 0 auto 3rem auto;
  position: relative;
  padding-bottom: 6rem;
}

.trouble ul::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15rem solid transparent;
  border-right: 15rem solid transparent;
  border-top: 3rem solid var(--red);
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 0;
}

.trouble ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.trouble ul li {
  background: var(--blu);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 2rem 0 2.2rem 2rem;
  font-size: 1.8rem;
}

.trouble ul li img {
  width: 2.6rem;
  margin-top: -0.6rem;
}

.trouble ul li > span {
  width: calc(100% - 2.6rem);
  padding-left: 1.2rem;
}

@media screen and (max-width: 768px) {
  .trouble ul {
    width: auto;
  }

  .trouble ul li {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

/* 車のプロにお任せください */
.trouble .wrap-2 {
  width: 48rem;
  background: url(../img/bg-1.jpg) no-repeat center / cover;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 20rem;
  padding-left: 4rem;
  padding-bottom: 0.7rem;
  position: relative;
  color: #fff;
}

.trouble .wrap-2 figure {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  width: 20rem;
}

.trouble .wrap-2 > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 900;
}

.trouble .wrap-2 > div strong {
  font-weight: 900;
  text-emphasis: dot;
}

.trouble .wrap-2 > div > span:nth-child(1) {
  color: var(--yel);
  border-bottom: solid 0.2rem var(--blu);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.trouble .wrap-2 > div > span:nth-child(2) {
  font-size: 3.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .trouble .wrap-2 {
    width: 100%;
    height: 20rem;
    padding-left: 2rem;
  }

  .trouble .wrap-2 figure {
    right: 0.5rem;
    width: 20rem;
  }

  .trouble .wrap-2 > div {
    position: relative;
    z-index: 10;
  }
}

/* 関西圏内全域対応可能です */
.trouble .wrap-3 {
  padding-top: 4rem;
}

.trouble .wrap-3 h3 {
  width: 40rem;
  background: url(../img/arrow-1.png) no-repeat center bottom;
  background-size: 100% auto;
  margin: 0 auto;
  color: var(--blu);
  line-height: 1;
  font-weight: 900;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  padding-bottom: 2.6rem;
}

.trouble .wrap-3 h3 span {
  color: var(--red);
}

.trouble .wrap-3 > div {
  display: flex;
  align-items: center;
  width: 42rem;
  margin: 0 auto;
}

.trouble .wrap-3 > div > figure {
  width: 35%;
}

.trouble .wrap-3 > div > p {
  width: 65%;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .trouble .wrap-3 h3 {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .trouble .wrap-3 > div {
    width: auto;
  }

  .trouble .wrap-3 > div > p {
    font-size: 1.3rem;
    padding-right: 1rem;
  }
}

/* -------------------------------------------

point

------------------------------------------- */
/* h2 */
.point h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 3rem;
}

.point h2 > span:nth-child(1) {
  font-size: 1.6rem;
}

.point h2 > span:nth-child(2) {
  font-weight: 900;
  font-size: 2.8rem;
}

.point h2 > span:nth-child(2) strong {
  color: var(--blu);
  font-weight: 900;
  font-size: 6.8rem;
  font-style: italic;
  margin-left: -0.7rem;
  margin-right: 0.3rem;
  vertical-align: -1.3rem;
}

/* ul */
.point ul {
  width: 48rem;
  margin: 0 auto;
}

.point ul li:not(:last-child) {
  margin-bottom: 3rem;
}

.point ul figure {
  padding-left: 2.2rem;
  position: relative;
}

.point ul figure figcaption {
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  line-height: 1;
  color: #2b87c6;
}

.point dl {
  margin-top: 1rem;
  text-align: center;
}

.point dl dt {
  font-weight: 900;
  font-size: 1.8rem;
}

.point dl span {
  background: linear-gradient(to top, var(--yel) 25%, transparent 25%);
}

.point dl dd {
  margin-top: 0.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .point ul {
    width: auto;
  }
}

/* -------------------------------------------

voice

------------------------------------------- */
/* ul  */
.voice ul {
  width: 48rem;
  margin: 0 auto;
}

.voice ul li:not(:last-child) {
  margin-bottom: 4rem;
}

.voice ul li:nth-child(odd) {
  padding: 2rem 0 2rem 2rem;
  border-left: solid 0.8rem #2b87c6;
}

.voice ul li:nth-child(even) {
  padding: 2rem 2rem 2rem 0;
  border-right: solid 0.8rem #2b87c6;
}

.voice ul li {
  background: #fff;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.15);
}

.voice ul li > div {
  display: flex;
  justify-content: space-between;
}

.voice ul li:nth-child(even) > div {
  flex-direction: row-reverse;
}

.voice ul li > div > figure {
  width: 40%;
}

.voice ul li > div > dl {
  width: 60%;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .voice ul {
    width: auto;
  }

  .voice ul li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .voice ul li > div > figure {
    width: 30%;
  }

  .voice ul li > div > dl {
    width: 70%;
  }
}

/* dl */
.voice dt {
  color: var(--blu);
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dotted 0.2rem var(--blu);
  line-height: 1.4;
}

.voice dt span {
  color: #000;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  margin-left: -0.6rem;
}

.voice dd {
  font-size: 1.3rem;
}

/* h3 */
.voice h3 {
  color: var(--blu);
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.voice h3::after {
  content: "";
  width: 35.5rem;
  height: 0.15rem;
  background: var(--blu);
  margin-top: 0.2rem;
}

.voice ul li:nth-child(even) h3 {
  padding-left: 2rem;
  flex-direction: row-reverse;
}

.voice ul li:nth-child(even) h3::after {
  margin-left: -2rem;
}

@media screen and (max-width: 768px) {
  .voice h3::after {
    width: 70%;
  }
}

/* -------------------------------------------

flow

------------------------------------------- */
.flow {
  background: var(--blu);
}

.flow h2 {
  color: #fff;
}

/* ul */
.flow ul {
  width: 48rem;
  margin: 0 auto;
}

.flow ul li:not(:last-child) {
  background: url(../img/frame-1.png) no-repeat;
  background-size: 100% auto;
  width: 48rem;
  height: 23.3rem;
  margin-bottom: -1.6rem;
}

.flow ul li:last-child {
  background: url(../img/frame-2.png) no-repeat;
  background-size: 100% auto;
  width: 48rem;
  height: 21rem;
}

@media screen and (max-width: 768px) {
  .flow.base-padding {
    padding: 6rem 0;
  }

  .flow ul {
    width: 36rem;
    margin: 0 auto;
  }

  .flow ul li:not(:last-child) {
    width: 36rem;
    height: 17.5rem;
    margin-bottom: -1.6rem;
  }

  .flow ul li:last-child {
    width: 36rem;
    height: 15.8rem;
  }
}

.flow ul li {
  position: relative;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .flow ul li {
    padding: 1.5rem;
  }
}

.flow ul li:nth-child(1) {
  z-index: 4;
}

.flow ul li:nth-child(2) {
  z-index: 3;
}

.flow ul li:nth-child(3) {
  z-index: 2;
}

.flow ul li:nth-child(4) {
  z-index: 1;
}

.flow ul li > div {
  display: flex;
}

.flow ul li > div > figure {
  width: 11rem;
}

.flow ul li > div > dl {
  width: calc(100% - 11rem);
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .flow ul li > div > figure {
    width: 7rem;
  }

  .flow ul li > div > dl {
    width: calc(100% - 7rem);
    padding-left: 1.5rem;
  }
}

/* h3 */
.flow h3 {
  background: var(--blu);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  padding-left: 0.15rem;
  margin-bottom: 1rem;
}

.flow h3 strong {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
}

@media screen and (max-width: 768px) {
  .flow h3 {
    font-size: 1.3rem;
    line-height: 1;
    width: 8rem;
    padding: 0.2rem 0 0.3rem 0;
    margin-bottom: 0.5rem;
  }

  .flow h3 strong {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
}

/* dl */
.flow dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: solid 0.15rem #db6868;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .flow dl dt {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.8rem;
  }

  .flow dl dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/* -------------------------------------------

faq

------------------------------------------- */
.faq > dl:not(:last-of-type) {
  margin-bottom: 3rem;
}

.faq dl {
  width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq dt {
  background: var(--blu);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.6rem 1rem;
}

.faq span:nth-child(1) {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: 900;
}

.faq span:nth-child(2) {
  width: calc(100% - 4.8rem);
  font-size: 1.6rem;
  line-height: 1.4;
}

.faq dd {
  display: flex;
  padding: 1.2rem 1rem 1.4rem 1rem;
  background: #f6f6f6;
}

.faq dd span:nth-child(1) {
  align-items: flex-start;
  color: #606060;
}

@media screen and (max-width: 768px) {
  .faq dl {
    width: auto;
  }
}

/* -------------------------------------------

contact

------------------------------------------- */
.contact .wrap {
  width: 48rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact .wrap {
    width: auto;
  }
}

/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  width: 100%;
  padding: 2rem;
  border: #d2d2d3 solid 1px;
  background: #f6f7f7;
}

.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  appearance: none;
}

.CMS-FORM-GROUP textarea {
  height: 16rem;
  -webkit-appearance: none;
  appearance: none;
}

.CMS-FORM-GROUP input[type="submit"] {
  background: var(--prime);
  border: none;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  width: 24rem;
  padding: 1rem 0 1.15rem 0;
  margin: 0 auto;
  transition: all 0.3s;
  font-weight: bold;
  border-radius: 1rem;
}

.CMS-FORM-GROUP input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.5;
}

.CMS-FORM-RADIO input[type="radio"] {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-top: 0.9rem;
  border-radius: 50%;
}

.CMS-FORM-RADIO {
  width: 70%;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
}

.CMS-FORM-RADIO label {
  display: block;
  width: calc(100% - 3.5rem);
  margin-top: 0.8rem;
  margin-left: 0.5rem;
  font-weight: normal;
}

_::-webkit-full-page-media,
_:future,
:root .CMS-FORM-RADIO label {
  margin-top: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
}

.his {
  background: var(--red);
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem 0.4rem 1.5rem;
  margin-left: 1rem;
  font-weight: normal;
  margin-top: 0.15rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-RADIO input[type="radio"] {
    transform: scale(0.6);
  }

  _::-webkit-full-page-media,
  _:future,
  :root .CMS-FORM-RADIO label {
    margin-top: 1.4rem;
    margin-left: 0;
  }

  .CMS-FORM-GROUP input[type="submit"] {
    width: 100%;
    padding: 2rem 0;
    font-size: 1.8rem;
  }

  input[type="date"] {
    width: 100%;
    font-size: 2rem;
    color: #000;
  }
}

/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy {
  border: 0.2rem solid #ccc;
  padding: 2rem;
  height: 24rem;
  overflow: auto;
  background: #fff;
}

.privacy-note {
  margin-bottom: 3rem;
}

/*  ----------------------------------------------------------

thanx

----------------------------------------------------------  */
.thanx {
  text-align: center;
}

.back {
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
footer small {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding-bottom: 0.2rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 6.4rem;
  }

  .low footer {
    padding: 0;
  }
}

/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
  background: #fff;
  padding: 2.5rem 0;
}

.fixed a.tel {
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 1rem;
  box-shadow: 0.15rem 0.15rem 0.2rem rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 1.4rem 1.6rem 1.3rem 1.5rem;
  margin: 0 auto;
}

.fixed a.tel img {
  width: 5.6rem;
  margin-right: 1rem;
}

.fixed a.tel > span {
  display: flex;
  flex-direction: column;
}

.fixed a.tel > span > span:nth-child(1) {
  color: var(--yel);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.fixed a.tel > span > span:nth-child(1)::after {
  content: "";
  width: 12.8rem;
  height: 0.12rem;
  background: var(--yel);
  margin-left: 0.3rem;
}

.fixed a.tel > span > span:nth-child(2) {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .fixed {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  .fixed a.tel {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 6.4rem;
    padding: 0.15rem 0 0 0;
    justify-content: center;
  }

  .fixed a.tel img {
    width: 3.2rem;
    margin-right: 1rem;
    margin-top: 0.15rem;
  }

  .fixed a.tel > span > span:nth-child(1)::after {
    display: none;
  }

  .fixed a.tel > span > span:nth-child(2) {
    font-size: 2.8rem;
  }
}

.tokusho {
  background: #fff;
  padding: 2.5rem 0;
}



/* -------------------------------------------
custom top section
------------------------------------------- */
.top-custom {
  background: #fff;
  padding-top: 1rem;
}

.top-custom-visual {
  position: relative;
}

.top-custom-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-phone-link {
  position: absolute;
  right: 4.7%;
  top: 2.6%;
  width: 25%;
  height: 11.5%;
  border-radius: 1rem;
}

.top-offer {
  background: #f8f1cb;
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem 2rem;
}

.offer-badge {
  width: 9.5rem;
  height: 9.5rem;
  min-width: 9.5rem;
  border-radius: 50%;
  background: #d9201b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.1;
}

.offer-price p {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.4rem;
}

.offer-price div {
  line-height: 1;
  color: #d91f13;
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
}

.offer-price strong {
  font-size: 6.2rem;
  font-weight: 900;
}

.offer-price span {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}

.offer-points {
  flex: 1;
  background: #fff;
  border: 0.3rem solid #2e5faf;
  border-radius: 1.4rem;
  padding: 1.2rem 1.8rem;
}

.offer-points li {
  font-size: 2.1rem;
  font-weight: 700;
  color: #183a76;
  line-height: 1.8;
  position: relative;
  padding-left: 2.8rem;
}

.offer-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #2e5faf;
  font-weight: 900;
}

.offer-phone {
  width: 18rem;
  min-width: 18rem;
  align-self: stretch;
  background: linear-gradient(135deg, #ffffff 0%, #fff5bd 100%);
  border: 0.3rem solid #2e5faf;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222;
  padding: 1rem;
  text-decoration: none;
}

.offer-phone span {
  font-size: 1.8rem;
  font-weight: 700;
}

.offer-phone strong {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .top-custom {
    padding-top: 0;
  }

  .hero-phone-link {
    right: 4.5%;
    top: 2.5%;
    width: 25%;
    height: 11%;
  }

  .top-offer {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
    padding: 1.2rem 1rem;
  }

  .offer-badge {
    width: 8rem;
    height: 8rem;
    min-width: 8rem;
    font-size: 1.8rem;
  }

  .offer-price p {
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
  }

  .offer-price strong {
    font-size: 4.6rem;
  }

  .offer-price span {
    font-size: 2.1rem;
    margin-bottom: 0.5rem;
  }

  .offer-points {
    grid-column: 1 / -1;
    padding: 1rem 1.2rem;
  }

  .offer-points li {
    font-size: 1.7rem;
    padding-left: 2.4rem;
  }

  .offer-phone {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    padding: 1.2rem;
  }

  .offer-phone span {
    font-size: 1.6rem;
  }

  .offer-phone strong {
    font-size: 2.2rem;
  }
}


/* offer section fine-tuning */
.top-offer {
  display: grid;
  grid-template-columns: 10rem 28rem minmax(30rem, 1fr) 20rem;
  align-items: center;
  gap: 1.6rem;
  padding: 1.8rem 2.4rem;
}

.offer-badge {
  width: 9rem;
  height: 9rem;
  min-width: 9rem;
  font-size: 1.9rem;
  line-height: 1.15;
  justify-self: center;
}

.offer-price {
  min-width: 0;
}

.offer-price p {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.offer-price div {
  gap: 0.4rem;
  flex-wrap: nowrap;
}

.offer-price strong {
  font-size: 5.8rem;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.offer-price span {
  font-size: 2.2rem;
  margin-bottom: 0.55rem;
  white-space: nowrap;
}

.offer-points {
  padding: 1.2rem 1.8rem;
}

.offer-points li {
  font-size: 1.7rem;
  line-height: 1.65;
  padding-left: 2.5rem;
  word-break: keep-all;
}

.offer-phone {
  width: 100%;
  min-width: 0;
  max-width: 20rem;
  justify-self: end;
  padding: 1.2rem 1rem;
}

.offer-phone span,
.offer-phone strong,
.offer-points li,
.offer-price p,
.offer-price span {
  word-break: keep-all;
}

.offer-phone span {
  font-size: 1.6rem;
  line-height: 1.4;
}

.offer-phone strong {
  font-size: 2.2rem;
  line-height: 1.45;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .top-offer {
    grid-template-columns: 9rem 1fr;
    gap: 1.2rem 1.4rem;
    padding: 1.6rem 1.6rem;
  }

  .offer-badge {
    grid-row: 1 / 2;
  }

  .offer-price {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .offer-points {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 1.1rem 1.4rem;
  }

  .offer-phone {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    max-width: none;
    width: 100%;
    min-height: 10.4rem;
    justify-self: stretch;
  }
}

@media screen and (max-width: 768px) {
  .top-offer {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
    padding: 1.2rem 1rem;
  }

  .offer-badge {
    width: 8rem;
    height: 8rem;
    min-width: 8rem;
    font-size: 1.8rem;
  }

  .offer-price p {
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
  }

  .offer-price strong {
    font-size: 4.6rem;
  }

  .offer-price span {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }

  .offer-points {
    grid-column: 1 / -1;
    padding: 1rem 1.2rem;
  }

  .offer-points li {
    font-size: 1.7rem;
    padding-left: 2.4rem;
    line-height: 1.6;
  }

  .offer-phone {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 1.2rem;
  }

  .offer-phone span {
    font-size: 1.6rem;
  }

  .offer-phone strong {
    font-size: 2.2rem;
  }
}


/* final desktop fit adjustments */
.top-custom,
.top-offer,
.top-custom-visual {
  width: 100%;
  box-sizing: border-box;
}

.top-offer {
  max-width: 768px;
  overflow: hidden;
  grid-template-columns: 9rem 22rem minmax(0, 1fr) 14rem;
  gap: 1rem;
  padding: 1.4rem 1.4rem;
}

.offer-badge {
  width: 8.6rem;
  height: 8.6rem;
  min-width: 8.6rem;
  font-size: 1.8rem;
}

.offer-price p {
  font-size: 1.7rem;
  line-height: 1.35;
}

.offer-price strong {
  font-size: 5.2rem;
}

.offer-price span {
  font-size: 1.8rem;
  margin-bottom: 0.45rem;
}

.offer-points {
  min-width: 0;
  padding: 1rem 1.2rem;
}

.offer-points li {
  font-size: 1.4rem;
  line-height: 1.65;
  padding-left: 2rem;
}

.offer-phone {
  width: 14rem;
  max-width: 14rem;
  padding: 0.8rem 0.6rem;
}

.offer-phone span {
  font-size: 1.3rem;
}

.offer-phone strong {
  font-size: 1.8rem;
  line-height: 1.5;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .top-offer {
    max-width: none;
    grid-template-columns: 8rem 1fr;
    gap: 1rem;
    padding: 1.2rem 1rem;
  }

  .offer-badge {
    width: 8rem;
    height: 8rem;
    min-width: 8rem;
    font-size: 1.8rem;
  }

  .offer-price p {
    font-size: 1.7rem;
  }

  .offer-price strong {
    font-size: 4.6rem;
  }

  .offer-price span {
    font-size: 2rem;
  }

  .offer-points li {
    font-size: 1.7rem;
    padding-left: 2.4rem;
  }

  .offer-phone {
    width: 100%;
    max-width: none;
    padding: 1.2rem;
  }

  .offer-phone span {
    font-size: 1.6rem;
  }

  .offer-phone strong {
    font-size: 2.2rem;
    white-space: normal;
  }
}


@media screen and (max-width:768px){
  .top-offer{
    display:flex !important;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .offer-badge{margin:0 auto;}
  .offer-price{text-align:center;}
  .offer-price div{justify-content:center;}
  .offer-points{width:100%;box-sizing:border-box;}
  .offer-phone{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:72px;
    gap:4px;
  }
  .offer-phone span,
  .offer-phone strong{
    display:block;
    white-space:normal;
  }
}

/* 2026-07-22 mobile size balance fix */
@media screen and (max-width: 768px) {
  .top-offer {
    display: grid !important;
    grid-template-columns: 6.4rem minmax(0, 1fr) !important;
    align-items: center;
    gap: 0.9rem 1.2rem !important;
    padding: 1.4rem 1.6rem 1.6rem !important;
  }

  .offer-badge {
    grid-column: 1;
    grid-row: 1;
    width: 6.4rem !important;
    height: 6.4rem !important;
    min-width: 6.4rem !important;
    margin: 0 !important;
    font-size: 1.55rem !important;
    line-height: 1.08 !important;
  }

  .offer-price {
    grid-column: 2;
    grid-row: 1;
    text-align: left !important;
    min-width: 0;
  }

  .offer-price p {
    font-size: 1.55rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0.15rem !important;
  }

  .offer-price div {
    justify-content: flex-start !important;
    gap: 0.35rem !important;
  }

  .offer-price strong {
    font-size: 4.2rem !important;
    line-height: 1 !important;
  }

  .offer-price span {
    font-size: 1.75rem !important;
    margin-bottom: 0.35rem !important;
  }

  .offer-points {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    padding: 0.8rem 1.2rem !important;
    border-width: 0.24rem !important;
    border-radius: 1rem !important;
  }

  .offer-points li {
    font-size: 1.55rem !important;
    line-height: 1.55 !important;
    padding-left: 2.1rem !important;
  }

  .offer-phone {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100% !important;
    max-width: none !important;
    min-height: 5.8rem !important;
    padding: 0.65rem 1rem !important;
    gap: 0.1rem !important;
    border-width: 0.24rem !important;
    border-radius: 1rem !important;
  }

  .offer-phone span {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
  }

  .offer-phone strong {
    font-size: 2rem !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  .fixed a.tel {
    height: 5.8rem;
  }

  .fixed a.tel img {
    width: 2.8rem;
    margin-right: 0.8rem;
  }

  .fixed a.tel > span > span:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: 0.15rem;
  }

  .fixed a.tel > span > span:nth-child(2) {
    font-size: 2.45rem;
  }
}


/* 2026-07-22 CTA redesign / mobile-first final overrides */
.top-offer {
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.78), rgba(255,255,255,0) 42%),
    #fff5ca;
}

.offer-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  background: rgba(255,255,255,.98);
  border-color: #164f9d;
  box-shadow: 0 .2rem .45rem rgba(10, 58, 120, .10);
}

.offer-points li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: .4rem 1rem .4rem 3rem;
  text-align: center;
  line-height: 1.35;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 800;
}

.offer-points li + li {
  border-left: .1rem solid rgba(22, 79, 157, .5);
}

.offer-points li::before {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}

.offer-phone {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 9.4rem;
  padding: 1rem 7.4rem 1.15rem 2rem;
  gap: .2rem;
  border: .45rem solid #d92318;
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at 50% -25%, rgba(255,255,255,.85), rgba(255,255,255,0) 46%),
    linear-gradient(180deg, #ffef23 0%, #ffd407 56%, #ffc400 100%);
  box-shadow:
    inset 0 0 0 .35rem rgba(255,255,255,.82),
    0 .55rem 0 #a81710,
    0 .8rem 1.35rem rgba(97, 55, 0, .26);
  color: #141414;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.offer-phone::after {
  content: "›";
  position: absolute;
  right: 1.65rem;
  top: 50%;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  background: #fff;
  color: #d92318;
  font-family: Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: .78;
  padding-bottom: .48rem;
  box-shadow: 0 .25rem .6rem rgba(110, 60, 0, .18);
}

.offer-phone span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .08em;
  color: #111;
}

.offer-phone span::before,
.offer-phone span::after {
  display: inline-block;
  font-weight: 900;
  transform: translateY(-.05em);
}

.offer-phone span::before { content: "＼"; margin-right: .55rem; }
.offer-phone span::after  { content: "／"; margin-left: .55rem; }

.offer-phone strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #e02419;
  font-size: clamp(3rem, 5.2vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.035em;
  white-space: nowrap;
  -webkit-text-stroke: .16rem #fff;
  paint-order: stroke fill;
  text-shadow:
    0 .18rem 0 #9e1510,
    .12rem .12rem 0 #fff,
    -.12rem .12rem 0 #fff,
    .12rem -.12rem 0 #fff,
    -.12rem -.12rem 0 #fff;
}

.offer-phone:active {
  transform: translateY(.38rem);
  box-shadow:
    inset 0 0 0 .35rem rgba(255,255,255,.82),
    0 .18rem 0 #a81710,
    0 .35rem .65rem rgba(97, 55, 0, .22);
  filter: brightness(.98);
}

@media (hover: hover) {
  .offer-phone:hover {
    filter: brightness(1.035) saturate(1.05);
    transform: translateY(-.12rem);
  }
}

@media screen and (max-width: 768px) {
  .top-offer {
    gap: 1.05rem 1.2rem !important;
    padding: 1.35rem 1.35rem 1.75rem !important;
  }

  .offer-points {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: .75rem .65rem !important;
    border-width: .3rem !important;
    border-radius: 1.25rem !important;
  }

  .offer-points li {
    min-height: 4.8rem;
    padding: .45rem .55rem .45rem 2.55rem !important;
    font-size: clamp(1.3rem, 3.75vw, 1.55rem) !important;
    line-height: 1.35 !important;
  }

  .offer-points li::before {
    left: .65rem;
    font-size: 1.8rem;
  }

  .offer-phone {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    min-height: 8.8rem !important;
    padding: .9rem 6.3rem 1rem 1.5rem !important;
    border-width: .4rem !important;
    border-radius: 1.55rem !important;
    box-shadow:
      inset 0 0 0 .3rem rgba(255,255,255,.82),
      0 .45rem 0 #a81710,
      0 .65rem 1rem rgba(97, 55, 0, .24) !important;
  }

  .offer-phone::after {
    right: 1.25rem;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 4.6rem;
  }

  .offer-phone span {
    font-size: clamp(1.45rem, 4.2vw, 1.8rem) !important;
    line-height: 1.15 !important;
  }

  .offer-phone strong {
    font-size: clamp(2.65rem, 8.15vw, 3.65rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    -webkit-text-stroke: .13rem #fff;
  }
}

@media screen and (max-width: 360px) {
  .top-offer {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .offer-points {
    grid-template-columns: 1fr;
  }

  .offer-points li + li {
    border-left: 0;
    border-top: .1rem solid rgba(22, 79, 157, .35);
  }

  .offer-phone {
    min-height: 8.2rem !important;
    padding-right: 5.5rem !important;
  }

  .offer-phone::after {
    right: .9rem;
    width: 4.2rem;
    height: 4.2rem;
    font-size: 4.2rem;
  }

  .offer-phone strong {
    font-size: clamp(2.45rem, 8vw, 3rem) !important;
  }
}

/* Keep the redesigned telephone CTA clean on mobile browsers. */
.offer-phone,
.offer-phone:link,
.offer-phone:visited,
.offer-phone:hover,
.offer-phone:active {
  text-decoration: none !important;
  opacity: 1 !important;
}


/* 2026-07-22 final offer-point typography polish */
.offer-points {
  padding: .82rem .72rem;
}

.offer-points li {
  min-width: 0;
  min-height: 4.7rem;
  padding: .5rem .7rem .5rem 2.7rem;
  color: #0b438a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  font-feature-settings: "palt" 1;
  letter-spacing: .02em;
  line-height: 1.32;
  white-space: nowrap;
  word-break: keep-all;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.offer-points li::before {
  left: .72rem;
  font-size: 1.9rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .offer-points {
    padding: .72rem .58rem !important;
  }

  .offer-points li {
    min-height: 4.65rem;
    padding: .45rem .5rem .45rem 2.45rem !important;
    font-size: clamp(1.24rem, 3.55vw, 1.48rem) !important;
    letter-spacing: .012em;
    line-height: 1.28 !important;
  }

  .offer-points li::before {
    left: .55rem;
    font-size: 1.72rem;
  }
}

@media screen and (max-width: 360px) {
  .offer-points li {
    min-height: 4.2rem;
    font-size: 1.42rem !important;
  }
}
