@charset "utf-8";

#contents .box-area{
	margin: 0 auto 120px;
}
#contents .box-area:last-child{
	margin-bottom: 0;
}
#contents .box-area .box{
	background: #fff;
	padding: 50px 40px 40px;
	margin: 0 auto 30px;
	text-align: left;
}
#contents .box-area .box:last-child{
	margin-bottom: 0;
}
#contents .box-area .box>p{
	font-size: 1.6rem;
	line-height: 180%;
	margin: 0 auto 15px;
	padding: 0;
	font-weight: bold;
	text-align: left;
}
#contents .box-area .box>a{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 10px;
	background: #303030;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .box-area .box>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#contents .box-area .box>.in{
	border: 1px solid #ccc;
	padding: 50px 90px 30px;
	margin: 0 auto 20px;
	background: #fff;
}
#contents .box-area .box>.in table{
	border: none;
}
#contents .box-area .box>.in table td{
	border: none;
	font-size: 1.6rem;
	line-height: 140%;
	padding: 0 20px 20px 0;
}

#contents a.bt{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-radius: 6px;
	line-height: 60px;
	padding: 0 50px;
	margin: 10px auto 30px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents a.bt:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


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

@media screen and (max-width:767px){
	
	#contents .box-area{
		margin: 0 auto 40px;
	}
	#contents .box-area .box{
		padding: 30px 20px;
		margin: 0 -20px 10px;
	}
	#contents .box-area .box:last-child{
		margin-bottom: 0;
	}
	#contents .box-area .box>.in{
		margin-bottom: 10px;
		padding: 25px 25px 15px;
	}
	#contents .box-area .box>.in table,
	#contents .box-area .box>.in table tbody,
	#contents .box-area .box>.in table tr{
		display: block;
		text-align: left;
	}
	#contents .box-area .box>.in table td{
		display: inline-block;
		padding: 0 30px 10px 0;
	}
	#contents .box-area .box>p{
		font-size: 1.4rem;
		text-align: left !important;
	}
	#contents .box-area .box>a{
		padding: 0 25px;
	}
}