h1 { margin-bottom:25px; 
}
p { margin: 10px 0px; 
}
table { margin:25px 0px; 
}
#sidebar {
  margin-left: 60px;
}
.blog-contents{
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#blog-contents-right {
  width: 22%; 
}
#blog-contents-right p{
  text-align: center;
}

.blog-contents-left{
  width: 74%;
  text-align: left;
}
.blog-wrap{
  float: left;
}
.blog-thumb{
  float: right;
}
.blog-ul{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.blog-li{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #28ade2;
}
.blog-li-side{
  border-bottom: dashed #1a48a3;
}
.blog-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog-created_at{
  font-size: 14px;
}
.blog-contents-show-left{
  margin-left: 135px;
}
.blog_show_title{
  font-size: 26px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #333333;
}
.font-hiragino{
  font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','MS UI Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.blog_created{
  color: #999999;
  margin-bottom: 50px;
}
.genre-bu{
  color: #3970b5;
}
.genre-bu a {
  color: #3970b5;
}
.post-thum{
  text-align: center;
  margin: 30px 0px 40px 0px;
}
.side-post-thum{
  padding-top: 20px;
}
.blog-thumb-center{
  margin: 0 auto;
}
.side-post-thum img{
  max-width: 150px;
  min-width: 150px;
  max-height: 120px;
  object-fit: cover;
}
.thumb{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.boxContainer_blog{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-blog{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 155px;
  border-bottom: dashed #1a48a3;
}
.home-blog .home-blog-title {
  text-align: left;
  margin-left: 20px;
}
.home-blog img{
  max-height: 115px;
  max-width: 150px;
  min-width: 150px;
  object-fit: cover;
}
.side-bar-title{
  
}
 /****************************************
    パンくずリスト
*****************************************/
#breadcrumb {
    margin: 10px 0;
    font-size: 14px;
}

#breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#breadcrumb li {
    display: flex;
    align-items: center;
}

/* リンクとテキスト */
#breadcrumb li a,
#breadcrumb li span {
    text-decoration: none;
    color: #555;
}

/* 区切り記号「>」 */
#breadcrumb li + li::before {
    content: ">";
    margin: 0 6px;
    color: #999;
}

 /****************************************
    投稿画像
*****************************************/
img {
    max-width: 100%;
    height: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #sidebar {
    margin-left: 0px;
  }
  .blog-contents{
    flex-direction: column;
  }
  .blog-ul{
    padding-inline-start: 0;
  }
  #blog-contents-right {
    width: 100%; 
  }
  .blog-contents-left{
    width: 100%;
  }
  .breadcrumbs{
    font-size: 14px;
  }
  .blog-contents-show-left{
    margin-left: 0px;
  }
  .blog_show_title{
    font-size: 24px;
  }
  .blog-thumb{
    float: none;
    width: 70%;
  }
  .home-blog{
    height: 125px;
  }
  .home-blog .home-blog-title {
    margin-left: 10px;
  }
  /* .blog-thumb-center{
    text-align: center;
    margin: 0 auto;
  } */
  .home-blog img{
    max-height: 85px;
    max-width: 110px;
    min-width: 110px;
    object-fit: cover;
  }
  .home-blog h3 {
    font-size: 17px;
  }
  .post-thum{
    margin: 15px 0px 20px 0px;
  }
  .respons-margin{
    margin-top: 65px;
  }
  .blog-li{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}