@charset "UTF-8";
/* CSS Document */
/* index
---------------------------------------------------------------------------------------------*/
#hero {
  background-color: #84d1f4;
}

#index #hero .heroBubble img {
  filter: drop-shadow(0 5px 5px rgba(5, 80, 117, 0.2));
}

.heroInner {
  max-width: 86.71875vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroInner .row {
  justify-content: space-between;
  align-items: center;
}
.heroInner .row figure {
  align-self: flex-end;
  line-height: 0;
}

#index .heroInner .row figure img {
  width: 36.71875vw;
  /*max-width: 470px;*/
}
#index .heroBubble img {
  position: absolute;
  left: -3.125vw;
  top: 0.78125vw;
  width: 20.15625vw;
}

@keyframes fluffy {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fluffy {
  -webkit-animation-name: fluffy;
  animation-name: fluffy;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.headlineArea {
  width: 50vw;
  background-color: #09a8f7;
  position: relative;
  margin-bottom: 3.90625vw;
  padding: 1.5625vw 4.6875vw;
}
.headlineArea::before, .headlineArea::after {
  content: "";
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
}
.headlineArea::before {
  border-top: 0.78125vw solid #ffffff;
  border-left: 0.78125vw solid #ffffff;
  top: -0.390625vw;
  left: -0.390625vw;
}
.headlineArea::after {
  border-bottom: 0.78125vw solid #ffffff;
  border-right: 0.78125vw solid #ffffff;
  bottom: -0.390625vw;
  right: -0.390625vw;
}
.headlineArea p.headlinetxt {
  color: #f7f70c;
  font-weight: bold;
  font-size: 3.28125vw;
  margin-bottom: 0.78125vw;
  line-height: 1.2;
}
.headlineArea p.price {
  margin-bottom: 1.171875vw;
  display: flex;
  align-items: flex-end;
}
.headlineArea p.price > span {
  background-color: #ffffff;
  color: #09a8f7;
  font-size: 1.875vw;
  font-weight: bold;
  padding: 0.390625vw 0.546875vw 0.546875vw;
  position: relative;
  top: -0.546875vw;
}
.headlineArea p.price em {
  color: #ffffff;
  margin-left: 0.25em;
  letter-spacing: 0;
  font-size: 5.625vw;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
}
.headlineArea p.price em span {
  font-size: 2.34375vw;
  margin-left: 0.25em;
}
.headlineArea ul {
  color: #ffffff;
  margin-left: 1em;
  font-size: 1.09375vw;
}
.headlineArea ul li {
  line-height: 1.2;
  text-indent: -1em;
}
.headlineArea ul li:not(:last-child) {
  margin-bottom: 0.390625vw;
}
.headlineArea ul li::before {
  content: "※";
}

.heroTxtArea {
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  margin-bottom: 3.90625vw;
  padding: 1.5625vw 4.6875vw;
}
.heroTxtArea::before, .heroTxtArea::after {
  content: "";
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
}
.heroTxtArea::before {
  border-top: 0.78125vw solid #09a8f7;
  border-left: 0.78125vw solid #09a8f7;
  top: -0.390625vw;
  left: -0.390625vw;
}
.heroTxtArea::after {
  border-bottom: 0.78125vw solid #09a8f7;
  border-right: 0.78125vw solid #09a8f7;
  bottom: -0.390625vw;
  right: -0.390625vw;
}
.heroTxtArea h1 img {
  width: 40.625vw;
}

p.herotxt01 {
  font-size: 1.40625vw;
}
p.herotxt01::first-letter {
  font-size: 3.75vw;
  color: #09a8f7;
}
p.herotxt01 em {
  font-size: 1.640625vw;
  color: #09a8f7;
}
p.herotxt02 {
  letter-spacing: 0.25rem;
  font-size: 1.25vw;
}

#index #haisha-sec1 {
  position: relative;
  top: -3.90625vw;
  background-color: #e6f6fe;
  box-shadow: 0 7px 10px rgba(5, 80, 117, 0.1);
}
#index #top-contact-cta {
  padding: clamp(10px, 4vw, 40px) clamp(10px, 4vw, 40px) clamp(10px, 5vw, 50px);
}
#index #top-contact-cta .telArea {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5625vw, 20px);
  color: #0c90f4;
}
#index #top-contact-cta .telArea p {
  letter-spacing: 0;
  white-space: pre;
}
#index #top-contact-cta .telArea .tel {
  font-size: clamp(3rem, 8vw, 8rem);
  display: flex;
  align-items: center;
  position: relative;
}
#index #top-contact-cta .telArea .tel a {
  color: #0c90f4;
}
#index #top-contact-cta .telArea .tel::before {
  content: "";
  position: relative;
  width: 0.75em;
  height: 0.75em;
  background: url("../images/common/ico_tel_bl.svg") no-repeat center center;
  display: block;
  margin-right: 10px;
}
#index #top-contact-cta .telArea .tel::after {
  content: "";
  position: absolute;
  width: 94px;
  height: 75px;
  background: url("../images/common/bubble@2x.png") no-repeat center center;
  background-size: contain;
  display: block;
  top: -65px;
}
#index #top-contact-cta .telArea .tel rt {
  font-size: 25%;
  letter-spacing: 0;
  font-weight: normal;
}
#index #top-contact-cta .telArea .fax {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
}
#index #top-contact-cta .telArea .time {
  font-size: clamp(1rem, 1.4vw, 1.4rem);
}
#index #haisha-sec2 .col3-1--15 {
  position: relative;
  display: flex;
}
#index #haisha-sec2 .col3-1--15 .bg_white {
  display: flex;
  flex-flow: column;
}
#index #haisha-sec2 .col3-1--15 figure {
  overflow: hidden;
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
}
#index #haisha-sec2 .col3-1--15 figure img {
  transition: 0.3s;
}
#index #haisha-sec2 .col3-1--15:hover figure img {
  transform: scale(120%);
  filter: contrast(120%);
}
#index #haisha-sec2 dd.textArea dl {
  font-size: 14px;
  font-size: 1.4rem;
}
#index #haisha-sec2 dd.textArea dl dt {
  line-height: 1.7;
}

