@charset "utf-8";

/* ============================================================ */
/*	講師をみつける
	.instructor */
/* ============================================================ */
.instructor #main {
	padding: 0 15px;
}

.instructor #search_instructor .al_center {
	text-align: left !important;
}

.instructor #main #result_instructor + #search_instructor p.al_center {
	display: none;
}



/* #result_instructor
------------------------------------------------------------ */

/* .tbl_result */

.instructor #result_instructor .tbl_result td[data-label="講師名"] > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instructor #result_instructor .tbl_result td[data-label="講師名"] > span .thumb {
	width: 35%;
}

.instructor #result_instructor .tbl_result td[data-label="講師名"] > span .thumb img {
	width: 100%;
}

.instructor #result_instructor .tbl_result td[data-label="講師名"] > span .name {
	padding: 0 0 0 10px;
}


/* .result_pref_detail */
.instructor #result_instructor .result_pref_detail {
	margin-top: 20px;
}


/* .result_pref */
.instructor #result_instructor .result_pref {
	text-align: center;
}

.instructor #result_instructor .result_pref h3 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.instructor #result_instructor .result_pref ul {
	overflow: hidden;
}

.instructor #result_instructor .result_pref ul li {
	width: 48%;
	margin: 0 4% 10px 0;
	float: left;
}

.instructor #result_instructor .result_pref ul li:nth-child(2n) {
	margin: 0 0 10px;
}

.instructor #result_instructor .result_pref ul li a {
	display: inline-block;
	border: 1px solid #36891a;
	background: #3b941e !important;
	padding: 8px 20px;
	background: #fff;
	font-size: 1.5rem;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
}


/* #instructor_detail
------------------------------------------------------------ */
#instructor_detail #profile .midashi02::after {
    content: attr(data-text);
    display: block;
		padding: 0 0 0 25px;
    color: #666;
    font-size: 1.1rem;
		font-weight: normal;
}

#instructor_detail #profile table {
	margin: 20px 0;
}

#instructor_detail #profile table .club {
	list-style: disc;
	margin: 0 0 0 20px;
}

#instructor_detail #profile table .club li:not(:last-child) {
	margin: 0 0 10px;
}


/*----- #comment -----*/

#instructor_detail #comment p {
	margin: 0 0 20px;
}

