@charset "UTF-8";
/* ======================================================
/	幼児教育カリキュラムとは
/====================================================== */
/* overWhite */
.pfsr{
	font-family:"KozGoPr6N-Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P 
}
.mainvisual {
	background-image: url("../img/common/mainvisual/professor_smt.png");
	background-size: 100% auto;
	padding-top: 54%;
}

.pfsr_ttl{
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.pfsr_ttl_sub{
	font-weight: 600;
	font-size: 18px;
}
.pfsr_ttl2{
	position: relative;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	font-size: min(5vw,16px);
}
.pfsr_ttl2::after{
	content: "";
	position: absolute;
	top: -10px;
	right: -30px;
	background: url(../img/schedule/professor/ttl_icn.png) no-repeat;
	background-size: contain;
	width: 10%;
	padding-top: 10%;
}
.color_red{
	color: #DD737B;
}
.color_blue{
	color: #29ABE2;
}

.ttl_bar{
	position: relative;
	display: inline-block;
}
.ttl_bar::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #29ABE2;
	height: 2px;
	width: 90%;
}
.ttl_bar2{
	position: relative;
}
.ttl_bar2::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #DD737B;
	height: 2px;
	width: 100%;
}
.pfsr_name{
	font-size: 22px;
	color: #000000;
}
.pfsr_name_sub{
	font-size: 16px;
}
.pfsr_data{
	font-size: 10px;
	line-height: 1.4;
}
.pfsr_comment{
	font-size: 13px;
}
.pfsr_block{
	margin-bottom: 70px;
}
.pfsr_box{
	margin-bottom: 40px;
}
.pfsr_txt{
	text-align: left;
	text-align: 14px;
}
.pfsr_btnBox.right{
	text-align: center;
}
.pfsr_btnBox.left{
	text-align: center;
}
a.pfsr_btn{
	display: inline-block;
	background-color: #29ABE2;
	width: 170px;
	position: relative;
	padding: 7px 15px;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 1;
}
a.pfsr_btn:hover{
	opacity: 0.8;
	text-decoration: none;
}
a.pfsr_btn::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
@media screen and (max-width: 799px) {
	.pfsr_img{
		max-width: 300px;
		margin: 0 auto 20px}
	.pfsr_img2{
		max-width: 300px;
		margin: 0 auto 20px
	}
}
@media screen and (min-width: 800px) {
	.mainvisual {
		background-image: url("../img/common/mainvisual/professor.png");
		background-size: auto 99%;
		padding-top: 28%;
	}
	.pc_warning {
	display: block;
	width: 40% !important;
	float: right !important;
	margin: 0 0 10px 15px !important;
	}
	.pfsr_box{
		display: flex;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.pfsr_txt{
		text-align: center;
		width: 58%;
		font-size: 1.2vw;

	}
	.pfsr .pfsr_txt{
		line-height: 2.4;
	}
	.pfsr_img{
		max-width: none;
		width: 21%;
	}
	.pfsr_box2{
		display: flex;
		justify-content: space-between;
	}
	.pfsr_box2 .pfsr_ttl{
		font-size: 22px;;
	}
	.pfsr_box2__reverse{
		flex-direction: row-reverse;
	}
	.pfsr_img2{
		max-width: none;
		width: 23%;
	}
	.pfsr_txt2{
		width: 73%;
	}
	.pfsr_ttl2{
		font-size: 18px;
		display: inline-block;
	}
	.pfsr_ttl2::after{
		top: -25px;
		right: -20%;
		width: 30px;
		height: 30px;
		padding-top: 0;
	}
	.pfsr_btnBox.right{
		text-align: right;
	}
	.pfsr_btnBox.left{
		text-align: left;
	}
}
@media screen and (min-width: 1100px) {
	.pfsr_txt{
		font-size: 14px;
	}
}


