﻿* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #42210B;
  font-size: 16px;
  position: relative
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px
  }
}

.inner {
  width: 960px;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    height: auto
  }
}

a {
  outline: none
}

p {
  padding: 1em 0
}

li {
  list-style: none
}

header {
  padding: 0 0 70px;
  position: relative;
  z-index: 4
}

header .logo {
  position: absolute;
  top: 30px;
  left: 5%
}

@media screen and (max-width: 768px) {
  header .logo {
    top: 10px;
    width: 125px;
    height: auto
  }
}

header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 12%;
  top: 70px;
  -webkit-transform: translate(0%, 0%) rotate(0.028deg);
  transform: translate(0%, 0%) rotate(0.028deg);
  color: #FFF;
  font-size: 2.5vw;
  line-height: 200%;
  font-weight: 600;
  text-align: center
}

@media screen and (max-width: 768px) {
  header h1 {
    width: 100%;
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0.028deg);
    transform: translate(-50%, 0%) rotate(0.028deg);
    font-size: 6vw;
    text-align: center
  }
}

header h1 span {
  font-weight: bold;
  display: block;
  font-size: 4.6vw;
  margin: 0 0 0 0;
  line-height: 110%
}

@media screen and (max-width: 768px) {
  header h1 span {
    font-size: 10vw
  }
}

@media screen and (max-width: 768px) {
  header .main {
    width: 100vw;
    display: block;
    z-index: 1;
    margin: 0 0 -36%;
  }
}

.serviceBox {
  padding: 0px 0 50px
}

@media screen and (max-width: 768px) {
  .serviceBox {
    position: relative;
    padding: 0;
    margin: 30px 0 50px 0;
    z-index: 5
  }
}

.serviceBox h2 {
  font-size: 24px;
  padding: 0 0 20px
}

@media screen and (max-width: 768px) {
  .serviceBox h2 {
    padding: 0 0 20px 20px
  }
}

.service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .service_icon {
    display: none;
    width: 1335px;
    height: 110px;
    overflow: hidden
  }
}

.service_icon .in {
  position: relative
}

@media screen and (max-width: 768px) {
  .service_icon .in {
    margin: 0 5px;
    float: left
  }
}

.service_icon .in a {
  /* cursor: default; */
  width: 100%;
  display: block;
  color: #42210B !important;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important
}

@media screen and (max-width: 768px) {
  .service_icon .in a {
    font-size: 10px
  }
}

.service_icon .in a .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  height: 85px;
  background-color: #FFE6E6;
  -webkit-box-shadow: 0 5px 0 rgba(255, 100, 100, 0.4);
          box-shadow: 0 5px 0 rgba(255, 100, 100, 0.4);
  border-radius: 10px;
  line-height: 120%;
  margin: 0 0 10px
}

@media screen and (max-width: 768px) {
  .service_icon .in a .imgBox {
    width: 70px;
    height: 70px;
    padding: 10px
  }
}

.service_icon .in a .imgBox picture {
  width: 100%
}

/* モバイル表示時のスタイル変更 20240628 */
@media screen and (max-width: 768px) {
  .service_icon {
    width: auto;
    height: auto;
    overflow: auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    .in {
      margin: 0;
      float: none;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
      & a {
        cursor: auto;
        .imgBox {
          display: flex;
          margin: 0 auto 10px;
          & picture {
            
          }
        }
        .tx {

        }
      }
    }
    .in:first-of-type {
      margin-bottom: 1em;
    }
  }

  /* 切り株の位置調整 */
  #bassai_click img {
      margin-top: 25%;
  }
}



.complete header {
  padding: 20px 0
}

@media screen and (max-width: 768px) {
  .complete header {
    padding: 20px
  }
}

.complete header .logo {
  position: relative;
  top: auto;
  left: auto
}

.complete #page-top {
  display: none
}

.complete #content .contact .complete_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
  padding: 50px;
  background-color: #FFF3F3;
  min-height: 50vh
}

