@charset "UTF-8";

/* =========================================================
　◆共通
========================================================= */


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a.pdf{
	background: none;
	color: #333;
	text-decoration: underline;
	position: relative;
	padding-left: 35px;
}
a.pdf:hover{
	text-decoration: none;
}
a.pdf:after{
	display: none !important;
}
a.pdf:before{
	content: '';
	background: url(../img/pdf.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

h3.ttl{
	margin: 40px 0 -10px;
	font-size: 20px;
	color: #003894;
}

.section ol.list li{
	position: relative;
	padding-left: 1.2em;
}
.section ol.list li span{
	position: absolute;
	top: 0;
	left: 0;
}
.link{
	text-align: center;
}
.link a{
	display: inline-block;
	line-height: 1;
	font-size: 22px;
	color: #333;
	background-color: #eee;
	padding: 25px 40px;
	border: 1px solid #ccc;
	text-decoration: none;
	transition: .5s all;
}
.link a:hover{
	opacity: .7;
}
.sp_br{display: none;}
@media screen and (max-width: 768px) {
	h3.ttl{
		margin: 30px 0 -5px;
		font-size: 16px;
	}
	.sp_br{display: block;}
}