@charset "UTF-8";
/* CSS Document */

/* school-info */

.SchoolInfo {
	background: url(../../module/infoblock/img/BgrSchoolInfo.svg) no-repeat center center #cd694a;
	background-size: auto;
	color: #FFF;
}

.CompanyInfo {
	background: url(../../module/infoblock/img/) no-repeat center center #2091d2;
	background-size: auto;
	color: #FFF;
}

.SchoolInfo .Circle, .CompanyInfo .Circle {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	margin:4px;
	background: #FFF;
	color: #4a545a;
}


.SchoolInfo .Circle .Center, .CompanyInfo .Circle .Center {
	display: table-cell;
	height: 160px;
	width: 160px;
	line-height: 160px;
	vertical-align: middle;
	padding: 22px;
	box-sizing: border-box;
}


.SchoolInfo .Circle h3, .CompanyInfo .Circle h3 {
	line-height: 1.15em;
	font-size: 1.05em;
	font-weight: 300;
}

.SchoolInfo .Circle h3 strong, .CompanyInfo .Circle h3 strong {
	font-weight: 600;
}

.BubbleSch1 {
	position: absolute;
	top:12px;
	left:4px;
	width: 25px;
	height: 25px;
	background: url(../../module/infoblock/img/Bubble1.png) no-repeat center center;
	background-size: contain;
}

.BubbleSch2 {
	position: absolute;
	top:138px;
	left:20px;
	width: 25px;
	height: 25px;
	background: url(../../module/infoblock/img/Bubble2.png) no-repeat center center;
	background-size: contain;
}

.BubbleSch3 {
	position: absolute;
	top:12px;
	right:2px;
	width: 25px;
	height: 25px;
	background: url(../../module/infoblock/img/Bubble3.png) no-repeat center center;
	background-size: contain;
}

.BubbleSch4 {
	position: absolute;
	top:120px;
	right:0px;
	width: 25px;
	height: 25px;
	background: url(../../module/infoblock/img/Bubble4.png) no-repeat center center;
	background-size: contain;
}





.SchoolInfo button, .CompanyInfo button {
	background: #FFF;
	color: #cd694a;
}

.SchoolInfo button:hover, .CompanyInfo button:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
	}
	
	
.CompanyInfo .Square {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin:10px;
	background: #FFF;
	color: #4a545a;
}


.CompanyInfo .Square .Center {
	display: table-cell;
	height: 170px;
	width: 200px;
	line-height: 170px;
	vertical-align: middle;
	padding: 22px;
	box-sizing: border-box;
}


.CompanyInfo .Square h3 {
	line-height: 1.15em;
	font-size: 1.3em;
	font-weight: 400;
	color: #2091d2;
}

.CompanyInfo .Square h3 strong {
	font-weight: 600;
}

.CompanyInfo .Square .Benefit {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: -35px;
	left:50%;
	margin-left: -35px;
	background: #FFF;
	border: 4px solid #2091d2;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	padding-top: 15px;
}

.CompanyInfo .Square .Benefit .Sign {
	display: inline-block;
	width: 30px;
	height: 15px;
	border:0 solid #2091d2;
	border-bottom-width:7px;
	border-left-width:7px;
	transform: rotate(-50deg);
}