
.pc_area { display: block;}
.sp_area { display: none;}


@media screen and (max-width: 768px) {
.pc_area { display: none;}
.sp_area { display: block;}
	
}

.h2_block {
	width: 100%;
	padding: 120px 0;
	margin: 0 auto 60px;
    background: linear-gradient(90deg, rgb(255, 161, 212) 0%, rgb(93, 207, 245) 100%);
}
.h2_block h2 {
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	font-weight: 500;
	position: relative;
	z-index: 3;
}
.h2_block h2 span {
	display: block;
	font-size: 15px;
	margin-top: 10px;
}


.h2_block.metabolism_bg {
	width: 100%;
	background: url("../images/free/metabolism_bg.jpg") center bottom;
	background-size: cover;
	position: relative;
}
.h2_block.gut_environment_bg {
	width: 100%;
	background: url("../images/free/gut_environment_bg.jpg") center center;
	background-size: cover;
	position: relative;
}
.h2_block.metabolism_bg:before,
.h2_block.gut_environment_bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


@media screen and (max-width: 768px) {
.h2_block {
	padding: 50px 0;
	margin: 0 auto 30px;
}
.h2_block h2 {
	font-size: 28px;
}
.h2_block h2 span {
	font-size: 12px;
	margin-top: 5px;
}	
	
}



.free_common_b {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.free_common_b .free_content_b.pt0 { padding-top: 0 !important;}
.free_common_b .free_content_b { /*margin-top: 100px;*/ padding-top: 100px;}

.free_content_b.p-index-products__wrap { width: 100%; margin: 0 auto;}
.free_content_b.p-index-products__wrap .items { width: 90%;}

.free_content_b h3 {
	font-size: 32px;
	margin-bottom: 30px;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
	font-weight: 700;
	padding-left: 0.5em;
	position: relative;
}
.free_content_b h3:before {
	content: "";
	display: block;
	width: 6px;
	height: 35px;
	/*background: linear-gradient(180deg, rgb(255, 161, 212) 0%, rgb(93, 207, 245) 100%);*/
	background: #f76e9c;
	position: absolute;
	top: 8px;
	left: 0;
}


.free_content_b h4 {
	font-size: 22px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	color: #f76e9c;
}

.free_content_b h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.free_b_text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.free_common_b .free_content_b { padding-top: 70px;}
	
.free_content_b h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.free_content_b h3:before {
	width: 4px;
	height: 25px;
	top: 8px;
}
.free_content_b h4 {
	font-size: 19px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.free_content_b h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
	
.free_b_text {
	font-size: 16px;
}
	
}

.free_content_b ul.common_list {}
.free_content_b ul.common_list li {
	margin-bottom: 10px;
	padding-left: 0.8em;
	position: relative;
}
.free_content_b ul.common_list li:last-child,
.free_note_list li:last-child { margin-bottom: 0;}
.free_content_b ul.common_list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff91b8;
}


.free_note_list {}
.free_note_list li { font-size: 14px; margin-bottom: 8px; position: relative; padding-left: 1.2em;}
.free_note_list li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}



.free_table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.free_table th,
.free_table td {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.free_table th { background: #faeff3;}
.wp20 { width: 20%;}
.wp30 { width: 30%;}

@media screen and (max-width: 768px) {
.free_table.sp_table th,
.free_table.sp_table td { display: block; width: 100% !important;}
	
}



.bold { font-weight: bold;}
.red { color: #BC2C2E;}


.txt_c { text-align: center;}


.mb_s { margin-bottom: 50px;}


.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}


.cancel_btn_list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 30px;
}
.cancel_btn_list li { width: 32%; padding-left: 1.5em; box-sizing: border-box;}
.cancel_block { margin-bottom: 50px;}
.cancel_block:last-child { margin-bottom: 0;}






.col_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col_flex.col_two .block {
	width: 46%;
	margin-bottom: 30px;
}

.col_flex.col_three .block {
	width: 30%;
}

.col_flex.col_four .block {
	width: 23%;
}

.image_l,
.image_r {
	display: flex;
	justify-content: space-between;
}
.image_r {
	flex-direction: row-reverse;
}

.image_l .image_area,
.image_r .image_area { width: 38%;}

.image_l .image_area img,
.image_r .image_area img,
.center_image img { width: 100%; height: auto;}

.image_l .text_area,
.image_r .text_area {
	width: 55%;
}

.center_image {
	width: 100%;
	margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
.col_flex {
	display: block;
}
.col_flex.col_two .block,
.col_flex.col_three .block,
.col_flex.col_four .block {
	width: 100%;
	margin-bottom: 30px;
}
.col_flex.col_two .block:last-child,
.col_flex.col_three .block:last-child,
.col_flex.col_four .block:last-child {
	margin-bottom: 0;
}
	
.image_l,
.image_r {
	display: block;
}


.image_l .image_area,
.image_r .image_area { width: 80%; margin: 0 auto 20px;}


.image_l .text_area,
.image_r .text_area {
	width: 100%;
}
	
}

.free_content_b.p-index-faq {
	padding-left: 0;
	padding-right: 0;
}

.free_content_b.p-index-faq .p-index-faq__inner {
	width: 100%;
}
.free_content_b.p-index-faq .p-index-faq__inner .list li {
	width: 48% !important;
}

.free_content_b.p-index-faq .p-index-faq__inner .list li dl dt p {
	width: auto !important;
}


@media screen and (max-width: 768px) {
.free_content_b.p-index-faq .p-index-faq__inner {
	padding: 0;
}
.free_content_b.p-index-faq .p-index-faq__inner .list li {
	width: 100% !important;
}
.free_content_b.p-index-faq .p-index-faq__inner .list li dl dt p {
        width: 61.5385vw !important;
}
	
}