@charset "UTF-8";
/* My custom stylesheet */
/* --------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: white;
  position: relative;
}

section {
  padding-top: 104px;
  margin-top: -104px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #32aa23;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.p1 {
  margin: 3rem 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.emp {
  font-size: 1.4rem;
}

.emp2 {
  font-size: 1.8rem;
}

.p2 {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0.5rem 0 2rem;
}

.keiko_yellow {
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.4) 60%);
}

.keiko_pink {
  background: linear-gradient(transparent 60%, rgba(253, 0, 0, 0.2) 60%);
}

.keiko_green {
  background: linear-gradient(transparent 60%, rgba(116, 247, 100, 0.4) 60%);
}

.keiko_blue {
  background: linear-gradient(transparent 60%, rgba(0, 160, 233, 0.2) 60%);
}

.wavy_yellow {
  -webkit-text-decoration: underline wavy #fffb00;
          text-decoration: underline wavy #fffb00;
}

.wavy_pink {
  -webkit-text-decoration: underline wavy rgba(255, 107, 156, 0.3);
          text-decoration: underline wavy rgba(255, 107, 156, 0.3);
}

.wavy_red {
  -webkit-text-decoration: underline wavy #dc3545;
          text-decoration: underline wavy #dc3545;
}

ul.asterisk {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
ul.asterisk li {
  text-indent: -1.5em;
}
ul.asterisk:before {
  content: "※";
  margin-right: 0.5em;
}

.star {
  font-size: 1.2rem;
  color: #dc3545;
  border-bottom-color: #dc3545;
  border-bottom-style: double;
  border-bottom-width: 6px;
  text-align: center;
}
.star::before {
  content: "";
  display: inline-block;
  left: 0;
  position: relative;
  top: -5px;
  margin: 0 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/star.png);
  background-size: contain;
  vertical-align: middle;
}
.star::after {
  content: "";
  display: inline-block;
  right: 0;
  position: relative;
  margin: 0 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/star.png);
  background-size: contain;
}

.toTop {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #32aa23;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.toTop::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
.toTop:hover {
  transform: scale(1.1);
}

.keyvisual-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/kv.jpg) no-repeat center center/cover;
  padding-top: 75%;
  margin-top: 104px;
  position: relative;
}
.keyvisual-wrapper div.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keyvisual-wrapper div.inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.keyvisual-wrapper div.inner h1 {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  padding-bottom: 0.2rem;
  text-shadow: 1px 1px 2px #495057;
}
.keyvisual-wrapper div.inner img {
  filter: drop-shadow(3px 3px 3px #495057);
  -webkit-filter: drop-shadow(3px 3px 3px #495057);
  -moz-filter: drop-shadow(3px 3px 3px #495057);
  -ms-filter: drop-shadow(3px 3px 3px #495057);
  margin: 0 auto;
  display: block;
  width: 50%;
  max-width: 500px;
  height: 50%;
  padding-bottom: 5px;
}
.keyvisual-wrapper div.inner .kvp1 {
  color: white;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  text-shadow: 1px 1px 2px #495057;
  margin-bottom: 0;
}
.keyvisual-wrapper div.inner .kvp2 {
  color: #dc3545;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  padding: 0.4rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.wrapperCampaign {
  padding: 1rem;
  background-color: #32aa23;
}

.notice {
  padding: 2rem 1rem;
  margin: 2rem 0 0;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: white;
}
.notice h3 {
  border-bottom: #32aa23 double;
}
.notice p {
  margin: 2rem 0;
}
.notice .date {
  font-size: 1.2rem;
  margin: 0 0 2rem;
}

div.seigaiha {
  background-image: url(../img/seigaiha.png);
  background-size: cover;
  background-color: white;
  height: 80px;
}

.campaign {
  border: #32aa23 1px solid;
  padding: 2rem 1rem;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: white;
}
.campaign h3 {
  background: url(../img/title.png) no-repeat;
  background-size: contain;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  width: 300px;
  height: 100px;
  margin: 0 auto;
  padding-top: 8px;
}
.campaign h3 span {
  font-size: 1.1rem;
}
.campaign p {
  margin: 0 0 2rem 0;
  font-size: 1.2rem;
}

.catch {
  background: url(../img/bunkai.jpg) no-repeat center center/cover;
  margin-bottom: 20px;
  padding-top: 75%;
  position: relative;
}
.catch div.catchcontents {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-shadow: 2px 2px 3px #495057;
  color: white;
  line-height: 1.5;
}
.catch div.catchcontents h1 {
  margin: 0.5rem auto;
  width: 80%;
  border: 5px double white;
  padding: 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.catch div.catchcontents p {
  font-size: 1.3rem;
}
.catch div.catchcontents p span.price {
  font-size: 2.4rem;
  color: #fffb00;
}
.catch div.catchcontents p span.yellow {
  color: #fffb00;
}
.catch div.catchcontents p span.maincolor {
  border-bottom: 5px solid #32aa23;
}
.catch div.catchcontents p span.teal {
  border-bottom: 5px solid #20c997;
}
.catch div.catchcontents p span.tax {
  font-size: 1rem;
}
.catch div.catchcontents hr {
  width: 60%;
  margin: 0 auto;
  border-top: white 3px dotted;
  opacity: 1;
  margin-bottom: 1rem;
  background: none;
}

.box1 {
  background-color: #d9c2a7;
  border-radius: 0.5rem;
  padding: 1rem;
}

.title1 {
  padding: 1rem 3rem;
  margin-bottom: 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: linear-gradient(to left, #74f764 0%, #32aa23 100%);
}

.title2 {
  font-size: 1.2rem;
  border-bottom: #32aa23 1px solid;
  padding: 1rem 0;
}

.title3 {
  font-size: 1.2rem;
  border-bottom: #d9c2a7 1px solid;
  position: relative;
  margin-bottom: 2px;
  padding: 1rem 0;
}
.title3::after {
  border-bottom: #32aa23 1px solid;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -3px;
}

.sub-title {
  font-size: 1.2rem;
  display: block;
}
.sub-title::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 10px;
  color: #498ee0;
  font-size: 1.4rem;
  border-bottom: 1px solid #498ee0;
}

.sub-title2 {
  padding: 1rem 3rem;
  margin-bottom: 3rem;
  color: #32aa23;
  border-radius: 100vh;
  border: 1px #32aa23 solid;
  background-image: linear-gradient(to left, #e4fcd0 0%, #bdfdb4 100%);
}

.sub-title3 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin: 3rem auto 5rem;
  font-size: 1.1rem;
  width: auto;
  color: #dc3545;
}
.sub-title3::before, .sub-title3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #dc3545;
}
.sub-title3::before {
  left: 0;
  transform: rotate(60deg);
}
.sub-title3::after {
  right: 0;
  transform: rotate(-60deg);
}

.box_s1 {
  width: 250px;
  height: 250px;
  background: #e5f6ff;
  font-size: 18pt;
  color: #1f3134;
  text-align: center;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1), 20px 10px 0 -5px #e5f6ff, 20px 10px 1px -4px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

/* 注釈 ---------------------------------------------------- */
.comment {
  background: #f8f9fa;
  padding: 20px;
  margin: 0 0 3rem 0;
}
.comment p {
  margin: 0;
  text-indent: -0.5em;
  padding-left: 1em;
}
.comment p::before {
  content: "※";
}

