@charset "UTF-8";

section{margin: 0 0 60px;}

table{
	border-top: 1px dotted #ccc;
    width: 900px;
    margin: 0 0 0 100px;
}
table tr{border-bottom: 1px dotted #ccc;}
table th{
    width: 160px;
    padding: 20px 0;
}
table td{padding: 20px 0;}


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

table{
    width: 100%;
    margin: 0;
}
table th{width: 120px;}


/* sp end */
}