.font-min, .blog .single, .blog .single p, .blog .single li, .blog .single blockquote, .blog--list li .ttl, .blog--list li time, .post-type-blog, .post-type-blog p, .post-type-blog li, .post-type-blog blockquote {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }

/* ===================================== */
/* blog */
/* ===================================== */
.blog--title {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 6em;
  text-align: center;
  margin-bottom: 3em; }
  .blog--title h1 {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1.5;
    font-size: 20px;
    z-index: 3;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .blog--title h1 {
        font-size: 18px; } }
  .blog--title time {
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    z-index: 3;
    font-size: 10px;
    color: #fff;
    margin-top: 3em;
    letter-spacing: .2em; }
  .blog--title-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1; }
    .blog--title-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog--title::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    content: ""; }
.blog .single {
  line-height: 2;
  padding-bottom: 5em; }
  .blog .single img {
    margin-top: 2em;
    max-width: 100%;
    height: auto; }
    .blog .single img + p {
      margin-top: 2em; }
    .blog .single img + ul {
      margin-top: 2em; }
    .blog .single img + ol {
      margin-top: 2em; }
  .blog .single .wp-caption {
    max-width: 100%;
    margin-bottom: 2em; }
    .blog .single .wp-caption img {
      margin-bottom: 0; }
    .blog .single .wp-caption .wp-caption-text {
      line-height: 1.75;
      font-size: 14px;
      text-align: left;
      padding: .8em 1em;
      background: #eee;
      font-size: 12px;
      letter-spacing: .15em; }
      @media screen and (max-width: 767px) {
        .blog .single .wp-caption .wp-caption-text {
          font-size: 10px; } }
  .blog .single h1 {
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    font-weight: normal; }
    .blog .single h1::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 2em;
      height: 1px;
      background: #000;
      transform: translateX(-50%);
      content: ""; }
    @media screen and (max-width: 767px) {
      .blog .single h1 {
        font-size: 18px; } }
  .blog .single h2 {
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    border-bottom: solid 1px #000;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .blog .single h2 {
        font-size: 16px; } }
  .blog .single h3 {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-left: .5em;
    border-left: .3em solid #323232;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .blog .single h3 {
        font-size: 14px; } }
  .blog .single h4 {
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding: .5em;
    color: #fff;
    background: #323232;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .blog .single h4 {
        font-size: 12px; } }
  .blog .single h5 {
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-left: .5em;
    border-left: .3em solid #aaa;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .blog .single h5 {
        font-size: 12px; } }
  .blog .single h6 {
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    letter-spacing: .3em;
    padding-bottom: .5em;
    border-bottom: dashed 1px #aaa;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .blog .single h6 {
        font-size: 12px; } }
  .blog .single p {
    line-height: 2;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0; }
    .blog .single p + p {
      margin-top: 2em; }
    .blog .single p + ul {
      margin-top: 2em; }
    .blog .single p + ol {
      margin-top: 2em; }
    @media screen and (max-width: 767px) {
      .blog .single p {
        font-size: 12px; } }
  .blog .single li {
    line-height: 2;
    font-size: 14px;
    text-align: left; }
    .blog .single li + li {
      margin-top: .5em; }
    @media screen and (max-width: 767px) {
      .blog .single li {
        font-size: 12px; } }
  .blog .single ul {
    padding: 1em;
    border: solid 1px #ccc; }
    .blog .single ul li {
      position: relative;
      list-style: none;
      padding-left: 1.2em; }
      .blog .single ul li::before {
        display: block;
        position: absolute;
        width: .35em;
        height: .35em;
        left: 0.3em;
        top: .7em;
        border-radius: 50% 50%;
        background: #323232;
        content: ""; }
  .blog .single ol {
    padding: 1em;
    border: solid 1px #ccc;
    counter-reset: li; }
    .blog .single ol li {
      position: relative;
      list-style: none;
      padding-left: 1.8em; }
      .blog .single ol li::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        counter-increment: li;
        content: counter(li) " - "; }
  .blog .single blockquote {
    line-height: 2;
    font-size: 14px;
    text-align: left;
    margin: 1em 0;
    padding: 1em 1.2em;
    background: #eee;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .15em; }
    .blog .single blockquote p {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .blog .single blockquote {
        font-size: 10px; } }
  .blog .single a {
    text-decoration: underline;
    trasition: opacity .3s;
    color: #172F67; }
    .blog .single a:hover {
      opacity: .5; }
  .blog .single del {
    color: #aaa; }
  .blog .single hr {
    margin-top: 3em;
    margin-bottom: 3em; }
.blog--list {
  display: flex;
  flex-wrap: wrap; }
  .blog--list li {
    width: calc((100% / 4) - 10px);
    margin: 1em 5px 0;
    list-style: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all .3s; }
    .blog--list li:hover {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
    .blog--list li figure {
      display: block;
      position: relative;
      width: 100%;
      padding-top: 85%; }
      .blog--list li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover; }
    .blog--list li .ttl {
      padding: 0 .8em;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .blog--list li .ttl {
          font-size: 12px; } }
    .blog--list li time {
      position: absolute;
      right: .8em;
      bottom: .8em;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .blog--list li time {
          font-size: 10px; } }
    .blog--list li a {
      position: relative;
      display: block;
      opacity: 1;
      border-radius: 5px;
      padding-bottom: 2.5em;
      overflow: hidden; }
    @media screen and (max-width: 1027px) {
      .blog--list li {
        width: calc((100% / 2) - 10px); } }

.post-type-blog {
  line-height: 2;
  padding-bottom: 5em; }
  .post-type-blog img {
    margin-top: 2em;
    max-width: 100%;
    height: auto; }
    .post-type-blog img + p {
      margin-top: 2em; }
    .post-type-blog img + ul {
      margin-top: 2em; }
    .post-type-blog img + ol {
      margin-top: 2em; }
  .post-type-blog .wp-caption {
    max-width: 100%;
    margin-bottom: 2em; }
    .post-type-blog .wp-caption img {
      margin-bottom: 0; }
    .post-type-blog .wp-caption .wp-caption-text {
      line-height: 1.75;
      font-size: 14px;
      text-align: left;
      padding: .8em 1em;
      background: #eee;
      font-size: 12px;
      letter-spacing: .15em; }
      @media screen and (max-width: 767px) {
        .post-type-blog .wp-caption .wp-caption-text {
          font-size: 10px; } }
  .post-type-blog h1 {
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    font-weight: normal; }
    .post-type-blog h1::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 2em;
      height: 1px;
      background: #000;
      transform: translateX(-50%);
      content: ""; }
    @media screen and (max-width: 767px) {
      .post-type-blog h1 {
        font-size: 18px; } }
  .post-type-blog h2 {
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    border-bottom: solid 1px #000;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .post-type-blog h2 {
        font-size: 16px; } }
  .post-type-blog h3 {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-left: .5em;
    border-left: .3em solid #323232;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .post-type-blog h3 {
        font-size: 14px; } }
  .post-type-blog h4 {
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding: .5em;
    color: #fff;
    background: #323232;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .post-type-blog h4 {
        font-size: 12px; } }
  .post-type-blog h5 {
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding-left: .5em;
    border-left: .3em solid #aaa;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .post-type-blog h5 {
        font-size: 12px; } }
  .post-type-blog h6 {
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    letter-spacing: .3em;
    padding-bottom: .5em;
    border-bottom: dashed 1px #aaa;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .post-type-blog h6 {
        font-size: 12px; } }
  .post-type-blog p {
    line-height: 2;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0; }
    .post-type-blog p + p {
      margin-top: 2em; }
    .post-type-blog p + ul {
      margin-top: 2em; }
    .post-type-blog p + ol {
      margin-top: 2em; }
    @media screen and (max-width: 767px) {
      .post-type-blog p {
        font-size: 12px; } }
  .post-type-blog li {
    line-height: 2;
    font-size: 14px;
    text-align: left; }
    .post-type-blog li + li {
      margin-top: .5em; }
    @media screen and (max-width: 767px) {
      .post-type-blog li {
        font-size: 12px; } }
  .post-type-blog ul {
    padding: 1em;
    border: solid 1px #ccc; }
    .post-type-blog ul li {
      position: relative;
      list-style: none;
      padding-left: 1.2em; }
      .post-type-blog ul li::before {
        display: block;
        position: absolute;
        width: .35em;
        height: .35em;
        left: 0.3em;
        top: .7em;
        border-radius: 50% 50%;
        background: #323232;
        content: ""; }
  .post-type-blog ol {
    padding: 1em;
    border: solid 1px #ccc;
    counter-reset: li; }
    .post-type-blog ol li {
      position: relative;
      list-style: none;
      padding-left: 1.8em; }
      .post-type-blog ol li::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        counter-increment: li;
        content: counter(li) " - "; }
  .post-type-blog blockquote {
    line-height: 2;
    font-size: 14px;
    text-align: left;
    margin: 1em 0;
    padding: 1em 1.2em;
    background: #eee;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .15em; }
    .post-type-blog blockquote p {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .post-type-blog blockquote {
        font-size: 10px; } }
  .post-type-blog a {
    text-decoration: underline;
    trasition: opacity .3s;
    color: #172F67; }
    .post-type-blog a:hover {
      opacity: .5; }
  .post-type-blog del {
    color: #aaa; }
  .post-type-blog hr {
    margin-top: 3em;
    margin-bottom: 3em; }

/*# sourceMappingURL=blog.css.map */
