.guide {
    text-align: left;
    max-width: 900px;
    margin: 20px auto 0;
}

.guide .pc_none{
    display: none;
}

.guide h1 {
    margin-bottom: 25px;
}

.guide h3 {
    margin: 20px 0 10px;
}

.guide h5{
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 14px;
}

.guide table {
    border-collapse: collapse;
}

.guide th {
    background: #ccc;
}

.guide th:nth-child(1){
    width: 100px;
    border-right: 1px solid #999;
}
  
.guide th, td {
    border: 1px solid #ccc;
    padding: 8px;
}
  
.guide tr:nth-child(even) {
    background: #efefef;
}