@charset "utf-8";
.contents {
  margin-bottom: 120px;
}
.news_area li {
  margin-bottom: 10px;
  border-bottom: 1px #d3d3d3 solid;
  padding-bottom: 10px;
}
.news .news_area p:first-child {
  font-weight: 500;
  color: #22ac80;
  font-size: 18px;
  padding-right: 20px;
}
.news_area li a {
  width: 100%;
  position: relative;
  opacity: 1;
}
.news_area li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 20px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../common/img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.news .news_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}
.news .pagination_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #0eda99;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.news .pagination_item_link.isActive {
  background: #007d55;
  color: #fff;
  pointer-events: none;
}
.news .pagination_item_link:not(.isActive):hover {
  background: #007d55;
  color: #fff;
  opacity: 1;
}
.news .pagination > * + * {
  margin-left: 12px;
}
.news .arrow span{
  position: relative;
}
.news .arrow span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: auto;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.news_date {
  font-weight: 500;
  color: #22ac80;
  font-size: 18px;
  padding-right: 20px;
}
.news_ttl h3 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #59493f;
}
.news_sub ul {
  margin: 0 auto 100px;
}
.news_sub .btn {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;

}
@media only screen and (max-width: 1024px) {
  form > div {
    width: 100%;
    max-width: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  label {
    width: 98%;
    margin-bottom: 10px;
  }
  input, textarea {
    width: 94%;
    padding: 6px 4%;
  }
  .contents {
    margin-bottom: 100px;
  }
  .news .news_area_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}





