body {
	background: url(../img/common/bg_sp.gif); 
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	min-width: 0;
}
.max {
	width: auto;
	margin: 0 10px;
}
.pc_none {
	display: block !important;
}
.sp_none {
	display: none !important;
}
img {
	max-width: 100%;
}
/*======================================
	
	header
	
=======================================*/
#header_wrap {
	background: #f6f5f3;
	height: 53px;
}
header {
	width: auto;
	margin: 0;
	padding-top: 10px;
}
header h1 a {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 80px;
	height: 33px;
	margin: 0 auto;
}
#description {
	display: none;
}
#nav_btn {
	position: absolute;
	display: block;
	width: 17px;
	top: 17px;
	right: 17px;
}
#nav_btn a {
	cursor: pointer;
}
#nav_btn span {
	background: #000;
	display: block;
	width: 22px;
	height: 3px;
	margin-bottom: 3.5px;
	border-radius: 1px;
}
nav {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 258px;
	height: 100%;
	overflow-y: scroll;
	background: rgba(39,33,31,0.98);
}
.nav_show {
	display: block;
}
nav a {
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1;
	font-weight: bold;
}
#close {
	display: block;
	position: absolute;
	top: 20px;
	right: 17px;
}
#close a {
	cursor: pointer;
	text-indent: -9000px;
	display: block;
	background: url(../img/common/btn_close.png) no-repeat left top;
	-webkit-background-size: 12px;
	background-size: 12px;
}
header .gn {
	position: static;
	padding: 42px 0 0;
	margin: 0 20px;
}
header .gn.in_off {
	border-bottom: 1px solid #3d3330;
}
header .gn li {
	float: none;
	margin-left: 0;
	background: none;
	font-size: 11px;
	width: auto !important;
	height: auto !important;
	border-bottom: 1px solid #3d3330;
}
header .gn li a {
	text-indent: 0;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-position: 10px 12px !important;
	-webkit-background-size: 14px 15px;
	background-size: 14px 15px;
	padding: 15px 0 15px 30px;
	line-height:1.5em;
}
header .gn .off {
	text-indent: 0;
}
header .gn .nav_home a {background-image: url(../img/common/nav_home_sp.png);} 
.top header .gn .nav_home a {background-position: 10px 1.5em !important;}
header .gn .nav_efficacy a {background-image: url(../img/common/nav_efficacy_sp.png);} 
.efficacy header .gn .nav_efficacy a {background-position: 10px 1.5em !important;}
header .gn .nav_qa a {background-image: url(../img/common/nav_qa_sp.png);}
.qa header .gn .nav_qa a {background-position: 10px 12px !important;}
header .gn .nav_relation a {background-image: url(../img/common/nav_relation_sp.png);}
.relation header .gn .nav_relation a {background-position: 10px 1.5em !important;}
header .gn .nav_note a {background-image: url(../img/common/nav_note_sp.png);}
.note header .gn .nav_note a {background-position: 10px 1.5em !important;}
header .gn .nav_reseach a {background-image: url(../img/common/nav_reseach_sp.png);}
header .gn .nav_reseach a {background-position: 10px 1.5em !important;}
header .gn .nav_oshiete a {background-image: url(../img/common/nav_oshiete_sp.png);}
header .gn .nav_oshiete a {background-position: 10px 1.5em !important;}
header .gn .off {
	-webkit-background-size: 14px 15px;
	background-size: 14px 15px;
	background-repeat: no-repeat;
	background-position: 10px 12px !important;
	padding: 15px 0 15px 30px;
	color: #fff;
	opacity: .4;
	line-height: 1;
	font-weight: bold;
	border-bottom: none;	
}
header .gn .off+li {
	border-top: 1px solid #3d3330;	
}
header .gn .nav_efficacy.off {
	background-image: url(../img/common/nav_efficacy_sp.png);
}
header .gn .nav_note.off {
	background-image: none;
}



