@charset "UTF-8";
body {
	overflow: hidden;
}
html {
	overflow-y: scroll;
}

/* 体験版ページ */
#mifes11 #cont-02 .bg-cont-02 .content-area h2{
	font-size:1.3rem;
}
#mifes11 #cont-01 .bg-cont-01 .content-area p {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 3%;
}
#mifes11 ul,#mifes11 ol{
	margin-left:3%;
	list-style-type:disc;
	font-size: 1rem;
}
#mifes11 #cont-02 .bg-cont-02 span.ColorRed{
	color:#eb6100;
}
#mifes11 div.DLarea{
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 10px 20px 5px;
	border-radius: 10px;
	text-align:center;
	margin-top:-6%;
}
#mifes11 h2{
	font-size: 1.1rem;
	font-weight:bold;
}
#mifes11 span.att{
	color:#ff0000;
	font-size: 100%;
}
@media (max-width: 767px){
#mifes11 h2{
	text-align:left;
}
#mifes11 div.DLarea h2,#mifes11 div.contact h2{
	text-align:center!important;
}
}