@charset "UTF-8";

.news__main {
  position: relative;
  margin-top: 30px;
}

.news__main a {
  color: black;
}

.news__main a:hover .news__main--ttl2 {
  text-decoration: underline;
}

.news__main__cont {
  text-align: left;
  position: relative;
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}

.news__main__cont:before {
  content: " ";
  display: table;
}

.news__main__cont:after {
  clear: both;
}

.news__main--fig {
  text-align: center;
}

.news__main--fig img {
  max-width: 880px;
  max-height: 440px;
  width: auto;
  height: auto;
}

.news__main--ttl {
  line-height: 1.1;
}

.news__main__cont__head {
  display: table;
  vertical-align: middle;
  margin: 1rem 0;
}

.news__main--date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 100%;
}

.news__main--cat {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  margin-left: 2rem;
  padding: 0 2rem;
  font-size: 1.4rem;
}

.news__main--ttl2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}

.btnReadMore {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  color: #333;
  min-width: 200px;
  width: 200px;
  display: inline-block;
}

.btnReadMore a {
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 2px solid #333;
  background-color: #fff;
  display: block;
  color: #333;
}

.news__cont__list {
  width: 873px;
  border-right: solid 1px #E1E2E3;
}

.news__cont__side {
  width: 236px;
  margin: 30px auto 0 30px;
  text-align: left;
}

.news__cont__side h3 {
  text-align: left;
}

.news__cont__side .news__cont__side__cat {
  margin-left: 20px;
  margin-bottom: 40px;
}

.news__cont__side .news__cont__side__cat li {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.news__cont__side a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.news__cont__side .news__cont__side__ac {
  margin-left: 20px;
}

.news__cont__side .news__cont__side__ac dt {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.news__cont__side .news__cont__side__ac dd {
  display: none;
}

.news__cont .pagination {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}

.news__cont .pagination li {
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width:767px) {
  .news__main {
    position: initial;
    padding: 10px;
    margin-bottom: 10px;
  }

  .news__main__cont {
    width: 100%;
    overflow: initial;
  }

  .news__main--fig img {
    max-width: 100%;
    max-height: initial;
  }

  .news__main--date {
    font-weight: bold;
    display: block;
  }

  .news__main--cat {
    margin: 5px 0;
  }

  .news__cont__list {
    width: 100%;
    float: none;
    border: none;
    order: 1;
  }

  .news__cont__side {
    width: 100%;
    margin: 30px auto 30px 15px;
    float: none;
    text-align: left;
    order: 3;
  }

  .pagination {
    order: 2;
    padding-bottom: 10px;
    border-bottom: 1px solid #B4B4B4;
  }
}
