@charset "utf-8";
/* CSS Document */

.main_area{
	margin-bottom: 60px;
}
#instructor {
	margin-bottom: 80px;
}
#instructor .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 60px;
}
#instructor .box:last-of-type {
	margin-bottom: 80px;
}
#instructor .box figure {
	width: 320px;
	overflow: hidden;
}
#instructor .box .detail {
	width: 485px;
	font-size: 13px;
}
#instructor p.copy, #instructor p.name {
	color: #4f2a11;
}
#instructor p.copy {
	font-size: 18px;
	line-height: 1;
}
#instructor p.name {
	font-size: 24px;
}
#instructor .detail > dl > dt {
	color: #4b2300;
	padding: 4px 10px;
	display: inline-block;
	line-height: 1;
	border: solid 1px #4b2300;
	margin: 12px 0 5px;
}

/*IEのみ*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	#instructor .detail > dl > dt{
		padding: 6px 10px 0;
		
	}
}

dl.career {
	display: flex;
	flex-wrap: wrap;
}
dl.career dt {
	width: 14%;
}
dl.career dd {
	width: 86%;
	margin-bottom:5px;
	line-height: 1.6;
}

/* 641px～ For SP
====================================================*/

@media screen and (max-width: 640px), print {
#instructor {
	margin-bottom: 0;
}
#instructor .box {
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10vw;
}
#instructor .box:not(:first-child):before {
	font-size: 12px;
	left: calc(50% - 21px);
	top: -45px;
}
#instructor .box:last-of-type {
	margin-bottom: 55px;
}
#instructor .box figure {
	width: 92%;
	margin: 0 4% 4%;
}
#instructor .box .detail {
	width: 100%;
}
#instructor p.copy {
	font-size: 15px;
}
#instructor p.name {
	font-size: 20px;
}
#instructor .detail > dl > dt {
	font-size: 14px;
}
dl.career dt {
	width: 5em;
}
dl.career dd {
	width: calc(100% - 5em);
}
a.btn_instructor {
    width: 85vw;
}
}

