@charset "utf-8";

@import url("style_common.css");

.blog__main{
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.post-box{
  padding: 30px;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 0.18);
          box-shadow: 0 0 2px rgb(0 0 0 0.18);
}
.post-header{
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-top: 5px;
  text-align: center;
}
.archive-box{
  margin-top: 20px;
}

.blog-list-title{
  position: relative;
  z-index: 1;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 55px;
  letter-spacing: 0;
}
.blog-list-title .line {
  background-color: #b3b3b3;
  width: 32px;
  height: 1px;
  display: block;
  margin-top: 14px;
}

.post-list-mag{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  gap: 20px;
}
.post-list-mag .post-list-item{
  width: 100%;
}
@media (min-width: 751px){
  .post-list-mag .post-list-item{
    width: calc(50% - 10px);
  }
}


.post-list-link{
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 0;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, padding 0.3s, left 0.3s, bottom 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition: color 0.4s, background 0.4s, opacity 0.4s, border 0.4s, padding 0.4s, left 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
          transition: color 0.3s, background 0.3s, transform 0.3s, opacity 0.3s, border 0.3s, padding 0.3s, left 0.3s, bottom 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
          transition: color 0.4s, background 0.4s, transform 0.4s, opacity 0.4s, border 0.4s, padding 0.4s, left 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  background-color: #fff;
}
@media (min-width: 751px){
  .post-list-link{
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
            box-shadow: 0 1px 3px rgb(0 0 0 / 18%);
  }
}
.post-list-inner{
  display: block;
}
.post-list-thumb{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-list-thumb.horizontal:before,
.post-list-thumb.vertical:before{
  content: "";
  width: 100%;
  padding-top: 66.666%;
  display: block;
}
.post-list-thumb img{
  display: none;
}
.post-list-meta{
  padding: 10px 17px 10px;
}
@media (min-width: 1024px){
  .post-list-cat{
    font-size: 10px;
    padding: 5px 12px;
  }
}
.post-list-cat{
  font-size: 10px;
  font-weight: 400;
  top: 11px;
  left: 11px;
  margin-left: -1px;
  padding: 3px 10px;
  letter-spacing: 0;
}
.post-list-cat{
  position: absolute;
  z-index: 2;
  letter-spacing: 0;
  color: #fff!important;
  border-radius: 20px;
  background-color: #222222;
}
.post-list-title{
  font-size: 16px;
}
@media (min-width: 1024px){
  .post-list-title{
    font-size: 18px;
    line-height: 1.6;
  }
}
.post-list-date{
  display: block;
  text-align: right;
  color: #b3b3b3!important;
}
@media (min-width: 751px){
  .post-list-date{
    padding: 10px 0;
  }
}
