.title-02 {
  font-style: italic;
}

.news_list {
  max-width: 1100px;
  margin: 100px auto;
}

@media (max-width: 930px) {
  .news_list {
    margin: 50px 5%;
  }
}

.news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_list dl dt {
  width: 85px;
  font-size: 14px;
}

@media (max-width: 930px) {
  .news_list dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

.news_list dl dd.cate {
  min-width: 60px;
  line-height: 19px;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  padding-bottom: 1px;
  margin-top: 1px;
}

.news_list dl dd.cate.cate01 {
  background-color: #729eaf;
}

.news_list dl dd.cate.cate02 {
  background-color: #ce9365;
}

.news_list dl dd.cate.cate03 {
  background-color: #749776;
}

.news_list dl dd.cate.cate04 {
  background-color: #6179a0;
}

.news_list dl dd.txt {
  width: calc(100% - 170px);
  font-size: 14px;
  margin-bottom: 50px;
}

@media (max-width: 930px) {
  .news_list dl dd.txt {
    width: calc(100% - 70px);
    margin-bottom: 20px;
  }
}

.news_list dl dd.txt a {
  color: #231815;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news_list dl dd.txt a:hover {
  color: #e95519;
}

.news-details {
  max-width: 1100px;
  margin: 100px auto;
}

@media (max-width: 930px) {
  .news-details {
    margin: 50px 5%;
  }
}

.news-details h2 {
  line-height: 1.5;
  text-align: center;
  font-size: 28px;
  margin: 50px 0 20px 0;
}

@media (max-width: 930px) {
  .news-details h2 {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
}

.news-details h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 50px 0 20px 0;
}

@media (max-width: 930px) {
  .news-details h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
}

.news-details h4 {
  font-size: 24px;
  color: #e95519;
  font-weight: 500;
  line-height: 1.5;
  margin: 50px 0 20px 0;
}

@media (max-width: 930px) {
  .news-details h4 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}

.news-details h5 {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 10px 0;
}

@media (max-width: 930px) {
  .news-details h5 {
    font-size: 18px;
  }
}

.news-details p {
  font-size: 16px;
}

@media (max-width: 930px) {
  .news-details p {
    font-size: 1.3rem;
  }
}

.news-details a {
  display: inline;
  color: #e95519;
  text-decoration: underline;
}

.news-details a:hover {
  text-decoration: none;
}

.news-details ol {
  padding: 0 0 0 20px;
  margin: 20px 0;
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 930px) {
  .news-details ol {
    font-size: 1.3rem;
  }
}

.news-details ol li {
  list-style-type: decimal;
}

.news-details ul {
  padding: 0 0 0 20px;
  margin: 20px 0;
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 930px) {
  .news-details ul {
    font-size: 1.3rem;
  }
}

.news-details ul li {
  list-style-type: disc;
}

.news-details .back-top {
  width: 316px;
  border: 2px solid #e95519;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  margin: 100px auto 0 auto;
  cursor: pointer;
  background-color: #e95519;
  color: #FFF;
  -webkit-transition: color 0.2s linear , background 0.2s linear;
  transition: color 0.2s linear , background 0.2s linear;
}

.news-details .back-top a {
  color: #FFF;
  position: relative;
  display: block;
  text-decoration: none;
}

.news-details .back-top a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  background: none;
  margin-top: 4px;
  border-radius: 2px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 930px) {
  .news-details .back-top a::before {
    top: 10px;
    right: 15px;
  }
}

.news-details .back-top a:hover::before {
  border-color: #e95519 #e95519 transparent transparent;
}

@media (max-width: 930px) {
  .news-details .back-top {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0;
    line-height: 40px;
  }
}

.news-details .back-top:hover {
  background-color: #FFF;
  color: #e65519;
}

.news-details .back-top:hover a {
  color: #e65519;
}

.news-details .back-top:hover a::before {
  border-color: #e95519 #e95519 transparent transparent;
}
/*# sourceMappingURL=style.css.map */