/* -------------------------------------------------

  style for Sleep Supplements GOOD×3

------------------------------------------------- */


.pc-block{
  display: block;
}
.pc-only{
  display: block;
}

.tb-only{
  display: none;
}

.sp-only{
  display: none;
}

.anker_btn{
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 300px;
	height: 70px;
	background-color: var(--unnamed-color-0089a9);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--unnamed-color-f0ede7);
	border-radius: 50px;
	z-index: 1000;
	box-shadow: 5px 5px 5px rgb(0,0,0,0.1);
}

.anker_btn::before {
    content: "";
    width: 22px;
    height: 21px;
    background-image: url(/images/common/icon-cart-beige.svg);
    background-repeat: no-repeat;
    background-size: contain;
	margin-right: 5px;
}

.wp-block-group.point01{
	padding-bottom: 100px;
}
.medical{
	max-width: 1000px;
	margin: 0 auto;
}
.medical h2{
	width: 100%;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #0188A6;
	border-bottom: 1px solid #0188A6;
	margin-bottom: 30px;
}
.medical .detail{
	display: flex;
	align-items: center;
	justify-content: center;
}
.medical .detail .detail_img img{
	width: 240px;
}
.medical .detail .detail_text{
	text-align: left;
}
.medical .detail .detail_text span{
	background: #FFEC00;
}
.link{
	text-decoration: underline;
	margin-top: 30px;
	text-align: center !important;
	line-height: 150% !important;
}
.link::after{
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(/images/icon-target.svg) no-repeat;
    background-size: contain;
    background-position: left center;	
}
.page-recovery-wear-plus .page-product-item-content .point-section__lead{
	width: 800px;
	margin: 0 auto 50px;
}
.page-recovery-wear-plus .page-product-item-content .point-section__item5__header{
	width: 800px;
	margin: 0 auto 50px;
	padding: 0;
}
.page-recovery-wear-plus .page-product-item-content .point-section__item5__body{
	max-width: 800px;
}

.wp-block-group .point-section__item6__header .is-layout-flow{
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.page-recovery-wear-plus .page-product-item-content .point-section__item6__header {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.page-recovery-wear-plus .page-product-item-content .point-section__item6__box{
	max-width:800px;
}

@media only screen and (max-width: 999px){
  .pc-block{
    display: inline;
  }
  .pc-only{
    display: none;
  }

  .tb-block{
    display: block;
  }
  .tb-only{
    display: block;
  }

  .sp-only{
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .pc-block{
    display: inline;
  }
  .pc-only{
    display: none;
  }

  .tb-block{
    display: inline;
  }
  .tb-only{
    display: none;
  }

  .sp-block{
    display: block;
  }
  .sp-only{
    display: block;
  }
	.medical{
	max-width: 90%;
	margin: 0 auto;
}
	.medical h2{
		margin-bottom: 50px;
	}
	.medical .detail{
		display: block;
	}
	.medical .detail .detail_img{
		margin-bottom: 0;
	}
	.medical .detail .detail_img img{
		width: 100%;
	}
	.medical .detail .detail_text{
		margin-top: 30px;
		font-size: 16px;
	}
	.page-recovery-wear-plus .page-product-item-content .point-section__lead{
	width: auto;
	}
	.page-recovery-wear-plus .page-product-item-content .point-section__item5__header{
	width: auto;
	padding: 0 30px;
}
	.page-recovery-wear-plus .page-product-item-content .point-section__item6__header{
		width: auto;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px){
	.product-purchase-list__body ul{
		display: flex;
		flex-wrap: wrap;
	}
	.product-purchase-list__body ul li{
		width: 50%;
	}
	.product-purchase-list{
		padding-left: 20px;
		padding-right: 20px;
	}
	.button-purchase.wp-block-button .wp-block-button__link{
		width: 100%;
		font-size: 14px;
		padding-left: 20px;
	}
	.button-purchase.wp-block-button .wp-block-button__link::after{
		margin-left: 10px;
	}
	.anker_btn{
	position: fixed;
	bottom: 10px;
	right: 5%;
		left: 5%;
	width: 90%;
	height: 70px;
}
	.wp-block-group.point01{
	padding-bottom: 70px;
}

}



@media only screen and (max-width: 1199px){
  
}
@media only screen and (max-width: 999px){
  
  }

 
@media only screen and (max-width: 767px){
 
}





/* (+)アイコン */
/*.faq-section .accordion__item .accordion__title::before,
.faq-section .accordion__item .accordion__title::after{
  content: "";
  background-color: #3abec1;
  width: 20px;
  height: 4px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
.faq-section .accordion__item .accordion__title::after{
  transform: rotate(90deg);
}*/









/* アコーディオン展開時の(-)アイコン */
/*.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}*/

