@charset "UTF-8";

/*----------------------------------
  実績ページ専用ｃｓｓ
----------------------------------*/
a:hover{
opacity: 0.7;
}
#second h6{
    padding-left: 0;
}
#second h6::before{
    display: none;
}
.table_title td:nth-child(1) {
	width: 20%;
}
.table_title td:nth-child(2) {
	width: 10%;
}
.table_title td:nth-child(3) {
	width: 30%;
}
.table_title td:nth-child(4) {
	width: 30%;
}
.table_title td:nth-child(5) {
	width: 10%;
}
.SPtable{
width: calc(750 / 750 * 100%);
}
.SPtable td{
    border: 1px solid #ccc;
    padding: 0.5rem;
}
.table_title{
    background: #ddd;
}
.diagonal{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px))
}
@media screen and (min-width: 768px) {
    .table_title td:nth-child(1) {
        width: 20%;
    }
    .table_title td:nth-child(2) {
        width: 15%;
    }
    .table_title td:nth-child(3) {
        width: 25%;
    }
    .table_title td:nth-child(4) {
        width: 25%;
    }
    .table_title td:nth-child(5) {
        width: 15%;
    }
    .SPtable{
        width: calc(630 / 750 * 100%);
        }
}


