main .l-text_left {
text-align: left;
max-width: 850px;
}
main .l-text_right {
text-align: right;
max-width: 850px;
}
.content2 .content_a ol {
list-style-type: decimal;
padding-left: 20px;
}
.content2 .content_a ol li {
padding-bottom: 10px;
}
body {
font-weight: 400;
}
main .a-title {
font-size: 19px;
color: darkslategrey;
}
.content2 {
font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
}
th {
color: darkslategrey;
}
main .title_b {
padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
main .a-title {
font-size: 16px;
}
th {
font-size: 16px;
}
}