@charset "utf-8";
.news .heading{
  color: #fff;
}
.news .article-wrap{
  background: #fff;
  padding:8% 4%;
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 30%);
  -ms-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 30%);
}
.news .article-wrap .date{
  font-size: 1.4rem;
  font-weight: bold;
  color: #005557;
  opacity: 0.3;
  margin-bottom: 10px;
}
.news .article-wrap .ttl{
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom:3%;
  border-bottom:1px solid #d9e7e8;
  margin-bottom:5%;
}
.news .article-wrap h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3%;
}
.news .article-wrap p{
  color: #333;
  line-height: 1.7;
  margin-bottom: 5%;
}
.news .article-wrap a{
  text-decoration: underline;
  color: #008b92;
}
.news .article-wrap ul{
  margin-bottom:5%;
}
.news .article-wrap ul li{
  position: relative;
  padding-left: 1.5em;
  line-height: 1.7;
}
.news .article-wrap ul li::before{
  content: "・";
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
.news .article-wrap figure{
  width:100%;
  margin-bottom: 5%;
}
.news .article-wrap .twitter{
  margin-bottom:5%;
}
@media screen and (max-width: 600px) {
  .news .article-wrap .date{
    font-size: 1rem;
  }
  .news .article-wrap .ttl{
    font-size: 1.4rem;
  }
  .news .article-wrap h3{
    font-size: 1.4rem;
  }
  .news .article-wrap p{
    margin-bottom:7%;
  }
  .news .article-wrap ul{
    margin-bottom:7%;
  }
  .news .article-wrap figure{
    margin-bottom: 7%;
  }
  .news .article-wrap .twitter{
    margin-bottom:7%;
  }
}



.news .box h3 {
    color: #005557;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    border-left: 5px solid #008b92;
    padding: 3%;
    background: #d9e7e8;
    border-bottom: 3px solid #c3d4d5;
    margin-bottom: 4%;
}

.news .box{
  border:0 none;
  margin-top:0;
}
.news table{
  border-collapse: collapse;
  width: 100%;
  margin:4% 0;
}
.news table tr{
  border:1px solid #005557;
}
.news table tr th,
.news table tr td{
  padding:2%;
  line-height: 1.7;
}
.news table tr th{
  background: #d9e7e8;
  width:33.3%;
  border-right:1px solid #005557;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  text-align: center;
}
.news table tr th span{
  font-size: 1.2rem;
  font-weight: normal;
  margin-left:0.5em;
}
.news table tr td{
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  border-right:1px solid #005557;
  width:33.3%;
  text-align: right;
}
.news table tr td:first-of-type{
  font-weight: bold;
  text-align: center;
}
.news table tr td.price span{
  font-size: 2rem;
  font-weight: bold;
}
.news .btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  margin: 6% auto 0;
}
.news .btn img{
  width: 22px;
  margin-right:10px;
}
.news .btn::after{
  transform: rotate(135deg);
}
@media screen and (max-width:600px) {
  .news table tr th{
    font-size: 1.1rem;
  }
  .news table tr th span{
    font-size: 1rem;
    margin-left:3px;
  }
  .news table tr td{
    font-size: 1.1rem;
  }
  .news table tr td.price span{
    font-size: 1.6rem;
  }
  .news .btn img{
    width: 17px;
  }
}