/* first view
---------------------------------------------------------- */
.lp85 .p-fv-85 {
    overflow: hidden;
    position: relative;
    padding: 220px 0 160px;
    background: url(../img/bg_fv02.png) no-repeat right top / 53vw 41vw;
  }
  .lp85 .p-fv-85::before,
  .lp85 .p-fv-85::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .lp85 .p-fv-85::before {
    width: 390px;
    height: 300px;
    background: url(../img/bg_fv01.png) no-repeat left bottom / contain;
  }
  .lp85 .p-fv-85::after {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.047;
    background: url(../img/bg_fv03.svg) no-repeat center / contain;
  }
  
  .lp85 .p-fv-85_header {
    position: absolute;
    top: 20px;
    left: 37px;
  }
  
  .lp85 .p-fv-85_block {
    column-gap: 44px;
  }
  .lp85 .p-fv-85_img {
    flex: 1;
    width: 57%;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-fv-85 {
      padding: 80px 0;
    }
  
    .lp85 .p-fv-85::before {
      width: 195px;
      height: 150px;
    }
  
    .lp85 .p-fv-85_header {
      left: 20px;
    }
  
    .lp85 .p-fv-85_block {
      gap: 25px 0;
      width: 90%;
    }
  
    .lp85 .p-fv-85_img {
      width: 100%;
    }
  
    .lp85 .p-fv-85_txt {
      width: 100%;
    }
  
    .lp85 .p-fv-85_list {
      margin-left: 0;
    }
  
    .lp85 .p-fv-85_btn {
      margin: 0 auto;
      text-align: center;
    }
  
    .lp85 .p-fv-85_btn ._copy {
      left: 0;
    }
  }
  
  /*----------------------------------------
    text
  ----------------------------------------*/
  .lp85 .p-fv-85_txt {
    flex: 1;
  }
  .lp85 .p-fv-85_list {
    display: flex;
    align-items: center;
    margin-left: 78px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .lp85 .p-fv-85_list + .p-fv-85_list {
    margin-top: 7px;
  }
  .lp85 .p-fv-85_list::before {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    margin-right: 6px;
    background: url(../img/ico_check.svg) no-repeat;
  }
  .lp85 .p-fv-85_btn {
    position: relative;
    margin-left: 77px;
  }
  .lp85 .p-fv-85_btn ._copy {
    position: absolute;
    top: -42px;
    left: -62px;
    width: 87px;
    height: 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    border-radius: 50vh;
    color: #FFF;
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 10;
  }
  .lp85 .p-fv-85_btn ._copy::after {
    position: absolute;
    right: 0;
    bottom: 16px;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--yellow);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: rotate(32deg);
  }
  
  @media (max-width: 959px) {
    .lp85 .p-fv-85_txt {
      width: 100%;
    }
  
    .lp85 .p-fv-85_lists {
      width: 330px;
      margin: 0 auto;
    }
    .lp85 .p-fv-85_list {
      margin-left: 0;
    }
  
    .lp85 .p-fv-85_btn {
      margin: 0 auto;
      text-align: center;
    }
  
    .lp85 .p-fv-85_btn ._copy {
      left: 0;
      font-size: 1.3rem;
    }
  }
  
  
  /* worries
  ---------------------------------------------------------- */
  .lp85 .p-worries-85 {
    padding: 78px 0 50px;
  }
  
  .lp85 .p-worries-85_lists {
    width: 74%;
    margin: 0 auto;
    column-gap: 56px;
  }
  .lp85 .p-worries-85_ttl {
    margin: 30px 0 10px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }
  
  @media (max-width: 1424px) {
    .lp85 .p-worries-85_lists {
      column-gap: 32px;
    }
    .lp85 .p-worries-85_ttl {
      font-size: 2.2rem;
    }
  }
  
  @media (max-width: 1199px) {
    .lp85 .p-worries-85_lists {
      width: 1048px;
    }
  }
  
  @media (max-width: 1047px) {
    .lp85 .p-worries-85_lists {
      column-gap: 25px;
      width: 94%;
    }
  }
  
  @media (max-width: 959px) {
    .lp85 .p-worries-85 {
      padding: 40px 0 25px;
    }
    .lp85 .p-worries-85_lists {
      row-gap: 25px;
    }
    .lp85 .p-worries-85_item {
      display: grid;
      grid-template-columns: 120px auto;
      grid-template-rows: repeat(2, auto);
      grid-column-gap: 20px;
    }
    .lp85 .p-worries-85_img { grid-area: 1 / 1 / 3 / 2; }
    .lp85 .p-worries-85_ttl {
      grid-area: 1 / 2 / 2 / 3;
      margin: 0 0 10px;
      text-align: left;
      font-size: 1.5rem;
    }
    .lp85 .p-worries-85_txt {
      grid-area: 2 / 2 / 3 / 3;
      font-size: 1.3rem;
    }
  }
  
  
  /* conversion
  ---------------------------------------------------------- */
  .lp85 .p-cv-85 {
    position: relative;
  }
  .lp85 .p-cv-85_img {
    position: absolute;
    left: 8%;
    top: 50%;
    display: block;
    width: 16%;
    height: auto;
    margin-top: 2%;
    transform: translateY(-50%);
    z-index: 20;
  }
  .lp85 .p-cv-85::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 104px;
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 20;
  }
  
  .lp85 .p-cv-85_txt {
    position: relative;
    padding: 165px 0 55px;
    z-index: 10;
  }
  .lp85 .p-cv-85_txt::before,
  .lp85 .p-cv-85_txt::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 462px;
    z-index: -10;
  }
  .lp85 .p-cv-85_txt::before {
    left: 0;
    background: url(../img/bg_cv01.png) no-repeat left top / contain;
  }
  .lp85 .p-cv-85_txt::after {
    right: 0;
    background: url(../img/bg_cv02.png) no-repeat right top / contain;
  }
  
  .lp85 .p-cv-85_img {
    position: absolute;
  }
  
  @media (max-width: 1199px) {
    .lp85 .p-cv-85_img {
      left: 4%;
    }
  }
  @media (max-width: 959px) {
    .lp85 .p-cv-85 {
      display: flex;
      flex-direction: column;
    }
    .lp85 .p-cv-85::before {
      height: 52px;
    }
    .lp85 .p-cv-85_txt {
      padding: 80px 0 40px;
    }
    .lp85 .p-cv-85_txt::before ,
    .lp85 .p-cv-85_txt::after {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 0.642;
    }
    .lp85 .p-cv-85_txt::before {
      left: -60px;
      bottom: auto;
      top: 0;
    }
    .lp85 .p-cv-85_img {
      position: static;
      width: 40%;
      margin: 0 auto 30px;
      transform: none;
    }
  }
  
  /* feature
  ---------------------------------------------------------- */
  .lp85 .p-feature-85 {
    padding: 65px 0 100px;
  }
  
  .lp85 .p-feature-85_lists {
    margin-bottom: 60px;
    column-gap: 60px;
    counter-reset: number 0;
  }
  
  .lp85 .p-feature-85_item {
    position: relative;
    flex: 1;
    padding: 45px 24px;
    background: #EBF7F9;
    border-radius: 30px;
    counter-increment: number 1;
  }
  .lp85 .p-feature-85_item::before,
  .lp85 .p-feature-85_item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
  }
  .lp85 .p-feature-85_item::before {
    content: "0" counter(number) " ";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.0rem;
    font-family: "Roboto", sans-serif;
    z-index: 10;
  }
  .lp85 .p-feature-85_item::after {
    content: "";
    background: var(--blue);
    border-radius: 20px;
    transform: rotate(45deg);
  }
  
  .lp85 .p-feature-85_ttl {
    margin-bottom: 28px;
    text-align: center;
    color: var(--blue);
    font-size: 2.4rem;
    font-weight: 700;
  }
  
  @media (max-width: 1199px) {
    .lp85 .p-feature-85_lists {
      column-gap: 30px;
    }
  }
  
  @media (max-width: 959px) {
    .lp85 .p-feature-85 {
      padding: 60px 0;
    }
    .lp85 .p-feature-85_lists {
      width: 90%;
      margin-bottom: 30px;
      gap: 25px 0;
    }
    .lp85 .p-feature-85_item {
      padding: 20px;
    }
    .lp85 .p-feature-85_img {
      width: 80%;
      margin: 0 auto;
    }
    .lp85 .p-feature-85_ttl {
      margin-bottom: 15px;
      font-size: 2.0rem;
    }
  }
  
  
  /* movie
  ---------------------------------------------------------- */
  .lp85 .p-movie-85 {
    padding: 65px 0 100px;
  }
  
  .lp85 .p-movie-85_block {
    width: 663px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1 / 0.558;
  }
  
  .lp85 .p-movie-85_block iframe {
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-movie-85 {
      padding: 60px 0;
    }
    .lp85 .p-movie-85_block {
      width: 94%;
    }
  }
  
  
  /* case
  ---------------------------------------------------------- */
  .lp85 .p-case-85 {
    padding: 100px 0;
  }
  
  .lp85 .p-case-85_block {
    padding: 60px 50px;
    background: #fff;
    border-radius: 40px;
    box-sizing: border-box;
  }
  
  .lp85 .p-case-85_img {
    width: 10%;
  }
  
  @media (max-width: 1199px) {
    .lp85 .p-case-85_img {
      width: 120px;
    }
  }
  
  .lp85 .p-case-85_txt {
    position: relative;
    flex: 1;
    padding: 43px 60px;
    margin-left: 30px;
    background: var(--light-blue);
    border-radius: 20px;
  }
  .lp85 .p-case-85_txt::before {
    position: absolute;
    left: -10px;
    bottom: 48px;
    content: "";
    width: 25px;
    height: 53px;
    background: var(--light-blue);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-110deg);
    z-index: 0;
  }
  .lp85 .p-case-85_ttl {
    display: inline-block;
    margin-bottom: 18px;
    background: linear-gradient(transparent 50%, #FFED79 36%);
    color: var(--blue);
    font-size: 2.4rem;
    font-weight: 700;
  }
  
  @media (max-width: 1024px) {
    .lp85 .p-case-85_txt {
      padding: 30px;
    }
  }
  
  @media (max-width: 959px) {
    .lp85 .p-case-85 {
      padding: 50px 0;
    }
    .lp85 .p-case-85_block {
      padding: 20px 15px;
      border-radius: 20px;
    }
    .lp85 .p-case-85_item {
      column-gap: 10px;
    }
    .lp85 .p-case-85_txt {
      margin: 0;
      padding: 15px;
      border-radius: 10px;
    }
    .lp85 .p-case-85_txt::before {
      display: none;
    }
    .lp85 .p-case-85_ttl {
      margin-bottom: 9px;
      font-size: 1.4rem;
    }
    .lp85 .p-case-85_img {
      width: 80px;
    }
  }
  
  
  /* news
  ---------------------------------------------------------- */
  .lp85 .p-news-85 {
    padding: 60px 0 105px;
  }
  
  .lp85 .p-news-85_lists {
    width: 1020px;
    margin: 0 auto;
  }
  
  @media (max-width: 1024px) {
    .lp85 .p-news-85_lists {
      width: 94%;
    }
  }
  
  .lp85 .p-news-85_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .lp85 .p-news-85_item:last-child {
    margin-bottom: 0;
  }
  
  .lp85 .p-news-85_date {
    margin: 0 10px 0 65px;
    color: #C3C8CD;
  }
  
  /* new icon */
  .lp85 .p-news-85_item:first-child .p-news-85_date {
    margin-left: 10px;
    line-height: 27px;
  }
  .lp85 .p-news-85_item:first-child::before {
    content: "NEW";
    padding: 5px 10px;
    line-height: 1;
    color: var(--yellow);
    border: var(--yellow) solid 1px;
    border-radius: 2px;
    font-size: 1.5rem;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-news-85 {
      padding-bottom: 60px;
    }
    .lp85 .p-news-85_item {
      flex-wrap: wrap;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: #D1D8DD dotted 1px;
      font-size: 1.5rem;
    }
    .lp85 .p-news-85_item:first-child::before {
      font-size: 1.2rem;
    }
    .lp85 .p-news-85_date {
      margin-left: 0;
    }
    .lp85 .p-news-85_ttl {
      width: 100%;
    }
  }
  
  
  /* plan
  ---------------------------------------------------------- */
  .lp85 .p-plan-85 {
    padding: 65px 0 100px;
    background: url(../img/bg_plan.png) repeat left top;
  }
  
  .lp85 .p-plan-85_lists {
    column-gap: 60px;
  }
  
  .lp85 .p-plan-85_item {
    overflow: hidden;
    flex: 1;
    border-radius: 30px;
    border: #D1D8DD solid 2px;
    background: #fff;
  }
  
  @media (max-width: 1199px) {
    .lp85 .p-plan-85_lists {
      column-gap: 30px;
    }
  }
  
  @media (max-width: 959px) {
    .lp85 .p-plan-85 {
      padding: 60px 0;
    }
    .lp85 .p-plan-85_lists {
      gap: 25px 0;
    }
    .lp85 .p-plan-85_item {
      width: 100%;
      border-radius: 15px;
    }
  }
  
  /*----------------------------------------
    title
  ----------------------------------------*/
  .lp85 .p-plan-85_ttl {
    position: relative;
    padding: 34px 0;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .lp85 .p-plan-85_ttl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 581px;
    height: 155px;
    background: #D9D9D9;
    border-radius: 50%;
    transform: translateX(-50%);
  }
  .lp85 .p-plan-85_ttl span {
    position: relative;
    z-index: 10;
  }
  
  /* blue */
  .lp85 .p-plan-85_item._blue .p-plan-85_ttl::after {
    background: var(--blue);
  }
  
  @media (max-width: 959px) {
    .lp85 .p-plan-85_ttl {
      padding: 20px 0;
      font-size: 2.0rem;
    }
    .lp85 .p-plan-85_ttl::after {
      width: 160%;
      height: auto;
      aspect-ratio: 1 / 0.267;
    }
  }
  
  /*----------------------------------------
    price
  ----------------------------------------*/
  .lp85 .p-plan-85_price {
    margin: 20px 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 5.0rem;
    font-weight: 700;
  }
  .lp85 .p-plan-85_price::before {
    content: "¥";
    font-size: 4.4rem;
    letter-spacing: 6px;
  }
  .lp85 .p-plan-85_price::after {
    content: "/ 予約";
    margin-left: 3px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-plan-85_price {
      margin: 10px 0;
      font-size: 4.0rem;
    }
    .lp85 .p-plan-85_price::before {
      font-size: 3.4rem;
    }
    .lp85 .p-plan-85_price::after {
      font-size: 1.4rem;
    }
  }
  
  /*----------------------------------------
    dl
  ----------------------------------------*/
  .lp85 .p-plan-85_dl {
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .lp85 .p-plan-85_dl dt {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 15px 32px 15px 65px;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
  .lp85 .p-plan-85_dl dd {
    width: 50%;
    padding: 15px 65px 15px 8px;
    box-sizing: border-box;
    font-size: 2.4rem;
  }
  .lp85 .p-plan-85_dl dt:nth-of-type(odd),
  .lp85 .p-plan-85_dl dd:nth-of-type(odd) {
    background: #F2F4F5;
  }
  
  /* blue */
  .lp85 .p-plan-85_item._blue .p-plan-85_dl dt{
    width: 184px;
    padding-right: 7px;
  }
  .lp85 .p-plan-85_item._blue .p-plan-85_dl dd {
    width: calc(100% - 184px);
    padding-left: 7px;
  }
  .lp85 .p-plan-85_item._blue .p-plan-85_dl dt:nth-of-type(odd),
  .lp85 .p-plan-85_item._blue .p-plan-85_dl dd:nth-of-type(odd) {
    background: var(--light-blue);
  }
  
  @media (max-width: 1344px) {
    .lp85 .p-plan-85_dl dt {
      width: 144px;
      padding: 15px 10px 15px 20px;
    }
  
    .lp85 .p-plan-85_dl dd {
      width: calc(100% - 144px);
      padding: 15px 20px 15px 10px;
    }
  }
  
  @media (max-width: 979px) {
    .lp85 .p-plan-85_dl dt,
    .lp85 .p-plan-85_item._blue .p-plan-85_dl dt {
      width: 50%;
      padding: 10px 15px;
    }
    .lp85 .p-plan-85_dl dt::before {
      content: "";
      padding-left: calc(100% - 4em);
    }
    .lp85 .p-plan-85_item._blue .p-plan-85_dl dt::before {
      padding-left: calc(100% - 7em);
    }
    .lp85 .p-plan-85_dl dd,
      .lp85 .p-plan-85_item._blue .p-plan-85_dl dd {
      width: 50%;
      padding: 10px 15px;
      font-size: 1.8rem;
    }
  }
  
  
  /* flow
  ---------------------------------------------------------- */
  .lp85 .p-flow-85 {
    padding: 60px 0 150px;
  }
  
  .lp85 .p-flow-85_lists {
    column-gap: 100px;
  }
  
  .lp85 .p-flow-85_item {
    flex: 1;
    position: relative;
    padding: 70px 20px 30px;
    background: var(--light-blue);
    border-radius: 30px;
  }
  
  .lp85 .p-flow-85_label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 26px;
    border-radius: 30px 0 10px 0;
    background: var(--blue);
    color: #fff;
  }
  .lp85 .p-flow-85_img {
    display: block;
    width: 158px;
    margin: 0 auto;
  }
  .lp85 .p-flow-85_ttl {
    margin: 20px 0 15px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }
  
  .lp85 .p-flow-85_item::after {
    position: absolute;
    top: 169px;
    right: -71px;
    display: block;
    content: "";
    width: 42px;
    height: 66px;
    background: var(--yellow);
    border-radius: 2px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .lp85 .p-flow-85_item:last-child::after {
    display: none;
  }
  
  @media (max-width: 1199px) {
    .lp85 .p-flow-85_lists {
      column-gap: 54px;
    }
    .lp85 .p-flow-85_item::after {
      right: -39px;
      width: 24px;
      height: 36px;
    }
  }
  
  @media (max-width: 959px) {
    .lp85 .p-flow-85 {
      padding: 60px 0;
    }
    .lp85 .p-flow-85_item {
      width: 100%;
      padding: 20px;
      margin-bottom: 44px;
      border-radius: 15px;
    }
    .lp85 .p-flow-85_item:last-child {
      margin-bottom: 0;
    }
    .lp85 .p-flow-85_ttl {
      margin: 10px 0 5px;
      font-size: 2.0rem;
    }
    .lp85 .p-flow-85_item::after {
      top: auto;
      right: 50%;
      bottom: -34px;
      width: 36px;
      height: 24px;
      margin-right: -18px;
      clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
  }
  
  
  /* message
  ---------------------------------------------------------- */
  .lp85 .p-message-85 {
    padding-bottom: 100px;
  }
  
  .lp85 .p-message-85_block {
    position: relative;
    width: 100%;
  }
  
  .lp85 .p-message-85_img {
    position: absolute;
    top: 154px;
    right: calc(50vw - 600px);
    width: 478px;
    z-index: 10;
  }
  .lp85 .p-message-85_txt {
    position: relative;
    width: 63.6%;
    padding: 80px 11%;
    padding-left: calc(50vw - 600px);
    border-radius: 0 30px 30px 0;
  }
  
  @media (max-width: 1399px) {
    .lp85 .p-message-85_img {
      right: 8%;
      width: 33%;
    }
    .lp85 .p-message-85_txt {
    padding-left: 8%
    }
  }
  @media (max-width: 1024px) {
    .lp85 .p-message-85_img {
      right: 3%;
      width: 40%;
    }
    .lp85 .p-message-85_txt {
    padding-left: 3%
    }
  }
  
  .lp85 .p-message-85_txt p + p {
    margin-top: 1em;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-message-85 {
      padding-bottom: 60px;
    }
    .lp85 .p-message-85_txt {
      width: 94%;
      padding: 20px;
      margin: 0 auto;
      box-sizing: border-box;
      border-radius: 15px;
    }
    .lp85 .p-message-85_img {
      position: static;
      width: 74%;
      height: auto;
      aspect-ratio: 1/ 1;
      margin: 0 auto 30px;
    }
    .lp85 .p-message-85_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 10%;
      border-radius: 15px;
    }
  }
  
  
  /* faq
  ---------------------------------------------------------- */
  .lp85 .p-faq-85 {
    padding: 70px 0 100px;
  }
  
  .lp85 .p-faq-85_lists {
    width: 900px;
    margin: 0 auto;
  }
  
  .lp85 .p-faq-85_item {
    margin-bottom: 26px;
    padding: 0 30px;
    background: #fff;
    border-radius: 20px;
  }
  
  .lp85 .p-faq-85_item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .lp85 .p-faq-85_ttl {
    display: flex;
    align-items: center;
    padding: 22px 0;
    font-size: 2.0rem;
    cursor: pointer;
  }
  .lp85 .p-faq-85_ttl span {
    flex: 1;
  }
  .lp85 .p-faq-85_ttl::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Q";
    width: 42px;
    height: 42px;
    margin-right: 20px;
    background: var(--blue);
    border-radius: 50vh;
    color: #fff;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .lp85 .p-faq-85_ttl::after {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: auto;
    background: url(../img/arw_bottom.svg) no-repeat center / contain;
    transition: .5s;
  }
  .lp85 .p-faq-85_txt {
    border-top: #D1D8DD solid 2px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-faq-85 {
      padding: 40px 0 50px;
    }
    .lp85 .p-faq-85_lists {
      width: 94%;
    }
    .lp85 .p-faq-85_item {
      padding: 0 15px;
      border-radius: 10px;
    }
    .lp85 .p-faq-85_ttl {
      padding: 10px 0;
      font-size: 1.6rem;
    }
    .lp85 .p-faq-85_ttl::before {
      width: 32px;
      height: 32px;
      margin-right: 10px;
      font-size: 2.4rem;
    }
    .lp85 .p-faq-85_ttl::after {
      width: 20px;
      height: 20px;
    }
  }
  
  /*----------------------------------------
    open
  ----------------------------------------*/
  .lp85 .p-faq-85_item input:checked + label > .p-faq-85_ttl::after {
    transform: rotate(180deg);
  }
  .lp85 .p-faq-85_item input:checked ~ .p-faq-85_txt {
    padding: 22px 0 30px;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
  }
  
  @media (max-width: 959px) {
    .lp85 .p-faq-85_item input:checked ~ .p-faq-85_txt {
      padding: 10px 0 20px;
      font-size: 1.4rem;
    }
  }