/*--------------------------------------



--------------------------------------*/
.blogPage {
  margin: 0 0 80px;
}

.blogInner {
  margin: 0 0 25px;
}

.blogItem:not(:last-of-type) {
  margin: 0 0 30px;
}

.blogLink {
  display: block;
  transition: 0.3s;
  text-decoration: none;
  color: #444;
  padding: 25px 20px;
  border: solid 2px #F2F2F2;
}
.blogLink:hover {
  background: #F9F9F9;
}

.blogRowListPage {
  flex-direction: row-reverse;
}

.blogImgWrap {
  margin: 0 0 15px;
}

.blogImg img {
  width: 100%;
}

.blogInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blogDay {
  color: #7B7B7B;
  font-size: calc(1.285rem + 0.315vw);
  display: inline-block;
  margin: 0 10px 5px 0;
}

.blogCat {
  font-size: calc(1.255rem + 0.045vw);
  border: solid 1px #669833;
  padding: 2px 5px;
  display: inline-block;
  margin: 0 0 5px;
  color: #669833;
}

.blogCat.cls02 {
  border: solid 1px #1B75B9;
  color: #1B75B9;
}

.blogTitle {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: calc(1.305rem + 0.495vw);
  border-bottom: solid 2px #DFDFDF;
  position: relative;
}
.blogTitle::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #FFAE44;
  width: 100px;
  height: 2px;
}

.blogDis {
  font-size: calc(1.265rem + 0.135vw);
}

/*--------------------------------------



--------------------------------------*/
.pageNationList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageNationListItem:not(:last-of-type) {
  margin-right: 5px;
}

.pageNationListlink {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  color: #444444;
  text-decoration: none;
  transition: 0.3s;
  background: #F2F2F2;
  border-radius: 7px;
  font-size: calc(1.325rem + 0.675vw);
}
.pageNationListlink:hover {
  color: #fff;
  background-color: #FFAE44;
}

.pageNationListItem a.active {
  color: #fff;
  background-color: #FFAE44;
}

.arrowBefore {
  background: #fff;
}
.arrowBefore span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-style: none;
  transition: 0.3s;
}
.arrowBefore span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: solid 4px #FFAE44;
  border-right: solid 4px #FFAE44;
  transform: rotate(-135deg);
}
.arrowBefore:hover {
  background: #fff;
}
.arrowBefore:hover span {
  opacity: 0.8;
}

.arrowAfter {
  background: #fff;
}
.arrowAfter span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-style: none;
  transition: 0.3s;
  position: relative;
}
.arrowAfter span::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: solid 4px #FFAE44;
  border-right: solid 4px #FFAE44;
  transform: rotate(45deg);
}
.arrowAfter:hover {
  background: #fff;
}
.arrowAfter:hover span {
  opacity: 0.8;
}
@media (min-width: 1000px) {
  .blogDay {
    font-size: 1.6rem;
  }
  .blogCat {
    font-size: 1.3rem;
  }
  .blogTitle {
    font-size: 1.8rem;
  }
  .blogDis {
    font-size: 1.4rem;
  }
  .pageNationListlink {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 500px) {
  .blogRow {
    display: flex;
    justify-content: space-between;
  }
  .blogImgWrap {
    width: 42.8571428571%;
    margin: 0;
  }
  .blogText {
    width: 54.7619047619%;
  }
}
@media print, screen and (min-width: 768px) {
  .pageNationListItem:not(:last-of-type) {
    margin-right: 15px;
  }
  .pageNationListlink {
    height: 45px;
    width: 45px;
  }
  .arrowBefore span {
    height: 45px;
    width: 45px;
  }
}
@media print, screen and (min-width: 960px) {
  .blogPage {
    margin: 0 0 110px;
  }
}

/*# sourceMappingURL=bloglist.css.map*/