header .sn {
	display: block;
	margin: 15px 30px;
}
header .sn li {
	font-size: 10px;
	margin-bottom: 15px;
}
header .sns {
	display: none;
}
header .meiji_logo_sp{
	display: block;
	position: absolute;
	top: 14px;
	left: 10px;
}
header .lang {
	padding-top: 19px;
	top: 0;
	right: auto;
	left: 20px;
}
header .lang li {
	margin-left: 7px;
}
header .lang li a {
	padding: 3px 15px 2px;
	border-color: transparent;
	font-size: 8px;
}
header .lang li a:hover,
header .lang .active a{
	background-color: #e74c3c;
	color: #fff !important;
}
/*======================================
	
	footer
	
=======================================*/
footer {
	position: relative;
}
#footer_inner {
	position: static;
	width: auto;
	height: auto;
	padding-bottom: 50px;
}
#pagetop a {
	display: block;
	background: url(../img/common/btn_top.gif) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 50px;
	height: 50px;
	text-indent: -9000px;
}
#copyright_wrap {
	background: url(../img/common/copyright_bg_sp.gif);
	-webkit-background-size: 19px;
	background-size: 19px;
	height: 19px;
}
#copyright {
	width: 209px;
	padding: 6px 0 0 0;
}

footer .gn li ul,
footer .nav_home{
	display: none;
}
.nav_about {
	display: none;
}
footer .gn {
	position: static;
	width: auto;
	height: auto;
	padding-top: 18px;
	background: none;
	margin: 0 93px 0 10px;
}
footer .gn li {
	font-size: 11px;
	line-height: 1;
	margin-bottom: 0;
}
footer .gn li a {
	background: none;
	display: block;
	border-bottom: 1px dotted #a4a39f;
	padding: 18px 0 18px 11px;
}
footer .gn .off {
	background: none;
	border-bottom: 1px dotted #a4a39f;
	padding: 18px 0 18px 11px;
}
footer .nav_relation {
	position: static;
	top: 0;
	left: 470px;
	background: none;
	padding: 0;
	width: auto;
}
footer .nav_qa {
	position: static;
}
footer .nav_oshiete {
	width: auto;
}
footer .nav_note {
	position: static;
	top: 0;
	left: 470px;
	background: none;
	padding: 0;
	width: auto;
}
footer .sn {
	position: static;
	margin: 15px 0 0 21px;
}
footer .sn a {
	color: #3d3330;
	text-decoration: none;
}
footer .sn li {
	float: none;
	font-size: 10px;
	margin-left: 0;
	margin-bottom: 18px;
}
/*======================================
	
	content
	
=======================================*/
#content {
	padding-bottom: 18px;
}
#content.content--oshiete {
	padding-bottom: 18px;
}
.topic_path {
	display: none;
}
.main_img {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.sns_wrap {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.sns_wrap .sns {
	display: block;	
}
.sns_wrap ul {
	position: relative;
	left: 50%;
	float: left;
}
.sns_wrap ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 5px;
	overflow: hidden;
}
.box {
	width: auto;
	margin: 0;
}
.tab {
	border-bottom: 2px solid #3d3330;
	font-size: 12px;
	margin-bottom: 25px;
}
.tab ul li {
	margin: 0 5px;
	width: calc(33% - 9px);
	line-height: 26px;
	height: 26px;
}
.tab ul li a {
	width: 100%;
	height: 26px;
	border-top: 2px solid #3d3330;
	border-left: 2px solid #3d3330;
	border-right: 2px solid #3d3330;
}
.tab ul li .now {
	width: 100%;
	height: 24px;
	border-top: 2px solid #3d3330;
	border-left: 2px solid #3d3330;
	border-right: 2px solid #3d3330;
	padding-bottom: 2px;
	/*background: url(../img/common/bg_sp.gif);*/
	background:#4c413d !important;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	color:#f6f5f3;
}

.box>h1 {
	border-bottom: 2px solid #3d3330;
	font-size: 12px;
	margin: 0 10px 30px;
}
.box>h1 span {
	border-top: 2px solid #3d3330;
	border-left: 2px solid #3d3330;
	border-right: 2px solid #3d3330;
	padding: 5px 12px;
}
.box>h1 span.cs{
	margin-left: 5px;
	padding: 7px 12px 5px;
	font-size: 11px;
}
.inner {
	width: auto;
	margin: 0 10px;
	font-size: 12px;
}
.inner p {
	margin-bottom: 13px;
}
.inner h2 {
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.inner h2 span {
	font-size: 12px;
	letter-spacing: 0;
	font-weight: normal;
}
.inner h3 {
	font-size: 17px;
	padding: 0 0 10px;
	margin-top: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: 1px;
	background: url(../img/common/head_dot.png) repeat-x left bottom;
	-webkit-background-size: auto 4px;
	background-size: auto 4px;
}
.content_sns {
	padding-bottom: 19px;
	margin-top: 35px;
}
.top .content_sns {
	border-bottom: none;
}
.content_sns ul li {
	padding: 0 18px;
	width: 24px;
	-webkit-background-size: 1px 14px;
	background-size: 1px 14px;
}
.content_sns ul li:first-child {
	-webkit-background-size: 1px 14px;
	background-size: 1px 14px;
}
.content_nav {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_nav h1 {
	margin: 0 auto 20px;
	font-size: 0;
	line-height: 0;
}
.content_nav_list {
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}
.content_nav_list ul {
	position: static;
	float: none;
}
.content_nav_list ul li {
	position: static;
	float: left;
	margin: 0 5px 10px;
	width: 140px;
}
.content_nav_list ul li#btn_beauty {
	margin-left: 5px;
}

/*======================================
	
	top
	
=======================================*/
#top_main_wrap {
	width: 100%;
	height: 180px;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 0 10px;
}
#top_main {
	width: 100%;
	background: rgba(39,33,31,0.8);
	height: 180px;
	padding-bottom: 0;
	top: 0 !important;
	left: 0;
}
#top_main h1 {
	width: 232px;
	padding-top: 25px;
	margin-bottom: 10px;
}
#top_main p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.6;
}