/* リード --------------------------------------------------- */
.lead-title {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  color: #fff;
  background-image: linear-gradient(to left, #fd7e14 0%, #dc3545 100%);
}
.lead-title span {
  font-size: calc(1.1rem + 0.6vw);
}

.lead-check {
  background: whitesmoke;
  padding: 0 0.5rem;
  position: relative;
  margin: 1rem 0;
}
.lead-check li {
  line-height: 1.5;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-bottom: 2px solid white;
  list-style-type: none !important;
}
.lead-check li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0.5rem;
  color: #32aa23;
}
.lead-check li::last-of-type {
  border-bottom: none;
}

.aircon-inside {
  position: relative;
  margin: 1rem 0;
  padding: 0 0.5rem;
}
.aircon-inside p {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 2px #495057;
  color: yellow;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.7;
}

.imgpc {
  display: none;
}

.work_in_progress {
  margin: 1rem auto;
  color: #32aa23;
}

.carousel-caption h5 {
  background-color: #32aa23;
  color: white;
  padding: 0.5rem;
  width: 200px;
  margin: 0 auto;
}

/* お知らせ ------------------------------------------------- */
/* -------------------------------------- */
.region {
  padding: 1rem;
}
.region li {
  position: relative;
  padding: 1em 0.5em 0.5em 2em;
  border-bottom: 1px solid #ccc;
  list-style-type: none !important;
  font-size: 1.2rem;
}
.region li span {
  font-weight: bold;
}
.region li::after {
  position: absolute;
  top: 1.3em;
  left: 0.4em;
  z-index: 8;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #ccc;
  transform: rotate(45deg);
}

