@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

.contents_title {
	width: 100%;
	height: 280px;
	background-image: url("../images/instructors/title-bg.png");
	background-repeat: center cetner;
}
.contents_title h1 {
	color: #3B9ED9;
	text-align: center;
	line-height: 280px;
}
#instructor img.photo {
	margin: 50px auto;
}
#instructor h3 {
	margin-bottom: 0.5em;
	font-size: 2.0rem;
}
#instructor ul {
	margin-bottom: 2em;
	margin-left: 1em;
	list-style: disc;
}
#instructor ul li {
	margin-bottom: 0.5em;}
#instructor p {
	margin-bottom: 2em;
}

#instructor ul.cards {
	margin-left: 0;
	list-style: none;
}

#instructor ul.column2 {
    width: 66%;
    margin: 0 auto;
}

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

.contents_title {
	width: 100%;
	height: 140px;
	background-image: url("../images/instructors/title-bg.png");
	background-position: center cetner;
	background-size: cover;
}
.contents_title h1 {
	color: #3B9ED9;
	text-align: center;
	line-height: 140px;
}

#instructor img.photo {
	width: 100%;
}
    
#instructor ul.column2 {
    width: auto;
}
    
#instructor .cards img{
    width: 100%;
	height: auto;
    } 

}
	