#lp-contents {
  max-width: 500px !important;
  margin: 0 auto;
  background-color: #fff;
}

.fv_acd_wrapper {
  position: relative;
  cursor: pointer;
}
.fv_acd_wrapper img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.fv_acd_wrapper img.fv_acd_visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: relative;
}

/*--- CTA ---*/
.cta_area{
  position: relative;
  display: flex;
}
.cta_area_button{
  position: absolute;
  top: 73%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
/*--- CTA ---*/
/*--- アニメーション ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(1, 1);
}
@keyframes anim_sc {
  100% {
    transform: scale(0.9, 0.9);
  }
}
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
}
/*--- アニメーション ---*/
/*-------------------------------
モーダルCSS
-------------------------------*/
.modal-div{
  position: absolute;
  top: 93%;
  width: 100%
}
.modal-div-henkin{
  width: 100%
}
/* モーダルを開くボタン */
.modal-open{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  text-decoration:underline;
  border: none;
  cursor: pointer;
}
/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,75%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}
/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}
/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
  margin: 1em 0;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content-henkin{
  background: #fff;
  text-align: left;
  line-height: 1.25;
  padding: 4% 4% 4% 8%;
}
/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content-henkin p{
  margin: 1em 0;
}
/*-------------------------------
モーダルCSS
-------------------------------*/

body {
  color: #555 !important;
  letter-spacing: 1px;
}
.acd-label {
  background: #eeebda;
  color: #434544 !important;
  display: block;
  margin-bottom: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
  line-height: 1.6;
  font-weight: bold;
  font-size: 13px;
}
.folate_qa {
  line-height: 1.5;
  font-size: 13px;
  position: relative;
  display: block;
}
.prerhythm_p_1_video_wrap {
    margin: -2px 0 -8px 0;
    background-color: #6db86d;
    width: 100%;
    max-width: 500px;
    height: 100%;
    text-align: center;
}
.prerhythm_p_1_video_space {
    width: 90.646%;
    max-width: 500px;
    height: 100%;
}