.p_content{
	overflow: hidden;
}


.order_block{
	margin-top: 5rem;
}
.order_block .flex{
	justify-content: center;
}
.order_block .flex.type02{
	justify-content: flex-start;
}

.order_block .flex.type02 ul{
	display: flex;
	margin-bottom: 1.2rem;
}
.order_block .flex.type02 ul li{
    display: block;
   
}
.order_block .flex.type02 ul li:after{
	content: ",";
}
.order_block .flex.type02 ul li:last-child:after{
	content: none;
}



.order_block .flex .in_block p{
    padding-left: 6rem;
    font-size: 1.5rem;
}

.order_block .left{
	width: 42rem;
}

.main_img_block{
    height: 26rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main_img_block img{
	width: 100%;
}


.order_block .left .gallery{
	
}
.order_block .left .gallery dt{
	padding: 2rem 0 1.5rem;
	margin: 2rem 0;
}
.order_block .left .gallery dt .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.order_block .left .gallery dd{
	margin-top: 2rem;
}
.order_block .left .gallery dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.order_block .left .gallery dd ul li{
	width: 31%;
	border: solid 1px #ccc;
	margin: 0.5%;
	box-sizing: border-box;
	transition-duration: 0.1s;
}
.order_block .left .gallery dd ul li:hover{
	border: solid 1px #ffd154;
}
.order_block .left .gallery dd ul li img{
	
}


.order_block .left .img_block{
	
}
.order_block .left .img_block img{
	
}
.order_block .right{
	margin-left: 8rem;
	position: relative;
	width: 55%;
}
.order_block .right .p1{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.order_block .right .tit{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.order_block .right .price{
	font-size: 2.1rem;
	margin-bottom: 0rem;
	line-height: 2.5rem;
	font-weight: 600;
}
.order_block .right .txt01{
	margin-bottom: 1rem;
}
.order_block .right .price .span1{
	font-size: 1.5rem;
}

.order_block .right .btn_block{
	margin-top: 4rem;
}

.order_block .right .price:last-child{
	margin-bottom: 0;
}

.product_tags{
	margin-bottom: 1rem;
}
.product_tags .tag{
	display: inline-block;
	padding: 0.3rem 1rem;
	border: solid 1px #ff6a00;
	color: #ff6a00;
	font-size: 1rem;
	border-radius: 3px;
}


.product_link_lists{
	margin-top: 2rem;
}
.product_link_lists ul{
	
}
.product_link_lists ul.type02{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    border-top: solid 1px #ccc;
    padding-top: 1.8rem;
}
.product_link_lists ul li{
	
}
.product_link_lists ul.type02 li{
	    width: 100%;
	    text-align: center;
	    margin: 0 0.7%;
}


.product_link_lists ul li a{
	display: block;
	background: #e6f2ff;
	margin-bottom: 0.7rem;
	padding: 1.2rem 3.2rem;
	color: #000;
	position: relative;
}
.product_link_lists ul li input[type="submit"]{
	padding: 1.4rem 0.5rem;
}
.product_link_lists ul li .submit1{
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #ffd154;
    color: #202020;
    font-weight: 700;
    font-size: 1.5rem;
    background-image: linear-gradient(180deg, rgb(255 203 63), rgba(247, 178, 63, 1));
    border: solid 1px #d8aa2d;
}
.product_link_lists ul li .submit2{width: 100%;text-align: center;border: none;border-radius: 8px;background: #e6e6e6;color: #202020;font-weight: 700;font-size: 1.5rem;background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1));border: solid 1px #ccc;}

.product_link_lists ul.type02 li a{
	background: #f3f3f3;
	/* border: solid 1px #000; */
	border-radius: 6px;
	font-weight: 600;
	padding: 1.2rem 0.4rem;
}

.product_link_lists ul li a span{
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 1rem;
	color: #909090;
}

.product_link_lists ul li input[type="submit"]:after,
.product_link_lists ul li a:after{
	position: absolute;
	font-family: "Font Awesome 5 pro";
	font-weight: 200;
	content: "\f105";
	right: 1.6rem;
	font-size: 2.4rem;
	top: 14%;
}

.hr_1{
	display: block;
	max-width: 100rem;
	margin: 5rem auto;
}


.border_block{
    padding: 1.5rem 3rem;
    position: relative;
    border: solid 3px #95ccff;
    border-radius: 8px;
    margin-top: 4rem;
    margin-bottom: 5rem;
}
.border_block h3{
position: absolute;
    top: -13px;
    background: #fff;
    padding: 0 1rem;
    font-size: 1.7rem;
    font-weight: bold;
    color: #42a4ff;
}


.p_content .h3_1{
    font-size: 3rem;
    margin-bottom: 4rem;
    text-align: center;
    font-weight: 600;
}

.feature_block{
	
}
.feature_block .p1{
	font-size: 1.8rem;
	margin: 3rem 0 3rem;
	line-height: 3.3rem;
}
.feature_block ul{
	display: flex;
	justify-content: flex-start;
	background: #f2f2f2;
	padding: 1.6rem;
}
.feature_block ul li{
	border-bottom: solid 3px #cce4ff;
	width: 33%;
	text-align: center;
	padding: 1.2rem;
	font-size: 1.8rem;
	background: #ffffff;
	/* border-radius: 6px; */
	font-weight: 600;
	margin: 0 0.5%;
}
.feature_block ul li.li01{
	border: solid 2px #0071b7;
	box-shadow: 0px 0px 3px #999;
}
.feature_block ul li.li02{
	border: solid 4px #0071b7;
}
.feature_block ul li.li03{
	border: solid 4px #29a6dd;
}
.feature_block ul li.active{
	
}

.point_block ul{
	
}
.point_block ul li{
	display: flex;
	margin: 1.5rem 0;
	align-items: center;
}
.point_block ul li .tag_point{
	display: block;
	background: #ea5049;
	border-radius: 2rem;
	padding: 0.6rem 3.1rem;
	color: #fff;
	margin-right: 3rem;
	font-weight: 500;
}
.point_block ul li .txt{
	font-size: 2.1rem;
	font-weight: 600;
}

.bnr_technology_block.mb{
	margin-bottom: 6rem;
}

.sec.sec06{
	margin-bottom: 8rem;
}
.sec.sec07{
	margin-bottom: 8rem;
}
.sec.sec08{
	margin-bottom: 8rem;
}
.sec.sec06 .sec_head{
	
}

.sec.sec06 .customer_lists{
	
}

.sec.sec06 .customer_lists ul{
	text-align: right;
}
.sec.sec06 .customer_lists ul li{
	display: inline-block;
	padding: 0.9rem 3.1rem;
	border: solid 2px #596e82;
	border-radius: 1px;
	font-size: 1.6rem;
	margin-right: 1%;
	margin-bottom: 1rem;
	text-align: center;
	color: #51687f;
	font-weight: 600;
	background: #fff9e9;
}
.sec.sec06 .customer_lists ul .active{
	
}

.pics_lists{
	
}
.pics_lists ul{
	display: flex;
	flex-wrap: wrap;
}
.pics_lists ul li{
	width: 19%;
	border: solid 1px #ccc;
	margin-right: 1%;
	margin-bottom: 1rem;
}
.pics_lists ul li img{
	
}

.table_block{
	margin: 2rem 0;
}
.table_block .table1{
	
}

.table_block .table1 thead th{
	font-size: 1.8rem;
	padding: 2rem 1rem 1rem;
	border-bottom: solid 2px #999;
	/* background: #e4f0ff; */
	font-weight: 500;
}
.table_block .table1 tbody th,
.table_block .table1 tbody td{
	padding: 1rem;
}
.table_block .table1 tbody th{
	width: 30% !IMPORTANT;
	font-weight: 600;
	background: #f2f2f2;
	border-bottom: dotted 1px #ccc;
}
.table_block .table1 tbody td{
	width: 70%;
	border-bottom: dotted 1px #ccc;
}



.sec.contact_sec{
	background: #f2f2f2;
	padding: 7rem 0 5rem;
	margin-bottom: 10rem;
	text-align: center;
}

.sec.contact_sec p{
	font-size: 1.6rem;
}



.contact_sec .sec_head {
    text-align: center;
    margin-bottom: 5rem;
}
.contact_sec .sec_head .tit {
    width: 10rem;
    text-align: center;
    margin: 0 auto 3rem;
}
.contact_sec .sec_head .txt {
    font-size: 2.8rem;
}



.subscription_btn_block{
	margin-top: 2rem;
	/* padding:  2rem; */
	width: 36rem;
	float: right;
	/* border: solid 1px #ccc; */
}
.subscription_btn_block .p2{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.paypal-button-container{
	
}



.sec_form{
	max-width: 98rem;
	margin: 0 auto 9rem;
	padding: 0;
	/* box-shadow: 0px 1px 3px #999; */
	border-radius: 3px;
	border: solid 2px #8c8c8c;
}

.sec_form .sec_head h2{
	font-size: 1.7rem;
	text-align: center;
	padding: 2.1rem 1rem;
	background: #ea7725;
	border-radius: 2px 2px 0 0;
	font-weight: 600;
	color: #ffffff;
}

.sec_form .product_order_form{
	padding: 3%;
	padding-top: 0;
	padding-bottom: 5%;
}


#single_product .h1_1{
	text-align: center;
	padding: 2rem 1rem;
	font-size: 2.2rem;
	font-weight: 600;
	background: #f2f2f2;
	margin-top: 3rem;
}


#single_product .policy_block{
	border: solid 1px #ccc;
	padding: 0.8rem;
	font-size: 1.2rem;
	height: 10rem;
	overflow: scroll;
	margin-bottom: 3rem;
	margin-top: 4rem;
	border-radius: 4px;
	box-shadow: inset 0px 0px 2px #dadada;
	background: #f2f2f2;
	color: #757575;
}
#single_product .policy_block .tit{
	font-size: 1.4rem;
	font-weight: 500;
}


.header_product_lists{
	background: #c0c9d8;
	padding: 2rem 3%;
}
.header_product_lists.type1{
	background: none;
	padding:0;
}
.header_product_lists .lists{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.header_product_lists .lists .product{
	width: 10rem;
	margin: 0 0.5rem;
}
.header_product_lists .lists .product a{
	color: inherit;
}
.header_product_lists .lists .product a:hover{
	opacity: 0.8;
}
.header_product_lists .lists .product .img_block{
	width: 5rem;
	text-align: center;
	margin: 0 auto 0.4rem;
}
.header_product_lists.top .lists .product .img_block{
	width: 100%;
	max-width: 5rem;
}


.header_product_lists .lists .product .img_block img{
	
}
.header_product_lists .lists .product .tit{
	font-size: 1.1rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.header_product_lists.top{
	background: #ffffff;
	padding: 0rem 3%;
	border-bottom: solid 2px #d0d0d0;
	border-top: solid 2px #d0d0d0;
}
.header_product_lists.top.type1{
	background: none;
	padding:0;
}
.header_product_lists.top .lists{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.header_product_lists.top .lists .product{
	width: 20%;
	margin: 0 0.5rem;
	padding: 0.5rem;
}
.header_product_lists.top .lists .product.active{
	/* border: solid 2px #004097; */
	position: relative;
	background: #f2f2f2;
}
.header_product_lists.top .lists .product.active:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 14px solid #004097;
	border-bottom: 0;
	left: 50%;
	bottom: -21px;
	transform: translate(-50%,-50%);
}
.header_product_list.top .lists .product a{
	color: inherit;
}
.header_product_lists.top .lists .product a:hover{
	opacity: 0.8;
}
.header_product_list.tops .lists .product .img_block{
	width: 4rem;
	text-align: center;
	margin: 0 auto 0.4rem;
}
.header_product_lists.top .lists .product .img_block img{max-height: 2.7rem;}
.header_product_lists.top .lists .product .tit{
	font-size: 1.1rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*  */







span.tag.orange {
    border: solid 1px #133569;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    color: #133569;
}

.store_able_buy{
	display: inline-block;
	position: fixed;
	bottom: -5px;
	right: 7%;
	z-index: 1000;
	background: #ffd154;
	padding: 1.2rem;
	font-size: 1.5rem;
	min-width: 22rem;
	border: solid 3px #ffb66e;
}
.store_able_buy span{
	font-weight: 500;
	color: #042f54;
}


#single_product .porpose_lists.index{
	padding-top: 0rem;
	margin-bottom: 6rem;
}
#single_product .porpose_lists.index .porpose_block{
	justify-content: flex-start;
}

.pics_lists{
	
}
.pics_lists ul{
	
}
.pics_lists.type02 ul li{
    width: 32.3%;
    border: solid 1px #ccc;
    margin-right: 1%;
    margin-bottom: 1rem;
}
.pics_lists ul img{
	
}

.badge_lists{padding: 20px 0 10px;}
.s_tit{font-size: 1.8rem;font-weight: bold;margin-bottom: 0.8rem;}
.badge_lists .lists{display: flex;}
.badge_lists .lists .badge {
	margin-right: 1.2rem;
	height: 8.5rem;
	/* width: 8.5rem; */
	/* border-radius: 23px; */
	/* background: #f2f2f2; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* text-align: center; */
	/* font-size: 1.2rem; */
	position: relative;
	margin: 15px auto;
	/* padding: 10px 0; */
	width: 300px;
	/* background: #f1f1f1; */
	/* box-sizing: border-box; */
}
.badge_lists .lists .badge span{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 17px 0;
	z-index: 2;
	width: 8.9rem;
	text-align: center;
	font-size: 12px;
	color: white;
	background: linear-gradient(#ff785b 0%, #e95738 100%);
	border-radius: 2px 0 0 0;
}
.badge_lists .lists .badge span:before{
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #cf4a2d;
	border-right: solid 6px transparent;
}
.badge_lists .lists .badge span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 4.4rem solid #e95738;
	border-right: 4.5rem solid #e95738;
	border-bottom: 2rem solid transparent;
}


.scroll-container {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	text-align: center; /* 中央寄せのために追加 */
	margin-bottom: 4rem;
  }
  
  .video_lists {
	display: inline-flex; /* 親の text-align:center の恩恵を受ける */
	gap: 1rem;
	justify-content: center; /* 各動画を中央に並べる */
	width: 122rem;
	margin: 0 auto; /* 念のため中央寄せ */
	}
  
  .video_lists .video {
	width: 40rem;
	height: 27rem;
	}
  
  .video_lists .video iframe {
	width: 100%;
	height: 23.6rem;
	border-radius: 13px;
	box-shadow: 0px 0px 4px #5a5a5a;
	}
  
  .video_lists .video span {
	display: block;
  }


.links_block{padding: 2rem;background: #f2f2f2;margin: 4rem auto;max-width: 60rem;}
.links_block .p1{margin-bottom: 0.1rem;font-weight: 600;}
.links_block a{
	display: block;
	margin-top: 0.6rem;
	color: #0f5ad2;
	font-size: 1.5rem;
	margin-left: 1rem;
}

.sec_recommend{
	margin-top: 7rem;
}

.sec_useage{margin-bottom: 6rem;}
.sec_useage h3{
	text-align: left;
}
.sec_useage .p1{
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.sec_useage .content{
    position: relative;
    /* display: flex; */
    width: 88%;
    /* justify-content: flex-end; */

}
.sec_useage .content .in_block{
    background: #d7eef9;
    padding: 4rem;
    margin-bottom: 1.8rem;
}

.sec_useage .content .check_lists{

}
.sec_useage .content .check_lists ul{

}
.sec_useage .content .check_lists ul li{
    position: relative;
    padding-left: 4rem;
    font-size: 2.2rem;
    margin-top: 2rem;
}
.sec_useage .content .check_lists ul li:before{
	background: url(../img/product/arrow_img01.png) no-repeat left center;
    content: "";
    width: 6rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 5px;
}
.sec_useage .content:after{
	content: url(../img/product/sec03_img01.png);
	position: absolute;
	left: 67%;
	top: -9rem;
}

.secfaq{
	margin-bottom: 7rem;
}


.secfaq .faq_contents{

}
.secfaq .faq_contents .content{
	margin-bottom: 1.5rem;
	position: relative;
}
.secfaq .faq_contents .content .tit{
    font-size: 1.8rem;
    padding: 1.9rem 5rem 2.1rem 1.8rem;
    border-bottom: solid 1px #235da0;
    margin-bottom: 0;
    font-weight: 700;
    color: #235da0;
    border-radius: 0;
}
.secfaq .faq_contents .content .tit:after{
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
    content: "\f067";
    color: rgba(52, 52, 52, 0.8);
    position: absolute;
    right: 2rem;
    top: 2.8rem;
    transform: translate(-50%,-50%);
    font-size: 2rem;
}
.secfaq .faq_contents .content .tit.active:after {
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
    content: "\f068";
    color: rgba(52, 52, 52, 0.8);
    position: absolute;
    right: 2rem;
    top: 3rem;
    transform: translate(-50%,-50%);
    font-size: 2rem;
}
.secfaq .faq_contents .content .ans{
	display: none;
	/* border-top: solid 1px #4da4e9; */
	padding: 2.6rem;
	margin-top: 0;
	background: #f9f9f9;
	font-size: 1.7rem;
	line-height: 3.1rem;
	border-radius: 0 0 7px 7px;
	margin-bottom: 0rem;
}

.secfaq .faq_contents .toggle_content{

}
.secfaq .faq_contents .toggle_btn{
    border: solid 1px #999;
    padding: 1.5rem;
    text-align: center;
    background: #fff;
    max-width: 38rem;
    margin: 0 auto;
}
.sec .sec_head .h_bb .attention{
    color: inherit;
    display: block;
    margin-left: 1rem;
    font-size: 1.4rem;
    background: #f2f2f2;
    padding: 0.6rem 1.6rem;
    border-radius: 3px;
    width: 23rem;
    margin: 0.9rem auto 3rem;
}

.order_block .right .tel_block{margin-top: 1.5rem;background: #f2f2f2;padding: 1.3rem 3rem;border-radius: 8px;display: none;}
.order_block .right .tel_block .p1{font-size: 1.3rem;margin-bottom: 2px;color: #5e5e5e;}
.order_block .right .tel_block .tel_num{
	font-size: 1.8rem;
	line-height: 2rem;
}
.order_block .right .tel_block .tel_num a{
	
}

.page_link{margin-bottom: 6rem;}
.page_link .links{background: #f2f2f2;padding: 1.9rem 1rem;display: flex;justify-content: center;align-items: center;border-radius: 55px;}
.page_link .links a{font-size: 1.6rem;padding: 0rem 3rem;border-left: solid 1px #ccc;color: inherit;position: relative;}
.page_link .links a:first-child{border: none;}
.page_link .links a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #3334f0;
	border-bottom: 0;
	transform: translate(-50%,-50%);
	left: 50%;
	bottom: -12px;
}

.pay_info{/* margin-top: 3rem; *//* border: solid 1px #bebebe; */padding: 2.3rem;background: #ccc6e0;}
.pay_info p{
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
}


.link_block_to_health{/* padding: 1rem; */}
.link_block_to_health a{display: block;padding: 1rem;text-align: center;font-size: 1.6rem;background: #ffffff;color: #3F51B7;text-decoration: underline;/* border: solid 1px #3F51B7; */}


.consult_staff_block{padding: 1rem;border-radius: 5rem;background: #e8f4f5;border: solid 1px #afafaf;margin-bottom: 3rem;}
.consult_staff_block .flex{
	justify-content: flex-start;
	align-items: anchor-center;
}
.consult_staff_block .img{border-radius: 40px;overflow: hidden;border: solid 1px #3a61c7;margin-right: 1.1rem;width: 5rem;height: 5rem;}
.consult_staff_block .img img{

}
.consult_staff_block p{

}

@media screen and (max-width:768px) {



.order_block{
	margin-top: 5rem;
}
.order_block .flex{
	justify-content: center;
	display: block;
}
.order_block .flex.type02{
	justify-content: flex-start;
}

.order_block .flex.type02 ul{
	display: flex;
	margin-bottom: 1.2rem;
}
.order_block .flex.type02 ul li{
    display: block;
   
}
.order_block .flex.type02 ul li:after{
	content: ",";
}
.order_block .flex.type02 ul li:last-child:after{
	content: none;
}



.order_block .flex .in_block p{
    padding-left: 6rem;
    font-size: 1.5rem;
}

.order_block .left{
	width: 42rem;
}

.main_img_block{
    height: 16rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main_img_block img{
	width: 100%;
}


.order_block .left .gallery{
	padding-top: 1.6rem;
}
.order_block .left .gallery dt{
    max-width: 80%;
    margin: 0 auto;
    height: 46vw;
}
.order_block .left .gallery dt .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.order_block .left .gallery dd{
	margin-top: 2rem;
}
.order_block .left .gallery dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 3rem;
}
.order_block .left .gallery dd ul li{
	width: 31%;
	border: solid 1px #ccc;
	margin: 0.5%;
	box-sizing: border-box;
	transition-duration: 0.1s;
}
.order_block .left .gallery dd ul li:hover{
	border: solid 1px #ffd154;
}
.order_block .left .gallery dd ul li img{
	
}


.order_block .left .img_block{
	
}
.order_block .left .img_block img{
	
}
.order_block .right{
	margin-left: 8rem;
	position: relative;
	width: 55%;
}
.order_block .right .p1{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.order_block .right .tit{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.order_block .right .price{
	font-size: 2.1rem;
	margin-bottom: 0rem;
	line-height: 2.5rem;
	font-weight: 600;
}
.order_block .right .txt01{
	margin-bottom: 1rem;
}
.order_block .right .price .span1{
	font-size: 1.5rem;
}

.order_block .right .btn_block{
	
}

.order_block .right .price:last-child{
	margin-bottom: 0;
}

.product_tags{
	margin-bottom: 1rem;
}
.product_tags .tag{
	display: inline-block;
	padding: 0.3rem 1rem;
	border: solid 1px #ff6a00;
	color: #ff6a00;
	font-size: 1rem;
	border-radius: 3px;
}


.product_link_lists{
	margin-top: 2rem;
}
.product_link_lists ul{
	
}
.product_link_lists ul.type02{
    display: block;
    justify-content: space-between;
    margin-top: 2rem;
    border-top: solid 1px #ccc;
    padding-top: 1.8rem;
}
.product_link_lists ul li{
	
}
.product_link_lists ul.type02 li{
	    width: 100%;
	    text-align: center;
	    margin: 0 0.7%;
	    margin-bottom: 1rem;
}


.product_link_lists ul li a{
	display: block;
	background: #e6f2ff;
	margin-bottom: 0.7rem;
	padding: 1.2rem 3.2rem;
	color: #000;
	position: relative;
}
.product_link_lists ul li input[type="submit"]{
	padding: 1.4rem 0.5rem;
}
.product_link_lists ul li .submit1{
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #ffd154;
    color: #133669;
    font-weight: 700;
    font-size: 1.5rem;
}
.product_link_lists ul li .submit2{
width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #e6e6e6;
    color: #133669;
    font-weight: 700;
    font-size: 1.5rem;
}

.product_link_lists ul.type02 li a{
	background: #f3f3f3;
	/* border: solid 1px #000; */
	border-radius: 6px;
	font-weight: 600;
	padding: 1.2rem 0.4rem;
}

.product_link_lists ul li a span{
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 1rem;
	color: #909090;
}

.product_link_lists ul li input[type="submit"]:after,
.product_link_lists ul li a:after{
	position: absolute;
	font-family: "Font Awesome 5 pro";
	font-weight: 200;
	content: "\f105";
	right: 1.6rem;
	font-size: 2.4rem;
	top: 14%;
}

.hr_1{
	display: block;
	max-width: 100rem;
	margin: 5rem auto;
}


.border_block{
    padding: 1.5rem 3%;
    position: relative;
    border: solid 3px #95ccff;
    border-radius: 8px;
    margin-top: 4rem;
}
.border_block h3{
position: absolute;
    top: -13px;
    background: #fff;
    padding: 0 1rem;
    font-size: 1.7rem;
    font-weight: bold;
    color: #42a4ff;
}


.p_content .h3_1{
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.feature_block{
	
}
.feature_block .p1{
	font-size: 1.5rem;
	margin: 3rem 0 2rem;
	line-height: 2.4rem;
}
.feature_block ul{
	display: block;
	justify-content: flex-start;
	background: #f2f2f2;
	padding: 1.6rem;
}
.feature_block ul li{
	border-bottom: solid 3px #cce4ff;
	width: 100%;
	text-align: center;
	padding: 1.2rem;
	font-size: 1.8rem;
	background: #ffffff;
	/* border-radius: 6px; */
	font-weight: 600;
	margin: 0 0.5%;
	margin-bottom: 1.5rem;
}
.feature_block ul li.li01{
	border: solid 2px #0071b7;
	box-shadow: 0px 0px 3px #999;
}
.feature_block ul li.li02{
	border: solid 4px #0071b7;
}
.feature_block ul li.li03{
	border: solid 4px #29a6dd;
}
.feature_block ul li.active{
	
}

.point_block ul{
	
}
.point_block ul li{
	display: block;
	margin: 1.5rem 0;
	align-items: center;
}
.point_block ul li .tag_point{
	display: block;
	background: #ea5049;
	border-radius: 2rem;
	padding: 0.6rem 2rem;
	color: #fff;
	margin-right: 0rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.4rem;
	max-width: 16rem;
}
.point_block ul li .txt{
	font-size: 1.6rem;
}


.bnr_technology_block.mb{
	margin-bottom: 6rem;
}

.sec.sec06{
	margin-bottom: 8rem;
}
.sec.sec07{
	margin-bottom: 8rem;
}
.sec.sec08{
	margin-bottom: 8rem;
}
.sec.sec06 .sec_head{
	
}

.sec.sec06 .customer_lists{
	
}

.sec.sec06 .customer_lists ul{
	text-align: right;
}
.sec.sec06 .customer_lists ul li{
	display: block;
	padding: 0.9rem 2.4rem;
	border: none;
	border-radius: 6px;
	font-size: 1.6rem;
	margin-right: 1%;
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
	color: #51687f;
	font-weight: 600;
	background: #f2f2f2;
}
.sec.sec06 .customer_lists ul .active{
	
}

.pics_lists{
	
}
.pics_lists ul{
	display: flex;
	flex-wrap: wrap;
}
.pics_lists ul li{
	width: 19%;
	border: solid 1px #ccc;
	margin-right: 1%;
	margin-bottom: 1rem;
}
.pics_lists ul li img{
	
}

.table_block{
	margin: 2rem 0;
}
.table_block .table1{
	
}

.table_block .table1 thead th{
	font-size: 1.8rem;
	padding: 2rem 1rem 1rem;
	border-bottom: solid 2px #999;
	/* background: #e4f0ff; */
	font-weight: 500;
	display: block;
}
.table_block .table1 tbody th,
.table_block .table1 tbody td{
	padding: 1rem;
	display: block;
}
.table_block .table1 tbody th{
	width: 100% !important;
	font-weight: 600;
	background: #f2f2f2;
	border-bottom: dotted 1px #ccc;
	display: block;
}
.table_block .table1 tbody td{
	width: 100%;
	border-bottom: dotted 1px #ccc;
}



.sec.contact_sec{
	background: #f2f2f2;
	padding: 7rem 0 5rem;
	margin-bottom: 10rem;
}

.sec.contact_sec p{
	font-size: 1.6rem;
}



.contact_sec .sec_head {
    text-align: center;
    margin-bottom: 5rem;
}
.contact_sec .sec_head .tit {
    width: 10rem;
    text-align: center;
    margin: 0 auto 3rem;
}
.contact_sec .sec_head .txt {
    font-size: 2.8rem;
}

.subscription_btn_block{
	margin-top: 2rem;
	/* padding:  2rem; */
	width: 36rem;
	float: right;
	/* border: solid 1px #ccc; */
}
.subscription_btn_block .p2{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.paypal-button-container{
	
}



.sec_form{
	max-width: 98rem;
	margin: 0 auto 9rem;
	padding: 0;
	/* box-shadow: 0px 1px 3px #999; */
	border-radius: 3px;
	border: solid 2px #8c8c8c;
}

.sec_form .sec_head h2{
	font-size: 1.7rem;
	text-align: center;
	padding: 2.1rem 1rem;
	background: #ea7725;
	border-radius: 2px 2px 0 0;
	font-weight: 600;
	color: #ffffff;
}


.sec_form .product_order_form{
	padding: 3%;
	padding-top: 0;
	padding-bottom: 5%;
}


#single_product .h1_1{
	text-align: center;
	padding: 2rem 1rem;
	font-size: 2.2rem;
	font-weight: 600;
	background: #f2f2f2;
	margin-top: 3rem;
}


#single_product .policy_block{
	border: solid 1px #ccc;
	padding: 0.8rem;
	font-size: 1.2rem;
	height: 10rem;
	overflow: scroll;
	margin-bottom: 3rem;
	margin-top: 4rem;
	border-radius: 4px;
	box-shadow: inset 0px 0px 2px #dadada;
	background: #f2f2f2;
	color: #757575;
}
#single_product .policy_block .tit{
	font-size: 1.4rem;
	font-weight: 500;
}


.header_product_lists{
	background: #c0c9d8;
	padding: 2rem 3%;
}
.header_product_lists .lists{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.header_product_lists .lists .product{
	width: 10rem;
	margin: 9px 0.5rem;
}
.header_product_lists .lists .product a{
	color: inherit;
}
.header_product_lists .lists .product a:hover{
	opacity: 0.8;
}
.header_product_lists .lists .product .img_block{
	width: 4rem;
	text-align: center;
	margin: 0 auto 0.4rem;
}
.header_product_lists .lists .product .img_block img{
	
}
.header_product_lists .lists .product .tit{
	font-size: 1.1rem;
	text-align: center;
}

span.tag.orange {
    border: solid 1px #133569;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    color: #133569;
}

/* 202402 */


.badge_lists{padding: 20px 0 10px;}
.s_tit{font-size: 1.8rem;font-weight: bold;margin-bottom: 0.8rem;}
.badge_lists .lists{display: flex;flex-wrap: wrap;}
.badge_lists .lists .badge {
	margin-right: 1.2rem;
	height: 8.5rem;
	width: 10.5rem !important;
	/* border-radius: 23px; */
	/* background: #f2f2f2; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* text-align: center; */
	/* font-size: 1.2rem; */
	position: relative;
	margin: 10px auto;
	/* padding: 10px 0; */
	/* background: #f1f1f1; */
	/* box-sizing: border-box; */
	/* margin: 0 auto 2rem; */
}
.badge_lists .lists .badge span{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 9px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 8.9rem;
	text-align: center;
	font-size: 11px;
	color: white;
	background: linear-gradient(#ff785b 0%, #e95738 100%);
	border-radius: 2px 0 0 0;
}
.badge_lists .lists .badge span:before{
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #cf4a2d;
	border-right: solid 6px transparent;
}
.badge_lists .lists .badge span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 4.4rem solid #e95738;
	border-right: 4.5rem solid #e95738;
	border-bottom: 1.8rem solid transparent;
}


.page_link{margin-bottom: 6rem;}
.page_link .links{background: none;padding: 0;display: flex;justify-content: center;align-items: center;border-radius: 0;flex-wrap: wrap;}
.page_link .links a{font-size: 1.2rem;padding: 0rem 1rem;border-left: solid 1px #ccc;color: inherit;position: relative;width: calc(100% / 2.1);text-align: center;margin-top: 3rem;border: none;background: #f2f2f2;margin: 3px;padding: 1rem;border-radius: 7px;padding-bottom: 1.6rem;}
.page_link .links a:first-child{border: none;}
.page_link .links a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #1a1a90;
	border-bottom: 0;
	transform: translate(-50%,-50%);
	left: 50%;
	bottom: 4px;
}

.scroll-container {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	text-align: center; /* 中央寄せのために追加 */
	margin-bottom: 4rem;
  }
  

.video_lists{display: block;justify-content: space-between;margin-bottom: 3rem;width: 100%;}


.video_lists .video{width: 100%;margin-bottom: 5vw;height: auto;}
.video_lists .video iframe{
	width: 100%;
	height: 51.6vw;
	border-radius: 1.8rem;
}


.links_block{padding: 2rem;background: #f2f2f2;margin: 4rem auto;max-width: 60rem;}
.links_block .p1{margin-bottom: 0.1rem;font-weight: 600;}
.links_block a{
	display: block;
	margin-top: 0.6rem;
	color: #0f5ad2;
	font-size: 1.5rem;
	margin-left: 1rem;
}

.sec_recommend{
	margin-top: 7rem;
}

.sec_useage{margin-bottom: 6rem;}
.sec_useage h3{
	text-align: left;
}
.sec_useage .p1{
	font-size: 1.5rem;
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
}

.sec_useage .content{
    position: relative;
    /* display: flex; */
    width: 88%;
    /* justify-content: flex-end; */

}
.sec_useage .content .in_block{
    background: #d7eef9;
    padding: 2.2rem 2rem 1.7rem;
    margin-bottom: 1.9rem;
    opacity: 0.9;
}

.sec_useage .content .check_lists{

}
.sec_useage .content .check_lists ul{

}
.sec_useage .content .check_lists ul li{
    position: relative;
    padding-left: 4rem;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.sec_useage .content .check_lists ul li:first-child{
	margin-top: 0;
}
.sec_useage .content .check_lists ul li:before{
	background: url(../img/product/arrow_img01.png) no-repeat left center;
	content: "";
	width: 2rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 5px;
	background-size: 100%;
}
.sec_useage .content:after{
	content: url(../img/product/sec03_img01.png);
	position: absolute;
	left: 49%;
	top: -42vw;
	z-index: -1;
	opacity: 0.4;
}
.secfaq{
	margin-bottom: 7rem;
}


.secfaq .faq_contents{

}
.secfaq .faq_contents .content{
	margin-bottom: 1.5rem;
	position: relative;
}
.secfaq .faq_contents .content .tit{
	font-size: 1.8rem;
	padding: 2rem 5rem 2rem 2.5rem;
	border: solid 1px #4da4e9;
	margin-bottom: 0;
}
.secfaq .faq_contents .content .tit:after{
    font-family: "Font Awesome 5 pro";
	font-weight: 400;
	content: "\f067";
	color: rgba(52, 52, 52, 0.8);
	position: absolute;
	right: 2rem;
	top: 3.5rem;
	transform: translate(-50%,-50%);
	font-size: 2rem;
}
.secfaq .faq_contents .content .tit.active:after {
    font-family: "Font Awesome 5 pro";
	font-weight: 400;
	content: "\f068";
	color: rgba(52, 52, 52, 0.8);
	position: absolute;
	right: 2rem;
	top: 3.5rem;
	transform: translate(-50%,-50%);
	font-size: 2rem;
}
.secfaq .faq_contents .content .ans{
	display: none;
	border-top: solid 1px #4da4e9;
	padding: 2.1rem;
	margin-top: 0;
	background: #f9f9f9;
	font-size: 1.7rem;
	line-height: 3.1rem;
	border-radius: 0 0 7px 7px;
	margin-bottom: 0rem;
}

.secfaq .faq_contents .toggle_content{

}
.secfaq .faq_contents .toggle_btn{
	border: solid 1px #999;
	padding: 1.5rem;
	text-align: center;
	background: #fff;
	max-width: 38rem;
	margin: 0 auto;
}
.sec .sec_head .h_bb .attention{
	color: inherit;
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.4rem;
	background: #f2f2f2;
	padding: 0.3rem 1.6rem;
	border-radius: 3px;
}

.order_block .right .tel_block{
	margin-top: 1.5rem;
	background: #f2f2f2;
	padding: 1.3rem 3rem;
	border-radius: 8px;}
.order_block .right .tel_block .p1{
	font-size: 1.3rem;
	margin-bottom: 2px;
	color: #5e5e5e;}
.order_block .right .tel_block .tel_num{
	font-size: 1.8rem;
	line-height: 2rem;
}
.order_block .right .tel_block .tel_num
	a{}

.page_link{
	margin-bottom: 6rem;}
.page_link .links{
	background: none;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 55px;
	}
.page_link .links
	a{
	font-size: 1.4rem;
	padding: 1rem 1rem 2rem;
	border-left: none;
	color: inherit;
	position: relative;
	}
.page_link .links
	a:first-child{border: none;}
.page_link .links
	a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #3334f0;
	border-bottom: 0;
	transform: translate(-50%,-50%);
	left: 50%;
	bottom: 6px;
}




.header_product_lists.top{
	background: #ffffff;
	padding: 0rem;
	border-bottom: solid 2px #d0d0d0;
	border-top: solid 2px #d0d0d0;
}
.header_product_lists.top .inr_in{
	padding: 0;
}


.header_product_lists.top.type1{
	background: none;
	padding:0;
}
.header_product_lists.top .lists{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.header_product_lists.top .lists .product{
	width: calc(100% / 3);
	margin: 0;
	padding: 0.8rem 0.5rem 0.5rem;
}



.header_product_lists.top .lists .product.active{
	/* border: solid 2px #004097; */
	position: relative;
	background: #f2f2f2;
}
.header_product_lists.top .lists .product.active:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 14px solid #004097;
	border-bottom: 0;
	left: 50%;
	bottom: -21px;
	transform: translate(-50%,-50%);
}
.header_product_list.top .lists .product a{
	color: inherit;
}
.header_product_lists.top .lists .product a:hover{
	opacity: 0.8;
}
.header_product_lists.top .lists .product .img_blockk{
	width: 100%;
	text-align: center;
	margin: 0 auto 0.4rem;
}
.header_product_lists.tops .lists .product .img_block img{

}
.header_product_lists.top .lists .product .img_block img{max-height: 2.8rem;}
.header_product_lists.top .lists .product .tit{
	font-size: 1rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.header_product_lists.top .lists .product.col4{
	width: calc(100% / 4);
}

/*  */



.link_block_to_health{

}
.link_block_to_health a{
	
}

.consult_staff_block{padding: 1rem;border-radius: 1rem;/* background: #fff; */border: solid 1px #ccc;margin-bottom: 3rem;}
.consult_staff_block .flex{
	justify-content: flex-start;
	align-items: anchor-center;
	display: flex;
}
.consult_staff_block .img{border-radius: 40px;overflow: hidden;border: solid 1px #3a61c7;margin-right: 1.1rem;width: 5rem;height: 5rem;}
.consult_staff_block .img img{

}
.consult_staff_block p{width: calc(100% - 5rem);}


}