/* --------------------------------
 post
-------------------------------- */
/*postlist*/
a.postlist {
  margin-bottom: 15px;
  display: block;
  background: #FFF;
  text-decoration: none;
  color: #000000; }
  a.postlist > div {
    border: 1px solid #CCC;
    padding: 15px; }
    a.postlist > div img {
      height: auto;
      object-fit: cover;
      object-position: 100% 100%;
      aspect-ratio: 1 / 1; }

/* post all */
.post .post_thumbnail {
  text-align: center;
  margin-bottom: 1em; }
  .post .post_thumbnail img {
    width: 100%; }
.post .post_content {
  margin-bottom: 200px; }
.post h2 {
  font-weight: 500;
  font-size: 4.2rem;
  margin-bottom: 50px;
  line-height: 1em; }
  .post h2 small {
    display: block;
    font-size: 2.4rem;
    line-height: 3em; }
.post h3 {
  font-weight: 500;
  font-size: 3.6rem;
  margin-bottom: 50px;
  line-height: 1em;
  position: relative;
  padding-top: 1em; }
  .post h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #000000;
    bottom: -15px;
    left: 0; }
  .post h3:first-child {
    padding-top: 0; }

@media screen and (max-width: 1199px) {
  .post .caption1 {
    font-size: 3.0rem; }
    .post .caption1 small {
      font-size: 1.8rem; }
  .post .caption2 {
    font-size: 3.0rem; } }
