@charset "UTF-8";
.jin-ifont-post:before {
  content: "" !important;
}

/* ブログカード */
/* CSS Document */
.blog-card-hl-box {
  position: absolute;
  border-radius: 2px;
  background: #ccc;
}

@media (min-width: 768px) {
  .blog-card-hl-box {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    top: -14px;
    left: 20px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .blog-card-hl-box {
    font-weight: bold;
    font-size: 11px;
    padding: 4px 8px;
    top: -12px;
    left: 12px;
    width: 120px;
  }
}
.blog-card {
  display: block;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  background: rgba(255, 255, 255, 0);
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

@media (max-width: 767px) {
  .blog-card {
    width: 100%;
    padding: 12px;
    margin: 10px 0px;
    padding-top: 22px !important;
  }
}
@media (min-width: 768px) {
  .blog-card {
    width: 90%;
    margin: 10px auto;
    padding: 20px;
    padding-top: 30px !important;
  }
}
.blog-card .blog-card-hl {
  position: relative;
  color: #fff;
  letter-spacing: 0;
  line-height: 0;
}

.blog-card .blog-card-hl:after {
  position: absolute;
  content: "あわせて読みたい";
  color: #fff;
  width: 100px;
  top: 5px;
  left: 1px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .blog-card .blog-card-hl:after {
    left: -2px;
  }
}
.blog-card .jin-ifont-post {
  color: #fff;
  font-size: 0.7rem;
}

.blog-card:hover {
  opacity: 0.8 !important;
}

.blog-card:hover .blog-card-thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-card-content {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}

.blog-card-thumbnail {
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-card-thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 1.82;
    -ms-flex: 1.82;
    flex: 1.82;
  }
}
@media (min-width: 768px) {
  .blog-card-thumbnail {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.blog-card-thumbnail img {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: baseline;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.blog-card-title {
  display: block;
  letter-spacing: 1px;
  color: #524e4d;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (max-width: 767px) {
  .blog-card-title {
    font-size: 0.85rem;
    line-height: 1.2rem;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .blog-card-title {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
}
.blog-card-excerpt {
  color: #524e4d;
  display: none;
}

@media (min-width: 768px) {
  .blog-card-excerpt {
    margin-top: 15px;
    font-size: 0.75rem;
    display: block;
  }
}
.blog-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 70%;
  color: #777;
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .blog-card-footer {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .blog-card-footer {
    margin-top: 15px;
  }
}
.blog-card-footer .blog-card-logo {
  margin-right: 5px;
}

.blog-card-footer .blog-card-logo img {
  padding: 0 !important;
  margin: 0 !important;
}

.blog-card-footer .blog-card-sitetitle {
  display: block;
  margin-top: 1px;
}

.-circle .c-balloon__iconImg {
  border: none !important;
  border-radius: unset !important;
}

.l-article .post_content .gallery .gallery-item {
  margin-top: 10px !important;
}