.p-faq__rank-num:after, .p-faq__box-title--ja span, .p-faq__box-title--en, .p-kv__scroll {
  font-family: "aoboshi", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "aoboshi";
  src: url("../fonts/Aoboshione_regular.woff2") format("woff2"), url("../fonts/AoboshiOne_Regular.otf") format("opentype"), url("../fonts/AoboshiOne_Regular.ttf") format("truetype");
  font-display: swap;
}
.p-kv .wrap {
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv .wrap {
    width: 95.8vw;
    min-width: 12.8rem;
    max-width: 18.4rem;
    grid-template-columns: auto 58.7%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-kv .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-kv__catch {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__catch {
    z-index: 1;
  }
}
.p-kv__eyecatch {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__eyecatch {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__eyecatch {
    overflow: hidden;
    margin: -0.6rem 0 0;
  }
}
.p-kv__eyecatch-logo {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  width: min(7vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .p-kv__eyecatch-logo {
    width: 1.6rem;
  }
}
.p-kv__catch-sub {
  color: #16A2D9;
  font-size: 0.26rem;
  position: relative;
  padding: 0 0.15rem 0.3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-sub {
    text-align: center;
    font-size: 0.3rem;
    padding: 0 0.2rem 0.3rem;
  }
}
.p-kv__catch-sub:after {
  width: 3.1rem;
  aspect-ratio: 3.6/0.35;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../imgs/frame_hero01.webp) center bottom/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-kv__catch-sub:after {
    width: 3.6rem;
  }
}
.p-kv__catch-main {
  font-size: min(3.7vw, 0.72rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-main {
    font-size: 0.6rem;
  }
}
.p-kv__catch-main--deco01 {
  font-size: 116%;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-main--deco01 {
    font-size: 156%;
  }
}
.p-kv__catch-main--deco02, .p-kv__catch-main--deco03 {
  font-weight: 700;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-main--deco02, .p-kv__catch-main--deco03 {
    font-size: 150%;
  }
}
.p-kv__catch-main--deco02 {
  color: #E6F6FF;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-main--deco02 {
    margin-left: 1.2rem;
  }
}
.p-kv__catch-main--deco03 {
  color: #FFFDEB;
}
@media screen and (max-width: 767px) {
  .p-kv__catch-main--deco01 {
    margin-left: 0.3rem;
  }
}
.p-kv__bnr {
  display: block;
  padding: 0 0.8rem;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .p-kv__bnr {
    padding: 1rem 0 0;
  }
}
.p-kv__bnr:hover {
  opacity: 0.7;
}
.p-kv__bnr img {
  cursor: pointer;
  border-radius: 0.2rem;
  filter: drop-shadow(0 0 0.3rem rgba(207, 218, 224, 0.8)) drop-shadow(0 0 0.3rem rgba(207, 218, 224, 0.8));
}
@media screen and (max-width: 767px) {
  .p-kv__bnr img {
    width: 100%;
  }
}
.p-kv__scroll {
  padding: 0 0 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #6B7A80;
  font-size: 0.12rem;
  line-height: 1;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-kv__scroll {
    padding: 0 0 1.4rem;
    left: auto;
    right: 0.3rem;
    display: none;
  }
}
.p-kv__scroll:before, .p-kv__scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.05px);
}
.p-kv__scroll:before {
  background: #E1E4E5;
}
.p-kv__scroll:after {
  background: #16A2D9;
  -webkit-animation: scroll 3s infinite linear;
          animation: scroll 3s infinite linear;
}
@-webkit-keyframes scroll {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: top;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: bottom;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0);
  }
}
@keyframes scroll {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: top;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: bottom;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0);
  }
}