.top_bnr{
	width:300px;
	height:125px;
	margin: 10px auto;
}

.top_bnr img{
	width:100%;
	height:auto;
}

.top_bnr_1col {
     width: auto;
    margin: 10px auto;
    padding: 0 53px;
}

#top_sub {
	position: relative;
	padding-top: 0;
	margin-bottom: 30px;
}

#top_bnr ul {
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}
#top_bnr li {
	float: left;
	margin-right: 0;
	width: 150px;
}
#top_news {
	position: static;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: 109px;
	margin: 0 auto 10px;
/*
	padding: 2.5px;
	border: 2.5px solid #534139;
	background: url(../img/top/news1.png) no-repeat right 5px,url(../img/top/news2.png) no-repeat 5px bottom,url(../img/top/news3.png) no-repeat right bottom;
	-webkit-background-size: 24px auto,14px auto,27px auto;
	background-size: 24px auto,14px auto,27px auto;
*/
}
#top_news_inner {
	position: relative;
}
.icon_new {
	position: absolute;
	top: -5px;
	left: -5px;
}
#top_news a {
	height: 98px;
	width: 290px;
	text-decoration: none;
/*
	position: relative;
	color: #4a433f;
	border: 1px dotted #000000;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 2px;
*/
}
.news_txt_1 {
	font-size: 9px;
	margin-bottom: 2px;
}
.news_txt_1 span {
	font-weight: bold;
	font-size: 10px;
}
.news_txt_2 {
	font-size: 12px;
	margin-bottom: 2px;
	letter-spacing: 4px;
}
.news_txt_3 {
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 1.3;
}
#top_relation h1 {
	width: 260px;
	margin: 0 auto 15px;
}
#top_relation_bnr {
	margin: 0 auto;
}
#top_relation_bnr ul {
	position: static;
	float: none;
}
#top_relation_bnr ul li {
	position: static;
	width: 88px;
	margin: 0 10px 10px 0;
}
/*
#top_relation_bnr ul li:first-child {
	margin-left: 5px;
}
#top_relation_bnr ul li#bnr_stress {
	margin-right: 0;
}
#top_relation_bnr ul li#bnr_beauty {
	margin: 0  10px 0 53px;
}
*/

#top_relation_bnr ul li:first-child,
#top_relation_bnr ul li:nth-child(4)  {
	margin-left: 0;
}

#top_relation_bnr ul li:nth-child(3),
#top_relation_bnr ul li:nth-child(6) {
	margin-right: 0;
}

