@charset "utf-8";
* {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Meiryo','メイリオ', sans-serif;
}
.wrapper {
    width: 94%;
    max-width: 700px;
    margin: auto;
}
h1 {
    text-align: center;
    margin-top: 40px;
}
@media screen and (min-width: 700px){
    table th {
        position: relative;
        width: 50%;
        padding: 5px;
    }
}
@media screen and (min-width: 700px){
    table td {
        position: relative;
        padding: 15px 0;
        margin: 0;
        font-size: 15px;
        vertical-align: top;
        border-right: 2px dotted #eee;
    }
}
table {
    margin: auto;
    border-collapse: collapse;
}
th {
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 15px
}
td {
    border: 1px solid #ccc;
    padding: 10px 30px;
    font-size: 18px;
}
.taL {
    text-align: left;
}
@media screen and (max-width:768px){
    p {
        line-height: 1.6;
        font-size:16px;
        word-wrap: break-word;
    }
    .wrapper {
        width: 95%;
        margin: auto;
    }
    th {
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 10px;
    }
    td {
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 10px;
    }
    h2 {
        margin-top: 40px;
    }
}
@media screen and (max-width: 699px){
    table th {
        position: inherit;
        left: 10px;
        right: 10px;
        width: 50%;
        z-index: 5;
    }
}
table td {
    border-right: 1px solid #ccc;
}