.main-contents-body{
	padding:0;
}

@media screen and (max-width: 768px){
	.main-contents-body #introduction .mainArea{
		padding: 30px 0px 70px;
	}
	
	#introduction p{
    	line-height: 2em;
    	font-size: 1.2em;
	}
}
	
@media screen and (min-width: 769px){
	.contents-wrapper .main-contents .pageTitle{
		border-bottom:none;
		padding-bottom:15px;
	}
		
	#headChara img {
		width: 60%;
	}
	


	.main-contents-body #introduction .mainArea{
		padding-top: 35px;
		padding-bottom: 80px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #53bcf4;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #53bcf4;

	}
	
	#introduction {
		width: 86.6%;

	}
	
	#introduction p{
		margin-bottom: 30px;
    	line-height: 2.125em;
    	font-size: 1.25em;
	}
	
}


