@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
.infoBlock table{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    line-height: 170%;
    margin: 20px 0
}
.infoBlock th{
    text-align: left;
    vertical-align: top;
    border-bottom: dotted 1px #999999;
    padding: 0 0.5em;
    white-space: nowrap;
}
.infoBlock td{
    border-bottom: dotted 1px #999999;
    padding: 0 0.5em;
}
.infoBlock tr:last-child th{
    border-bottom: none;
}
.infoBlock tr:last-child td{
    border-bottom: none;
}
.infoBlock ul{
    padding: 0 0 0 1.5em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
}
