body{
}
.p-top{
	width: 100%;
	height: 350px;
	background-image: url("../img/mente-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center bottom;
	margin-bottom: 80px;
	position: relative;
}
.p-title{
	text-align: center;
	width: 25%;
	margin: 0 auto;
	position: absolute;
	bottom: -10%;
	left: 0;
	right: 0;
}
.p-title h2{
	background-color: #fff;
	padding: 30px 20px;
	font-size: 160%;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}




.conten01 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 7% 5% 60px 5%;
	clear: both;
}


.cont{
	max-width: 1100px;
	margin: 0 auto;
}

.title{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.title_circle{
	text-align: center;
}
.title_circle p{
	display: inline;
	padding-right: 2px;
	font-size: 60%;
}
.g{
	color: #9CCD83;
}
.y{
	color: #FAD189;
}
.v{
	color: #C9A4CB;
}
.p{
	color: #F2A8C8;
}
.cont01{
	padding-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}
.gyo{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 40px;
}


.m-title {
	width: 20%;
	text-align: center;
	position: relative;
	line-height: 1.4;
	padding:0.25em 4em;
	display: inline-block;
	top:0;
	font-size: 160%;
	font-weight: bold;
	color: #38BEEF;
}

.m-title:before, .m-title:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.m-title:before {
	border-left: solid 3px #38BEEF;
	border-top: solid 3px #38BEEF;
	border-bottom: solid 3px #38BEEF;
	left: 0;
}
.m-title:after {
	content: '';
	border-top: solid 3px #38BEEF;
	border-right: solid 3px #38BEEF;
	border-bottom: solid 3px #38BEEF;
	right: 0;
}

.gyo img{
	width: 35%;
}






@media screen and ( max-width:1000px )and ( min-width:801px )
{
.conten01{
	background-image: none;
}	

}


@media screen and ( max-width:800px )
{
.conten01{
	background-image: none;
}
.p-title{
	width: 65%;

}		
.gyo{
	display: block;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}	
.m-title {
	margin: 0 auto;
	width: 80%;
	margin-bottom: 20px;
	padding:10px 0em;
	font-size: 140%;
	text-align: center;

}	
.conten01 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 7% 0% 60px 0%;
	clear: both;
}	
.cont01{
	width: 90%;
	margin: 0 auto;
}	
.gyo img{
	width: 90%;
	padding-bottom: 20px;
}
	
	
	
	
	
	
}



