@charset "UTF-8";

/*#topBlog + div {
  position: relative;
}

#topBlog + div:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url("/common/upload_data/pozdininginfo/image/20221025162600.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
}

#topBlog + div:after {
 position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
}*/


/*@media screen and (max-width: 900px) {
   #topBlog + div:before {
     width: 200px;
     height: 200px;
  }
}*/


/*-------------------------ブログ背景設定------------------------------------------*/

#topBlog + div{
    background-image: url(/common/upload_data/pozdininginfo/image/20221101134147.jpg) !important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    background-size: cover !important;
}

#topBlog + div .content_wrapper{
    background: rgba(255, 255, 255, 0.7);
}

#topBlog + div .contents_btn01 .content_wrapper{
    background: transparent;
}