@charset "utf-8";

/* --------------------------------------- */
/* main
/* --------------------------------------- */
@media screen and (max-width: 767px) { /* SP */
  #news_page {
    padding: 40% 4% 0;
   }
  #news_page .sec_ttl {
    margin-bottom: 50px;
    text-align: center;
   }
  #news_page .sec_ttl p {
     letter-spacing: .3rem;
   }
   #news_page h1 {
    border-bottom: 5px solid #c6b6d2;
    display: inline-block;
    font-weight: 300;
    letter-spacing: .3rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
   }
 #news_page .news_txt {
   margin: 0 auto;
 }
 #news_page .news_txt .txt_bgw {
   background-color: #fff;
   line-height: 4rem;
   margin: 0 auto;
   opacity: .85;
   padding: 20px;
   width: 90%;
   Z-index: 999;
 }
 #news_page .news_txt .news_page_list {
  width: 100%;
  margin: 0 auto;
 }
 #news_page .news_txt .news_page_list li {
  width: 90%;
  margin: 0 auto 20px;
 }
 #news_page .news_txt .news_page_list li img {
  padding-bottom: 15px;
 }
 #news_page .news_txt .news_page_list li p {
  font-size: 1.5rem;
  line-height: 3rem;
 }
 #news_page .news_txt .news_page_list li p:nth-of-type(2){
   font-size: 1.2rem;
   color: #999;
 }
/*detail*/
  #news_page .news_detail {
    text-align: center;
    max-width: 800px;
    margin: auto;
  }
  #news_page .news_detail .image{
    margin: 0 0 30px;
    width: 100%;
  }
  #news_page .news_detail .news_ttl{
    letter-spacing: .2rem;
    line-height: 2.5rem;
    margin: 0 0 30px;
    color: #464648;
    text-align: left;
    font-size: 2rem;
    padding-left: 10px;
    position:relative;
  }
  #news_page .news_detail .news_ttl:before{
   content:"";
   display:inline-block;
   width:5px;
   height:100%;
   background-color:#9a75a8;
   margin-right: 10px;
   position:absolute;
   top: 3px;
   left: 0;
  }
  #news_page .news_detail .news_txt{
    letter-spacing: .1em;
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
  #news_page .news_detail .txt_main{
    margin: 0 auto 10px;
    text-align: left;
  }
  #news_page .news_detail .txt_main a{
    color: #9a75a8;
  }
  #news_page .news_detail .txt_r{
    margin: 0 auto 10px;
    text-align: right;
  }
  #news_page .news_detail .date{
    margin: 0 0 30px;
    color: #bbb;
    font-size: 1.4rem;
    text-align: right;
  }
  #news_page .news_detail .txt_sub01{
    font-size: 1.1rem;
    margin: 0 auto 10px;
  }
  #news_page .news_detail .txt_sub02{
    font-weight: bold;
    margin: 0 auto 10px;
  }
  }
@media screen and (min-width: 768px) { /* PC */
  #news_page {
    padding: 120px 0 250px;
   }
  #news_page .sec_ttl {
    margin-bottom: 50px;
    text-align: center;
   }
  #news_page .sec_ttl p {
     letter-spacing: .3rem;
     }
   #news_page h1 {
    border-bottom: 5px solid #c6b6d2;
    display: inline-block;
    font-weight: 300;
    letter-spacing: .3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
   }
 #news_page .news_txt {
   margin: 0 auto;
 }
 #news_page .news_txt .txt_bgw {
   background-color: #fff;
   line-height: 4rem;
   margin: 0 auto;
   opacity: .85;
   padding: 50px 80px;
   width: 1080px;
   Z-index: 999;
 }
 #news_page .news_txt .news_page_list {
  display: flex;
  width: 1080px;
  margin: 0 auto 50px;
 }
 #news_page .news_txt .news_page_list li {
  padding-right: 50px;
  width: calc(100% / 3);
 }
 #news_page .news_txt .news_page_list li img {
  padding-bottom: 15px;
 }
 #news_page .news_txt .news_page_list li p {
  font-size: 1.5rem;
  line-height: 3rem;
 }
 #news_page .news_txt .news_page_list li p:nth-of-type(2){
   font-size: 1.2rem;
   color: #999;
 }
 /* article */
  #news_page .wrap {
    padding-top: 40px;
    margin: 0 auto;
    width: 800px;
  }
  #news_page .wrap .pageTtl {
    text-align: left;
    margin-bottom: 30px;
  }
/*detail*/
  #news_page .news_detail {
    text-align: center;
    max-width: 800px;
    margin: auto;
  }
  #news_page .news_detail .image{
    margin: 0 0 30px;
    width: 100%;
  }
  #news_page .news_detail .news_ttl{
    letter-spacing: .2rem;
    line-height: 2.5rem;
    margin: 0 0 30px;
    color: #464648;
    text-align: left;
    font-size: 2rem;
    padding-left: 10px;
    position:relative;
  }
  #news_page .news_detail .news_ttl:before{
   content:"";
   display:inline-block;
   width:5px;
   height:100%;
   background-color:#9a75a8;
   margin-right: 10px;
   position:absolute;
   top: 3px;
   left: 0;
  }
  #news_page .news_detail .news_txt{
    letter-spacing: .1em;
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
  #news_page .news_detail .txt_main{
    margin: 0 auto 10px;
    text-align: left;
  }
  #news_page .news_detail .txt_main a{
    color: #9a75a8;
  }
  #news_page .news_detail .txt_r{
    margin: 0 auto 10px;
    text-align: right;
  }
  #news_page .news_detail .date{
    margin: 0 0 30px;
    color: #bbb;
    font-size: 1.4rem;
    text-align: right;
  }
  #news_page .news_detail .txt_sub01{
    font-size: 1.1rem;
    margin: 0 auto 10px;
  }
  #news_page .news_detail .txt_sub02{
    font-weight: bold;
    margin: 0 auto 10px;
  }
  }
