@charset "UTF-8";
/* CSS Document */



/*PC*/
@media print, screen and (min-width: 769px) {

#requirement { width: 1000px; margin: 0 auto 120px; }

#requirement table tr th {
background: linear-gradient(90deg, #0050a6, #0071bf);
width: 185px;
padding: 30px;
font-weight: 400;
text-align: left;
vertical-align: middle;
color: #fff;
}
#requirement table tr th { border-top: 1px solid #fff; }
#requirement table tr:last-child th { border-bottom: 1px solid #fff; }
#requirement table tr td {
width: calc(100% - 185px);
padding: 30px 40px;
font-size: 1.4rem;
font-weight: 400;
}
#requirement table tr td { border-top: 1px solid #656565; }
#requirement table tr:last-child td { border-bottom: 1px solid #656565; }

#requirement .button a { justify-content: center; }



}


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

#requirement { width: 90%; margin:0 auto 60px; }

#requirement table tr th {
display: block;
background: linear-gradient(90deg, #0050a6, #0071bf);
padding: 10px;
font-size: 1.4rem;
font-weight: 400;
text-align: left;
vertical-align: middle;
color: #fff;
}
#requirement table tr td {
display: block;
padding: 15px 10px;
font-size: 1.2rem;
font-weight: 400;
}

#requirement .button a { justify-content: center; }



}