.forteDetail .ttl01 em {
  font-size: 5rem;
  color: #09a8f7;
}
.forteDetail.num {
  counter-reset: num01 0;
}
.forteDetail dl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forteDetail dl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #09a8f7 transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: -1px;
}
.forteDetail dl::after {
  content: "0" counter(num01);
  counter-increment: num01;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  top: 7px;
  left: 7px;
  font-family: "Noto Sans", sans-serif;
}
.forteDetail dt img {
  height: 50px;
}
.forteDetail dd {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}

.voiceDetail dl {
  position: relative;
}
.voiceDetail dl::before {
  content: "";
  position: absolute;
  background: url("../images/voice/ico_voice@2x.png") center center no-repeat scroll;
  background-size: contain;
  width: 38px;
  height: 34px;
  display: inline-block;
}
.voiceDetail dt {
  text-align: right;
}
.voiceDetail dt span {
  background-color: #e6e6e6;
  padding: 0 3px;
}

.voiceContent .voiceDetail dl {
  border: 1px solid #bababa;
}

.flowDetail.num {
  counter-reset: num02 0;
}
.flowDetail.num dt span::after {
  content: "0" counter(num02);
  counter-increment: num02;
  position: relative;
  font-size: 4.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 0.5em;
}
.flowDetail dl {
  display: flex;
  flex-direction: column;
}
.flowDetail dt {
  margin: -10px 0.75em 0;
}
.flowDetail dd {
  display: flex;
  flex: 1 0 auto;
}