@media screen and (max-width: 768px) {
  .complete #content .contact .complete_tx {
    padding: 50px 20px
  }
}

.complete #content .contact .complete_tx .title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
  width: 100%
}

@media screen and (max-width: 768px) {
  .complete #content .contact .complete_tx .title {
    font-size: 20px;
    padding: 0 0 40px
  }
}

.complete #content .contact .complete_tx .conTx {
  width: 100%;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .complete #content .contact .complete_tx .conTx {
    line-height: 160%;
    text-align: left
  }
}

.complete #content .contact .complete_tx .btn a {
  padding: 10px;
  display: block;
  text-decoration: none;
  width: 300px;
  margin: 50px auto;
  background-color: #E95A64;
  color: #FFF;
  text-align: center;
  border-radius: 20px
}

.infiniteslide_wrap {
  margin-bottom: 50px;
}

.cta_wrap {
  margin: 0 0 50px;
}

.infiniteslide_wrap li img {
  width: 1420px;
}

.lpBox2ag {
  margin: 0;
  padding: 100px 0;
  background-color: #E35A64;
}

.t_b_01 {
  color: #fff;
  border: solid 1px #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.3px;
  padding: 13px 20px;
  border-radius: 36px;
  margin-bottom: 25px;
  text-align: center;
  display: inline-block;
}

.ct {
  text-align: center;
}

.t_h2_c.dd {
  color: #fff;
}

.t_h2_c.dd::after {
  background: #fff;
}

.txt_n_01 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.t_h2_lp1 {
  color: #fff;
  font-size: 35px;
  line-height: 1.7;
  font-weight: bold;
  margin: 100px auto 50px;
}

.mb165 {
  margin-bottom: 165px;
}

/* 
* 上部CTAボタン
*/
.cta_wrap dl {
  position: relative;
  margin: 0 auto;
  width: 800px;
  background-color: #ffe6e6;
  border-radius: 20px;
  color: #42210b;
}

