@charset "UTF-8";
#pageHead {
  background: url(../img/blog/head-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  #pageHead {
    background: url(../img/pc/blog/head-bg.jpg) center center no-repeat;
    background-size: cover;
  }
}
#main .achiveList {
  padding: 0 0 10px;
}
#main .achiveList li a .img {
  flex-basis: 33%;
  padding-top: 33%;
}
#main .achiveList li a .txtArea {
  flex-basis: 63.5%;
}
@media only screen and (min-width: 769px) {
  #main .achiveList {
    padding: 0 0 50px;
  }
  #main .achiveList li a {
    background: #f4fbfa;
    padding: 15px 20px;
  }
  #main .achiveList li a .img {
    flex-basis: 20.5%;
    padding-top: 20.5%;
  }
  #main .achiveList li a .txtArea {
    flex-basis: 77%;
  }
  #main .achiveList li a .txtArea .ttl {
    font-size: 18px;
  }
  #main .achiveList li a .txtArea .tag {
    font-size: 12px;
  }
}
#main .article {
  padding: 5px 8px 30px;
}
#main .article .kv {
  margin-bottom: 15px;
}
#main .article .kv img {
  height: auto;
}
#main .article .ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .article .info {
  margin-bottom: 10px;
}
#main .article .info .date {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#main .article .info .date:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/common/ico-clock.png) center center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#main .article .info .tag {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  margin: 0 0 5px 10px;
}
#main .article .info .tag:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/common/ico-tag.png) center center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#main .article > p {
  line-height: 1.76;
}
#main .article > p img {
  height: auto;
}
#main .article .snsflex {
  display: flex;
}
@media only screen and (min-width: 769px) {
  #main .article {
    padding: 0 0 100px;
  }
  #main .article .kv {
    margin-bottom: 35px;
  }
  #main .article .kv img {
    width: 100%;
  }
  #main .article .ttl {
    font-size: 26px;
  }
  #main .article .info {
    margin-bottom: 30px;
  }
  #main .article .info .date {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  #main .article .info .date:before {
    width: 15px;
    height: 15px;
  }
  #main .article .info .tag {
    font-size: 16px;
    padding-left: 20px;
    margin: 0 0 5px 17px;
  }
  #main .article .info .tag:before {
    width: 15px;
    height: 15px;
  }
  #main .article > p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}


figure.wp-block-table .has-fixed-layout {
    table-layout: auto;
    min-width: 810px;
}