#special {
  background: url("../images/common/special_bg.png") center bottom no-repeat scroll;
  background-size: cover;
  padding: 4.296875vw 0 7.03125vw;
}
#special .inner {
  background-color: rgba(9, 168, 247, 0.8);
  border: 10px solid rgba(255, 255, 255, 0.8);
}
#special .priceArea {
  letter-spacing: 0.1em;
  border-right: 3px solid #ffffff;
}
#special .priceArea p.txt30 span.txt24 {
  position: relative;
  top: -0.546875vw;
  margin-right: 0.5em;
  padding: 0 5px;
}
#special .priceArea p.txt30 sup {
  position: relative;
  bottom: -2.734375vw;
  top: auto;
}
#special .priceArea .headlinetxt {
  color: #f7f70c;
  font-weight: bold;
  font-size: 4.2rem;
  margin-bottom: 0.78125vw;
  line-height: 1.2;
}
#special .priceArea p.price {
  margin-bottom: 1.171875vw;
  display: flex;
  align-items: flex-end;
}
#special .priceArea p.price > span {
  background-color: #ffffff;
  color: #09a8f7;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: bold;
  padding: 0.390625vw 0.546875vw 0.546875vw;
  position: relative;
  top: -0.546875vw;
}
#special .priceArea p.price em {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 7.2rem;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
}
#special .priceArea p.price em span {
  font-size: 2.34375vw;
  font-size: 3rem;
  margin-left: 0.25em;
}
#special .priceArea ul {
  color: #ffffff;
  font-size: 1.09375vw;
  font-size: 1.4rem;
}
#special .priceArea ul li {
  line-height: 1.2;
  text-indent: -1em;
}
#special .priceArea ul li:not(:last-child) {
  margin-bottom: 0.390625vw;
}
#special .priceArea ul li::before {
  content: "※";
}
#special .priceArea p.herotxt01 {
  font-size: 1.40625vw;
  letter-spacing: 0.075em;
}
#special .priceArea p.herotxt01::first-letter {
  font-size: 3.75vw;
  color: #ffffff;
}
#special .priceArea p.herotxt01 em {
  font-size: 1.640625vw;
  color: #ffffff;
}
#special .priceArea p.logoArea {
  max-width: 420px;
  width: 100%;
}
#special .priceArea p.logoArea img {
  padding: 10px;
  background-color: #ffffff;
}
#special .priceArea p.herotxt02 {
  letter-spacing: 0.25rem;
  font-size: 1.25vw;
}
#special .telArea {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#special .telArea .tel {
  font-size: 42px;
  font-size: 4.2rem;
  display: flex;
  align-items: center;
  position: relative;
}
#special .telArea .tel::before {
  content: "";
  position: relative;
  width: 42px;
  height: 42px;
  background: url("../images/common/ico_tel_bl.svg") no-repeat center center;
  display: block;
  margin-right: 10px;
}
#special .telArea .tel::after {
  content: "";
  position: absolute;
  width: 94px;
  height: 75px;
  background: url("../images/common/bubble@2x.png") no-repeat center center;
  background-size: contain;
  display: block;
  top: -75px;
}
#special .telArea .tel rt {
  font-size: 35%;
  letter-spacing: 0;
}
#special .telArea .fax {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 52px;
}
#special .telArea .time {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 52px;
}

.faqDetail dl dt {
  position: relative;
  transition: 0.3s;
}
.faqDetail dl dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
.faqDetail dl dt.row {
  align-items: flex-start;
}
.faqDetail dl dd.row,
.faqDetail dl p.row {
  align-items: flex-start;
}
.faqDetail dl dt p {
  padding-right: 2.5em;
}
.faqDetail dl dt::before {
  content: "Q";
  font-size: 18px;
  color: #09a8f7;
  background-color: #ffffff;
  border: 3px solid #09a8f7;
  margin-right: 1em;
  padding: 0px 3px 5px 5px;
}
.faqDetail dl dt::after {
  content: "▼";
  color: #ffffff;
  position: absolute;
  right: 0.75em;
  font-size: 21px;
}
.faqDetail dl.active dt::after {
  content: "▲";
  color: #ffffff;
  position: absolute;
  right: 0.75em;
  font-size: 21px;
}
.faqDetail dl dd {
  display: none;
}
.faqDetail dl dd p {
  position: relative;
}
.faqDetail dl dd p::before {
  content: "A";
  font-size: 18px;
  color: #262626;
  font-weight: bold;
  border: 3px solid #262626;
  margin-right: 1em;
  padding: 0px 4px 5px 6px;
  line-height: 1;
}
.faqDetail dl dd div.row {
  align-items: flex-start;
}
.faqDetail dl dd div.row::before {
  content: "A";
  font-size: 18px;
  color: #262626;
  font-weight: bold;
  border: 3px solid #262626;
  margin-right: 1em;
  padding: 0px 4px 5px 6px;
  line-height: 1;
}

