body {
font-family: MS Pゴシック, Osaka, ヒラギノ角ゴ Pro W3;
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
h1 {
margin: 0;
padding: 0;
color: #D9752B;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
font-size: 2.5rem;
}
.thumbnail {
text-align: center;
}
.thumbnail img {
border: solid 1px #cccccc;
}
.main {
width: 80%;
text-align: center;
margin: 0.5rem auto;
}
.page-list {
display: flex;
align-content: space-between!important;
justify-content: center!important;
flex-wrap: wrap!important;
box-sizing: border-box;
}
.page-list-item {
padding: .5rem!important;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:link {
text-decoration: underline;
font-size: 1.4rem;
}