/* 投稿記事の共通CSS */
.karenda a{
  color:#9b0000;
  font-weight: bold;
}
.narabi_oya{
   overflow: hidden;
}
.narabi_oya6{
   overflow: hidden;
   text-align: center;
   margin: 0 auto;
   width: 100%;
}
.sns_btn{
  width:60px !important;
  height:auto;
}

.narabi_box{
  float: left;
  width:45%;
}
.narabi_box6{
  float: left;
  width: 14%;
  padding: 0.5em !important;
  text-align: center;
}
.narabi_box6_img{
  width:120px;
}
.narabi_box3{
  float: left;
  width: 30%;
  padding: 0.5em !important;
  text-align: center;
}

.narabi_box h2{
  font-size:1.5em;
  line-height:200%;
  text-align:center;
  border-top:2px solid #ccc;
  border-bottom:2px solid #ccc;
  margin-bottom:10px;

}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* PCだけのCSS */
@media screen and (min-width: 780px) {
	
	.narabi_oya6-flex{
		display: flex; 
		justify-content: center;
	}
	
}/* PCだけのCSS END */

/* スマホだけのCSS */
@media screen and (max-width: 480px) {
  .head_box1 , .head_box2{
    float: left;
    width:100%;
  }
  .narabi_box{
    float: left;
    width:100%;
  }
	
  .narabi_box6{
  float: left;
  width: 45%;
  padding: 0.5em !important;
  text-align: center;
}
	
  .post-content div {
    padding: 1em 0em;
}
}/* スマホだけのCSS END*/
