@charset "UTF-8";


#main table {
	text-align: left;
}
	#main table th {
		border-bottom: solid 1px #d7dfde;
		padding: 30px 0;
		font-weight: 700;
		vertical-align: top;
		width: 20%;
		color: #009eff;
	}
	#main table td {
		border-bottom: solid 1px  #d7dfde;
		padding: 30px 0;
		font-weight: 500;
	}
		#main table td dl {
			margin-bottom: 20px;
		}
		#main table td dl dt {
			color: #009eff;
		}



/* 1200px */
@media screen and (max-width: 1200px) {



}





/* max 1023px */
@media screen and (max-width: 1023px) {


#main table {
	text-align: left;
}
	#main table th {
		border-bottom: none;
		padding: 30px 0 10px 0;
		font-weight: 700;
		vertical-align: top;
		width: 100%;
		display: block;
		color: #009eff;
		font-size: 1.8rem;
	}
	#main table td {
		border-bottom: solid 1px  #d7dfde;
		padding: 0 0 30px 0;
		font-weight: 500;
		width: 100%;
		display: block;
	}
		#main table td dl {
			margin-bottom: 10px;
		}
		#main table td dl dt {
			color: #009eff;
		}



}