@font-face {
  font-family: "pt-serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/pt-serif-italic-subset.woff2") format("woff2"); }

.home {
  background: #fefefe;
  color: #3a3a3c;
  padding: .65rem 2rem;
  box-sizing: border-box; }

.home header {
  margin: 1rem 0; }

.home header h1 {
  font-weight: 700;
  text-align: left;
  font-size: 2.325rem; }

div.fav-quote {
  width: 100%;
  max-width: 790px;
  font-style: italic;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: "pt-serif", serif; }

div.fav-quote > p.from {
  font-style: normal; }

.home div.desc {
  width: 100%;
  max-width: 790px;
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.5;
  color: #5A5A5A;
  padding-left: 0.325rem;
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }

div.fav-quote > p {
  margin-bottom: .65rem;
  word-break: break-word; }

div.fav-quote > p:last-child {
  margin-top: 1.1rem; }

main {
  margin-bottom: 2rem; }

main ul.article-list {
  padding: 0 0 .65rem 0;
  display: flex;
  flex-flow: row wrap;
  max-width: 1280px; }

main ul.article-list li {
  list-style: none;
  flex-basis: calc(24.975% - 16.75px);
  width: calc(24.975% - 16.75px);
  box-sizing: border-box;
  background: #ffffff;
  margin: 0 1% 1.3rem 0;
  display: inline-block;
  cursor: pointer;
  transition: .3s all;
  cursor: pointer;
  margin-bottom: 45px; }

main ul.article-list li.go-more {
  align-self: flex-start;
  padding: .65rem;
  box-sizing: border-box;
  border: 1px solid #f1f1f1; }

main ul.article-list li a {
  display: block;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  /* position: relative; */ }

main ul.article-list li a::after {
  content: "";
  display: block; }

main ul.article-list li a img {
  display: block;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  max-width: none; }

main ul.article-list li a h3 {
  margin: .5rem 0 0 0;
  color: #3A3A3A;
  font-size: 1.1rem;
  padding: 0;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.45; }

main ul.article-list li a span.date {
  padding: .325rem 0 0 0;
  color: #9a9a9a;
  font-size: .85rem;
  font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif; }

@media only screen and (max-width: 768px) {
  .home {
    padding: .65rem; }
  main ul.article-list li {
    flex-basis: 100%;
    width: 100%; }
  main ul.article-list li a img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .home {
    padding: .65rem 1rem; }
  main ul.article-list li {
    flex-basis: calc(34.975% - 30.75px);
    width: calc(34.975% - 30.75px); }
  /* main ul.article-list li a img {
      width: 200px;
      height: 200px;
      object-fit: cover;
    } */ }

main ul.article-list li:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

main ul.article-list li a {
  font-size: .9rem;
  text-decoration: none;
  color: #313131; }

.toolbar {
  margin-top: 0.65rem;
  display: flex;
  flex-flow: column nowrap;
  padding: 0; }

.toolbar > li {
  flex-basis: 25%;
  list-style: none; }

.toolbar > span:nth-child(even) {
  margin: 0 0.65rem;
  color: #787878;
  user-select: none; }

.toolbar > li > span > a {
  font-family: inherit; }

.content-link {
  display: block;
  transition: 0.3s all;
  padding: .65rem 0 .325rem .325rem;
  box-sizing: border-box; }

.content-link > h2 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.625rem; }

a.content-link:hover h3,
a.content-link:hover span {
  text-decoration: none; }

a.content-link:hover {
  background: #f1f3f5;
  text-decoration: none; }

a.content-link:active {
  background-color: #cecece; }

.content-link > span {
  display: block;
  font-size: 0.9rem; }

@media only screen and (max-device-width: 736px) {
  .content {
    padding: 0.65rem; }
  .toolbar li {
    padding: 0.125rem;
    box-sizing: border-box; } }

footer ol.notice {
  color: #999999;
  font-size: .8rem;
  padding-left: 1rem;
  margin-top: 2rem;
  font-family: sans-serif; }
