#goodLifeGym .sp { display: none;}

#goodLifeGym {
  background-color: #effaff;
  width: 100%;
  text-align: center;
}
#goodLifeGym .inr_wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background-color: #fff;
}
#goodLifeGym p.video video {
  width: 92%;
}
#goodLifeGym .flex {
  display: flex;
  justify-content: center;
}
#goodLifeGym .small {
  font-size: 12px;
}
#goodLifeGym p img {
  vertical-align: bottom;
  display: inline;
}
#goodLifeGym .fv {
  position: relative;
  background-color: #fff;
}
#goodLifeGym p.imgbtn {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
#goodLifeGym .cta {
  position: relative;
}
#goodLifeGym .imgCtaBtn {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
}
#goodLifeGym .imgCtaBtn a:first-child {
  margin-right: 20px;
}
#goodLifeGym .cta.cta002 .imgCtaBtn {
  bottom: 70px;
}

/* slider1番目 */
#goodLifeGym .slider {
  margin: 40px auto 0 auto;
  width: 100%;
}
#goodLifeGym .slider-img img {
  height: auto;
  width: 100%;
}
/* slider2番目 */
#goodLifeGym .slider_002 {
  background-color: #00A3D8;
  padding-bottom: 40px;
}
#goodLifeGym .slider_002 .slider-img {
  margin: 0 20px;
}
#goodLifeGym .slider_002 .slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 100px;
}
#goodLifeGym .slider_002 .slick-dots li button {
  visibility: hidden;
  padding: 0 20px;
}
#goodLifeGym .slider_002 .slick-dots ::marker {
  color: #fff;
  font-size: 40px;
}
#goodLifeGym .slider_002 .slick-dots .slick-active::marker {
  color: #313690;
}
#goodLifeGym .graph-area {
  background-image: url('../img/GLG_img_bg01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#goodLifeGym .slider_003 {
  padding: 40px 0;
}

#goodLifeGym .qa {
  background-color: #fff;
  padding-bottom: 40px;
}

#goodLifeGym .qa .s_01 .accordion_one {
  max-width: 750px;
  width: 80%;
  margin: 0 auto 20px auto;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header {
  background-color: #00A3D8;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.5s;
  border-radius: 20px;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header.open {
  border-radius: 20px 20px 0 0;
}

#goodLifeGym .qa .s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /* border: 1px solid #fff; */
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header .i_box .one_i:before, #goodLifeGym .qa .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  background-color: #C8E4ED;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0 0 20px 20px;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
#goodLifeGym .qa .s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
#goodLifeGym p.video {
  background-color: #fff;
  padding: 0 0 60px 0;
}
#goodLifeGym .follow {
  position: fixed;
  bottom: 0;
  margin-bottom: -1px;
  width: 100%;
  z-index: 9999;
}


@media screen and (max-width: 1024px) {
  #goodLifeGym .qa .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  #goodLifeGym .qa .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  #goodLifeGym .qa .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}



#goodLifeGym .tenpo {
  position: relative;
}

#goodLifeGym .iframe {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}
#goodLifeGym .iframe iframe {
  width: 80%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  #goodLifeGym .sp { display: block; }
  #goodLifeGym .pc { display: none; }
  #goodLifeGym p img {
    margin-top: -1px;
  }
  #goodLifeGym .fv p.imgbtn {
    bottom: 10px;
  }
  #goodLifeGym .fv p.imgbtn a img {
    width: 80%;
  }
  #goodLifeGym .imgCtaBtn {
    bottom: 20px;
  }
  #goodLifeGym .imgCtaBtn img {
    width: 150px;
  }
  #goodLifeGym .cta.cta002 .imgCtaBtn {
    bottom: 40px;
  }
  #goodLifeGym .slider_002 .slider-img {
    margin: 0 5px;
  }
  #goodLifeGym .graph-area p img {
    width: 92%;
    margin: 0 auto;
  }
  #goodLifeGym .qa .s_01 .accordion_one {
    width: 92%;
  }
  #goodLifeGym .qa .s_01 .accordion_one .accordion_inner {
    padding: 15px;
  }
  #goodLifeGym .iframe {
    bottom: 15px;
  }
  #goodLifeGym .iframe iframe {
    height: 180px;
  }

}
.thankstxtgray{
	background-color:#B9B9B9;
	    text-align: left;
margin: 10px;

}
.thankstxtgray span{
	font-size: 15px;
	font-weight:bold;
}

.thankstxt h2{
	color: chocolate;
	margin-top: 40px;
	margin-bottom: 40px;

}
.thankstxt{
	text-align: left;
	margin: 10px;

}