.blogDetail.col2--20 {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -4.6875vw;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -9.375vw;
}
.blogDetail .row {
  flex-direction: column;
  flex: 1 0 auto;
}
.blogDetail dl {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.blogDetail dt {
  background-color: #e6e6e6;
  padding: 0 10px;
  display: inline-block;
}

#haisha-sec7 .row4 {
  position: relative;
  top: -4.6875vw;
}
#haisha-sec7 .buttonB {
  max-width: 150px;
  padding: 10px;
}

#haisha-damaged .row {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -1.5625vw;
}
#haisha-damaged figure img {
  max-width: 7.8125vw;
}
#haisha-damaged figcaption {
  display: block;
  font-size: 1.640625vw;
}

#haisha-inquiryArea {
  background: url("../images/common/inquiry_bg.png") center bottom no-repeat scroll;
  background-size: cover;
  padding: 4.296875vw 0 7.03125vw;
}
#haisha-inquiryArea .telArea {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid #262626;
  padding: 3.125vw 1.5625vw 2.34375vw;
}
#haisha-inquiryArea .telArea .tel {
  font-size: 3.28125vw;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.125em;
  margin-top: 5px;
}

_::-webkit-full-page-media, _:future {
  letter-spacing: inherit;
}

:root #haisha-inquiryArea .telArea .tel {
  letter-spacing: inherit;
}

#haisha-inquiryArea .telArea .tel::before {
  content: "";
  position: relative;
  width: 42px;
  height: 42px;
  background: url("../images/common/ico_tel_or.svg") no-repeat center center;
  display: block;
  margin-right: 20px;
}
#haisha-inquiryArea .telArea .tel::after {
  content: "";
  position: absolute;
  width: 94px;
  height: 75px;
  background: url("../images/common/bubble@2x.png") no-repeat center center;
  background-size: contain;
  display: block;
  top: -65px;
  left: 10px;
}
#haisha-inquiryArea .telArea .tel rt {
  font-size: 35%;
  letter-spacing: 0;
}
#haisha-inquiryArea .telArea .fax {
  font-size: 1.875vw;
  margin-left: 64px;
}
#haisha-inquiryArea .telArea .time {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 64px;
}
#haisha-inquiryArea .col2--20 .buttonA {
  font-size: 20px;
  font-size: 2rem;
  max-width: 100%;
  padding: 35px;
  font-weight: bold;
  display: flex;
  position: relative;
}
#haisha-inquiryArea .col2--20 .buttonA::before {
  content: "";
  position: relative;
  width: 40px;
  height: 30px;
  background: url("../images/common/ico_mail.svg") no-repeat center center;
  display: block;
  margin-right: 20px;
}
#haisha-inquiryArea .col2--20 .buttonA:hover {
  opacity: 1;
  background-color: #ff7e00;
}
#haisha-inquiryArea .col2--20 .buttonA span {
  line-height: 1.2;
}

#bnArea {
  padding-bottom: 30px;
}
#bnArea .row4 li {
  max-width: calc(33.3333333333% - 10px);
  width: 100%;
}

/* ------------------------------------------------------------------------------
　下層
------------------------------------------------------------------------------ */
#content #hero {
  max-height: 450px;
  height: 35.15625vw;
  display: flex;
  align-items: flex-end;
}
#content .heroTxtArea {
  max-width: 640px;
  width: 50vw;
  padding: 3.125vw 3.515625vw 3.90625vw;
}
#content .heroTxtArea .row {
  padding-bottom: 1.5625vw;
  border-bottom: 2px solid #09a8f7;
}
#content .heroTxtArea h1 {
  max-width: 266px;
  width: 20.78125vw;
}
#content .heroTxtArea p.herotxt03 {
  max-width: 250px;
  width: 19.53125vw;
  background-color: #09a8f7;
  color: #ffffff;
  font-size: 1.09375vw;
  padding: 0.546875vw 0.78125vw;
  border-radius: 0.390625vw;
  letter-spacing: 0;
}
#content .heroTxtArea h2 {
  font-size: 5.625vw;
}
#content .heroInner .row figure img {
  width: 36.71875vw;
  max-width: 470px;
}

