@charset "UTF-8";
/****************************************************
 * 住環境機器システム 共通
 ****************************************************/
#main > section {
  font-size: 1.5rem;
  line-height: 1.8;
}

.pagetitle {
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    padding-bottom: 6.8rem;
    background-image: url("/assets/images/bg_pagetitle.png");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    padding-bottom: 3rem;
    background-image: url("/assets/images/bg_pagetitle_sp.png");
  }
}

.p-living__common__sub_links {
  background-color: #313B4C;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-living__common__sub_links {
    display: none;
  }
}
.p-living__common__sub_links .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-living__common__sub_links .menu__list > li {
  padding: 1.6rem 0;
  font-weight: 500;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .p-living__common__sub_links .menu__list > li {
    margin: 0 3rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-living__common__sub_links .menu__list > li {
    margin: 0 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-living__common__sub_links .menu__list > li {
    margin: 0 2rem;
  }
}
.p-living__common__sub_links .menu__list > li > a,
.p-living__common__sub_links .menu__list > li > span {
  padding: 0.9rem 0;
  color: #ffffff;
  border-bottom: solid 1px transparent;
  display: block;
}
.p-living__common__sub_links .menu__list > li > a:hover,
.p-living__common__sub_links .menu__list > li > span:hover {
  border-bottom-color: #ffffff;
}
.p-living__common__sub_links .menu__list > li .menu__dropdown {
  width: 100%;
  min-height: 5rem;
  background-color: #0092E6;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  visibility: hidden;
  transition: all 0.3s;
}
.p-living__common__sub_links .menu__list > li .menu__dropdown ul {
  padding: 1.6rem 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 2.5rem;
}
.p-living__common__sub_links .menu__list > li .menu__dropdown ul li a {
  color: #ffffff;
  display: inline-block;
}
.p-living__common__sub_links .menu__list > li .menu__dropdown ul li a:before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  content: "";
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-living__common__sub_links .menu__list > li:hover .menu__dropdown {
  opacity: 1;
  visibility: visible;
}
.p-living__common__wrapper {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-living__common__wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-living__common__section {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-living__common__section {
    margin-top: 4rem;
  }
}
.p-living__common_catalog {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 40px;
}
.p-living__common__card {
  background-color: #ffffff;
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
.p-living__common__card_link {
  background: #313C4D;
  padding: 17px 30px;
  font-size: 1.8rem;
  color: #ffffff !important;
  background: linear-gradient(to right, #313C4D 50%, #0092E6 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  transition: background-position 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-living__common__card_link {
    font-size: 1.6rem;
  }
}
.p-living__common__card_link:hover {
  background-position: -100% 0;
  border-color: #0092E6;
}
.p-living__common__card_title:after {
  width: 3rem;
  height: 3rem;
  content: "";
  background-image: url("../images/common/icon_arrow01_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .p-living__common__card_title:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    background-size: 1rem auto;
    right: 1.5rem;
    top: 50%;
  }
}
.p-living__common__card_list {
  margin: 0;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .p-living__common__card_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.p-living__common__card_item {
  list-style-type: none;
}
.p-living__common__card_item .p-living__common__link_text:before {
  background-image: url("../images/common/icon_arrow01_white.png");
  background-size: 6px auto;
  transform: rotate(90deg);
}
.p-living__common__card_single {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .p-living__common__card_single {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px 60px;
  }
}
.p-living__common__link {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-living__common__link {
    margin-top: 2rem;
  }
}
.p-living__common__link_text {
  padding-left: 3rem;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-living__common__link_text {
    font-size: 1.4rem;
  }
}
.p-living__common__link_text:before {
  width: 2rem;
  height: 2rem;
  min-width: 20px;
  min-height: 20px;
  margin: 0.5rem 1rem 0 -3rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
}
.p-living__common__text_link {
  text-decoration: underline;
}
.p-living__common__detail_list {
  margin: 0;
  padding: 0 34px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .p-living__common__detail_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0 0 40px 24px;
  }
}
.p-living__common__detail_item {
  list-style-type: none;
}
.p-living__common__button {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.p-living__common__attention {
  background: #F2F5F7;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}
.p-living__common__attention-text {
  margin-bottom: 0;
  font-weight: bold;
  margin: 0;
}

.mt-4 {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .subTtl02 {
    margin-bottom: 2.75em;
  }
}
.subTtl02 + * {
  position: relative;
  z-index: 1;
}

h4 {
  margin-top: 1rem;
  margin-bottom: 0.8em;
  padding-left: 2.8rem;
  font-size: 1.8rem;
  position: relative;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
  }
}
h4::before {
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background-color: #313C4D;
  position: absolute;
  top: 0.3em;
  left: 0;
}

h5 {
  font-size: 1.52rem;
  font-weight: 500;
}

* + h4 {
  margin-top: 1.1em;
}
* + h5 {
  margin-top: 1.3em;
}

p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
}
p.annotation {
  font-size: 0.8em;
}

ul {
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
  /* list-style: disc outside; */
}
ul.list-style-circle {
  list-style: circle;
}
ul.list-style-circle li {
  margin-bottom: 1em;
}
ul.list-style-circle li > *:last-child {
  margin-bottom: 0 !important;
}

.center {
  text-align: center;
}

.img {
  margin: 2rem 0;
  padding: 2rem;
  border: solid 1px #CFD0CB;
  text-align: center;
}
.img.left {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .img.inline {
    display: inline-block;
  }
}
.img.no_bd {
  padding: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .img.flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .img.flex img + img {
    margin-left: 2rem;
  }
  .img.flex.left {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .img.flex img + img {
    margin-top: 2rem;
  }
}

ul.link {
  margin-bottom: 4rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  ul.link {
    margin-bottom: 2rem;
  }
}
ul.link li + li {
  margin-top: 1em;
}
ul.link li a {
  padding-left: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  ul.link li a {
    font-size: 1.4rem;
  }
}
ul.link li a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}

div.link {
  margin: 1em 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  div.link {
    font-size: 1.4rem;
  }
}
div.link a {
  padding-left: 3rem;
  display: inline-block;
}
div.link a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: "";
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}/*# sourceMappingURL=p-living__common.css.map */