@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    暮らしのコラム一覧 page
------------------------------------------------------------ */
#column .c-bcrumb {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  #column .c-bcrumb {
    margin-top: 1rem;
  }
}

.p-mv {
  padding-top: 1px;
}
.p-mv__bg {
  background-image: url(../../../assets/img/expertconsultation/track-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-mv__trck {
  pointer-events: none;
  width: 53%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 80%;
  }
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-top: 3.1rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-top: 2.2rem;
    width: 3rem;
  }
}

.p-nrw__btn {
  font-size: 28px;
  font-size: 2.8rem;
  background-color: #C2CED5;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-nrw__btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-nrw__btn {
    font-size: 2rem;
  }
}
.p-nrw__btn .u-icon {
  background-color: #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50px;
  position: relative;
}
.p-nrw__btn .u-icon .c-plus {
  position: absolute;
  background-color: #C2CED5;
}
.p-nrw__answ {
  background-color: #E9F1F5;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-nrw__answ {
    padding-bottom: 2rem;
  }
}
#columnList .p-nrw__answ {
  display: block;
}

.js-minus .c-plus {
  transform: translate(-50%, -50%) rotate(90deg);
  rotate: unset;
}

.p-ctg {
  padding: 3rem 6rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-ctg {
    padding: 2rem 2rem 1rem;
  }
}
.p-ctg__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-ctg__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 1rem;
  }
}
.p-ctg__list__item {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #C2CED5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-ctg__list__item {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-ctg__list__item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ctg__list__item {
    padding: 0.3rem;
  }
}
.p-ctg__list__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
  z-index: -2;
}
.p-ctg__list__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe800;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.p-ctg__list__item:hover {
  opacity: 1;
}
.p-ctg__list__item:hover:before {
  width: 100%;
}
.p-ctg__list__item.is-select {
  background-color: #FFE800;
}
.p-ctg__list__item input {
  display: none;
  pointer-events: all;
}
.p-ctg__allin {
  display: block;
  width: calc(100% - 12rem);
  max-width: 70rem;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #FFE800;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  color: #212121;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-ctg__allin {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-ctg__allin {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ctg__allin {
    padding: 1rem;
    width: calc(100% - 4rem);
  }
}
.p-ctg__allin:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
  z-index: -2;
}
.p-ctg__allin:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e6d100;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.p-ctg__allin:hover {
  opacity: 1;
}
.p-ctg__allin:hover:before {
  width: 100%;
}

.p-tag {
  padding: 2rem 8rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-tag {
    padding: 1rem 1rem 2rem;
  }
}
.p-tag__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.p-tag__list__item {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 4rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-tag__list__item {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-tag__list__item {
    font-size: 1.1rem;
  }
}
.p-tag__list__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
  z-index: -2;
}
.p-tag__list__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe800;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.p-tag__list__item:hover {
  opacity: 1;
}
.p-tag__list__item:hover:before {
  width: 100%;
}
.p-tag__list__item.is-select {
  background-color: #FFE800;
}
.p-tag__list__item input {
  display: none;
}

.p-cont {
  padding: 6rem 0;
}
.p-cont__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
.p-cont__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 2rem;
  }
}

.p-art__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .p-art__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-art__ttl {
    font-size: 2rem;
  }
}
.p-art__ttl__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-art__ttl__wrap a span {
  margin-left: 1rem;
}
.p-art__list {
  display: grid;
  grid-template-columns: 30% 1fr 1fr;
  grid-template-areas: "A B C" "A D E";
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-art__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    grid-template-areas: "A" "B" "C" "D" "E";
    gap: 1rem;
  }
}
.p-art__list__item {
  height: 100%;
}
.p-art__list__item--top {
  grid-area: A;
}
.p-art__list__item--B {
  grid-area: B;
}
.p-art__list__item--C {
  grid-area: C;
}
.p-art__list__item--D {
  grid-area: D;
}
.p-art__list__item--E {
  grid-area: E;
}/*# sourceMappingURL=style.css.map */