.blogs_wrap .title_v2 .eg {
  font-size: 2.4rem;
}
.blogs_wrap .title_v2 h1 {
  font-size: 2.2em;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .blogs_wrap .title_v2 .eg {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .blogs_wrap .title_v2 h1 {
    font-size: 1.8em;
    line-height: 1.4;
  }
}

.single_tx {
  margin: 60px 0 0 0;
}
@media all and (max-width: 767px) {
  .single_tx {
    margin: 40px 0 0 0;
  }
}

.info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 16px;
}
.info_area .ymd {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.info_area .cate a {
  text-decoration: none;
  color: white;
}
.info_area .cate .info {
  background: #000;
  padding: 3px 10px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .info_area .cate a {
    font-size: 1rem;
  }
}

.blogs_content {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blogs_content img {
  margin: 60px auto;
  width: 100%;
}
.blogs_content .nvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted #ccc;
  margin: 40px 0;
  padding: 40px 0;
  box-sizing: border-box;
}
.blogs_content .nvv a {
  color: #333;
  text-decoration: none;
}
.blogs_content .prr {
  background: url("../images/fl_arw2.png") center left 5px no-repeat;
  background-size: 14px auto;
  padding-left: 25px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.blogs_content .prr:hover {
  background: url("../images/fl_arw2.png") center left no-repeat;
  background-size: 14px auto;
  opacity: 0.8;
}
.blogs_content .nxx {
  background: url("../images/fl_arw.png") center right 5px no-repeat;
  background-size: 14px auto;
  padding-right: 25px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.blogs_content .nxx:hover {
  background: url("../images/fl_arw.png") center right no-repeat;
  background-size: 14px auto;
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .blogs_content img {
    margin: 30px auto;
  }
  .blogs_content .nvv {
    margin: 40px 0;
    padding: 10px 0;
  }
  .blogs_content .nvv a {
    font-size: 1.1rem;
  }
  .blogs_content .prr {
    background: url("../images/fl_arw2.png") top 9px left 5px no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
  }
  .blogs_content .prr:hover {
    background: url("../images/fl_arw2.png") top 9px left no-repeat;
    background-size: 10px auto;
  }
  .blogs_content .nxx {
    background: url("../images/fl_arw.png") top 9px right 5px no-repeat;
    background-size: 10px auto;
    padding-right: 20px;
  }
  .blogs_content .nxx:hover {
    background: url("../images/fl_arw.png") top 9px right no-repeat;
    background-size: 10px auto;
  }
}

.arc_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.arc_wrap img {
  margin: 0;
}
.arc_wrap a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.arc_wrap a:hover img {
  transform: scale(1.05);
}
.arc_wrap a .img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.arc_wrap a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.arc_wrap a .tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin: 16px 0 4px 0;
}
.arc_wrap a .ymd {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .arc_wrap {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.under_sec1 .arc_inner {
  margin: 80px 0;
}
@media all and (max-width: 767px) {
  .under_sec1 .arc_inner {
    margin: 40px 0;
  }
}

.info {
  color: white;
  background: #000;
  padding: 3px 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.info:hover {
  opacity: 0.8;
}

.paginations {
  text-align: center;
  margin-top: 40px;
}
.paginations .pgn {
  display: inline-block;
}
.paginations .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.paginations .page-numbers {
  box-shadow: none;
}
.paginations .prev {
  background: url("../images/fl_arw2.png") center center no-repeat;
  background-size: 14px auto;
}
.paginations .next {
  background: url("../images/fl_arw.png") center center no-repeat;
  background-size: 14px auto;
}
@media all and (max-width: 767px) {
  .paginations .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
}

.infos_unders .arc_inner {
  margin: 80px 0;
}
@media all and (max-width: 767px) {
  .infos_unders .arc_inner {
    margin: 40px 0;
  }
}

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