#haisha-flow-sec3 p.txt21 strong.txt24 {
  position: relative;
  background: linear-gradient(transparent 99%, #282728 0%);
}

iframe#map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

#content.forteContent .heroTxtArea h2, #content.inquiryContent .heroTxtArea h2 {
  font-size: 2.8125vw;
}
#content.forteContent .heroTxtArea h2 em {
  font-size: 5.625vw;
  color: #09a8f7;
  position: relative;
  top: 0.234375vw;
}

#haisha-forte-sec1 .commentary {
  padding-bottom: 30px;
  border-bottom: 1px dotted #bababa;
}
#haisha-forte-sec1 .commentary .notesWrap {
  display: flex;
  justify-content: flex-end;
}
#haisha-forte-sec1 .commentary ul.row3 {
  align-items: stretch;
}
#haisha-forte-sec1 .commentary ul.row3 li.col4-1--10 {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#haisha-forte-sec1 .commentary ul.row3 li.col4-1--10 sup {
  top: -5px;
}

#haisha-forte-sec2 li {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 10px 30px;
  font-size: 2rem;
}
#haisha-forte-sec2 li:nth-child(even) {
  background-color: #f5f5f5;
}
#haisha-forte-sec2 li::before {
  content: "";
  position: relative;
  width: 27px;
  height: 26px;
  background: url("../images/common/ico_check.svg") no-repeat center center;
  display: block;
  margin-right: 20px;
}

/* single
---------------------------------------------------------------------------------------------*/
.blogContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.blogContainer.pt50 {
  padding-top: 50px;
}
.blogContainer .blogDetail {
  /*max-width: 700px;*/
  width: 100%;
  margin-right: 50px;
  text-align: left;
}
.blogContainer .blogDetail article * {
  line-height: 1.7;
}
.blogContainer .blogDetail .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.blogContainer .blogDetail .post-categories li {
  background-color: #ffba00;
  color: #ffffff;
  padding: 5px 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blogContainer .blogDetail .post-categories li a {
  color: #ffffff;
}
.blogContainer .blogDetail article {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px dashed #d5d5d5;
}
.blogContainer .blogDetail .row {
  flex-direction: row;
}
.blogContainer .navigation li {
  position: relative;
}
.blogContainer .blogDetail .haishablog {
  margin-top: 7.8125vw;
}
.blogContainer .blogDetail .haishablog dl {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.blogContainer .blogDetail .haishablog dt {
  background-color: inherit;
}

.inquiryContent .telArea {
  font-weight: 900;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  padding: 30px;
}
.inquiryContent .telArea .tel {
  font-size: 42px;
  font-size: 4.2rem;
  display: flex;
  align-items: center;
}
.inquiryContent .telArea .tel::before {
  content: "";
  position: relative;
  width: 42px;
  height: 42px;
  background: url("../images/common/ico_tel03.svg") no-repeat center center;
  display: block;
  margin-right: 10px;
}
.inquiryContent .telArea .tel rt {
  font-size: 35%;
  letter-spacing: 0;
}
.inquiryContent .telArea .fax {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 52px;
}
.inquiryContent .telArea .time {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 52px;
}
.inquiryContent #estimate .inner,
.inquiryContent #inquiry .inner {
  border: 1px solid #cdcdcd;
  padding: 50px 30px;
  border-radius: 7px;
}

.formNew dl {
  display: flex;
  margin-bottom: 20px;
}
.formNew dt {
  width: calc(25% - 10px);
}
.formNew dt span {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #ff7e00;
  padding: 2px 3px;
  color: #ff7e00;
  margin-left: 5px;
  display: inline-block;
}
.formNew dd {
  width: calc(75% - 10px);
}
.formNew input {
  line-height: 2;
  border: 1px solid #cdcdcd;
  padding: 3px 10px;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  letter-spacing: inherit;
  font-family: inherit;
}
.formNew textarea {
  line-height: 2;
  border: 1px solid #cdcdcd;
  padding: 3px 10px;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  letter-spacing: inherit;
  font-family: inherit;
  height: 100px;
}
.formNew input[type=submit] {
  width: 240px;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  font-size: 21px;
  font-size: 2.1rem;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #ff7e00;
  outline: none;
  border: none;
  color: #ffffff;
  transition: 0.3s;
}
.formNew input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.formNew input[type=radio], .formNew input[type=checkbox] {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  top: -3px;
}
.formNew select {
  line-height: 2;
  border: 1px solid #cdcdcd;
  padding: 3px 10px;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  letter-spacing: inherit;
  background: url("../images/common/ico_arrow_ss.svg") no-repeat center right 10px;
  background-size: 10px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

@media screen and (min-width: 781px){
  #usedcarList .col3-1--15 {
    display: flex;
  }
  #usedcarList .col3-1--15 .bg_white {
    display: flex;
    flex-flow: column;
  }
  #usedcarList .col3-1--15 figure {
    overflow: hidden;
    background-color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
  }
  #usedcarList .col3-1--15 figure img {
    transition: 0.3s;
  }
  #usedcarList .col3-1--15:hover figure img {
    transform: scale(120%);
    filter: contrast(120%);
  }
}