.cta_wrap dt {
  font-weight: bold;
  font-size: 18px;
  padding: 25px 23px 12px;
  text-align: center;

  & span::before,span::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    border-bottom: 2px solid #42210b;
  }
  & span::before {
    margin-right: 0.5em;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
  & span::after {
    margin-left: 0.5em;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
}

.cta_wrap dd {
  padding: 12px 23px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  .bytel {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .byemail {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

.cta_wrap .bytel{
  .t_l {
    font-size: 35px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    
    .dw05_tx {
      display: none;
    }
    & figure {
      margin-right: 5px;
    }
    .number {
      color: #42210b;
      font-weight: 800;
      background: url('../images/lp/icon_freedial_brown.webp') left center no-repeat;
      background-size: 47px;
      padding-left: 57px;
    }
  }

  .note {
    font-size: 12px;
    padding: 0;
  }
}

.cta_wrap .byemail {
  .cta_btn {
    display: block;
    background-color: #e95a64;
    border-bottom: 3px solid #dc3246;
    border-radius: 17px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.9px;
    text-decoration: none;
    padding: 10px 0;

    .innerwrap {
      font-size: 18px;
      display: block;
      width: calc(9em + 40px);
      margin: 0 auto;
      background: url('../images/lp/mail_ico.png') left center no-repeat;
      background-size: 30px;
      padding-left: 40px;
      
     .text {
        display: block;
        font-size: 18px;
      }
      .note {
        display: block;
        font-size: 12px;
      }  
    }
  }
}
.cta_wrap .btn_shiny {
  position: relative;
  overflow: hidden;
}
.cta_wrap .btn_shiny::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cta_wrap .byemail .btn_shiny::after {
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media (max-width:768px) {
  .cta_wrap dl {
    width: calc(100% - 30px);
    background-color: transparent;
  }

  .cta_wrap dt {
    padding: 0;
    font-size: 14px;
    /* letter-spacing: 1.6px; */
    text-align: center;
  }

  .cta_wrap dd {
    padding-left: 0;
    padding-right: 0;
    display: block;

    .bytel {
      .t_l {
        font-size: 15px;
        background-color: #e95a64;
        border-radius: 30px;
        border-bottom: 3px solid #dc3246;
        width: 100%;
        padding: 15px ;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px;
        cursor: pointer;
        pointer-events: auto;
    
        .dw05_tx {
          color: #fff;
          display: inline-block;
          background: url('../images/lp/icon_tel_circle.webp') left center no-repeat;
          background-size: 25px;
          padding: 5px 0;
          padding-left: 30px;
          padding-right: 10px;
        }
        .number {
          color: #fff;
          font-size: 15px;
          background-image: url('../images/lp/fd.png');
          background-size: 20px;
          padding: 5px 0;
          padding-left: 25px;
        }
      }
      .note {
        font-size: 12px;
        text-align: center;
      }

    }
    
    .byemail {
      margin-top: 30px;
      
      .cta_btn {
        padding: 0;
        margin: 0;
    
        .innerwrap {
          display: block;
          width: auto;
          margin: 0 auto;
          padding: 0;
          background: none;
          
         .text {
            display: block;
            text-align: center;
            font-size: 14px;
            padding: 0.75em 0;
          }
          .text::before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url('../images/lp/mail_ico.png') left center no-repeat;
            background-size: contain;
            vertical-align: middle;
            margin-right: 5px;
          }
          .note {
            display: block;
            width: calc(100% - 6px);
            margin-left: auto;
            margin-right: auto;
            padding: 0.25em 0;
            background-color: #FFF;
            color: #e95a64;
            text-align: center;
            font-size: 16px;
            border-radius: 0 0 15px 15px;
          }
        }
      }
    }
  }
  .cta_wrap .bytel .btn_shiny::after {
    /* アニメーション */
    -webkit-animation-name: shiny;
            animation-name: shiny;
  }
}

.shor_o {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 920px;
}

.shor_o.pt3 {
  bottom: -2%;
}

.serviceBox.pt3 {
  padding: 50px 0;
}

@media (max-width:960px) {
  .shor_o {
    width: 100%;
  }
}

.o_0 {
  font-weight: bold;
  font-size: 40px;
  color: #42210B;
}

@media (max-width:768px) {
  .o_0 {
    font-size: 22px;
    letter-spacing: -0.8px;
  }

  .shor_o {
    bottom: 2%;
    left: 52%;
    width: 94%;
  }

  .shor_o.pt3 {
    bottom: -8%;
  }

  .shor_o li:first-child {
    position: absolute;
    top: 8%;
    left: -2%;
  }

  .shor_o li:last-child {
    width: 90%;
  }
}

.inBox2 .txBox .par {
  padding: 20px;
  border-bottom: 1px dotted #42210b;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  position: relative;
}

.inBox2 .txBox .par:after {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: " ";
  position: absolute;
  top: 28px;
  right: 24.5px;
  width: 0;
  height: 0;
  border-top: 12px solid #42210b;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 3;
}

.inBox2 .txBox .chi {
  display: none;
  background-color: #fff;
  padding: 20px;
}

.ct {
  margin: 0 auto;
}

.care_list .tx1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 50px
}

.care_list .careBox {
  padding: 30px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
}

@media screen and (max-width: 768px) {
  .care_list .careBox {
    padding: 30px 20px 70px
  }
}

.care_list .careBox .accBtn {
  margin: 0 auto 20px;
  background-color: #FFDCDC;
  border-radius: 20px;
  width: 385px
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn {
    width: 100%
  }
}

.care_list .careBox .accBtn .par {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #E95A64;
  border-radius: 20px;
  padding: 20px
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn .par {
    font-size: 18px
  }
}

.care_list .careBox .accBtn .par:before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: " ";
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #FFF;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  z-index: 2
}

.care_list .careBox .accBtn .par:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: " ";
  position: absolute;
  top: 28px;
  right: 24.5px;
  width: 0;
  height: 0;
  border-top: 12px solid #E95A64;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 3
}

.care_list .careBox .accBtn .par_o {
  border-radius: 20px 20px 0 0
}

.care_list .careBox .accBtn .par_o:after {
  top: 25px;
  border-top: none;
  border-bottom: 12px solid #E95A64;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}

.care_list .careBox .accBtn .chi {
  display: none;
  background-color: #FFDCDC;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn .chi {
    padding: 20px
  }
}

.care_list .careBox .accBtn .chi span {
  font-weight: bold
}

.care_list .careBox .accBtn .chi .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn .chi .img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
}

