
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
}

h2 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  line-height: 1.8;
}
hr {
  margin: .8em 0;
}

.align-right {
  text-align: right;
}

/* メイン画像で float:left, float:right した際の回り込み解除 */
article.content-wrap:after {
  content: '';
  display: block;
  clear: both;
}

/* 画像 */
._photo a {
  position: relative;
  display: block;
  text-align: center;
}

._photo figure,
._photo figure.photo-left {
  display: table;
  table-layout: fixed;
  float: left;
  max-width: 45%;
  min-width: 30%;
  margin: 1rem 1rem 1.5rem;
  padding: 0;
}

._photo figure.photo-right {
  float: right;
}

._photo figure.photo-center {
  float: none;
  margin: 1rem auto;
}

._photo figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
}

._photo figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1rem;
  font-family: \\6E38\30B4\30B7\30C3\30AF, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  margin: .5em 0 0;
  padding: 0;
  line-height: 1.4em;
  color: #000;
  text-align: center;
}

/*
._photo figure figcaption:before  {
  content: "\F00E ";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #000000;
}
*/

.pagination {
  list-style: none;
  padding: 0;
  margin: 3rem 0 1rem;
  text-align: center;
  color: #aaa;
}

.pagination li {
  display: inline-block;
  border: 1px solid #eee;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 4px 15px;
}

@media screen and (max-width: 767px) {
  ._photo figure,
  ._photo figure.photo-left,
  ._photo figure.photo-right {
    float: none;
    margin: 1rem auto;
  }
}