@media screen and (min-width: 1281px){
  #haisha-damaged .row {
    margin-top: 20px;
  }
  #haisha-damaged figcaption {
    font-size: 2.1rem;
  }
  .heroTxtArea::before, .heroTxtArea::after {
    width: 40px;
    height: 40px;
  }
  .heroTxtArea::before {
    border-top-width: 10px;
    border-left-width: 10px;
    top: -5px;
    left: -5px;
  }
  .heroTxtArea::after {
    border-bottom-width: 10px;
    border-right-width: 10px;
    bottom: -5px;
    right: -5px;
  }
  #index #haisha-sec1 {
    top: -50px;
  }
  #special .priceArea p.txt30 span.txt24 {
    top: -7px;
  }
  #special .priceArea p.txt30 sup {
    bottom: -35px;
  }
  .blogDetail.col2--20 {
    top: -60px;
    margin-bottom: -120px;
  }
  #haisha-sec7 .row4 {
    top: -60px;
  }
  #haisha-inquiryArea {
    padding: 55px 0 90px;
  }
  #haisha-inquiryArea .telArea {
    padding: 40px 20px 30px;
  }
  #haisha-inquiryArea .telArea .tel {
    font-size: 4.2rem;
    letter-spacing: inherit;
  }
  #haisha-inquiryArea .telArea .fax {
    font-size: 2.4rem;
  }
  /*▼content▼*/
  #content .heroTxtArea {
    padding: 40px 45px 50px;
  }
  #content .heroTxtArea .row {
    padding-bottom: 20px;
  }
  #content .heroTxtArea p.herotxt03 {
    font-size: 1.4rem;
    padding: 7px 10px;
    border-radius: 5px;
  }
  #content .heroTxtArea h2 {
    font-size: 7.2rem;
  }
  #content.forteContent .heroTxtArea h2, #content.inquiryContent .heroTxtArea h2 {
    font-size: 3.6rem;
  }
  #content.forteContent .heroTxtArea h2 em {
    font-size: 7.2rem;
    top: 3px;
  }
}

@media screen and (max-width: 900px) and (min-width: 781px){
  #special .priceArea {
    padding: 1.5625vw 1.5625vw 1.5625vw 0;
  }
  #special .priceArea .headlinetxt {
    font-size: 3.28125vw;
  }
  #special .priceArea p.price > span {
    font-size: 1.40625vw;
  }
  #special .priceArea p.price em {
    font-size: 5.625vw;
  }
}

