@charset "UTF-8";
/*==============
    product
================*/
.mfp-bg{
	opacity: 0.4;
}
body.page_medical{
	position: fixed;
}
@media screen and (min-width: 769px) {

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

/* ------------------------------------------------------------
    index
------------------------------ ------------------------------*/
.product_toplead{
	margin-bottom: 60px;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.product_toplead{
		margin-bottom: 30px;
	}
}


/* ------------------------------------------------------------
    biobran
------------------------------------------------------------ */
.biobrantop_btnwrap{
	margin-top: 40px;
	margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
	.biobrantop_btnwrap a+a{
		margin-left: 4%;
	}
	.sec4li_txt1{
		display: inline-block;
		width: 14.5em;
	}

}
@media screen and (max-width: 768px) {
	.biobrantop_btnwrap{
		margin-top: 20px;
		margin-bottom: 40px;
		display: block;
	}
	.biobrantop_btnwrap a+a{
		margin-top: 15px;
	}
	.sec4li_txt1{
		display: block;
	}

}


/*---------
pop_iframe
----------*/
html.page_pop {
    overflow: hidden;
}
.mfp-iframe-holder .mfp-content{
	height: 90%;
}
.mfp-close[type="button"]{
	top: 0;
	right: 0;
	padding: 0;
	font-size: 40px;
}
.mfp-iframe html{overflow: hidden!important;}
.pop_iframe{
	padding: 0;
    height: 100%;
    overflow: hidden;
}
.pop_content{
	padding: 50px 20px;
    overflow-y: scroll;
    height: 100%;
}
@media screen and (min-width: 769px) {
    .pop_txt_l{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 768px) {
	.pop_content{
		padding: 30px 7px;
	}
}
@media print{
    .pop_iframe .btn1{display: none;}
}

/* ------------------------------
    expart 学会発表?論文
------------------------------ */
.expart_tbl{

}
.expart_tbl a{
	color: #194375;
	text-decoration: underline;
	display: inline-block;
}

@media screen and (min-width: 769px) {

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

}




/* ------------------------------
    医療関係者 アラート
------------------------------ */
#medical_alertwrap{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.4);
	z-index: 11000;
}
#medical_alert{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
	padding: 45px 40px 40px;
}
#medical_alert p{
	text-align: center;
}
#medical_alert .mid{
	color: #fff;
	background: #194375;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	margin-bottom: 30px;
}
#medical_alert .txt1{
	margin-bottom: 30px;

}
#medical_alert .txt2{
	color: #194375;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.3;
	font-size: 2.1rem;
}

#medical_alert .btnwrap{
	padding-bottom: 0!important;
}
#medical_alert .btn1:before{
	opacity: 0;
}

#medical_alertwrap.close{
	display: none;
}
@media screen and (min-width: 769px) {
	#medical_alert .btn1{
		width: 220px;
	}
	.en #medical_alert .btn1{
		width: 300px;
	}
	#medical_alert .btn1+ .btn1{
		margin-left: 30px;
	}

}
@media screen and (max-width: 768px) {
	#medical_alertwrap{
	}
	#medical_alert{
		width: 94.6vw;
		max-height: 96%;
		overflow-y: scroll;
		padding: 30px 15px 30px;
	}
	#medical_alert p{
	}
	#medical_alert .mid{
		font-size: 2.4rem;
		line-height: 1.5;
		height: 100px;
		margin-bottom: 20px;
	}
	#medical_alert .txt1{
		text-align: left;
		margin-bottom: 20px;
	}
	#medical_alert .txt2{
		margin-bottom: 20px;
		line-height: 1.4;
		font-size: 2.1rem;
	}

/*	#medical_alert .btnwrap{
		justify-content: space-between;
	}*/
	#medical_alert .btn1{
        width: 156px;
	}
	.en #medical_alert .btn1{
        width: 100%;
		height: auto;
		padding: 15px 0;
		text-align: center;
		display: block;
	}
    #medical_alert .btn1 + .btn1{
        margin-left: 20px;
    }
    .en #medical_alert .btn1 + .btn1{
        margin: 0 0 20px 0;
    }
}

.about_biobran,
.about_nkcp,
.about_ricekefiran{
	display: none;
}
.about_biobran.on,
.about_nkcp.on,
.about_ricekefiran.on{
	display: flex;
}