@charset "utf-8";
/* CSS Document */

.contentArea>section {
  padding-bottom: 20px;
}

.contentArea>section > h2 a{
  display: block;
}

.mailLink{
	margin-bottom: 20px;
	text-align: center;
}
.mailLink a{
	display: inline-block;
	background-color: #4a76cb;
	color:#fff;
	padding: 7px 30px;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.3s;
}
.mailLink a:hover{
	opacity: 0.8;
}
/* PC
--------------------------------------------
-------------------------------------------- */
@media screen and (min-width:769px),
print {}

/* SmartPhone
--------------------------------------------
-------------------------------------------- */
@media screen and (max-width: 768px) {}