#top_relation_bnr ul li:nth-child(5){
	margin-left:10px;
}
/*======================================
	
	チョコレートってなに
	
=======================================*/
.about .inner{
	padding-top: 0;
	background: none;
}
.about .inner h2 {
	font-size: 11px;
	position: static;
	color: #4c413d;
}
.about .inner h2 a {
	font-size: 13px;
	color: #4c413d;
}
.inner #flow1 h3 {
	font-size: 17px;
	padding: 15px 0 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background: url(../img/common/head_dot.png) repeat-x left bottom;
	-webkit-background-size: auto 4px;
	background-size: auto 4px;
	width: auto;
}
#flow1 {
	font-size: 12px;
}
#flow1 h4 {
	background: url(../img/about/head_bg.png) no-repeat left center;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	padding-left: 30px;
	font-size: 15px;
	color: #8a7b48;
	letter-spacing: 1px;
	line-height: 25px;
}
#flow1_1 {
	background: none;
}
#cacao {
	width: auto;
	min-height: 110px;
	padding: 0 0 0 125px;
	background: url(../img/about/cacao_img.png) no-repeat left center;
	-webkit-background-size: 110px;
	background-size: 110px;
}
#cacao p {
	font-size: 10px !important;
}
#flow1_2 {
	background: none;
	padding: 30px 0 0 0;
	margin-bottom: 30px;
	position: relative;
	width: auto;
}
#flow1_2 p {
	padding-right: 0;
}
#cacao2 {
	position: static;
	width: auto;
	padding: 0;
	background: none;
}
#cacao2 div {
	width: 240px;
	margin: 0 auto;
}
#flow1_3 {
	margin-left: 0;
	background: none;
	padding-left: 0;
	padding-bottom: 0;
}
#cacao3 {
	width: 110px;
	margin: 0 auto;
}
#flow1_detail {
	width: 300px;
	height: 300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px 0;
	margin: 30px auto 0;
	background: none;
	background: #4b362c;
	font-size: 10px;
	border-radius: 300px;
}
#flow1_detail h4 {
	background: url(../img/about/detail_head.png) no-repeat center top;
	-webkit-background-size: 33px auto;
	background-size: 33px auto;
	padding: 33px 0 0 0;
	font-size: 12px;
	margin-bottom: 15px;
}
#flow2 {
	width: auto;
	margin: 30px 5px 0;
}
.inner #flow2 h3 {
	font-size: 17px;
	padding: 15px 0 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background: url(../img/common/head_dot.png) repeat-x left bottom;
	-webkit-background-size: auto 4px;
	background-size: auto 4px;
	width: auto;
}
#flow2_image {
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	padding-top: 30px;
	font-size: 8px !important;
	margin: 17px 0 12px;
}
#flow2_image {
	position: relative;
	overflow: hidden;
}
#flow2_image ul {
	position: relative;
	left: 50%;
	float: left;
	overflow: visible;
	padding-left: 0;
}
#flow2_image ul li {
	position: relative;
	left: -50%;
}
#flow2_image img {
	margin-bottom: 1px;
}
#flow2_image1 {
	width: 94px;
	margin-right: 20px;
	padding-top: 23px;
}
#flow2_image2 {
	width: 78px;
}

/*======================================
	
	チョコレートでおいしく健康に
	
=======================================*/
.relation .content_nav h1 {
	width: 140px;
}
.relation .content_nav_list ul li {
	width: 88px;
}
#content_sub {
	display: none;
}
#content_body {
	float: none;
	width: auto;
	padding-top: 0;
}
#content_body h3 span {
	height: 36px;
	padding-left: 32px;
	-webkit-background-size: auto 33px;
	background-size: auto 33px;
}
#num1 span {background: url(../img/common/num1.png) no-repeat left 3px;}
#num2 span {background: url(../img/common/num2.png) no-repeat left 3px;}
#num3 span {background: url(../img/common/num3.png) no-repeat left 3px;}
#num4 span {background: url(../img/common/num4.png) no-repeat left 3px;}
#num5 span {background: url(../img/common/num5.png) no-repeat left 3px;}
#num6 span {background: url(../img/common/num6.png) no-repeat left 3px;}
#kirakira1 {
	width: 20px;
	height: 24px;
	margin-right: 3px;
	background-size: 20px 24px;
}
#kirakira2 {
	width: 15px;
	height: 17px;
	margin-left: 3px;
	background-size: 15px 17px;
}

/*----------------------------------------------------
	動脈硬化×チョコレート
----------------------------------------------------*/
#health .inner h2 {
	background: url(../img/relation/bg_cacao.png) no-repeat center top;
	-webkit-background-size: 41px 39px;
	background-size: 41px 39px;
	padding-top: 45px;
}
h3+.health_box {
	margin-top: 0;
}
h3+.health_image {
	margin-bottom: 10px;
}

