body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	zoom:1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

img {
vertical-align:bottom;
	display: block;
}
video{
	display: block;
	width: 100%;
}
/*****************************************/

@media screen and (min-width:751px) {
	#content{
		width: 750px;
		margin: 0 auto;
	}
}
@media screen and (max-width:750px) {
	#content{
		width: 100%;
	}
}

#item-1 {
	cursor: pointer;
}

.switch{
	display: none;
}
.cvBox{
	position: relative;
}

.cvBox .btn01{
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:66.5%;
}

/*成分表示*/
.component{
	width: 96%;
	margin: 50px auto;

}
.component .component-title{
	margin-bottom: 20px;
	color: #004197;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.component .component-title:before,
.component .component-title:after{
	content: '';
	position: absolute;
	border-top: 3px solid #004197;
	width: 35%;
	top: 50%;
}
.component .component-title:before{
	left: 0;
}
.component .component-title:after{
	right: 0;
}

.component .component01{
	margin-bottom: 30px;
	border-bottom: 1px solid #004197;

}
.component .component01 dt{
	color: #004197;
	font-weight: bold;
}
.component .component01 dt,
.component .component02 dt{
	line-height: 1.5;
}
.component .component01 dd,
.component .component02 dd{
	margin-bottom: 20px;
	line-height: 1.5;
}
.component .component01 dd ul li{
	position: relative;
	padding-left: 20px;
}
.component .component01 dd ul li:before{
	content: '●';
	position: absolute;
	left: 0;
}

.inview_adjust {
	display: block;
	height: 0;
	width: 0;
	top: 300px;
}

.rc_openBtn {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: 100%;
	max-width: 400px;
}
.rc_openBtn img {
	max-width: 100%;
}
.rc_float_parent {
	cursor: pointer;
}

/*追加*/
@media screen and (max-width: 750px) {
    .formlp-front-section img {
        max-width: 100%;
    }
}