.care_list .careBox .accBtn .chi .img div {
  width: 40%;
  text-align: right
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn .chi .img div {
    width: 100%;
    text-align: center
  }
}

.care_list .careBox .accBtn .chi .img .tx {
  width: 50%;
  text-align: left
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn .chi .img .tx {
    width: 100%
  }
}

.care_list .careBox .accBtn .chi .img .tx2 {
  width: 45%;
  text-align: left
}

@media screen and (max-width: 768px) {
  .care_list .careBox .accBtn .chi .img .tx2 {
    width: 100%
  }
}

.care_list .careBox .accBtn .chi .img .c {
  text-align: center
}

.care_list .careBox .careBox2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start
}

.care_list .careBox .careBox2 ul li {
  width: 100%;
  margin: 0;
  border-bottom: dashed 1px #e95a64;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold
}

.care_list .careBox .careBox2 ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .care_list .careBox .careBox2 ul li {
    width: 46%;
    margin: 0 2% 20px
  }
}

.care_list .careBox .careBox2 ul li a {
  text-decoration: none;
  color: #42210B
}

.care_list .careBox .careBox2 ul li a:hover {
  opacity: 1
}

.care_list .careBox .careBox2 ul li .imgBox {
  display: none;
}

@media screen and (max-width: 768px) {
  .care_list .careBox .careBox2 ul li .imgBox {
    height: 140px
  }
}

.care_list .careBox .careBox2 ul li .imgBox:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/niwaki-sentei/syurui_icon.webp") center center repeat;
  background-repeat: no-repeat
}

.no-webp .care_list .careBox .careBox2 ul li .imgBox:after {
  background: url("../images/niwaki-sentei/syurui_icon.png") center center repeat
}

.care_list .careBox .careBox2 ul li .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: 140%;
  height: auto
}

@media screen and (max-width: 768px) {
  .care_list .careBox .careBox2 ul li .imgBox img {
    width: 160%
  }
}

.care_list .careBox .careBox2 ul li:hover .imgBox:after {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px)
  }

  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px)
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px)
  }

  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px)
  }
}

.entry-content {
  padding: 30px 0 100px
}

@media screen and (max-width: 768px) {
  .entry-content {
    padding: 30px 0px 70px
  }
}

@media (max-width:840px) {
  .care_list .careBox {
    width: 100%;
  }
}

@media (max-width:768px) {
  .care_list .careBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .care_list .careBox .accBtn {
    width: 100%;
  }
}

.more_z_btn {
  display: none;
}

@media (max-width:768px) {
  .more_z_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #e95a64;
    border: solid 1px #e95a64;
    border-radius: 30px;
    padding: 15px 0;
    width: 100%;
    cursor: pointer;
    position: relative;
  }

  .box-hide {
    display: none;
  }

  .more_z_btn::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    background-color: #E95A64;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    z-index: 2;
  }

  .more_z_btn::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 23px;
    left: 24.5px;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3;
  }

  .more_z_btn.on-click::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 20px;
  }

  .lpBox.bf2 {
    background-size: contain;
    margin: -50px 0 0 0;
    padding: 260px 0 0px;
  }

  .mb165 {
    margin-bottom: 60px;
  }

  .careBox div:nth-of-type(1) .accBtn:nth-of-type(3) {
    position: relative;
  }

  .careBox div:nth-of-type(1) .accBtn:nth-of-type(3)::before {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    content: "";
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    z-index: 9999;
  }

  .careBox div:nth-of-type(1) .accBtn:nth-of-type(3).open::before {
    content: unset;
  }
}

