@charset "UTF-8";
/****************************************************
 * サポートトップ　/support/
 ****************************************************/
.p-living__index__note {
  background: #F2F5F7;
  padding: 3rem;
  margin-bottom: 4rem;
}
.p-living__index__note-text {
  font-weight: bold;
}
.p-living__index__list {
  margin-bottom: 6rem;
}
.p-living__index__list__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 340px));
  grid-template-rows: auto;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-living__index__list__inner {
    grid-template-columns: 1fr;
  }
}
.p-living__index__list dl {
  background-color: #ffffff;
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
.p-living__index__list dd {
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-living__index__list dd {
    padding: 2.5rem 2rem;
    font-size: 1.4rem;
  }
}
.p-living__index__list a {
  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__index__list a {
    font-size: 1.6rem;
  }
}
.p-living__index__list a:after {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  content: "";
  background-image: url("../images/common/icon_arrow02_white.png");
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-living__index__list a:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    background-size: 1rem auto;
    right: 1.5rem;
  }
}
.p-living__index__list a:hover {
  background-position: -100% 0;
  border-color: #0092E6;
}
.p-living__index__list a i {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0092E6;
  margin-right: 2rem;
}/*# sourceMappingURL=p-living__index.css.map */