@charset "utf-8";

/* pick up ============================================= */
.blog-pickup-area {
  padding: 0 0 37px;
  position: relative;
}
@media screen and (max-width: 667px) {
.blog-pickup-area { padding: 0 0 25px; }
}


/* category list ============================================= */
.blog-category-list {
  border-right: none;
  display: inline-block !important;
  margin: 0 .8em .5em 0;
}

.blog-category-list-inner {
  background-color: #fff;
  border: 1px solid #00a0e9;
  border-radius: 18px;
  color: #00a0e9 !important;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  padding: 0 1em;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.blog-category-list-inner {
  font-size: 13px;
  line-height: 1.6;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.blog-category-list-inner {
  font-size: 14px;
  line-height: 1.8;
}
}

.blog-category-list-inner:hover {
  background-color: #00a0e9;
  color: #fff !important;
  text-decoration: none;
}


/* middle headline ============================================= */
.blog-middle-headline {
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}


/* blog thumbnail ============================================= */
.blog-thumbnail-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 667px) {
.blog-thumbnail-wrap { width: 90%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.blog-thumbnail-wrap { width: 90%; }
}


.blog-thumbnail {
  display: block;
  margin: 0;
  padding: 0 !important;
}

.blog-thumbnail-link {
  display: block;
  transition: .3s;
}
.blog-thumbnail-link:hover { text-decoration: none; }

.blog-thumbnail-figure {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 2px #ccc;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.blog-thumbnail-image {
  display: block;
  height: auto;
  transition: all .3s ease-out;
  width: 100% !important;
}

.blog-thumbnail-link:hover .blog-thumbnail-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.blog-thumbnail-headline {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 8px 0 0;
  word-break: break-word;
}
@media screen and (max-width: 667px) {
.blog-thumbnail-headline { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.blog-thumbnail-headline { font-size: 14px; }
}

.blog-thumbnail-headline a,
.blog-thumbnail-headline a:hover { 
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.blog-thumbnail-headline a:hover { opacity: .7; }

.blog-up-date {
  line-height: 1;
  padding: 0;
}