.health_box {
	margin-top: 12px;
}
#health_box1 {
	width: auto;
	margin: 0 auto;
}
/*----------------------------------------------------
	血圧低下×チョコレート
----------------------------------------------------*/
#pressure .inner h2 {
	background: url(../img/relation/bg_q.png) no-repeat center top;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	padding-top: 25px;
}
#pressure .inner h4 {
	font-size: 13px;
}
.pressure_image {
	margin: 5px 0;
}
#pressure .fl {
	width: 48%;
}
#pressure .fr {
	width: 48%;
}
.high,
.low {
	font-size: 7px !important;
}
#pressure_box2 .fr,
#pressure_box3 .fr {
	margin: 0 0 5px 10px;
}
#pressure_box2 .fl,
#pressure_box3 .fl {
	float: none;
	width: auto;
}
/*----------------------------------------------------
	ストレス×チョコレート
----------------------------------------------------*/
#stress_box1 div {
	margin-bottom: 20px;
}
#stress_box1 .fl {
	float: none;
	width: auto;
}
#stress_box1 .fr {
	float: none;
	width: auto;
}

#stress_box2 {
	overflow: hidden;
}
#stress_box2 .fl {
	width: 40%;
}
#stress_box2 .fr {
	width: 58%;
}
#stress_hakase {
	background: url(../img/relation/fukidashi_bg.png) no-repeat 9px top;
	-webkit-background-size: 145px auto;
	background-size: 145px auto;
	height: auto;
	margin-left: 0;
	padding: 9px 0 4px 0;
	font-size: 9px;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#stress_hakase p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#stress_hakase em {
	font-size: 10px;
	color: #e74c3c;
}

#beauty_box1 h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
#beauty_box1 p {
	font-weight: bold;
	font-size: 11px;
}

/*======================================
	
	チョコレートのウソとホント
	
=======================================*/
#q {
	width: auto;
	margin-bottom: 10px;
}
#q h1 {
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.q_title {
	font-size: 40px;
	margin-bottom: 10px;
}
#btn_prev {
	top: 8px;
	left: 20px;
	width: 20px;
}
#btn_next {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 21px;
}
.a_box {
	width: auto;
	margin: 0 10px;
	background: url(../img/qa/a_top.png) no-repeat center top,url(../img/qa/a_line.gif) repeat-x left 9px;
	-webkit-background-size: 14px auto,auto 2px;
	background-size: 14px auto,100% 2px;
	padding-top: 10px;
}
.a_box_inner {
	border-right: 2px solid #2c1b13;
	border-bottom: 2px solid #2c1b13;
	border-left: 2px solid #2c1b13;
	padding: 23px 10px 10px;
}
.a_box h2 {
	width: 45px;
	margin: 0 auto 20px;
}
.a_box h3 {
	-webkit-background-size: auto 4px;
	background-size: auto 4px;
	padding: 20px 0 10px;
	margin: 0 0 10px;
	font-size: 18px;
}
.a_box p {
	margin-bottom: 13px;
	font-size: 12px;
}
.qa_nav {
	padding: 20px 10px 10px;
}
.qa_nav ul li {
	width: 44px;
	margin: 0 2px 10px;
}
.qa_nav ul li.now {
	width: 40px;
	margin: 0 5px;
}
.q_over {
	position: absolute;
	display: none;
	width: 60px;
	top: -16px;
	left: -16px;
}
.qa .content_sns {
	margin-top: 20px;
}

.news h3 {
	font-size: 14px !important;
	letter-spacing: 0 !important;
}
.news h4 {
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	font-size: 15px;
	color: #8a7b48;
	letter-spacing: 1px;
	padding: 10px 0 10px 30px;
	margin: 20px 0 7px;	
}
.news em {
	font-size: 12px;
}
.news ol {
	font-size: 12px;
}
#news_box1 .fl {
	width: 55%;
}
#news_box1 .fr {
	width: 40%;
}
#blue_batch {
	-webkit-background-size: 33px;
	background-size: 33px;
	font-size: 16px;
	padding: 7px 0 7px 40px;
}
#news_box3 {
	border-radius: 7px;
	padding: 12px 10px 5px 10px;
	margin-bottom: 15px;
}
#news_box3 dt {
	font-size: 12px;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
	padding-left: 15px;
	margin-bottom: 2px;
}
#news_box3 dd {
	font-size: 12px;
	margin-bottom: 7px;
}
.supplement {
	font-size: 10px;
}
#research_box,
#research_index {
	width: auto;
	margin: 0 0 15px;
}

#research_index h3{
	font-size:12px !important;
}

#research_index ul li{
	position:relative;
	margin:0 0 7px 0;
}

#research_index .new{
	width:30px;
	height:auto;
	position:absolute;
	top:3px;
	right:2px;
}

#research_index .new170104{
	/*width:106px;*/
	width:30.21%;
	height:auto;
	position:absolute;
	top:4px;
	right:4px;
}

