.sec01 {
  background: #42A0B6;
  padding: 60px 0;
}
.sec01 .clm > div:nth-child(1) {
  width: 40%;
}
.sec01 .clm > div:nth-child(2) {
  width: 30%;
}
.sec01 .clm > div:nth-child(3) {
  width: 30%;
}
.sec01 .tit {
  margin-bottom: 20px;
}
.sec01 .tit img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.sec01 ul li {
  color: white;
}
.sec01 ul li a {
  color: white;
}

@media only screen and (max-width: 767px) {
  .sec01 {
    padding: 30px 0;
  }
  .sec01 .clm > div {
    display: block;
    width: 100% !important;
  }
  .sec01 .clm > div + div {
    margin-top: 20px;
  }
  .sec01 .tit {
    margin-bottom: 10px;
  }
}
.article_list {
  padding: 80px 0 370px;
}
.article_list .article {
  padding: 60px 150px;
  background: white;
  border: 1px solid #717071;
  position: relative;
}
.article_list .article:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  display: block;
  background: url(../imgs/home_ol_15.png) no-repeat;
  height: 14px;
  width: 100%;
}
.article_list .article + .article {
  margin-top: 90px;
}
.article_list .article .text01 {
  color: #42A0B6;
  font-size: 18px;
  margin-bottom: 10px;
}
.article_list .article .title {
  font-size: 26px;
  color: #42A0B6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #717071;
}
.article_list .pager {
  text-align: center;
  margin-top: 50px;
}
.article_list .pager > div {
  padding: 0 30px;
  color: #42A0B6;
}
.article_list .pager > div a {
  color: #42A0B6;
}

@media only screen and (max-width: 767px) {
  .article_list {
    padding: 30px 0 100px;
  }
  .article_list .article {
    padding: 20px;
  }
  .article_list .article + .article {
    margin-top: 30px;
  }
}

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