@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
.content {
    width: 95% ;
    margin: auto;
}
.content table{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 180%;
    width: auto;
}
.content td{
    border-bottom: solid 2px #000;
    padding: 1em 0.5em 0.25em 0.5em;
    
}
.mapBlock{
    margin: 100px 0;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

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

@media only print {
.content {
    width: 90% ;
}
.content table{
    font-size: 20px;
    width: 50%;
}
}