<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media (max-width: 980px) {

.lower-hero{
  height: 200px;
  margin-top: 72px;
  overflow: hidden;
}
.lower-lede {
  margin-top: 20px;
}
.lower-ttl {
  bottom: 20px;

}

.lower-hero h1 {
  font-size: 30px;
}
.lower-hero h1:before {
  bottom: 36px;
  height: 2px;
}
.lower-ttl p {
  font-size: 18px;
}
.lede-img {
  width: 100%;
}
.lede-txt {
  position: inherit;
  padding: 15px;
  margin-top: 10px;
  right: 0;
}
.lede-txt:after{
  bottom: -10px;
  left: 10px;
}
.lede-txt h2 {
  font-size: 20px;
  letter-spacing: 2px;
}
.lower-lede p {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.6;
}


.contact-btn-sp{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #013792;
  color: #fff;
}
.sp-btn-wrap{
  display: flex;
  text-align: center;
  padding: 6px 0;
  height: 54px;
}
.tel-number-sp{
  border-right: 1px solid #fff;
}
.contact-sp{
  border-right: 1px solid #fff;
}
.sp-btn-wrap &gt; div{
  flex-basis: 33.33%;
  position: relative;
}
.sp-btn-wrap p{
  font-size: 12px;
  line-height: 1;
}
.sp-btn-wrap i{
  font-size: 18px;
}
.request-sp{
}
.inspection-sp{
}
.tel-number-sp{
}

.request-sp a,
.contact-sp a,
.tel-number-sp a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
  left: 0;
  display: block;
}

footer{
  margin-bottom: 54px;
}

a.twitter,a.line{
  padding: 5px 10px;
}
.only-pc{
	display:none;
}
.only-sp{
	display:block;
}
}
</pre></body></html>