@charset "UTF-8";
.bg-yellow {
  background-color: #ffffff;
}

.mainimage > *, .home__info__title, .home__flow__title, .home__flow__yutube__title > h3, .home__area strong, .home__voice__title > *, .home__snsblock__head > *, .ecocute__videotitle, .waterheater__catchtext > *, .faq__title > *, .ac-business__imagetext, .jousuiki__imgtext, .form__noticephoto > * {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  font-size: .6em;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: left;
}

body {
  background-color: #fff;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

p:blank,
p:empty {
  display: none;
}

h3 img, h4 img, h5 img, h6 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.slick-slide {
  height: auto;
}

.slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: none;
  background-image: url("/wp-content/themes/first/images/slider/slide-arrow-bg.png");
  background-size: 50px 100px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}

.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px #fff;
}

.slick-prev {
  left: 0px;
  background-position: 0 -50px;
  opacity: .9;
}

.slick-next {
  right: 0px;
  opacity: .9;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 16px;
  height: 16px;
  background-color: rgba(128, 128, 128, 0.65);
  border-radius: 50%;
  border: 1px solid #808080;
  color: transparent;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .slick-dots li:hover {
    background: rgba(233, 84, 107, 0.75);
    border-color: #e9546b;
    box-shadow: 0 0 5px #fff;
  }
}

.slick-dots li button {
  background-color: transparent;
  border: none;
  color: transparent;
  width: 100%;
  height: 100%;
}

.slick-dots .slick-active {
  background: rgba(233, 84, 107, 0.75);
  border-color: #e9546b;
}

.contentsbody {
  display: block;
  padding: 35px 0;
  margin: 0;
}

.contentsbody img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contentswidth {
  margin: 0 auto;
  max-width: 1140px;
}

.contentswidth--narrow {
  max-width: 860px;
}

.contentswidth--narrow img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contentswidth img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.white-block {
  display: block;
  padding: 0 30px;
  margin: 0;
  background-color: #fff;
}

.marginbottom {
  margin-bottom: 25px;
}

