@charset "utf-8";
/*------------------------------------------------------------------------------

	contact

------------------------------------------------------------------------------*/

#main .group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .group::after {
	content: none;
}

#main .uni {
	width: 360px;
}

#main .uni:last-child {
	margin-right: 0;
}

#main .uni figure {
	margin: -30px -30px 20px -30px;
}

#main .uni .name {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.125em;
}

#main .uni .place {
	margin-bottom: 20px;
	text-align: left;
}

#main .uni iframe {
	height: 300px;
	margin-bottom: 20px;
}

#main .contact a {
	display: block;
	padding: 20px 10px;
	border: none;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
}

#main .uni .contact a::before {
	display: none;
}

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

#main .uni {
	width: 100%;
	margin-bottom: 20px;
}

#main .uni figure {
	margin: -12px -12px 20px -12px;
}

#main .uni iframe {
	height: 125px;
}

}

@media screen and (min-width: 767px){

.bg .page .description {
	text-align: center;
}


}


