@charset "UTF-8";

/*----------------------------
contents
-----------------------------*/

#contents{
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 75px;
}
#contents.material{
	background-image: url(../img/material/bg01.jpg);
}
#contents.history{
	background-image: url(../img/material/bg02.jpg);
}
#contents.yeast{
	background-image: url(../img/yeast/bg01.jpg);
}

h1.page_title{
	color: #fff;
	margin-bottom: 65px;
}
.section h2{
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 15px;
}
.section p{
	font-size: 1.5rem;
	line-height: 1.6;
	color: #fff;
}
.section .inner{
	width: 500px;
	margin: 35px auto 0;
}
.section .inner p{
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 12px;
}
.btn01{
	margin-top: 145px;
}
.btn02{
	margin-top: 10px;
}
.sec03 h2{
	font-size:2.7rem;
	font-weight:normal;
	text-align:center;
	margin-top:60px;
}
.sec03 h2+p{
	text-align:center;
	font-size:1.2rem;
}
.sec03 table{
	width:600px;
	margin:0 auto;
}
.sec03 table th,
.sec03 table td{
	color:#fff;
	line-height:1.9;
	font-size:1.5rem;
	vertical-align:top;
}
.sec03 table th{
	width:130px;
}
.sec03 div{
	width:500px;
	margin:20px auto 0;
}
.sec03 div .ttl{
	position:relative;
	background:#333;
	color:#fff;
	text-align:center;
	font-size:1.8rem;
	line-height:2.0;
	border-radius:25px;
}
.sec03 div .ttl span{
	display:inline-block;
	font-size:1.2rem;
	vertical-align:text-bottom;
}
.sec03 div .ttl+p{
	font-size:1.3rem;
	text-align:center;
	margin:5px 0 25px;
}
.sec03 div p+.ttl::after{
	content:'';
	position:absolute;
	top:-17px;
	left:50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
	margin-left:-7px;
}

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


	body::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
	}
	body.material_body::before{
		background:url(../img/material/bg01.jpg) center/cover no-repeat; /*fixedをトル！*/
		-webkit-background-size:cover;/*Android4*/
	}
	body.history_body::before{
		background:url(../img/material/bg02.jpg) center/cover no-repeat; /*fixedをトル！*/
		-webkit-background-size:cover;/*Android4*/
	}
	body.yeast_body::before{
		background:url(../img/yeast/bg01.jpg) center/cover no-repeat; /*fixedをトル！*/
		-webkit-background-size:cover;/*Android4*/
	}
	#contents{
		background: none!important;
	}



	h1.page_title{
		margin-bottom: 10%;
	}
	.section h2 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-top: 10%;
		margin-bottom: 4%;
	}
	.section p {
		font-size: 1.2rem;
	}
	.section .img01{
		width: 48%;
		max-width: 240px;
		margin: auto;
	}
	.section .img02{
		margin: auto;
		width: 100%;
		max-width: 500px;
		display: block;
	}
	.section .inner {
		width: 100%;
		max-width: 500px;
		margin: 6% auto 0;
	}
	.section .inner p {
		font-size: 1rem;
		margin-top: 3%;
	}
	.sec03 h2{
		font-size:2.0rem;
		margin-top:10%;
	}
	.sec03 table{
		width:100%;
	}
	.sec03 table th,
	.sec03 table td{
		line-height:1.6;
		font-size:1.1rem;
		vertical-align:top;
	}
	.sec03 table th{
		width:95px;
	}
	.sec03 div{
		width:100%;
		margin:5% auto 0;
	}
	.sec03 div .ttl{
		font-size:1.4rem;
	}
	.sec03 div .ttl span{
		font-size:1.0rem;
	}
	.sec03 div .ttl+p{
		font-size:1.2rem;
	}
	.sec03 div .ttl+p br{
		display:none;
	}


	.btn01{
		margin-top: 21%;
	}
	.btn02{
		margin-top: 2%;
	}

}