@charset "utf-8";

/* header */
#hdLogo .is-logo {
  text-decoration: none;
}

/* blogArea */
.topPage-blogArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 47px 0 40px;
}
@media only screen and (max-width: 767px) {
  .topPage-blogArea {
    padding: 0 4.6%;
  }
}
.topPage-title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
.topPage-title img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topPage-title img {
    max-width: 220px;
  }
}
.topPage-blogArea-postWrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.topPage-blogArea-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.topPage-blogArea-list-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.topPage-blogArea-list-item * {
  box-sizing: border-box;
}
.topPage-blogArea-list-item .box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  border: solid 1px #dcdcdc;
  position: relative;
}
.topPage-blogArea-list-item .image {
  display: block;
  width: 30%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .topPage-blogArea-list-item .image {
    width: 100%;
    height: 230px;
  }
}
.topPage-blogArea-list-item .image a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.topPage-blogArea-list-item .image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.topPage-blogArea-list-item .header {
  width: 70%;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .topPage-blogArea-list-item .header {
    width: 100%;
    padding: calc(230px + 20px) 20px 20px;
  }
}
.topPage-blogArea-list-item .meta {
  margin-bottom: 10px;
}
.topPage-blogArea-list-item .meta .category {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.topPage-blogArea-list-item .meta .category a {
  display: block;
  padding: .2em 2em;
  text-align: center;
  background-color: #699906;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topPage-blogArea-list-item .meta .category a {
    padding: .4em 1em;
  }
}
.topPage-blogArea-list-item .meta .date {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  font-family: "Roboto Condensed","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",sans-serif;
  font-size: 14px;
}
.topPage-blogArea-list-item .header .title {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
}
.topPage-blogArea-list-item .header .title a {
  color: #333;
  text-decoration: none;
}
.topPage-blogArea-list-item .header .text {
  font-size: 12px;
  max-height: 7em;
  overflow: hidden;
  line-height: 1.7;
}
.topPage-blogArea-list-item .header .text a {
  color: #333;
  text-decoration: none;
}
.topPage-blogArea-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
}
.topPage-blogArea-btn .is-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
}
.topPage-blogArea-btn .is-btn .is-text {
  display: block;
  width: 100%;
  height: 0;
  padding: 13.43% 0 0;
  margin: 0;
  background: url(https://office-kitahama.jp/wp-content/themes/minnakaikei/shinkoku/img/blogArea_moreBtn.png) no-repeat center center / contain;
  text-align: left;
  text-indent: -1000px;
  font-size: 11px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .topPage-blogArea-btn .is-btn .is-text:hover {
    background-image: url(https://office-kitahama.jp/wp-content/themes/minnakaikei/shinkoku/img/blogArea_moreBtn_hover.png);
  }
}

