

/** -----------------------------------
    共通
-------------------------------------**/

body{
  background-color:#fcfcfc ;
}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
}

p{
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  margin: 0;
}


h3{
  color: #97b6c9;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.title {
  font-size: 30px;
  font-family:'Century Gothic', Futura, sans-serif;
  letter-spacing: 6px;
  font-weight: 500;
  padding-top: 200px;
  text-align: center;
  margin: 0;
  color: var(--green);
  font-style: italic;
}
.tx_center {
    text-align: center;
}
.intro {
  padding: 0;
  font-weight: bold;
  margin-bottom: 40px;
}

.pp-inner {
  max-width: 900px;
  margin: 10px auto;
  padding: auto 85px;
}

.tokusho_title{
  font-size: 20px;
  text-align: center;
}



.article_body{
  margin: 50px 10px;
  line-height: 2.5;
}


.article_title,.article_body{
  margin: 10px 0 0;
  line-height: 2.5;
  font-size: 20px;
}

.article_body p{
  font-size: 15px;
  margin-bottom: 80px;
}



#articletop{
  background-color: rgb(248, 248, 248);
  margin: 0px;
  padding-bottom: 50px;
}


.news-title{
  padding-top: 100px;
}

.news-title p{
  text-align: left;
  margin: 0;
}

.post_title {
  font-size: 16px;
  font-weight: lighter;
  padding-top: 15px;
  color: #333;
  text-align: left;
  margin: 0;
  padding-left: 5px;
}

.post_title a{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 0;
}




/* 最後のコンテンツを左寄せにする指定 */
.news_flex:after {
  content: "";
  display: block;
  width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.news_flex:before {
  content: "";
  display: block;
  width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}


.news-inner {
  /* width: 300px; */
  margin:0;
}




.news_pic img{
  width: auto;
  height: auto;
  margin: 20px;
}



.news_title {
  font-size: 14px;
}

.news_title a{
  color: #333;
}

.news-inner-flex{
  display: flex;
  align-items: center;
  color: #9e9e9e;
  font-size: 12px;
  padding-left: 5px;
  
}

.post_categories{
  padding: 0.4em;
}

.post_categories a{
  color: #9e9e9e;
  padding: 0.4em;
  margin: 1em;
}

.news_meta{
  display: flex;
  font-size: 12px;
}

.news{
transition: all .3s ease;
width: 245px;
margin-bottom: 15px;

}

.postLinks{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #92cdd2;
}

.postLinks a{
  color: #666;
}
.postLinks a:hover{
  color: #222;
  font-weight: bold;
}

a {
  color: rgb(52, 52, 52);
  padding: 3px;
}


/** -------- 950~1024 -------- **/
@media screen and (max-width: 1024px){

  .tokusho-inner {
   background:initial; 
  }
  
}

@media screen and (max-width: 950px){
  .news-inner{width: calc(100vw - 96px);}
  .news{width: calc(50vw - 56px);}
  .news_pic img{width: 100%;}
  .news_flex{flex-wrap: wrap;}
  #top_news .title {font-size: 1.8em;}

  .intro{
    padding: 13px;
  }
}
  


/** -------- スマホ-------- **/
@media screen and (max-width: 767px) { 
  h3{font-size: 0.9em;}
  p{font-size: 0.8em;}
  .tokusho-inner {
    padding: 70px 25px 100px;
}

.tokusho_title {
  font-size: 16px;
  text-align: center;
}
}
  
@media screen and (max-width: 450px) {
  .title {
    font-size: 33px;
    padding-top: 120px;

}
 h3{font-size: 0.9em;}
 p{font-size: 13px;}

}
  

#footer p{
  padding: 0;
}