.marginbottom--wide {
  margin-bottom: 45px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.textwhite {
  color: #fff !important;
}

.textorange {
  color: #ea6000 !important;
}

.fwbold {
  font-weight: bold;
}

.fwnormal {
  font-weight: normal;
}

.fss {
  font-size: 90%;
}

.fsl {
  font-size: 110%;
}

.fsxl {
  font-size: 120%;
}

.flexcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.flexcontainer > * {
  margin: 0 0 25px;
}

.flexcontainer--two > * {
  flex: 0 0 48.5%;
}

.flexcontainer--three > * {
  flex: 0 0 32.5%;
}

.flexcontainer--three .flexcontainer__two {
  flex: 0 0 65.5%;
}

.flexcontainer--four > * {
  flex: 0 0 23.5%;
}

.youtubebox {
  padding: 56.25% 0 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.youtubebox > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.separate-border {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  padding: 1px 0 0 0;
  border-top: 4px solid #0096d7;
  border-bottom: 2px solid #1d2088;
}

.headcatch__bgcolor {
  margin: 0;
  padding: 0;
  width: 100%;
  background: linear-gradient(90deg, #fff000 0%, #fff000 50%, #e9546b 50%, #e9546b 100%);
}

.headcatch__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
}

.headcatch__flex__left {
  flex: 0 1 666px;
  margin: 0;
  padding: 0;
  position: relative;
}

.headcatch__flex__left > figure {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.headcatch__flex__left > figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.headcatch__flex__right {
  flex: 0 1 474px;
}

.headcatch__flex__right img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mainimage {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
}

.mainimage > * {
  display: block;
  margin: 0;
  width: 100%;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
}

.mainimage > .ecocute {
  padding: 34% 0 0;
  background-image: url("/wp-content/themes/first/images/ecocute/mainimage.jpg?202203");
}

.mainimage > .ac {
  padding: 33.15% 0 0;
  background-image: url("/wp-content/themes/first/images/ac/mainimage.jpg");
}

.mainimage > .battery {
  padding: 39% 0 0;
  background-image: url("/wp-content/themes/first/images/battery/mainimage.jpg?2208");
}

.mainimage > .ih {
  padding: 33% 0 0;
  background-image: url("/wp-content/themes/first/images/ih/mainimage.jpg");
}

.mainimage > .waterheater {
  padding: 38% 0 0;
  background-image: url("/wp-content/themes/first/images/waterheater/mainimage.jpg");
}

.mainimage > .jousuiki {
  padding: 45.9% 0 0;
  background-image: url("/wp-content/themes/first/images/jousuiki/mainimage.jpg");
}

.mainslider {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

.home img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.home__lineup {
  display: block;
  padding: 60px 0 60px 0;
  margin: 0;
  background-image: url("/wp-content/themes/first/images/top/top-lineup-dots-bg.png"), url("/wp-content/themes/first/images/top/top-lineup-mesh-bg.png");
  background-position: left bottom,center top;
  background-size: 20% auto,cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed,scroll;
}

.home__lineup__bg {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1500px;
  background: url("/wp-content/themes/first/images/top/top-lineup-cloud-bg.png") top center/auto no-repeat;
}

.home__lineup__title {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.home__lineup__navi {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -25px auto 35px;
}

.home__lineup__navi__wide {
  flex: 0 0 100%;
  text-align: center;
  margin: 0 0 20px;
}

.home__lineup__navi__normal {
  flex: 0 0 280px;
  padding: 0 5px;
  margin: 0 0 20px;
  text-align: center;
}

.home__lineup__navi a:hover img {
  opacity: .85;
}

.home__contact {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  padding: 0;
}

.home__contact__btn {
  flex: 0 1 370px;
  padding: 0 10px;
  margin: 0 0 15px;
  text-align: center;
}

.home__info__title {
  margin: 0 0 25px;
  padding: 7.7% 0 0;
  width: 100%;
  background: url("/wp-content/themes/first/images/top/top-infomation-title.png") top center/100% auto no-repeat;
}

.home__info__container {
  margin: 0 auto;
  padding: 20px 20px;
  max-width: calc(100% - 50px);
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 25px 10px rgba(233, 84, 107, 0.75);
}

.home__info__container > * {
  margin: 0 !important;
}

.home__flow__title {
  margin: 0 0 25px;
  padding: 7.7% 0 0;
  width: 100%;
  background: url("/wp-content/themes/first/images/top/flow-title.png") top center/100% auto no-repeat;
}

.home__flow__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}

.home__flow__flex__left {
  flex: 0 0 48.5%;
  position: relative;
}

.home__flow__flex__left .link-tel {
  display: none;
}

.home__flow__flex__right {
  flex: 0 0 48.5%;
  position: relative;
}

.home__flow__flex__right a {
  display: block;
  padding: 8% 0 0 0;
  position: absolute;
}

.home__flow__flex__right a.link01 {
  width: 55%;
  top: 27%;
  left: 4%;
}

.home__flow__flex__right a.link02 {
  width: 60%;
  top: 58.8%;
  left: 4%;
}

.home__flow__flex__right a.link-mail {
  width: 40%;
  top: 53%;
  left: 4%;
}

.home__flow__flex__right a.link-line {
  width: 20%;
  top: 53%;
  left: 46%;
}

.home__flow__yutube {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.home__flow__yutube__title {
  flex: 0 0 48.5%;
}

.home__flow__yutube__title > h3 {
  margin: 0;
  padding: 63.57% 0 0;
  width: 100%;
  max-width: 555px;
  background: url("/wp-content/themes/first/images/top/video-title.png") top center/100% auto no-repeat;
}

.home__flow__yutube__content {
  flex: 0 0 48.5%;
}

.home__flow__yutube__content .youtubebox {
  margin: 0 0 7px;
  max-width: 555px;
  overflow: hidden;
  border-radius: 25px;
}

.home__flow__yutube__content .caption {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}

.home__area {
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
}

.home__area__titleblock {
  display: block;
  background: #ed6c00;
  background: radial-gradient(circle, #ed6c00 0%, #ed6c00 50%, #f39800 100%);
}

.home__area__title {
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1140px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.home__area strong {
  display: block;
  margin: 0 auto;
  padding: 108% 0 0;
  width: 100%;
  max-width: 1400px;
  background: url("/wp-content/themes/first/images/top/area_photo.png?202204") top center/100% auto no-repeat;
}

.home__voice__title {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.home__voice__title > * {
  display: block;
  padding: 35% 0 0;
  background: url("/wp-content/themes/first/images/top/voice-head.jpg?202105") top center/100% auto no-repeat;
}

.home__voice__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.home__voice__flex > * {
  display: block;
  flex: 0 1 48.5%;
  text-align: center;
  margin: 0 0 15px;
}

.home__voice__flex > * .youtubebox {
  margin: 0;
  max-width: 555px;
}

.home__snsblock {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.home__snsblock .socialmedia {
  flex: 0 1 470px;
  padding: 0 0 0 0;
  margin: 0;
}

.home__snsblock .socialmedia .snsicons {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.home__snsblock .socialmedia .snsicons > * {
  flex: 0 0 130px;
  margin: 0 25px 20px 0;
}

.home__snsblock .blog {
  flex: 0 1 600px;
  padding: 0 0 0 10px;
  margin: 0;
}

.home__snsblock__head {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 40px;
  padding: 0;
}

.home__snsblock__head--bg {
  background: url(/wp-content/themes/first/images/snshead-bg.png);
}

.home__snsblock__head > * {
  display: block;
  padding: 10% 0 0;
  background: url("/wp-content/themes/first/images/snshead-title.png") center center/100% auto no-repeat;
}

.home__videoblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home__videoblock__youtube {
  flex: 0 0 48.5%;
}

.home__videoblock .youtubebox {
  margin: 0 0 20px;
  max-width: 555px;
}

.ecocute img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.ecocute__videotitle {
  margin: 0 auto 10px;
  padding: 14.6% 0 0;
  background: url("/wp-content/themes/first/images/ecocute/video-title.png") center top/100% auto no-repeat;
}

.ecocute .youtubebox {
  max-width: 555px;
  margin: 0 auto 10px;
}

.ecocute__youtubetitle {
  margin: 0;
  padding: 5px 5px 5px 9%;
  width: 100%;
  min-height: 98px;
  background: url("/wp-content/themes/first/images/ecocute/youtube-title-bg.png") left center/auto 100% no-repeat #fff;
  border: 2px solid #ea6000;
  line-height: 1.2;
  text-align: center;
}

.waterheater__catchtext {
  padding: 0;
  margin: 0 auto 30px;
  max-width: 850px;
}

.waterheater__catchtext > * {
  display: block;
  padding: 27% 0 0;
  margin: 0;
  background: url("/wp-content/themes/first/images/waterheater/catch-text.png") center top/100% auto no-repeat;
}

.faq__title {
  margin: 0 auto 25px;
  padding: 0;
  max-width: 960px;
}

.faq__title > * {
  display: block;
  margin: 0;
  padding: 13.2% 0 0;
  width: 100%;
  background: url("/wp-content/themes/first/images/ecocute/faq-title.png") center top/100% auto no-repeat;
}

.faq__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 25px auto;
}

.faq__flex__block {
  flex: 0 1 520px;
  padding: 0 5px 0 0;
}

.faq__flex__block:nth-child(even) {
  padding: 0 0 0 5px;
}

.faq__list {
  display: block;
  margin: 0;
  padding: 0;
}

.faq__list__dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 0;
  padding: 10px 35px 10px 5px;
  position: relative;
  border: 1px solid #000;
  border-bottom-color: #7ecef4;
  background-color: #7ecef4;
  font-weight: normal;
  cursor: pointer;
}

.faq__list__dt:last-of-type {
  border-bottom-color: #000;
}

.faq__list__dt::after {
  content: "▼";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.faq__list__dt.is-open {
  border-bottom-color: #000;
}

.faq__list__dt .q-number {
  flex: 0 0 70px;
  text-align: right;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.faq__list__dt .q-text {
  flex: 1 1 auto;
  padding: 0 0 0 1em;
  line-height: 1.2;
}

.faq__list__dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 0;
  padding: 10px 30px 10px 5px;
  background-color: #fadbda;
}

.faq__list__dd .answer {
  flex: 0 0 70px;
  text-align: right;
  padding: 0 0 0 0;
  font-size: 1.8rem;
  color: #e4007f;
  font-weight: bold;
  line-height: 1;
}

.faq__list__dd .a-text {
  flex: 1 1 auto;
  padding: 0 0 0 1em;
  font-size: .9em;
}

.faq__list__dd .a-text ul {
  margin: 5px 0;
  padding: 0 0 0 1.5em;
}

.ac-business__imagetext {
  display: block;
  padding: 5% 0 0;
  margin: 0 auto 20px;
  width: 100%;
  background: url("/wp-content/themes/first/images/ac-business/opening-hours-text.png") center top/100% auto no-repeat;
}

.doorphone__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.doorphone__flexbox__left {
  flex: 0 1 700px;
}

.doorphone__flexbox__right {
  flex: 0 1 420px;
  padding: 0 0 0 20px;
}

.jousuiki__body {
  display: block;
  padding: 0 0 35px;
  margin: 5px 0 0;
  width: 100%;
}

.jousuiki__body img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

.jousuiki__bg-white {
  display: block;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  background-color: #fff;
}

.jousuiki__imgtext {
  display: block;
  width: 100%;
  margin: 0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

.jousuiki__imgtext--01 {
  padding: 52% 0 0;
  background-image: url("/wp-content/themes/first/images/jousuiki/photo-1.jpg");
}

.jousuiki__imgtext--02 {
  padding: 146% 0 0;
  margin: 0 0 35px;
  background-image: url("/wp-content/themes/first/images/jousuiki/photo-2.jpg");
}

.jousuiki__imgtext--03 {
  padding: 56% 0 0;
  background-image: url("/wp-content/themes/first/images/jousuiki/photo-3.jpg?202111");
}

.battery__subimage {
  display: block;
  padding: 40px 15px;
  margin: 0;
  background: url("/wp-content/themes/first/images/battery/subimage-bg.png") center center/100% auto no-repeat transparent;
}

.subcontact {
  margin: 50px 0;
  text-align: center;
}

.subcontact > * {
  display: inline-block;
  text-align: left;
}

.c-Contact--file > .container {
  background: url("/wp-content/themes/first/images/inquiry-bottom-photo.png") center bottom/100% auto no-repeat;
  padding-bottom: 270px;
}

.form__noticephoto {
  max-width: 676px;
  margin: 0 auto 30px;
}

.form__noticephoto > * {
  display: block;
  width: 100%;
  padding: 24% 0 0;
  margin: 0;
  background: url("/wp-content/themes/first/qc_assets/img/footer-file-pc.png") center top/100% auto no-repeat;
}

.fileform__container {
  margin: 30px auto 0;
  padding: 30px 0 0 0;
  border-top: 3px solid #ccc;
}

.fileform__title {
  display: inline-block;
  padding: 15px 15px;
  margin: 0 auto 20px;
  background-color: mediumvioletred;
  font-weight: bold;
  color: #fff;
}

.fileform__brackets {
  display: inline-block;
  margin: 20px auto;
  padding: 2px 0;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background: linear-gradient(90deg, #000 0%, #000 1.5%, #fff 1.5%, #fff 98.5%, #000 98.5%, #000 100%);
}

.fileform__brackets > * {
  display: block;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  background-color: #fff;
}

@media print, screen and (max-width: 1100px) {
  .home__lineup {
    padding: 45px 0 45px 0;
    background-image: url("/wp-content/themes/first/images/top/top-lineup-mesh-bg.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .home__lineup__navi {
    justify-content: center;
  }
}

@media print, screen and (max-width: 750px) {
  .slick-slide {
    height: auto;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
  .slick-prev {
    background-position: 0 -40px;
  }
  .slick-dots {
    position: absolute;
    bottom: -35px;
  }
  .slick-dots li {
    margin: 0 5px 3px;
  }
  .contentsbody {
    padding: 25px 10px;
  }
  .white-block {
    padding: 0 20px;
  }
  .marginbottom {
    margin-bottom: 15px;
  }
  .marginbottom--wide {
    margin-bottom: 35px;
  }
  .flexcontainer > * {
    margin: 0 0 20px;
  }
  .flexcontainer--two > * {
    flex: 0 0 100%;
  }
  .flexcontainer--three > * {
    flex: 0 0 100%;
  }
  .flexcontainer--three .flexcontainer__two {
    flex: 0 0 100%;
  }
  .flexcontainer--four > * {
    flex: 0 0 49.5%;
  }
  .mainimage > .ecocute {
    padding: 48.2% 0 0;
    background-image: url("/wp-content/themes/first/images/ecocute/mainimage-sp.jpg?202203");
  }
  .mainimage > .ac {
    padding: 55% 0 0;
    background-image: url("/wp-content/themes/first/images/ac/mainimage-sp.jpg");
  }
  .mainimage > .battery {
    padding: 58% 0 0;
    background-image: url("/wp-content/themes/first/images/battery/mainimage-sp.jpg?2208");
  }
  .mainimage > .ih {
    padding: 54% 0 0;
    background-image: url("/wp-content/themes/first/images/ih/mainimage-sp.jpg");
  }
  .mainimage > .waterheater {
    padding: 55.5% 0 0;
    background-image: url("/wp-content/themes/first/images/waterheater/mainimage-sp.jpg");
  }
  .mainimage > .jousuiki {
    padding: 52% 0 0;
    background-image: url("/wp-content/themes/first/images/jousuiki/mainimage-sp.jpg");
  }
  .mainslider {
    padding: 0;
    margin: 0 auto 45px;
  }
  .home__lineup {
    padding: 30px 10px 30px 10px;
  }
  .home__lineup__navi {
    justify-content: space-between;
    margin: -7px auto 25px;
  }
  .home__lineup__navi__wide {
    margin: 0 0 15px;
  }
  .home__lineup__navi__wide img {
    width: 100%;
    max-width: 240px;
  }
}

@media print, screen and (max-width: 750px) and (max-width: 400px) {
  .home__lineup__navi__wide img {
    max-width: 180px;
  }
}

@media print, screen and (max-width: 750px) {
  .home__lineup__navi__normal {
    flex: 0 0 48%;
    padding: 0 0;
    margin: 0 0 15px;
  }
  .home__lineup__navi__normal img {
    width: 100%;
    max-width: 240px;
  }
  .home__lineup__navi a:hover img {
    opacity: 1;
  }
  .home__contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px auto;
    padding: 0;
  }
  .home__contact__btn {
    flex: 0 1 350px;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .home__info__title {
    margin: 0 0 20px;
    padding: 12.4% 0 0;
    background-image: url("/wp-content/themes/first/images/top/top-infomation-title-sp.png");
  }
  .home__info__container {
    margin: 0 auto;
    padding: 15px 15px;
    max-width: calc(100% - 40px);
    box-shadow: 0 0 20px 7px rgba(233, 84, 107, 0.75);
  }
  .home__flow__title {
    margin: 0 0 20px;
    padding: 12.4% 0 0;
    background-image: url("/wp-content/themes/first/images/top/flow-title-sp.png");
  }
  .home__flow__flex {
    display: block;
    margin: 0 0 25px;
  }
  .home__flow__flex__left {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .home__flow__flex__left .link-tel {
    display: block;
    padding: 10% 0 0 0;
    position: absolute;
    top: 23%;
    left: 4%;
    width: 90%;
  }
  .home__flow__flex__right {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home__flow__yutube {
    display: block;
  }
  .home__flow__yutube__title {
    width: 100%;
    max-width: 555px;
    margin: 0 auto 0;
  }
  .home__flow__yutube__content {
    width: 100%;
    max-width: 555px;
    margin: 0 auto 0;
  }
  .home__flow__yutube__content .yutubebox {
    margin: 0 0 5px;
    border-radius: 20px;
  }
  .home__flow__yutube__content .caption {
    font-size: 1.2rem;
  }
  .home__voice {
    padding: 0 10px;
  }
  .home__voice__flex {
    display: block;
  }
  .home__voice__flex > * {
    width: 100%;
    max-width: 615px;
    margin: 0 auto 10px;
  }
  .home__voice__flex > *:last-child {
    margin: 0 auto;
  }
  .home__voice__flex > * .youtubebox {
    margin: 0;
    max-width: 615px;
  }
  .home__snsblock {
    display: block;
    width: 100%;
  }
  .home__snsblock .socialmedia {
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
  .home__snsblock .socialmedia .snsicons {
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }
  .home__snsblock .socialmedia .snsicons > * {
    flex: 0 0 50px;
    margin: 0 15px 15px 0;
  }
  .home__snsblock .blog {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
  .home__snsblock__head {
    margin: 0 auto 15px;
  }
  .home__snsblock__head > * {
    background-size: 90% auto;
  }
  .home__videoblock__youtube {
    flex: 0 0 100%;
  }
  .ecocute .contentsbody {
    padding: 15px 10px;
  }
  .waterheater__catchtext {
    margin: 0 auto 20px;
  }
  .faq__title {
    margin: 0 auto 10px;
  }
  .faq__flex {
    display: block;
    margin: 0 auto;
  }
  .faq__flex__block {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .faq__flex__block:nth-child(even) {
    padding: 0 0 0 0;
  }
  .faq__list__dt {
    padding: 10px 30px 10px 5px;
  }
  .faq__list__dt::after {
    font-size: 1.4rem;
  }
  .faq__list__dt .q-number {
    flex: 0 0 60px;
    font-size: 1.6rem;
  }
  .faq__list__dt .q-text {
    padding: 0 0 0 .7em;
  }
  .faq__list__dd {
    padding: 10px 15px 10px 5px;
  }
  .faq__list__dd .answer {
    flex: 0 0 60px;
    font-size: 1.7rem;
  }
  .faq__list__dd .a-text {
    padding: 0 0 0 .7em;
    font-size: 1rem;
  }
  .faq__list__dd .a-text ul {
    padding: 0 0 0 1.2em;
  }
  .doorphone__flexbox {
    display: block;
    width: 100%;
  }
  .doorphone__flexbox__left {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .doorphone__flexbox__right {
    display: block;
    width: 100%;
    padding: 0;
  }
  .jousuiki__body {
    padding: 0 10px 25px;
    margin: 5px 0 0;
  }
  .jousuiki__bg-white {
    padding: 0 15px;
    max-width: 750px;
  }
  .jousuiki__imgtext--02 {
    margin: 0 0 25px;
  }
  .battery__subimage {
    padding: 30px 15px;
    background: url("/wp-content/themes/first/images/battery/subimage-bg.png") center center/auto 100% no-repeat transparent;
  }
  .form__noticephoto {
    margin: 0 auto 20px;
  }
  .form__noticephoto > * {
    padding: 28% 0 0;
    background-image: url("/wp-content/themes/first/qc_assets/img/footer-file-sp.png");
  }
}
