/* Theme Name: WithComi ママさんLP */


@charset "utf-8";

html, body ,*{
  box-sizing: border-box;
}

html,body,*{
  font-family: "Noto Sans JP", sans-serif;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body{
  width: 100%;
  max-width: 550px;
  background-color: #fff;
  margin: 0 auto;
}

main img{
  display: block;
  width: 100%;
  max-width: 100%;
}

.fv,.cta_specialoffers_01,.cta_urgent,.cta_specialoffers_02{
  position: relative;
}

.cta_btn{
  width: 84.3%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.cta_btn{
  position: absolute;
}

.cta_animation{
  animation-name: shake;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shake {
    0%,100% {
      transform: translatex(0.5%);
    }
    20% {
      transform: translatex(-0.5%);
    }
    30% {
      transform: translatex(0.5%);
    }
    40% {
      transform: translatex(-0.5%);
    }
    45% {
      transform: translatex(0.5%);
    }
}


.fv .cta_btn{
  bottom: 3.3%;
}

.cta_wrap_01{
  padding: 47px 0 57px;
}

.cta_btn_orange{
  width: 99%;
  margin: 0 auto;
}

.cta_specialoffers_01 .cta_btn{
  bottom: 8.1%;
}

.cta_urgent .cta_btn{
  bottom: 9.3%;
}

.testmonials{
  position: relative;
}

.testmonials_img {
  position: absolute;
  top: 27.7%;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
}

.testmonials_slider {
  display: flex;
  gap: 10px;
}

.slider_item{
  width: calc(90vw);
  max-width: 470px;
  margin: 0 10px;
}

.slider_item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 45px;
}

.testmonials .slick-dots {
  margin: auto;
  text-align: center;
  display: block !important;
  position: absolute;
  bottom: -3%;
  white-space: nowrap;

}

.testmonials .slick-dots li {
  display: inline-block;
  margin: 10px;
}

.testmonials .slick-dots li button:before {
  font-size: 19px;
  color: #D9D9D9;
  opacity: 1;
}

.testmonials .slick-dots li.slick-active button:before{
  color: #2B9E87;;
}

.cta_specialoffers_02 .cta_btn{
  width: 87.4%;
  bottom: 4.1%;
}

.faq_bg{
  position: relative;
  background-color: #FFFBF6;
  padding: 30.6% 0 13%;
}

.faq_heading{
  position: absolute;
  width: 83.1%;
  left: 12.3%;
  top: 45px;
}

.accordion {
  margin: 0 auto 2%;
  width: 90%;
  background-color: #41A87B;
  border-radius: 5px;
  overflow: hidden;
}

.accordion:not([open]) {
  margin-bottom: 2%;
}

.details-summary {
  display: flex;
  align-items: center;
  position: relative;
  padding:  1.1em 3.6em 1.1em 0.5em;
  background-color: #41A87B;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.79em;
  list-style: none;
}

.details-summary:hover {
	cursor: pointer;
}

.details-summary .btn {
  position: absolute;
  top: 50%;
  right: 1.1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff;
  transform-origin: center center;
  transition-duration: 0.2s;
  transform: translatey(-50%);
}

.details-summary .btn:before {
  content: "";
  background-color: #41A87B;
  border-radius: 10px;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translatey(-50%);
}

.details-summary .btn:after {
  content: "";
  background-color: #41A87B;
  border-radius: 10px;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translatey(-50%);
}

.details-summary .btn:before{
  width: 3px;
  height: 20px;
  top: 50%;
  left: 48%;
  transform: translatey(-50%);
}

.is-active .btn{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)translatey(50%);
}

.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
	display: none;
}

summary p{
  margin-left: 2.5%;
}

.icon_q{
  width: 11.2%;
}

.details-content {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 0 2.5em 1.5em 1.4em;
  background-color: #fff;
  font-size: 20px;
  color: #333;
  line-height: 1.5em;
  border: solid #41A87B 2px;
  border-radius: 5px;
}

.content_main{
  display: flex;
  align-items: center;
  gap: 1.18em;
}

.icon_a {
  width: 1.25em;
  align-self: flex-start;
  margin-top: 2em;
}

.details-content_txt{
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1.5em;
}

.details-content_txt p{
  font-weight: 500;
  line-height: 1.5em;
}

.red{
  color: #F37871;
  font-weight: bold;
}

.close_btn {
	display: block;
	margin: 0 auto;
	padding: 0.4em 1.3em;
	background: #41A87B;
	color: #fff;
  font-size: 24px;
  font-weight: 500;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  position: relative;
  left: calc((2.5em - 1.4em) / 2);
}

.close_btn:hover{
  opacity: 0.8;
}

footer{
  background-color: #EDEDED;
  font-weight: 500;
  padding: 50px 0 50px;
}

.footer_links{
  display: flex;
  justify-content: center;
  gap: 2.65em;
  margin-bottom: 2.11em;
}

.footer_links a{
  font-size: 14px;
  color: #333;
}

.copyright{
  font-size: 12px;
  color: #333;
  text-align: center;
}


/* SP版 (450px以下) */
@media screen and (max-width: 450px) {
  .slider_item{
    margin: 0 5px;
  }

  .testmonials .slick-dots li {
    margin: 5px;
  }

  .testmonials .slick-dots li button:before {
    font-size: 11px;
  }

  .faq_heading{
    top: 27px;
  }

  .details-summary{
    font-size: 15px;
  }

  .details-summary .btn:before {
    width: 17px;
    height: 2px;
    top: 50%;
    left: 25%;
    transform: translatey(-50%);
  }

.details-summary .btn:after {
    width: 17px;
    height: 2px;
    top: 50%;
    left: 23%;
    transform: translatey(-50%);
}


  .details-summary .btn:before{
    width: 2px;
    height: 17px;
    top: 50%;
    left: 50%;
    transform: translatey(-50%);
  }


  .details-content{
    font-size: 15px;
  }

  .close_btn{
    font-size: 13px;
  }

  footer{
    padding: 50px 0 50px;
  }

  .footer_links a{
    font-size: 12px;
  }

  .copyright{
    font-size: 10px;
  }
}