@media screen and (max-width: 780px){
  #special .priceArea p.price > span {
    font-size: 3.0769230769vw;
  }
  #special .priceArea p.price em {
    font-size: 11.5384615385vw;
  }
  #special .priceArea p.herotxt01 {
    font-size: 2.3076923077vw;
  }
  #special .priceArea p.herotxt01::first-letter {
    font-size: 6.1538461538vw;
  }
  #special .priceArea p.herotxt01 em {
    font-size: 2.6923076923vw;
  }
  #special .priceArea p.herotxt02 {
    font-size: 2.0512820513vw;
  }
  .col2--15,
  .col3-1--15,
  .col4-1--15,
  #special .col2,
  .blogDetail.col2--20 {
    max-width: 100%;
  }
  #haisha-inquiryArea .col2--40,
  #haisha-inquiryArea .col2--20 {
    max-width: 100%;
  }
  #hero {
    padding-top: 6.4102564103vw;
    min-height: 41.6666666667vw;
  }
  .heroInner {
    max-width: 100%;
    padding: 0 10px;
  }
  /*.heroInner .row figure img {position: relative;bottom: calc((65vw/7.80) * -1);}*/
  .heroTxtArea {
    padding: 1.2820512821vw 2.5641025641vw 2.5641025641vw;
    margin-bottom: 6.4102564103vw;
  }
  #special .priceArea {
    border-right-width: 0;
    margin-bottom: 100px;
    border-bottom: 2px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .blogDetail.col2--20 {
    top: -7.6923076923vw;
    margin-bottom: -15.3846153846vw;
  }
  .blogDetail.col2--20:nth-of-type(2) {
    top: 15.3846153846vw;
    margin-bottom: 7.6923076923vw;
  }
  #haisha-sec8 .col3-2--40,
  #haisha-sec8 .col3-1 {
    max-width: 100%;
  }
  #haisha-sec7 .row4 {
    top: -7.6923076923vw;
  }
  #haisha-inquiryArea .telArea {
    align-items: center;
    margin-bottom: 30px;
  }
  #haisha-inquiryArea .telArea .tel {
    font-size: 4.2rem;
  }
  #haisha-inquiryArea .telArea .fax {
    font-size: 2.4rem;
    margin-left: 0;
  }
  #haisha-inquiryArea .telArea .time {
    margin-left: 0;
  }
  .formNew dl {
    display: block;
  }
  .formNew dt,
  .formNew dd {
    width: 100%;
  }
  .formNew dt {
    margin-bottom: 10px;
  }
  /* ------------------------------------------------------------------------------
  　下層 780px以下
  ------------------------------------------------------------------------------ */
  #content .heroTxtArea {
    padding: 1.2820512821vw 2.5641025641vw 2.5641025641vw;
    margin-bottom: 6.4102564103vw;
  }
  .flowDetail.num dt span {
    display: flex;
    align-items: baseline;
  }
  #haisha-flow-sec2 table.tableTypeD tr {
    display: flex;
    flex-flow: column wrap;
  }
  #haisha-flow-sec2 table.tableTypeD tbody th {
    text-align: left;
    width: 100%;
    border-right-width: 0;
    padding-bottom: 0;
  }
  #haisha-forte-sec1 .commentary ul.row3 li.col4-1--10 {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px){
  #index #top-contact-cta .telArea {
    flex-flow: column wrap;
  }
  #index #top-contact-cta .telArea .rightWrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }
  #index #top-contact-cta .telArea .tel {
    font-size: clamp(3rem, 10.9375vw, 7rem);
  }
  #index #top-contact-cta .telArea .tel::after {
    width: 14.6875vw;
    height: 11.71875vw;
    top: -8.59375vw;
  }
  #index #top-contact-cta .telArea .fax {
    font-size: 4.6875vw;
  }
  #index #top-contact-cta .telArea .time {
    font-size: 2.1875vw;
  }
  .forteDetail .ttl01 em {
    font-size: 7.8125vw;
  }
}

@media screen and (max-width: 480px){
  #special .priceArea .headlinetxt {
    font-size: 8.75vw;
  }
  #special .telArea .tel {
    font-size: 8.75vw;
  }
  #special .telArea .fax {
    font-size: 5vw;
  }
  #haisha-inquiryArea .telArea .tel {
    font-size: 7.9166666667vw;
  }
  #bnArea .row4 {
    display: block;
  }
  #bnArea .row4 li {
    text-align: center;
    max-width: 100%;
  }
  /*▼content▼*/
  #content #hero {
    height: 52.0833333333vw;
  }
  #content .heroTxtArea .row {
    flex-flow: column-reverse wrap;
  }
  #content .heroTxtArea h1 {
    width: 100%;
  }
  #content .heroTxtArea p.herotxt03 {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 3px;
  }
  #haisha-forte-sec1 .commentary ul.row3 li.col4-1--10 {
    max-width: 100%;
  }
}

/*# sourceMappingURL=content.css.map */