#research_box h2 {
	font-size: 11px;
	height: 26px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 12px;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	letter-spacing: 0;
}

#research_box h2.narrow {
	font-size: 9px;
	letter-spacing: 0;
}
#research_result {
	background: url(../img/news/result_sp.png) no-repeat left top;
	width: 225px;
	margin: 0 auto 30px;
	height: 68px;
	padding: 20px 35px 7px 50px;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	font-size: 9px;
}
#research_result p {
	display: table-cell;
	vertical-align: middle;
	height: 68px;
}
.research_detail_s h5 {
	font-size: 14px;
}
#research_detail_wrap {
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 300px;

}
#research_detail {
	border-top: 3px solid #6d6664;
	-webkit-background-size: 2px auto;
	background-size: 2px auto;
	padding: 12px 10px 20px 10px;
}
#research_detail h3 {
	font-size: 16px !important;
	letter-spacing: 3px !important;
	-webkit-background-size: auto 1px;
	background-size: auto 1px;
}
#research_detail h4 {
	font-size: 13px !important;
	letter-spacing: 1px !important;
	padding: 20px 0 6px !important;
	margin: 0 0 10px 0 !important;
	-webkit-background-size: 280px auto;
	background-size: 280px auto;
}
#research_detail h4 span {
	-webkit-background-size: auto 3px;
	background-size: auto 3px;
	padding-bottom: 0;
}
#research_detail dl dt {
  font-size:12px;
}
#research_detail dl dt span {
	-webkit-background-size: auto 3px;
	background-size: auto 3px;
	padding-bottom: 0;
}
#research_detail #movieArea {
	width: 280px;
	height: 158px;
	margin: 0px auto 5px;
}
#research_detail #movieArea *{
	width: 280px;
	height: 158px;
}
#research_detail .movietitle{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
#cacao_kouka {
	font-size: 11px;
}
#cacao_kouka p {
	background: #837165;
	border-radius: 15px;
	padding: 15px;
	margin: 0 !important;
}
#cacao_kouka em {
	font-size: 13px;
}

#content_tab ul{
	width:100%;
  overflow:hidden;
}
#content_tab ul li{
	float:left;
	width:50%;
	height:60px;
	margin-bottom:0;
}
#content_tab ul.col3 li{
	width:34%;
	height:75px;
}
#content_tab ul.col3 li.middle{
	width:32%;
}
#content_tab ul li img{
	width:100%;
	height:auto;
}
/*======================================
	
	5分でわかるポリフェノール
	
=======================================*/
.efficacy .content_sns {
	border-bottom: none;
}

.efficacy_box {
	width: auto;
	margin: 0 0 15px;
}
.efficacy_box h2 {
	font-size: 11px;
	height: 26px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 12px;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	letter-spacing: 0;
}
#efficacy_detail {
	-webkit-background-size: 7px;
	background-size: 7px;
	padding: 20px 0 30px;
}
#efficacy_detail .inner {
	width: 300px;
	-webkit-background-size: 300px;	
	background-size: 300px;	
	padding-bottom: 30px;
	margin: 0 auto;
}
#efficacy_detail h2 {
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-background-size: 300px;	
	background-size: 300px;	
	padding-bottom: 20px;
}
.efficacy_detail_box {
	width: 300px;
	height: 230px;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
	padding: 26px 0 60px;
	text-align: center;
	margin-bottom: 10px;
}

.efficacy_detail_box .icon {
	width: 100px;
	height:auto;
}
.efficacy_detail_box h1 {
	font-size: 20px;
	letter-spacing: 2px;
	margin: 5px auto;
}
.efficacy_detail_box p {
	width: 240px;
	font-size: 12px;
}
.efficacy_detail_box h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
}
#anime_pressure {
	width: 100px;
	padding-left: 20px;
	margin-top: -10px;
}
#anime_health {
	width: 120px;
	margin-top: 10px;
}
#anime_stress {
	width: 110px;
}
#anime_beauty {
	width: 70px;
	margin-top: 2px;
}
#anime_allergy {
	width: 130px;
	margin-top: 10px;
}

#anime_brain {
	width: 75px;
	margin-top: 10px;
}

#anime_bowel {
	width: 64px;
	margin-top: 0px;
}