/* -------------------------------------- */
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .news-item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .news-item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .news-item .news-date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .news-item .news-category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .news-item .news-category span {
  background: #d9c2a7;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.news-list .news-item .news-title {
  margin: 0;
  width: 100%;
}

.news-list .news-item a:hover .news-title {
  color: #32aa23;
}

@media screen and (max-width: 767px) {
  .news-list .news-item a {
    flex-wrap: wrap;
  }
  .news-list .news-item .news-date {
    min-width: 100px;
  }
  .news-list .news-item .news-title {
    margin-top: 10px;
  }
}
/* お知らせ個別ページ */
div.news-each-title {
  position: relative;
  line-height: 1.4;
  padding: 0.25rem 1rem;
  display: inline-block;
  top: 0;
  margin-bottom: 3rem;
  width: 100%;
}
div.news-each-title:before, div.news-each-title:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
div.news-each-title:before {
  border-left: solid 1px #32aa23;
  border-top: solid 1px #32aa23;
  border-bottom: solid 1px #32aa23;
  left: 0;
}
div.news-each-title:after {
  content: "";
  border-top: solid 1px #32aa23;
  border-right: solid 1px #32aa23;
  border-bottom: solid 1px #32aa23;
  right: 0;
}
div.news-each-title .news-date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
div.news-each-title .news-category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
div.news-each-title .news-category span {
  background: #d9c2a7;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
div.news-each-title h3 {
  font-size: 1.2rem;
  color: #343a40;
  padding: 1rem 0 1.5rem;
}

/* FAQ -------------------------------------------------------- */
.box_faq {
  margin-top: 160px;
  position: relative;
  background-color: #b7f7af;
}
.box_faq::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  height: 90px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/bg1.svg");
}
.box_faq::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  height: 90px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/bg2.svg");
}

.box_faq_child {
  margin: 0 auto;
  z-index: 5;
}

