@charset "utf-8";
/* CSS Document */

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

.contents{
	text-align:center;
}

h2{
	margin:10px;
	font-size:1.2rem
	}
	
.contents-title{
	font-size:.8rem
}

.profile{
	width:80%;		
	text-align:justify;
	margin:50px auto;
	line-height:1.6rem;
}

.profile-img img{
	width: 80%;
	margin-bottom:50px;
}  

}



/******************************/
/************************ PC **/
/******************************/
@media screen and (min-width:769px){
  
.contents{
	text-align:center;
}

h2{
	margin:10px;
	font-size:1.2rem
	}
	
.contents-title{
	font-size:.8rem
}

.profile{
	width:60%;		
	text-align:justify;
	margin:50px auto;
	line-height:1.6rem;
}

.profile-img img{
	width: 50%;
	margin-bottom:50px;
}


}