@charset "utf-8";

.teacher {
	text-align: left;
}

.teacher .pink {
	color: #F485A9;
}

.teacher .red {
	color: #DE452A;
}

.teacher .indent {
	margin-left: 1.5em;
	text-indent: -1.4em;
}

.teacher .txt {
	margin: 0 1em;
	line-height: 1.6;
}

.teacher .border {
	text-decoration: underline;
}

.teacher .highlight {
	background-color: #FFF9C8;
}

.teacher .flame02 {
	position: relative;
	background-color: #F8F5F0;
	padding: 20px 40px;
	box-sizing: border-box;
	margin-top: 20px;
}

.teacher .flame02::before,
.teacher .flame02::after,
.teacher .flame02 .flame-inner::before,
.teacher .flame02 .flame-inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 1;
}

.teacher .flame02::before,
.teacher .flame02::after {
	top: 0;
}

.teacher .flame02::before {
	left: 0;
	border-width: 14px 14px 0 0;
	border-color: #FFF transparent transparent transparent;
}

.teacher .flame02::after {
	right: 0;
	border-width: 0 14px 14px 0;
	border-color: transparent #FFF transparent transparent;
}

.teacher .flame02 .flame-inner::before,
.teacher .flame02 .flame-inner::after {
	bottom: 0;
}

.teacher .flame02 .flame-inner::before {
	left: 0;
	border-width: 14px 0 0 14px;
	border-color: transparent transparent transparent #FFF;
}

.teacher .flame02 .flame-inner::after {
	right: 0;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #FFF transparent;
}

article.teacher.container h2,
article.teacher.container h3 {
	text-align: center;
}

article.teacher.container h2 {
	margin: -2.5% 0 0;
	padding-bottom: 2.5%;
}

article.teacher.container h2 img {
	width: 32%;
}

article.teacher .num-ttl.num02::before{
	background: url(/images/common/com_no02.png) 50% 50% / contain no-repeat;
}

.teacher .main-img img {
	width: 100%;
}

.teacher .main-txt {
	position: relative;
	margin-top: 90px;
	color: #997F4C;
	text-align: center;
	font-size: 170%;
	line-height: 1.7;
	font-weight: bold;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/* background: url(/images/visitor/teacher/teacher_bg01.png) 50% 50% no-repeat; */
	background-size: 50%;
}

.teacher .main-txt span {
	color: #E9528E;
	
}

.teacher .teacher-content {
	width: 800px;
	margin: 0 auto;
}

.teacher .teacher-content table {
	width: 100%;
	margin: 16px 0 .5em;
}

.teacher .teacher-content th,
.teacher .teacher-content td {
	border: 1px solid #BEA06E;
	padding: 20px 25px;
	line-height: 1.6;
}

.teacher .teacher-content th {
	color: #E9528E;
	background-color: #FDEDF3;
	width: 150px;
}

.teacher .teacher-content th[colspan="2"] {
	text-align: left;
	background: #D9CFC0;
	color: #4C370C;
	width: auto;
}

.teacher .teacher-content .small {
	font-size: 80%;
}

.teacher .teacher-content .note {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 24px;
	font-size: 87.5%;
}

.teacher .teacher-content .flame02 {
	margin-top: 40px;
	padding: 20px 88px 32px;
}

.teacher .teacher-content .flame02 .addm-img {
	text-align: center;
	margin-top: -30px;
}

.teacher .teacher-content .flame02 .addm-img img {
	width: 41.46%;
}

.teacher .teacher-content .addm-wraper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 24px;
	position: relative;
}

.teacher .teacher-content .flame02 .addm-txt {
/*	width: 81.698%;*/
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	line-height: 1.6;
}
.teacher .teacher-content .flame02 .addm-txt strong {
	color: #E9528E;
}

.teacher .teacher-content .flame02 .addm-img02 {
	width: 23.717%;
	position: absolute;
	right: -40px;
	bottom: -32px;
}

.teacher .teacher-content .flame02 .addm-img02 img {
	width: 100%;
}

.teacher .teacher-content .enkaku,
.teacher .teacher-content .jikei-about {
	margin-top: 36px;
}

.teacher .teacher-content .enkaku dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 2px dotted #9E9A98;
	margin: 0 1em;
}

.teacher .teacher-content .enkaku dl:last-of-type {
	border-bottom: none;
}

.teacher .teacher-content .enkaku dt,
.teacher .teacher-content .enkaku dd {
	padding: 16px 0;
	box-sizing: border-box;
}

