@charset "utf-8";

.news .list li{
  margin-bottom: 50px;
}
.news .list li .midashi a {
  color: #5db98b;
}
.news .list li.latest .new{
  color: #5db98b;
  font-size: 4.5rem;
  line-height: 1.4;
  margin-bottom: -10px;
}
.news .list li .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
}
.news .list li .inner figure{
  width: 35%;
}
.news .list li.latest .inner figure{
  width: 48%;
}
.news .list li .inner .txtBox{
  width: 60%;
}
.news .list li.latest .inner .txtBox{
  width: 48%;
  margin-top: -30px;
}
.news .list li .midashi{
  color: #5db98b;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 3px #5db98b;
  margin-bottom: 10px;
}
.news .list li .midashi span{
  display: block;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
  margin-bottom: 5px;
}
.news .list li.latest .inner .midashi span{
  text-align:right;
}

.news-content {
  font-size: 1.2em;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 2em;
  font-weight: bold;
}

.wp-pagenavi .current {
  font-weight: bold;
  display: inline-block;
  background: rgb(93, 185, 139);
  width: 1.1em;
  height: 1.4em;
  /* padding-top: 0px; */
  border-radius: 56%;
  color: #fff;
}


.to-list{
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
}
.to-list a{
  color: #5db98b;
  position: relative;
}
.to-list a:after{
  content: '\025b6';
  position: absolute;
  top: -3px;
  right: -15px;
}

/* news details */
section.news div.detail p.tit{
  color: #5db98b;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #5db98b;
  margin-bottom: 5px;
}
.news .detail .date{
  color: #5db98b;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: right;
}
.news .detail article{
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 5em;
}
.news .detail article p{
  margin-bottom: 30px;
}
.news .detail article img{
  display: block;
  max-width: 460px;
  /* max-width: inherit; */
  width: 94%;
  /* width: 100%; */
  margin: 0 auto 30px;
}
.news .detail .btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
  background: url('https://takehara-ds.com/wp-content/uploads/2019/11/btn-detail.png') no-repeat center center / 600px 50px;
}
.news .detail .btn li{
  width: 33%;
}
.news .detail .btn li a{
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 15px 0;
}
.news .detail .btn li:nth-child(1) a{
  width: 200px;
  color: #fff;
}
.news .detail .btn li:nth-child(2) a{
  width: 200px;
  color: #5db98b;
}
.news .detail .btn li:nth-child(3) a{
  width: 200px;
  color: #fff;
}
/* news details fin */

@media screen and (max-width:900px) {
  #under h3 {
    left: -22px;
  }
}

@media screen and (max-width: 768px) {
  .news .list li .inner {
    flex-direction: column;
  }

  .news .list li.latest .inner figure {
    width: 100%;
  }

  .news .list li .inner figure {
    width: 100%;
  }

  .news .list li.latest .inner .txtBox {
    width: 100%;
    margin-top: 0;
  }

  .news .list li .inner .txtBox {
    width: 100%;
    margin-top: 0;
  }
  .news .detail .tit{
    color: #5db98b;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #5db98b;
    margin-bottom: 5px;
  }
  .news .detail .date{
    color: #5db98b;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: right;
  }
  .news .detail article{
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .news .detail .btn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    background: url(../img/news/btn-detail.png) no-repeat center center / contain;
  }
  .news .detail .btn li{
    width: 33%;
  }
  .news .detail .btn li:nth-child(1) a,.news .detail .btn li:nth-child(2) a,.news .detail .btn li:nth-child(3) a{
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .news .detail .btn li:nth-child(1) a, 
  .news .detail .btn li:nth-child(2) a, 
  .news .detail .btn li:nth-child(3) a {
    font-size: 1rem;
  }
}

@media screen and (max-width:450px) {
  #under {
    padding: 60px 20px;
  }

  #under h3 {
    top: -29px;
    left: 74%;
  }
}