.btn_efficacy {
	position: absolute;
	bottom: 0;
	left: 90px;
	width: 120px !important;
}
#efficacy_pressure {
	margin-bottom: 40px;
}
#efficacy_health {
	float: none;
	margin-top: 0;
}
#efficacy_beauty {
	float: none;
	margin-top: 0;
}
#efficacy_allergy {
	margin-top: 0;
}
#efficacy_brain {
	float: none;
	margin-top: 0;
}

#efficacy_bowel{
	margin-top: 0;
}
/*======================================
	
	利用規約
	
=======================================*/
.terms .inner{
	background: #fff;
	text-align: center;
	width: auto;
	padding: 0;
	margin: 30px 10px;
	padding: 30px;
}

/*======================================
	
	教えて！チョコ教授 共通
	
=======================================*/
.l-oshiete img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.l-oshiete {
	background-size: 11.1111%;
	width: 100%;
	letter-spacing: normal;
	overflow: hidden;
	font-size: 12px;
	font-size: 3.125vw;
}

.oshiete__inner {
	background-image: url(../img/oshiete/bg_contents_bottom-sp.png);
	background-size: 100%;
	padding-bottom: 4.40140845%;
}

.oshiete__content {
	background-image: url(../img/oshiete/bg_contents_main-sp.png);
	background-size: 100%;
	padding: 0 5.625% 5%;
}
.oshiete__ttl {

}

.oshiete__nav {
	background-image: url(../img/oshiete/bg_nav-sp.png);
  background-size: contain;
	padding-left: 1.980198019%;
	width: 106.690140845%;
  box-sizing: border-box;
	position: relative;
	margin: 0 -3.169014084% 2.464788732% -3.52112676%;
}

.oshiete__nav > li {
	width: 31.313131313%;
	margin-right: 1.980198019%;
}

.oshiete__toMovie {
	width: 28.169014084%;
	bottom: -81%;
  right: -5%;
  height: auto;
}


.oshiete__heading2 {
	background-size:40.5%;
	margin-top: -0.704225352%;
	padding: 10.211267605% 0 5.985915492%;
	font-size: 1.5em;
}

.oshiete__checklist {
	padding: 4.577464788% 0 2.464788732%;
	margin-bottom: 3.873239436%;
}

.oshiete__checklist:before,
.oshiete__checklist:after {
	background-size: 3px;
}

.oshiete__checklist > li {
	box-sizing: border-box;
	width: 50%;
  font-size: 1.05em;
  line-height: 1.1;
  letter-spacing: 0.025em;
  background-size: 1em;
  background-position: left top;
  padding-left: 1.35em;
}

.oshiete__checklist > li.is--check {}

.oshiete__heading3 {
	box-sizing: border-box;
	width: 100%;
	display:block;
	font-size: 1.2em;
	line-height: 1.3;
	padding-left: 1.5em;
	background-size: 1.2em;
	background-position: left 0.2em;
}

.oshiete__heading3__txt {
	display: inline-block;	
}

.oshiete__heading3__txt--small {
	font-size: 1em;
}

.oshiete__heading3--001 {
}
.oshiete__heading3--002 {
}
.oshiete__heading3--003 {
}

