@charset "utf-8";



.contents { display:block; font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.contents p { text-align: justify;}
.contents_text h2 { width:100%; font-size:18px; margin-bottom:15px; display:inline-block; }
.contents_text h2 dl { width:100%; display:flex; }

.contents_wrap { background:none; height:auto; }
.contents_text { margin-bottom:40px; }

.contents_text h2 dl dt { width:5%; }
.contents_text h2 dl dd { width:95%; }
@media screen and (min-width:798px) {
    .contents_text h2 dl dt { width:2%; }
    .contents_text h2 dl dd { width:98%; }
}
