@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */


#limited_contents {
background-image: url(../../images/voice/bg.jpg);
background-repeat: repeat;
}


#limited_contents article {
width: min(1225px, 100%);
margin: auto;
padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
#limited_contents article{
padding: 0 20px 40px 20px;
}
}


.life-top-title {
  background: #c3b694;
  border-radius: 35px 35px 0 0;
  text-align: center;
  padding: 40px;
margin: 80px 0 0 0;
  font-weight: 700;

}

@media only screen and (max-width: 767px) {
.life-top-title {
margin: 40px 0 0 0;
}
}



.life-top-title-head {
  
  margin-top: -2rem;
  font-weight: 700;
  font-size: 4rem;
 
}
.life-top-title__line {
  aspect-ratio: 556/10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .life-top-title-head {
    font-size: 2rem;
  }
}
.life-top-title__line.life-top-title__line1 {
  margin-top: 0.8rem;
}

.life-top-title-text {
  margin-top: -0.7rem;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .life-top-title-text {
    font-size: 1rem;
  }
}

.life-body-w {
  background: #fff;
}
.life-label-img-wrap {
  width: min(600px, 100%);

  margin-inline: auto;
  text-align: center;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .life-label-img-wrap {
    width: 90%;
    gap: 1rem;
  }
}

.life-head-wrap {
  background-color: #f0ede4;
  margin-top: 6rem;
  display: flex;
  align-items: center;
}

.life-head-img {
  width: 50%;
  aspect-ratio: 340/188;
}
.life-head-img img {
  width: 100%;
  height: auto;
}

.life-head-textblock {
  padding: 0 1.5rem 0 4rem;

  width: 50%;
  /* background-color: #f0ede4; */
}
@media only screen and (max-width: 767px) {
  .life-head-textblock {
    padding: 0rem 1rem 0rem 1.6rem;
  }
}

.life-head {
  border-bottom: solid 1px #000;
}

.life-name {
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .life-name {
    font-size: 1.8rem;
  }
}

.life-lead-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .life-lead-1 {
    font-size: 1.5rem;
  }
}

.life-no {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .life-no {
    font-size: 2rem;
  }
}

.life-lead-2 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .life-lead-2 {
    font-size: 0.8rem;
  }
}

.life-qa {
  margin-top: 5rem;
  letter-spacing: 0.01em;
padding-bottom: 2.5rem;

}
@media only screen and (max-width: 767px) {
  .life-qa {
  margin-top: 1rem;


}
}

.life-qa-head-wrap {
  display: flex;
  align-items: center;

  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .life-qa-head-wrap {
    /* justify-content: center; */
  }
}

.life-qa-no {
  padding-right: 2rem;
  color: #b4a379;
  font-size: 10rem;
}
@media only screen and (max-width: 767px) {
  .life-qa-no {
    padding-right: 1.7rem;
    font-size: 4.8rem;
  }
}

.life-separator {
  width: 2px;
  height: 6.8rem; /* 数字の高さに合わせる */
  background-color: #b4a379;
}
@media only screen and (max-width: 767px) {
  .life-separator {
    height: 3.8rem;
  }
}

.life-qa-head {
  font-size: 3rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .life-qa-head {
    font-size: 1.4rem;
  }
}

.life-qa-lead-wrap {
  display: flex;
  align-items: center;
 
  /* gap: 1em; */
}

.life-qa:nth-child(odd) .life-qa-lead-wrap {
  flex-direction: row-reverse;
}

.life-qa__img {
  width: 50%;
  position: relative;
}
.life-qa__img img {
  width: 100%;
  height: auto;
}

.life-qa__img figcaption {
  font-size: 12px;
color: #fff;
position: absolute;
right: 5px;
bottom: 5px;
} 

.life-qa-textblock {
  width: 50%;
  font-size: 1.8rem;
  padding: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .life-qa-textblock {
    font-size: 1.1rem;
    padding: 1.8rem;
  }
}
.life-head-wrap.life-head-wrap-2 {
flex-direction: row-reverse;
}

.img_box {
width: 50%;
}

.img_box figure {
position: relative;
}

.img_box figcaption {
position: absolute;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
font-size: 12px;
color: #fff;
padding: 4px 10px;
}

@media only screen and (max-width: 767px) {
.img_box figcaption {
font-size: 10px;
}
}

.img_box ul {
display: grid;
grid-template-columns: 1fr 1fr;
}

.u-hidden-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block;
  }
}


/*# sourceMappingURL=../../map/limited/style.css.map */
