@charset "utf-8";

#title{
	background: url('../img/bg.jpg') center top no-repeat;
	background-size: cover;
}

#contents p.tit{
	font-size: 4rem;
	line-height: 120%;
	font-weight: bold;
	margin: 0 auto 30px;
	color: #008cd1;
}
#contents p.t{
	font-size: 1.6rem;
	line-height: 200%;
	color: #000;
	font-weight: bold;
	margin: 0 auto 70px;
}
#contents table{
	max-width: 100%;
}
#contents table th,
#contents table td{
	color: #000;
	font-weight: bold;
}
#contents table td i{
	display: inline-block;
	font-style: normal;
	color: #008cd1;
	padding: 0 0 0 30px;
}
#contents table td p{
	font-size: 1.6rem;
	line-height: 220%;
	margin: 0 auto 20px;
}
#contents table td p:last-child{
	margin-bottom: 0;
}
#contents table td p a.i{
	display: inline-block;
	color: #fff;
	background: #999;
	padding: 10px 30px;
	border-radius: 15px;
	line-height: 100%;
	margin: 0 auto 10px;
	transition: 0.3s ease-in-out;
}
#contents table td p a.i:hover{
	text-decoration: none;
	opacity: 0.7;
}

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

@media screen and (max-width:767px){
	#contents p.tit{
		font-size: 2.4rem;
	}
	#contents p.t{
		font-size: 1.4rem;
	}
	#contents table td p{
		font-size: 1.4rem;
		line-height: 160%;
	}
}