@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


.contents {
  display: flex;
  flex-wrap: wrap-reverse;
}

.title_center {
	width:90%;
	margin:0 auto;
}

.contents_flex {
	display:flex;
	/*width:90%;*/
	margin:0 auto;
	max-width:1300px;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
}

.contents_indv {
	width:auto;
	max-width:300px;
	margin:40px 10px;
	padding:20px;
	border-radius:15px;
	/*background-color:#F2F2F2;*/
}

.contents_indv img {
	max-height:500px;
	max-width: 600px;
	/*border-radius:300px;*/
	margin-bottom:20px;
	text-align:center;
 }
 
.prof_name {
	font-size:1.5rem;
	text-align: center;
}

.contents {
	max-width: 1200px;
}

.img_ph {
	margin-right:50px 
	margin-left:50px	
	padding-right:50px 
	padding-left:50px;
}

@media (min-width: 680px) {

.contents {
	width: 100%;
}