.teacher .teacher-content .enkaku dl:first-of-type dt,
.teacher .teacher-content .enkaku dl:first-of-type dd {
	padding: 0 0 16px;
}

.teacher .teacher-content .enkaku dt {
	width: 132px;
	color: #E9528E;
	line-height: 1.6;
	font-weight: bold;
}

.teacher .teacher-content .enkaku dd {
	width: calc(100% - 132px);
	line-height: 1.6;
}

.teacher .jikei-about-img {
	text-align: center;
	margin: 50px auto;
}

.teacher .jikei-about-img img {
	width: 82.666%;
	max-width: 770px;
	margin: 0 auto;
}

.teacher .wide-img {
	margin-top: 100px;
	margin-bottom: 224px;
}

.teacher .wide-img img {
	width: 100%;
}
.jikei-about-txt {
	width: 82.666%;
	max-width: 770px;
	margin: 0 auto;
}
.jikei-about--notes {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 750px) {
	.jikei-about--notes {
		font-size: 10px;
	}
}



.teacher .data-pre-college {
	margin: 0 1em;
}

.teacher .data-pre-college dt {
	float: left;
	width: 42%;
	line-height: 1.6;
}

.teacher .data-pre-college dd {
	float: right;
	width: 50%;
}

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

.teacher .teacher-content {
	width: 82.666%;
	margin: 0 auto;
}
}

@media screen and (max-width: 750px) and (orientation : landscape) {

.teacher .main-txt {
	font-size: 132%;
	margin-top: 40px;
	background: url(/images/visitor/teacher/teacher_bg01.png) 50% 70% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 55% auto;
}

}

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

article.teacher.container h2 {
	padding-top: 18px;
	margin: 0 0 7%;
	padding-bottom: 0;
	border: none;
}

article.teacher.container h2 img {
	width: 67%;
}

article.teacher.container .heading02 {
	margin-bottom: 16px;
}

.teacher .main-txt {
	font-size: 145%;
	margin-top: 40px;
/*
	background: url(/images/visitor/teacher/teacher_bg01.png) 50% 70% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 93% auto;
*/
}

.teacher .teacher-content {
	width: 90%;
}

.teacher .teacher-content th {
	width: 32%;
	text-align: center;
	border: 1px solid #D9CFC1;
	padding: 10px 5px;
}

.teacher .teacher-content td {
	border: 1px solid #D9CFC1;
	padding: 10px 16px;
}

.teacher .teacher-content .enkaku dl {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.teacher .teacher-content .enkaku dt,
.teacher .teacher-content .enkaku dd {
	width: 100%;
}

.teacher .teacher-content .enkaku dt {
	padding-bottom: 0;
	text-align: left;
}

.teacher .teacher-content .enkaku dd {
	padding-top: 3px;
}

.teacher .teacher-content .enkaku dl:first-of-type dt,
.teacher .teacher-content .enkaku dl:last-of-type dd {
	padding-bottom: 0;
}

.teacher .jikei-about-img img {
	width: 87%;
	max-width: 100%;
}

.teacher .wide-img {
	margin-top: 20px;
}

.teacher .teacher-content .note {
	margin-top: 16px;
}

.teacher .teacher-content .flame02 {
	margin-top: 25px;
	padding: 7% 24px 0;
}

.teacher .teacher-content .flame02 .addm-img img {
	width: 86%;
}

.teacher .teacher-content .addm-wraper {
	display: block;
	margin-top: 14px;
	position: relative;
	overflow: hidden;
	padding-bottom: 8%;
}

.teacher .teacher-content .flame02 .addm-txt {
	width: 92%;
	margin: 0 auto;
	
}

.teacher .teacher-content .flame02 .addm-img-space {
	float: right;
}

.teacher .teacher-content .flame02 .addm-img02 {
	width: 92px;
	float: right;
	position: static;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
	clear: both;
}

.teacher .data-pre-college {
	margin: 0;
}

.teacher .data-pre-college dt {
	float: none;
	width: 100%;
	padding: 0 1em;
}

.teacher .data-pre-college dd {
	float: none;
	width: 100%;
	margin-top: 16px;
}

}

@media screen and (max-width: 650px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 5%;
}

}

@media screen and (max-width: 550px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 10%;
}

}

@media screen and (max-width: 470px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 15%;
}

}

@media screen and (max-width: 390px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 25%;
}

}

@media screen and (max-width: 375px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 30%;
}

}

@media screen and (max-width: 360px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 35%;
}

}

@media screen and (max-width: 350px) {
.teacher .teacher-content .flame02 .addm-img-space {
	padding-bottom: 40%;
}

}