.cat-01 {
  font-size: 1.2rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  background-image: linear-gradient(to left, #7ed4fd 0%, #00a0e9 100%);
  border-radius: 100vh;
}
.cat-01::after {
  position: absolute;
  bottom: -18px;
  left: 3em;
  width: 0;
  height: 0;
  content: "";
  border-width: 18px 18px 0 18px;
  border-style: solid;
  border-color: #00a0e9 transparent transparent transparent;
}

.cat-02 {
  font-size: 1.2rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  background-image: linear-gradient(to left, #ffc08c 0%, #fd7e14 100%);
  border-radius: 100vh;
}
.cat-02::after {
  position: absolute;
  bottom: -18px;
  left: 3em;
  width: 0;
  height: 0;
  content: "";
  border-width: 18px 18px 0 18px;
  border-style: solid;
  border-color: #fd7e14 transparent transparent transparent;
}

.cat-03 {
  font-size: 1.2rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  background-image: linear-gradient(to left, #88ebff 0%, #0dcaf0 100%);
  border-radius: 100vh;
}
.cat-03::after {
  position: absolute;
  bottom: -18px;
  left: 3em;
  width: 0;
  height: 0;
  content: "";
  border-width: 18px 18px 0 18px;
  border-style: solid;
  border-color: #0dcaf0 transparent transparent transparent;
}

.dl-faq1 {
  margin: 3em auto;
  max-width: 90vw;
}
.dl-faq1 dt {
  border: solid 1px #ced4da;
  padding: 1em;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.dl-faq1 dt h3 {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: bold;
  color: #495057;
}
.dl-faq1 dt h3::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  padding: 0 0.5em;
  color: white;
  font-size: 1.2rem;
  background-color: #00a0e9;
  border-radius: 100vh;
}
.dl-faq1 dd {
  border: solid 1px #ced4da;
  border-top: none;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.dl-faq1 dd p {
  margin: 0;
  padding: 2em 1em 3em;
  font-size: 1em;
  line-height: 1.7;
}

.dl-faq2 {
  margin: 3em auto;
  max-width: 90vw;
}
.dl-faq2 dt {
  border: solid 1px #ced4da;
  padding: 1em;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.dl-faq2 dt h3 {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: bold;
  color: #495057;
}
.dl-faq2 dt h3::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  padding: 0 0.5em;
  color: white;
  font-size: 1.2rem;
  background-color: #fd7e14;
  border-radius: 100vh;
}
.dl-faq2 dd {
  border: solid 1px #ced4da;
  border-top: none;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.dl-faq2 dd p {
  margin: 0;
  padding: 2em 1em 3em;
  font-size: 1em;
  line-height: 1.7;
}

.dl-faq3 {
  margin: 3em auto;
  max-width: 90vw;
}
.dl-faq3 dt {
  border: solid 1px #ced4da;
  padding: 1em;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.dl-faq3 dt h3 {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: bold;
  color: #495057;
}
.dl-faq3 dt h3::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  padding: 0 0.5em;
  color: white;
  font-size: 1.2rem;
  background-color: #0dcaf0;
  border-radius: 100vh;
}
.dl-faq3 dd {
  border: solid 1px #ced4da;
  border-top: none;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.dl-faq3 dd p {
  margin: 0;
  padding: 2em 1em 3em;
  font-size: 1em;
  line-height: 1.7;
}

/* アコーディオン */
.accordion {
  margin: 3em auto;
  max-width: 80vw;
}

.faq-toggle {
  display: none;
}

.faq-option {
  position: relative;
  margin-bottom: 1em;
}

.title-q,
.faq-content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title-q {
  cursor: pointer;
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
}

.title-q::after,
.title-q::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title-q::after {
  transform: rotate(90deg);
}

.title-q h3 {
  position: relative;
  font-size: 1.1rem;
  margin-right: 2rem;
  line-height: 1.8;
}
.title-q h3::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #32aa23;
  font-size: 1.2rem;
  border-bottom: 1px solid #32aa23;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
}
.faq-content p {
  margin: 0;
  padding: 1.5em 1em 4em;
  font-size: 1em;
  line-height: 1.7;
}

.faq-toggle:checked + .title-q + .faq-content {
  max-height: 500px;
  transition: all 1.5s;
}

.faq-toggle:checked + .title-q::before {
  transform: rotate(90deg) !important;
}

/* サービス */
.aircon1 h4 {
  font-size: 2rem;
  color: #32aa23;
  border-bottom: 5px solid #32aa23;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  margin: 1rem 0;
}
.aircon1 p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
  color: #32aa23;
}
.aircon1 p span.func {
  font-size: 1.3rem;
  font-weight: bold;
  color: #32aa23;
  border-bottom: #ffc107 4px double;
}
.aircon1 .price {
  color: #d63384;
  font-weight: bold;
}
.aircon1 .price span.b {
  font-size: 2.8rem;
  font-weight: bold;
}
.aircon1 .price span.s {
  font-size: 1.2rem;
  color: #d63384;
  border: none;
  font-weight: normal;
}

.aircon2 h4 {
  font-size: 2rem;
  color: #00a0e9;
  border-bottom: 5px solid #00a0e9;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  margin: 1rem 0;
}
.aircon2 p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
  color: #00a0e9;
}
.aircon2 p span.func {
  font-size: 1.3rem;
  font-weight: bold;
  color: #00a0e9;
  border-bottom: #ffc107 4px double;
}
.aircon2 .price {
  color: #d63384;
  font-weight: bold;
}
.aircon2 .price span.b {
  font-size: 2.8rem;
  font-weight: bold;
}
.aircon2 .price span.s {
  font-size: 1.2rem;
  color: #d63384;
  border: none;
  font-weight: normal;
}

.condenser h4 {
  font-size: 2rem;
  color: #f7931e;
  border-bottom: 5px solid #f7931e;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  margin: 1rem 0;
}
.condenser p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1rem 0;
  color: #f7931e;
}
.condenser p span.func {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f7931e;
  border-bottom: #ffc107 4px double;
}
.condenser .price {
  color: #d63384;
  font-weight: bold;
}
.condenser .price span.b {
  font-size: 2.8rem;
  font-weight: bold;
}
.condenser .price span.s {
  font-size: 1.2rem;
  color: #d63384;
  border: none;
  font-weight: normal;
}

.service_bathroom {
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem;
  color: #343a40;
  border: 1px solid #00a0e9;
  background: url(../img/s_bathroom.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.service_bathroom span {
  position: absolute;
  padding: 0.2em 1em;
  left: 20px;
  top: -22px;
  background-image: linear-gradient(to left, #0dcaf0 0%, #00a0e9 100%);
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #00a0e9;
  border-radius: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.service_kitchen {
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem;
  color: #343a40;
  border: 1px solid #00a0e9;
  background: url(../img/s_kitchen.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.service_kitchen span {
  position: absolute;
  padding: 0.2em 1em;
  left: 20px;
  top: -22px;
  background-image: linear-gradient(to left, #0dcaf0 0%, #00a0e9 100%);
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #00a0e9;
  border-radius: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.service_fan {
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem;
  color: #343a40;
  border: 1px solid #00a0e9;
  background: url(../img/s_fan.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.service_fan span {
  position: absolute;
  padding: 0.2em 1em;
  left: 20px;
  top: -22px;
  background-image: linear-gradient(to left, #0dcaf0 0%, #00a0e9 100%);
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #00a0e9;
  border-radius: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.otherservicemenulist {
  padding: 1rem 1rem 0.8rem 2.5rem;
  margin-top: 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.otherservicemenulist li {
  line-height: 1.5;
  padding: 0.5rem 0;
  list-style-type: none !important;
  font-size: 1.2rem;
}
.otherservicemenulist li::before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left: 1rem;
  color: #00a0e9;
}

/* company */
.table th {
  white-space: nowrap;
}

/* privacy, sitepolicy ______________________________________________________________*/
/* --------------------------------------------------------------------------------- */
@media (min-width: 576px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .section-box {
    margin: 30px 0;
  }
  .keyvisual-wrapper div.inner h1 {
    font-size: 1.8rem;
    margin-top: 1rem;
    line-height: 1;
    padding-bottom: 1rem;
  }
  .keyvisual-wrapper div.inner img {
    padding-bottom: 1rem;
  }
  .keyvisual-wrapper div.inner .kvp1 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .keyvisual-wrapper div.inner .kvp2 {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}
/* --------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .navmenu {
    margin-top: 16px;
  }
  .section-box {
    margin: 50px 0;
  }
  .p1 {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .emp {
    font-size: 1.8rem;
  }
  .p2 {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 3rem 0;
  }
  .keyvisual-wrapper div.inner h1 {
    font-size: 2.5rem;
    margin-top: 1rem;
    line-height: 1;
    padding-bottom: 1rem;
  }
  .keyvisual-wrapper div.inner img {
    padding-bottom: 1rem;
  }
  .keyvisual-wrapper div.inner .kvp1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  .keyvisual-wrapper div.inner .kvp2 {
    font-size: 2rem;
    padding: 0.4rem;
  }
  .wrapperCampaign {
    padding: 4rem;
  }
  .lead-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .region li {
    font-size: 1.6rem;
  }
  .imgpc {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .star {
    font-size: 1.4rem;
  }
  .catch div.catchcontents h1 {
    margin: 2rem auto 3rem;
    width: 80%;
    border: 5px double white;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .catch div.catchcontents p {
    font-size: 1.6rem;
  }
  .title1 {
    font-size: 2.4rem;
  }
  .sub-title3 {
    font-size: 1.5rem;
  }
  .box_service1-2 {
    border-left: none;
  }
  .otherservicemenulist {
    background: none;
  }
  .faq-category {
    margin: 2rem auto;
    max-width: 66vw;
  }
  .cat-01 {
    font-size: 1.4rem;
  }
  .cat-02 {
    font-size: 1.4rem;
  }
  .cat-03 {
    font-size: 1.4rem;
  }
  .dl-faq {
    margin: 3em auto;
    max-width: 62vw;
  }
  .dl-faq dd p {
    padding: 2em 2em 3em;
  }
  .table {
    width: 80%;
  }
}
/* --------------------------------------------------------------------------------- *//*# sourceMappingURL=custom.css.map */