@charset "utf-8";

/* newslist_page
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.newslist_page #Sec01{
}
.newslist_page #Sec01 .inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 50px 50px;
}
.newslist_page #Sec01 h2.ttl{
  text-align: center;
}
.newslist_page #Sec01 h2.ttl span{
  padding: 0 10px;
}

.newslist_page .cate_list{
  max-width: 690px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.newslist_page .cate_list li{
  margin: 15px 5px;
}
.newslist_page .cate_list li:first-child{
  margin-left: 0;
}
.newslist_page .cate_list li a{
  padding: 4px 9px;
  background: #EFEFEF;
  color: #505050;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 20px;
}
.newslist_page .cate_list li a:hover{
  opacity: 0.7;
}
.newslist_page .cate_list li.active a{
  background: #505050;
  color: #ffffff;
}

.newslist_page .item_list{
  margin-top: 20px;
}
.newslist_page .item_list li a {
  display: block;
  background: #F5F5F5;
}

.newslist_page .btn_top{
  text-align: center;
  margin-top: 40px;
}
.newslist_page .btn_top a{
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.newslist_page .btn_top a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.newslist_page #Sec01{
}
.newslist_page #Sec01 .inner{
  padding: 30px 20px 50px;
}
.newslist_page #Sec01 h2.ttl{
  text-align: center;
  line-height: 4rem;
}
.newslist_page #Sec01 h2.ttl span{
  padding: 0 10px;
  display: block;
}
.newslist_page .cate_list{
  max-width: 690px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 10px;
}
.newslist_page .cate_list li{
  margin: 15px 5px 0 0;
}
.newslist_page .cate_list li:first-child{
  margin-left: 0;
}
.newslist_page .cate_list li a{
  padding: 4px 10px;
  background: #EFEFEF;
  color: #505050;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
}
.newslist_page .cate_list li a:hover{
  opacity: 0.7;
}
.newslist_page .item_list{
  margin-top: 20px;
}
.newslist_page .item_list li a {
  display: block;
  background: #F5F5F5;
}

/* 640pxまでの幅の場合に適応される */
}

/* news_page
-----------------------------------------------------------------*/
.news_page{
  background: #FF008F;
  padding: 80px 50px 50px;
}
.news_page .news_detail {
  background: #ffffff;
  padding: 40px 100px;
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
}
.news_page .news_detail .date {
  font-size: 2rem;
  font-weight: bold;
  color: #FF008F;
}
.news_page .news_detail h1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.7rem;
  margin-top: 5px;
}
.news_page .news_detail .img_box {
  margin-top: 20px;
}
.news_page .news_detail .article h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin-top: 20px;
}
.news_page .news_detail .article p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.news_page .news_detail .article .has-small-font-size{
  font-size: 1.6rem !important;	
}
.news_page .news_detail .article img{
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.news_page .news_detail .link_box {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.news_page .news_detail .txt_box .link_box ul {
  margin-top: 10px;
}
.news_page .news_detail .txt_box .link_box ul li a {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.news_page .news_detail .txt_box .link_box ul li a:hover {
  opacity: 0.7;
}

.news_page .about_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 60px;
  max-width: 1020px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.news_page .about_news .txt_box {
  width: 65%;
}
.news_page .about_news h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
.news_page .about_news .txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 20px;
}
.news_page .about_news .img {
  width: 30%;
}
.news_page .about_news .img img {
  width: 100%;
}

.news_page .recommend_news{
  background: #EFEFEF;
  padding: 30px 50px;
  max-width: 1020px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.news_page .recommend_news h3{
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.news_page .btn_newslist {
  text-align: center;
  margin-top: 60px;
}
.news_page .btn_newslist a {
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.news_page .btn_newslist a:hover {
  opacity: 0.8;
}
.news_page .btn_top {
  text-align: center;
  margin-top: 30px;
}
.news_page .btn_top a {
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.news_page .btn_top a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {

  .news_page{
    padding: 50px 0 50px;
  }
  .news_page .news_detail {
    background: #ffffff;
    padding: 30px 20px;
    max-width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .news_page .news_detail .date {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FF008F;
  }
  .news_page .news_detail h1 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
    margin-top: 5px;
  }
  .news_page .news_detail .img_box {
    margin-top: 20px;
  }
  .news_page .news_detail .article h2 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 5rem;
    margin-top: 20px;
  }
  .news_page .news_detail .article p {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: bold;
  }
  .news_page .news_detail .link_box {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: bold;
  }
  .news_page .news_detail .txt_box .link_box ul {
    margin-top: 10px;
  }
  .news_page .news_detail .txt_box .link_box ul li a {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  .news_page .about_news {
    display: block;
    background: #ffffff;
    padding: 30px 40px;
  }
  .news_page .about_news .txt_box {
    width: 100%;
  }
  .news_page .about_news h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: bold;
  }
  .news_page .about_news .txt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.3rem;
    margin-top: 20px;
  }
  .news_page .about_news .img {
    width: 100%;
    margin-top: 20px;
  }
  .news_page .about_news .img img {
    width: 100%;
  }
  
  .news_page .recommend_news{
    background: #EFEFEF;
    padding: 30px 20px;
  }
  .news_page .recommend_news h3{
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .news_page .recommend_news .news_list li:nth-child(n+3){
    display: none;
  }
  
  .news_page .btn_newslist {
    text-align: center;
    margin-top: 60px;
  }
  .news_page .btn_newslist a {
    color: #ffffff;
    background: #231815;
    padding: 8px 20px;
    font-size: 2.2rem;
  }
  .news_page .btn_newslist a:hover {
    opacity: 0.8;
  }
  .news_page .btn_top {
    text-align: center;
    margin-top: 30px;
  }
  .news_page .btn_top a {
    color: #ffffff;
    background: #231815;
    padding: 8px 20px;
    font-size: 2.2rem;
  }
  .news_page .btn_top a:hover {
    opacity: 0.8;
  }

}

