@charset "UTF-8";

@media screen and (max-width: 500px){
	#first+section{
		padding-top: 35px;
		padding-bottom:30px;
	}
}

#table+section table{
	width: 100%;
	/*line-height: 1.6;*/
}
#table+section th{
	width: 20%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 1.7;
	padding: 20px;
	background: #eaf5fa;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#table+section td{
	width: 80%;
	padding: 20px;
}
#table+section tr{
	border-bottom: 1px solid rgba(75, 75, 75, 0.15);
}
#table+section span{
	color: #2fa2d7;
	font-weight: 600;
	/*font-size: 1.9rem;*/
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 900px){
	#table+section tr{
		border-bottom: none;
	}
	#table+section th{
		width: 100%;
		display: block;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#table+section td {
    	width: 100%;
		display: block;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#table+section span{
		margin-bottom: -25px;
    	display: block;
    	text-align: center;
	}
}


#con1+section .heading.block_header_6 .h::before{
	background: linear-gradient(45deg, rgba(47,162,215,1) 0%, rgba(73,224,217,1) 100%);
	background: -moz-linear-gradient(45deg, rgba(47,162,215,1) 0%, rgba(73,224,217,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(47,162,215,1) 0%, rgba(73,224,217,1) 100%);
}
#table+section .heading.block_header_3{
	background: #eaf5fa;
}