@media screen and (min-width: 768px) {
  .p-anchor {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-anchor {
    margin: 0.6rem -0.4rem 0;
    box-shadow: 0 0 0.4rem rgba(207, 218, 224, 0.6);
    background: #fff;
  }
  .p-anchor__item {
    padding: 0.2rem 0.5rem 0.2rem 0.4rem;
    position: relative;
  }
  .p-anchor__items {
    display: grid;
    grid-template-columns: 45% auto;
  }
  .p-anchor__item:after {
    width: 0.1rem;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    vertical-align: middle;
    border-bottom: 1px solid #40494C;
    border-right: 1px solid #40494C;
    transform: rotate(45deg) translateY(calc(-50% - 1px));
    content: "";
  }
  .p-anchor__item + li:before {
    width: 1px;
    height: calc(100% - 0.6rem);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #E1E4E5;
    content: "";
  }
  .p-anchor__item .en {
    font-family: "aoboshi", serif;
    font-size: 0.2rem;
    color: #16A2D9;
    margin: 0 0 0.1rem;
  }
}

.p-faq {
  padding: 1.2rem 0 0;
}
.p-faq .c-sectitle--slash {
  color: #16A2D9;
  font-size: 0.32rem;
}
@media screen and (max-width: 767px) {
  .p-faq .c-sectitle--slash {
    font-size: 0.36rem;
  }
}
.p-faq .c-sectitle--slash:before, .p-faq .c-sectitle--slash:after {
  background-image: url(../assets/imgs/ico_slash01_blue.webp);
  width: 0.22rem;
}
.p-faq__anchor {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 2.4rem);
  gap: 0.4rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin: 0.6rem 0 0;
  }
}
.p-faq__anchor-item {
  border-top: 1px solid #40494C;
  border-bottom: 1px solid #40494C;
}
.p-faq__anchor-item a {
  font-size: 0.18rem;
  padding: 0.2rem 0.3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__anchor-item a {
    font-size: 0.26rem;
    padding: 0.2rem 0.4rem;
  }
}
.p-faq__anchor-item a:before {
  width: 0.24rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__anchor-item a:before {
    width: 0.32rem;
  }
}
.p-faq__anchor-item a:after {
  width: 0.06rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  vertical-align: middle;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(calc(-50% - 2px));
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__anchor-item a:after {
    width: 0.1rem;
  }
}
.p-faq__anchor-item--rank a:before {
  background: url(../imgs/ico_clown01_gray.webp) center/contain no-repeat;
}
.p-faq__anchor-item--cate a:before {
  background: url(../imgs/ico_category01_gray.webp) center/80% no-repeat;
}
.p-faq__box {
  background: #fff;
  box-shadow: 0 0 0.4rem rgba(207, 218, 224, 0.6);
  border-radius: 0.5rem;
  padding: 0.8rem;
  margin: 0.5rem 0 0;
  display: grid;
  grid-template-columns: auto 6.2rem;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    display: block;
    padding: 0.8rem 0.4rem;
    margin: 0.8rem -0.4rem 0;
  }
}
.p-faq__box-title {
  text-align: center;
}
.p-faq__box-title--en {
  color: #16A2D9;
  margin: 0 0 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box-title--en {
    font-size: 0.22rem;
    margin: 0 0 0.2rem;
  }
}
.p-faq__box-title--ja {
  font-size: 0.32rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__box-title--ja {
    font-size: 0.44rem;
  }
}
.p-faq__box-title--rank .p-faq__box-title--en:before {
  width: 0.3rem;
  aspect-ratio: 0.3/0.22;
  display: block;
  margin: 0 auto 0.1rem;
  background: url(../imgs/ico_clown01_blue.webp) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__box-title--rank .p-faq__box-title--en:before {
    width: 0.37rem;
  }
}
.p-faq__box-title--cate .p-faq__box-title--en:before {
  width: 0.26rem;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto 0.1rem;
  background: url(../imgs/ico_category01_blue.webp) center/contain no-repeat;
  content: "";
}
.p-faq__box-catch {
  font-weight: 400;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-faq__box-catch {
    font-size: 0.18rem;
    margin: 0.4rem 0 0;
  }
}
.p-faq__rank-list {
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  .p-faq__rank-list {
    margin-top: 0.6rem;
  }
}
.p-faq__rank-list li + li {
  margin-top: 0.1rem;
}
.p-faq__rank-list li > * {
  cursor: pointer;
  padding: 0.1rem 0.5rem 0.1rem 0.1rem;
  background: #F1F3F5;
  display: grid;
  grid-template-columns: 0.8rem auto;
  gap: 0.15rem;
  align-items: center;
  border-radius: 0.08rem;
  min-height: 0.6rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .p-faq__rank-list li > * {
    padding: 0.1rem 0.8rem 0.1rem 0.1rem;
    font-size: 0.3rem;
    min-height: 1.2rem;
    gap: 0.3rem;
  }
}
.p-faq__rank-list li > *:before {
  width: 0.28rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__rank-list li > *:before {
    width: 0.4rem;
    right: 0.3rem;
  }
}
.p-faq__rank-list li > *:after {
  width: 0.06rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  vertical-align: middle;
  border-top: 1px solid #16A2D9;
  border-right: 1px solid #16A2D9;
  transform: rotate(45deg) translateY(calc(-50% - 1px));
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__rank-list li > *:after {
    width: 0.1rem;
    right: 0.5rem;
  }
}
.p-faq__rank-list li > *:hover {
  opacity: 0.7;
}
.p-faq__rank-num {
  background: #B8C4CA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}
@media screen and (max-width: 767px) {
  .p-faq__rank-num {
    display: block;
    text-align: center;
  }
}
.p-faq__rank-num:before {
  width: 0.22rem;
  aspect-ratio: 0.22/0.16;
  display: inline-block;
  background: url(../imgs/ico_clown01_white.webp) center/contain no-repeat;
  content: "";
  margin-right: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-faq__rank-num:before {
    margin: 0.25rem auto 0.05rem auto;
    width: 100%;
    aspect-ratio: 0.4/0.1;
    display: block;
  }
}
.p-faq__rank-num:after {
  line-height: 1;
  font-size: 0.34rem;
  counter-increment: listnum;
  content: counter(listnum);
  color: #fff;
}
.p-faq__rank-list li:nth-child(1) .p-faq__rank-num {
  background: #E8D186;
}
.p-faq__rank-list li:nth-child(2) .p-faq__rank-num {
  background: #8CBBCF;
}
.p-faq__rank-list li:nth-child(3) .p-faq__rank-num {
  background: #D3AF9B;
}
.p-faq__tab {
  display: grid;
  grid-template-columns: repeat(3, 1.9rem);
  gap: 0.1rem;
  justify-content: center;
  padding: 0 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-faq__tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    padding: 0;
    margin-top: 0.4rem;
  }
}
.p-faq__tab-btn {
  border: 1px solid #E1E4E5;
  border-radius: 0.06rem;
  background: #fff;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 0 0.1rem 0 0.4rem;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-faq__tab-btn {
    font-size: 0.26rem;
    height: 0.9rem;
    padding-left: 0.6rem;
  }
}
.p-faq__tab-btn:before {
  width: 0.24rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.13rem;
  left: 0.1rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__tab-btn:before {
    width: 0.4rem;
    top: 0.25rem;
    left: 0.2rem;
  }
}
.p-faq__tab-btn:hover:before {
  -webkit-animation: jump 0.4s linear 0s 1;
          animation: jump 0.4s linear 0s 1;
}
@-webkit-keyframes jump {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -30%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes jump {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -30%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.p-faq__tab-btn.is-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
  background: #F8FAFC;
  border-color: #16A2D9;
  color: #16A2D9;
  z-index: 2;
  margin-top: 0;
}
.p-faq__tab-btn.is-active:after {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #F8FAFC;
  content: "";
  z-index: 1;
}
.p-faq__tab-btn[data-tab=money]:before {
  background: url(../imgs/ico_cate01.webp) center/contain no-repeat;
}
.p-faq__tab-btn[data-tab=health]:before {
  background: url(../imgs/ico_cate02.webp) center/contain no-repeat;
}
.p-faq__tab-btn[data-tab=care]:before {
  background: url(../imgs/ico_cate03.webp) center/contain no-repeat;
}
.p-faq__tab-btn[data-tab=compare]:before {
  background: url(../imgs/ico_cate04.webp) center/contain no-repeat;
}
.p-faq__tab-btn[data-tab=comfort]:before {
  background: url(../imgs/ico_cate05.webp) center/contain no-repeat;
}
.p-faq__tab-btn[data-tab=introduction]:before {
  background: url(../imgs/ico_cate06.webp) center/contain no-repeat;
}
.p-faq__tab-content {
  width: 6.2rem;
  background: #F8FAFC;
  position: relative;
  display: block !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__tab-content {
    width: 7.5rem;
  }
}
.p-faq__tab-content:after {
  width: 1.16rem;
  aspect-ratio: 1.36/1.05;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.2rem;
  background: url(../imgs/img_faq01.webp) center bottom/contain no-repeat;
  transform: translateY(100%);
  content: "";
  transition: transform 0.3s ease-in-out 0.2s;
}
@media screen and (max-width: 767px) {
  .p-faq__tab-content:after {
    width: 2.3rem;
    position: static;
    margin: 0 auto;
  }
}
.p-faq__tab-content-inner {
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__tab-content-inner {
    padding: 0.6rem 0.4rem;
  }
}
.p-faq__tab-content.is-active {
  opacity: 1;
  height: auto;
}
.p-faq__tab-content.is-active:after {
  transform: translateY(0%);
}
.p-faq__tab-content.is-active .p-faq__tab-content-inner {
  border-top: 1px solid #16A2D9;
}
@media screen and (min-width: 768px) {
  .p-faq__tab-item:nth-child(3n+1) .p-faq__tab-content {
    margin: 0 -4rem 0 -0.15rem;
  }
  .p-faq__tab-item:nth-child(3n+2) .p-faq__tab-content {
    margin: 0 -2.15rem;
  }
  .p-faq__tab-item:nth-child(3n) .p-faq__tab-content {
    margin: 0 -0.15rem 0 -4.15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__tab-item:nth-child(odd) .p-faq__tab-content {
    margin: 0 -3.8rem 0.2rem -0.4rem;
  }
  .p-faq__tab-item:nth-child(even) .p-faq__tab-content {
    margin: 0 -0.4rem 0.2rem -3.8rem;
  }
}
.p-faq__list li {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
  transition: opacity 0.4s;
}
.p-faq__list li:hover {
  opacity: 0.7;
}
.p-faq__list li:before {
  width: 0.06rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.1rem;
  left: 0;
  vertical-align: middle;
  border-top: 2px solid #16A2D9;
  border-right: 2px solid #16A2D9;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faq__list li:before {
    width: 0.1rem;
    top: 0.14rem;
  }
}
.p-faq__list li + li {
  margin-top: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list li + li {
    margin-top: 0.2rem;
  }
}

.p-cta {
  padding: 1.5rem 0;
  margin: 1.5rem 0 0;
  position: relative;
}
.p-cta:before {
  width: 100%;
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #E1F3FA;
  content: "";
  z-index: -1;
}
.p-cta .wrap:before, .p-cta .wrap:after {
  width: 100%;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  background: url(../imgs/bg01.webp) center bottom/100% 100% no-repeat;
  content: "";
  z-index: -1;
}
.p-cta .wrap:before {
  top: 0;
}
.p-cta .wrap:after {
  bottom: 0;
  background-position: center top;
  transform: scale(1, -1);
}
.p-cta__title {
  text-align: center;
}
.p-cta__title .c-sectitle {
  font-size: 0.32rem;
  font-weight: 700;
}
.p-cta__title .c-sectitle span {
  font-size: 143%;
}
.p-cta__title .c-sectitle--slash {
  font-size: 0.26rem;
  font-weight: 700;
}

.p-link {
  padding: 1rem 0 0;
}
.p-link__title .c-sectitle {
  text-align: center;
  font-size: 0.32rem;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-link__title .c-sectitle {
    font-size: 0.44rem;
  }
}
.p-link__title .c-sectitle .is-stroke {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 175%;
}
.p-link__title .c-sectitle .is-emphasis {
  color: #16A2D9;
  font-size: 175%;
}
.p-link__text {
  text-align: center;
  margin: 0.3rem 0 0;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .p-link__text {
    margin: 0.4rem 0 0;
    font-size: 0.245rem;
  }
}
.p-link__bnr {
  width: 6.2rem;
  margin: 0.5rem auto 0;
}
.p-link__bnr img {
  border-radius: 0.2rem;
  filter: drop-shadow(0 0 0.4rem rgba(207, 218, 224, 0.6));
}

.p-voice {
  padding: 1rem 0 0;
}
.p-voice__title .c-sectitle {
  font-size: 0.48rem;
  line-height: 1.3;
  text-align: center;
  margin: 0.3rem 0 0;
}
.p-voice__title .c-sectitle .is-stroke {
  font-size: 116%;
  color: #fff;
  font-weight: 700;
  padding-top: 0.1em;
}
.p-voice__title .c-sectitle .is-highlight {
  font-size: 133%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-voice__title .c-sectitle--en {
    font-size: 0.3rem;
  }
}
.p-voice__title .c-sectitle--balloon {
  color: #16A2D9;
  font-size: 0.24rem;
  position: relative;
  text-align: center;
  margin: 0.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice__title .c-sectitle--balloon {
    font-size: 0.32rem;
  }
}
.p-voice__title .c-sectitle--balloon:after {
  width: 5.08rem;
  aspect-ratio: 5.08/0.35;
  display: block;
  margin: 0 auto;
  background: url(../imgs/frame_voice01.webp) center/contain no-repeat;
  content: "";
}
.p-voice__item {
  box-shadow: 0 0 0.3rem rgba(207, 218, 224, 0.6);
  border-radius: 0.2rem;
  background: #fff;
  position: relative;
}
.p-voice__items {
  margin: 0.5rem 0 0;
  display: grid;
  grid-template-columns: 3.5rem auto;
  align-items: flex-start;
  gap: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-voice__item a {
  overflow: hidden;
  display: block;
}
.p-voice__item.is-new:before {
  width: 0.5rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: -0.07rem;
  left: 0.2rem;
  background: url(../imgs/ico_new01.webp) center top/contain no-repeat;
  content: "";
  z-index: 1;
}
.p-voice__item-image {
  overflow: hidden;
  border-radius: 0.2rem 0 0 0.2rem;
}
.p-voice__item-image img {
  transition: transform 0.2s;
}
a:hover .p-voice__item-image img {
  transform: scale(1.1);
}
.p-voice__item-text {
  position: relative;
  z-index: 0;
}
.p-voice__item-num {
  font-family: "aoboshi", serif;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-voice__item-num {
    font-size: 0.2rem;
  }
}
.p-voice__item-catch {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__item-catch {
    font-size: 0.24rem;
  }
}
.p-voice__item-tag {
  font-size: 0.14rem;
  padding-left: 1.2em;
  position: relative;
  color: #6B7A80;
  font-weight: 700;
  margin: 0 0 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-tag {
    margin: 0.15rem 0 0.1rem;
  }
}
.p-voice__item-tag:before {
  width: 0.5em;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background: #CCAEDA;
  content: "";
}
.p-voice__item-cate {
  margin: 0.2rem 0 0;
}
.p-voice__item-cate li {
  font-size: 0.14rem;
  color: #6B7A80;
  line-height: 1.2;
  padding: 0.05rem 0.1rem;
  border-radius: 0.06rem;
  background: #F1F3F5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-voice__item-cate li {
    font-size: 0.2rem;
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item--pickup a {
    display: grid;
    grid-template-columns: 3rem auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item--pickup .p-voice__item-text span {
    font-size: 0.32rem;
  }
}
.p-voice__item--pickup .p-voice__item-num {
  position: absolute;
  top: -0.3rem;
  left: -0.05rem;
  border-radius: 50%;
  background: #fff;
  width: 0.5rem;
  aspect-ratio: 1;
  line-height: 1;
  z-index: -1;
  padding: 0.3rem 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice__item--pickup .p-voice__item-num {
    top: -0.1rem;
    background: none;
  }
}
.p-voice__item--pickup .p-voice__item-num span {
  font-size: 160%;
}
@media screen and (max-width: 767px) {
  .p-voice__item--pickup .p-voice__item-tag {
    font-size: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item--pickup .p-voice__item-image {
    border-radius: 0.2rem 0.2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item--pickup .p-voice__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-voice__item--pickup .p-voice__item-text {
  padding: 0.5rem 0.3rem 0.3rem;
}
.p-voice__item--pickup .p-voice__item-catch {
  font-size: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item--pickup .p-voice__item-catch {
    font-size: 0.28rem;
  }
}
.p-voice__item--other {
  position: relative;
}
.p-voice__item--other-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  height: 5rem;
  overflow: hidden;
  transition: height 0.4s;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0.2rem 0 0;
  margin: -0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice__item--other-inner {
    display: block;
    height: 7.5rem;
  }
}
.p-voice__item--other-inner:before {
  width: 100%;
  height: 1.8rem;
  background: linear-gradient(rgba(240, 250, 255, 0), #f0faff 45%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.p-voice__item--other.is-open .p-voice__item--other-inner:before {
  display: none;
}
.p-voice__item--other-btn {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
  z-index: 2;
  grid-column: 1/3;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #16A2D9;
  box-shadow: 0.05rem 0.08rem 0.15rem rgba(82, 126, 150, 0.2);
  border-radius: 0.5rem;
  color: #16A2D9;
  font-weight: 700;
  text-align: center;
  width: 2.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-voice__item--other-btn {
    height: 1rem;
    width: 4rem;
  }
}
.p-voice__item--other-btn:before, .p-voice__item--other-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.2rem;
  width: 0.12rem;
  height: 1px;
  background-color: #16A2D9;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-voice__item--other-btn:before, .p-voice__item--other-btn:after {
    width: 0.2rem;
    right: 0.3rem;
  }
}
.p-voice__item--other-btn:before {
  transform: rotate(90deg);
}
.p-voice__item--other-btn .is-close {
  display: none;
}
.p-voice__item--other.is-open .p-voice__item--other-btn {
  position: relative;
  transform: none;
  left: auto;
  bottom: auto;
}
.p-voice__item--other.is-open .p-voice__item--other-btn:before {
  transform: rotate(180deg);
}
.p-voice__item--other.is-open .p-voice__item--other-btn:after {
  opacity: 0;
}
.p-voice__item--other.is-open .p-voice__item--other-btn .is-more {
  display: none;
}
.p-voice__item--other.is-open .p-voice__item--other-btn .is-close {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-voice__item--other .p-voice__item {
    margin-top: 0.2rem;
  }
}
.p-voice__item--other .p-voice__item a {
  display: grid;
  grid-template-columns: 1.4rem auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice__item--other .p-voice__item a {
    grid-template-columns: 2rem auto;
  }
}
.p-voice__item--other .p-voice__item-image {
  width: 100%;
  height: 100%;
}
.p-voice__item--other .p-voice__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice__item--other .p-voice__item-text {
  padding: 0.3rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item--other .p-voice__item-text {
    padding: 0.3rem 0.4rem;
  }
}
.p-voice__item--other .p-voice__item-num {
  margin: 0 0 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item--other .p-voice__item-catch {
    font-size: 0.17rem;
  }
}
.p-voice__item--other .p-voice__item.is-new:before {
  width: 0.4rem;
}

.p-modelhouse {
  padding: 1.5rem 0;
  margin: 1.5rem 0 0;
  position: relative;
}
.p-modelhouse:before {
  width: 100%;
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #E1F3FA;
  content: "";
  z-index: -1;
}
.p-modelhouse .wrap:before, .p-modelhouse .wrap:after {
  width: 100%;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  background: url(../imgs/bg01.webp) center bottom/100% 100% no-repeat;
  content: "";
  z-index: -1;
}
.p-modelhouse .wrap:before {
  top: 0;
}
.p-modelhouse .wrap:after {
  bottom: 0;
  background-position: center top;
  transform: scale(1, -1);
}
.p-modelhouse__title {
  text-align: center;
}
.p-modelhouse__title .c-sectitle {
  font-size: 0.32rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__title .c-sectitle {
    font-size: 0.44rem;
  }
}
.p-modelhouse__title .c-sectitle span {
  font-size: 143%;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__title .c-sectitle span {
    font-size: 0.6rem;
  }
}
.p-modelhouse__title .c-sectitle--slash {
  font-size: 0.26rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__title .c-sectitle--slash {
    font-size: 0.38rem;
  }
}
.p-modelhouse__text {
  text-align: center;
  margin: 0.5rem 0 0.2rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .p-modelhouse__text {
    font-size: 0.28rem;
    margin: 0.3rem 0 0.4rem;
  }
}
.p-modelhouse__tab-btn {
  border: 1px solid #E1E4E5;
  border-radius: 0.06rem;
  background: #fff;
  height: 0.5rem;
  padding: 0.1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-modelhouse__tab-btns {
  display: grid;
  justify-content: center;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-modelhouse__tab-btns {
    grid-template-columns: repeat(6, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__tab-btns {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__tab-btn {
    height: 0.8rem;
    padding: 0;
  }
}
.p-modelhouse__tab-btn.is-active {
  background: #16A2D9;
  border-color: #16A2D9;
  color: #fff;
}
.p-modelhouse__items {
  display: grid;
  gap: 0.5rem;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-modelhouse__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-modelhouse__item-image img {
  border-radius: 0.1rem;
  overflow: hidden;
}
.p-modelhouse__item-area {
  margin: 0.2rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-modelhouse__item-area {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__item-area {
    font-size: 0.22rem;
  }
}
.p-modelhouse__item-name {
  font-weight: 700;
  margin: 0.1rem 0 0;
  font-size: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-modelhouse__item-name {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__item-name {
    font-size: 0.28rem;
  }
}
.p-modelhouse__item-btn.c-btn {
  margin: 0.2rem auto 0;
  background: linear-gradient(95.86deg, #FFF4ED 3.14%, #FFFFFF 39.55%);
  border: 1px solid #F38D45;
  box-shadow: inset 0.05rem 0.05rem 0.35rem #FFFFFF, inset -0.05rem -0.05rem 0.2rem rgba(243, 141, 69, 0.2);
  color: #F38D45;
}
@media screen and (min-width: 768px) {
  .p-modelhouse__item-btn.c-btn {
    width: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__item-btn.c-btn {
    height: 1rem;
  }
}
.p-modelhouse__item-btn.c-btn:before {
  background-color: #F38D45;
  width: 0.3rem;
}
.p-modelhouse__item-btn.c-btn:after {
  background: url(../assets/imgs/ico_arrw03.webp) center/contain no-repeat;
  border: none;
  width: 0.3rem;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
.p-modelhouse__bnr {
  cursor: pointer;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .p-modelhouse__bnr {
    width: 6.3rem;
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-modelhouse__bnr {
    margin: 0.4rem -0.4rem 0 -0.4rem;
  }
}
.p-modelhouse__bnr:hover {
  opacity: 0.7;
}

.p-catalog {
  padding: 1rem 0 1.3rem;
}
.p-catalog__inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-catalog__inner {
    gap: 0 0.3rem;
    grid-template-columns: auto 5.9rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-catalog__title {
  font-size: 0.22rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-catalog__title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.p-catalog__title span {
  font-size: 0.3rem;
}
.p-catalog__detail {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-catalog__detail {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__detail {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.p-catalog__detail-title {
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog__detail-title {
    font-size: 0.38rem;
  }
}
.p-catalog__detail-text {
  font-size: 0.18rem;
  text-align: center;
  margin: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-catalog__detail-text {
    font-size: 0.28rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catalog__btn {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__btn {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
.p-catalog__btn a {
  height: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-catalog__btn a {
    font-size: 0.2rem;
    width: 4rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__btn a {
    height: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catalog__btn a[target=_blank]:before {
    width: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catalog__btn a[target=_blank]:after {
    width: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catalog__img {
    grid-row: 1/4;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .p-catalog__img {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 71%;
    margin: 0 auto;
  }
}

.p-faqMdl {
  padding: 1.3rem 0.8rem 0.8rem;
  color: #40494C;
}
@media screen and (max-width: 767px) {
  .p-faqMdl {
    padding: 1.2rem 0.4rem;
    width: 100vw;
  }
}
.p-faqMdl__interview {
  padding: 0 0 0 1.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__interview {
    padding: 0 0 0 1.4rem;
  }
}
.p-faqMdl__interview:before {
  width: 0.9rem;
  aspect-ratio: 0.9/1;
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0;
  background: url(../imgs/ico_faq01.webp) center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faqMdl__interview:before {
    width: 1.4rem;
  }
}
.p-faqMdl__interview-inner {
  background: #F1F3F5;
  padding: 0.2rem 0.3rem;
  border-radius: 0.2rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__interview-inner {
    display: block;
  }
}
.p-faqMdl__interview-inner:after {
  width: 0.12rem;
  height: 0.08rem;
  border: 0.08rem solid transparent;
  border-right: 0.12rem solid #F1F3F5;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  vertical-align: middle;
  box-sizing: border-box;
  content: "";
}
.p-faqMdl__interview-cate {
  background-color: #fff;
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  padding: 0.02rem 0.15rem 0.02rem 0.1rem;
  margin: 0 0 0.1rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__interview-cate {
    font-size: 0.16rem;
  }
}
.p-faqMdl__interview-cate:before {
  width: 0.2rem;
  aspect-ratio: 1;
  display: inline-block;
  margin: 0 0.07rem -0.02rem 0;
  content: "";
}
.p-faqMdl__interview-cate--money:before {
  background: url(../imgs/ico_cate01.webp) center/contain no-repeat;
}
.p-faqMdl__interview-cate--health:before {
  background: url(../imgs/ico_cate02.webp) center/contain no-repeat;
}
.p-faqMdl__interview-cate--care:before {
  background: url(../imgs/ico_cate03.webp) center/contain no-repeat;
}
.p-faqMdl__interview-cate--compare:before {
  background: url(../imgs/ico_cate04.webp) center/contain no-repeat;
}
.p-faqMdl__interview-cate--comfort:before {
  background: url(../imgs/ico_cate05.webp) center/contain no-repeat;
}
.p-faqMdl__interview-cate--introduction:before {
  background: url(../imgs/ico_cate06.webp) center/contain no-repeat;
}
.p-faqMdl__interview-title {
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__interview-title {
    font-size: 0.3rem;
  }
}
.p-faqMdl__answer {
  margin: 0.4rem 0 0;
  padding: 0 1.1rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__answer {
    padding: 0;
  }
}
.p-faqMdl__answer:before {
  width: 0.9rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../imgs/ico_faq02.webp) center/contain no-repeat;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__answer:before {
    width: 1.2rem;
  }
}
.p-faqMdl__answer-inner {
  background: #EBF8FF;
  padding: 0.5rem;
  border-radius: 0.2rem;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__answer-inner {
    background: #EBF8FF url(../imgs/frame_faq01.webp) center top/100% auto no-repeat;
    padding: 0.4rem;
  }
}
.p-faqMdl__answer-inner:after {
  width: 0.12rem;
  height: 0.08rem;
  border: 0.08rem solid transparent;
  border-left: 0.12rem solid #EBF8FF;
  border-right: none;
  position: absolute;
  top: 0.4rem;
  right: 0;
  transform: translate(100%, 0%);
  vertical-align: middle;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faqMdl__answer-inner:after {
    right: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqMdl__answer-text {
    font-size: 0.26rem;
  }
}
.p-faqMdl__title {
  margin: 0.6rem 0 0;
  font-size: 0.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__title {
    margin: 0.8rem 0 0;
    font-size: 0.3rem;
  }
}
.p-faqMdl__title:before {
  width: 0.32rem;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../imgs/ico_faq03.webp) center/contain no-repeat;
  margin-right: 0.1rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-faqMdl__title:before {
    width: 0.4rem;
  }
}
.p-faqMdl__slider {
  margin: 0.2rem 0 0;
  padding: 0.05rem 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faqMdl__slider:before {
    width: 2rem;
    height: 100%;
    background: linear-gradient(-90deg, #fff 20%, rgba(255, 255, 255, 0));
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: 10;
  }
}
.p-faqMdl__slider .swiper-pager {
  display: flex;
  justify-content: flex-end;
  gap: 0.1rem;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .swiper-pager {
    gap: 0.2rem;
    margin: 0.4rem 0 0;
  }
}
.p-faqMdl__slider .swiper-pagination {
  margin: 0;
  bottom: auto;
}
.p-faqMdl__slider .swiper-pagination-bullet {
  background: #CFDEE5;
  opacity: 1;
  margin: 0 0.07rem;
  width: 0.08rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .swiper-pagination-bullet {
    width: 0.12rem;
    margin: 0 0.1rem;
  }
}
.p-faqMdl__slider .swiper-pagination-bullet-active {
  background: #16A2D9;
}
.p-faqMdl__slider .swiper-button {
  position: static;
  margin-top: 0;
  background: #16A2D9;
  border-radius: 50%;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .swiper-button {
    width: 0.7rem;
  }
}
.p-faqMdl__slider .swiper-button:after {
  color: #fff;
  font-size: 0.14rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .swiper-button:after {
    font-size: 0.16rem;
  }
}
.p-faqMdl__slider .swiper-button-disabled {
  background: #F1F3F5;
}
.p-faqMdl__slider .swiper-button-disabled:after {
  color: #16A2D9;
}
.p-faqMdl__slider .p-voice__item {
  background: none;
  box-shadow: none;
}
.p-faqMdl__slider .p-voice__item-image img {
  border-radius: 0.1rem;
}
.p-faqMdl__slider .p-voice__item.is-new:before {
  width: 0.4rem;
  top: -0.05rem;
  left: 0.1rem;
}
.p-faqMdl__slider .p-voice__item-text {
  position: relative;
}
.p-faqMdl__slider .p-voice__item-num {
  position: absolute;
  top: -0.5rem;
  left: -0.2rem;
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1;
  line-height: 1;
  z-index: -1;
  padding: 0.2rem 0.2rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .p-voice__item-num {
    padding: 0.3rem 0.2rem 0;
    top: -0.7rem;
  }
}
.p-faqMdl__slider .p-voice__item-num span {
  font-size: 157%;
}
.p-faqMdl__slider .p-voice__item-catch {
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .p-voice__item-catch {
    margin: 0.4rem 0 0;
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faqMdl__slider .p-voice__item-catch br {
    display: none;
  }
}
.p-faqMdl__note {
  font-size: 0.12rem;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__note {
    font-size: 0.2rem;
    margin: 0.6rem 0 0;
  }
}
.p-faqMdl__caption {
  font-size: 0.12rem;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faqMdl__caption {
    font-size: 0.2rem;
  }
}
.p-faqMdl__list {
  list-style: decimal;
  counter-reset: number;
  margin: 0.1rem 0 0;
}
.p-faqMdl__list li {
  padding-left: 1.3em;
  position: relative;
}
.p-faqMdl__list li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=unique.css.map */