.wrap-pricetable-service {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  
  padding: 5vh 3vw;
  background-color: rgba(0,0,0,0.8);
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;

  .inner-pricetable-service {
    background-color: #fff;
    height: 90vh;
    overflow-y: auto;
    -ms-scroll-chaining:none;
    overscroll-behavior:contain;
    padding: 2em 5vw;
    border-radius: 6px;

    .head_pricetable {
      font-size: 1.75em;
      text-align: center;
    }
    .btn_close {
      position: absolute;
      top: calc(5vh + 5px);
      right: calc(3vw + 5px);
      z-index: 100;
      
      text-align: center;
      & input {
        display: inline-block;
        background-color: #E35A64;
        color: #FFF;
        border: none;
        font-size: 16px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        vertical-align: bottom;
      }
    }
    .btn_cta {
      width: 270px;
      margin: 0.5em auto;
      & a {
        padding: 7px 1em 5px;
        font-size: 14px;
        background-color: #E95A64;
        text-decoration: none;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        
        .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 2.5em;
          height: 2.5em;
          background-color: #fff;
          border-radius: 4em;

          & img {
            width: 60%;
          }
        }
        .text {
          display: block;
          text-align: left;
          color: #FFF;
          font-weight: bold;
          padding: 0 1em;
          -webkit-box-flex: 2;
              -ms-flex-positive: 2;
                  flex-grow: 2;
        }
        .arrow {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 1.75em;
          height: 1.75em;
          background-color: #fff;
          color: #E95A64;
          border-radius: 4em;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
        }
      }
    }

    .price_table table caption .icon {
      display: none;
    }
    .price_table .cation_tx {
      display: block;
      position: relative;
      background-color: transparent;
      padding: 0;
      overflow-y:auto;
      height: auto;
      border-radius: 0;
      font-size: 12px;
      line-height: 1.35;

      .title,.close {
        display: none;
      }
    }
  }
}
.wrap-pricetable-service.show {
  display: block;
  -webkit-animation:0.2s show-pricetable-service;
          animation:0.2s show-pricetable-service;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes show-pricetable-service {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes show-pricetable-service {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
/* モーダルウィンドウ展開時に背景要素のスクロールを防ぐ */
body.overflowhidden {
  overflow: hidden;
}

/* telタップ後のモーダルウィンドウ */
.tel-modal {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    padding: 0 8vw;
    background-color: rgba(0,0,0,0.8);
    display: none;
    opacity: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.tel-modal .inner-tel-modal {
    background-color: #fff;
    max-height: 90vh;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-scroll-chaining:none;
    overscroll-behavior:contain;
    padding: 3em 0 0 0;
    border-radius: 30px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.tel-modal .btn_close_tel-modal {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 100;
    text-align: center;
}
.tel-modal .btn_close_tel-modal input {
    display: block;
    background-color: #EEEEEE;
    color: #595959;
    border: none;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
    line-height: 16px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    vertical-align: bottom;
    border: 1px solid #595959;
}

.tel-modal-content h3 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 20px;
}
.tel-modal-content p {
  margin-bottom: .3em;
  font-size: 16px;
}
.tel-modal-content img {
  display: block;
  margin: 0 auto 1.5em;
}
.tel-modal .tel-btn {
  border-top: 1px solid #CBCBCB;
}
.tel-modal .tel-btn a {
  display: block;
  text-decoration: none;
  width: 100%;
  min-height: 50px;
  padding: .8em 0;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #D4545C;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tel-modal.show {
  display: block;
  -webkit-animation:0.1s show-baslide-service;
          animation:0.1s show-baslide-service;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}