.oshiete__movie {
	overflow: hidden;
	margin: 0 0 3.873239436%;
	padding: 2.992957746% 0 3.169014084%;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.oshiete__movie__ttl {
	float: none;
	margin-top: 0;
	margin: 0 23.943661971% auto 21.478873239%;
	width: 56.338028169%;
}
.oshiete__movie__content {
	float: none;
	margin: 1.936619718% 0 0;
}

.oshiete_one_point {
	width: 100%;
  margin: 4.577464788% auto 0;
}
.oshiete_one_point__dog--01 {
  position: absolute;
  top: -9.523809523%;
  right: -2.464788732%;
  background-size: 100%;
  width: 18.838028169%;
  height: 80%;
}

.oshiete__morelink {
	margin: 10.563380281% auto 15%;
	width: 100%;
}

.oshiete__morelink__img {
	width: 38.028169014%;
}

.oshiete__morelink__pressure {
	top: 0;
	right: 1.056338028%;
	width: 52%;
}
.oshiete__morelink__index {
  bottom: -9.811320754%;
  right: 13.38028169%;
 	width: 52%;
}

.ut-note {
	font-size: 0.6em;
}

/*======================================
	
	教えて！チョコ教授 01
	
=======================================*/


.oshiete__protein {
  padding-bottom: 3.52112676%;
  margin-bottom: 3.873239436%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 5.985915492%;
  font-size: 1em;
  background-size: 3px;
}

.oshiete__protein__con01 {
	overflow: hidden;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 27px;
}

.oshiete__protein__con01__txt01 {
	margin: 0;
	float: none;
	width: 100%;
	padding-bottom: 3.52112676%;
	margin-bottom: 4.225352112%;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oshiete__protein__con01__img01 {
	float: none;
  margin: 0 0px 0px 0px;
}

.oshiete__protein__con02 {
	overflow: hidden;
	position: relative;
	margin: 3.169014084% 0 0;
}

.oshiete__protein__con02__txt01 {
	margin: 0;
  width: 100%;
  padding: 0 0 3.52112676%;
  float: none;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oshiete__protein__con02__img01 {
	float: none;
	padding: 2.464788732% 0% 3.52112676%;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oshiete__protein__con02__txt02 {
	float: none;
  margin: 0;
  padding: 3.169014084% 0 0;
  width: 100%;
}

.oshiete__protein__con02__note {
   font-size: 0.8em;
   letter-spacing: normal;
}

/*======================================
	
	教えて！チョコ教授 02
	
=======================================*/

.oshiete__polyphenol {
  padding-bottom: 3.52112676%;
  margin-bottom: 3.873239436%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 5.985915492%;
  font-size: 1em;
  background-size: 3px;
}

.oshiete__polyphenol__con01 {
	overflow: hidden;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 27px;
}

.oshiete__polyphenol__con01__txt01 {
	margin: 0;
	float: none;
	width: 100%;
	padding-bottom: 3.52112676%;
	margin-bottom: 4.929577464%;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oshiete__polyphenol__con01__img01 {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
  margin: 0 0px 0px 0px;
}

.oshiete__polyphenol__con02 {
	overflow: hidden;
	position: relative;
	margin: 3.169014084% 0 0;
}

.oshiete__polyphenol__con02__txt01 {
	margin: 0;
  width: 100%;
  padding: 0 0 3.52112676%;
  float: none;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oshiete__polyphenol__con02__img01 {
	float: none;
	padding: 4.577464788% 15.845070422% 6.690140845%;
	background-image: url(../img/oshiete/bg_dot_001.png);
	background-size: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oshiete__polyphenol__con02__txt02 {
	float: none;
  margin: 0;
  padding: 3.169014084% 0 0;
  width: 100%;
}

.oshiete__polyphenol__con02__note {
   font-size: 0.8em;
   letter-spacing: normal;
}

.oshiete_one_point__dog--02 {
	background-size: 100%;
	top: -9.523809523%;
	right: -2.64084507%;
	width: 18.838028169%;
	height: 74.458874458%;
}

/*======================================
  
  教えて！チョコ教授 03
  
=======================================*/

.oshiete__brain {
  padding-bottom: 3.52112676%;
  margin-bottom: 4.225352112%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 5.985915492%;
  font-size: 1em;
  background-size: 3px;
}

.oshiete__brain__con01 {
  overflow: hidden;
  background-image: url(../img/oshiete/bg_dot_001.png);
  background-size: 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 6.690140845%;
}

.oshiete__brain__con01__txt01 {
  margin: 0;
  float: none;
  width: 100%;
  padding-bottom: 3.52112676%;
  margin-bottom: 4.049295774%;
  background-image: url(../img/oshiete/bg_dot_001.png);
  background-size: 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.oshiete__brain__con01__img01 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: 0 0px 0px 0px;
}

.oshiete__brain__con02 {
  overflow: hidden;
  position: relative;
  margin: 3.169014084% 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.oshiete__brain__con02__txt01 {
  margin: 0;
  width: 100%;
  padding: 0 0 3.169014084%;
  float: none;
  background-image: url(../img/oshiete/bg_dot_001.png);
  background-size: 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.oshiete__brain__con02__img01 {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 4.577464788% 0 4.929577464%;
  background-image: url(../img/oshiete/bg_dot_001.png);
  background-size: 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.oshiete__brain__con02__txt02 {
  float: none;
  margin: 0;
  padding: 3.169014084% 0 0;
  width: 100%;
}

.oshiete__brain__con02__note {
   font-size: 0.8em;
   letter-spacing: normal;
   margin: 0;
}


.oshiete_one_point__dog--03 {
  background-size: 100%;
  top: -9.523809523%;
  right: -2.64084507%;
  width: 18.838028169%;
  height: 74.458874458%;
}

.oshiete__morelink__brain {
    top: 26%;
    right: 2%;
    width: 50%;
}
