/*
Theme Name: Oh!庭ya! フランチャイズ加盟店募集
Author: エモロジー
Version: 1.0.0
*/

/* noto-sans-jp-100 - japanese */

.comparison_map{
  width: 968px;
  margin: 79px 10px 0 55px ;
  position: relative;

}
@media (max-width: 768px) {
  .comparison_map{
    text-align: center;
    width: 100%;
    margin: 5px auto 0;
  }
}

.comparison_map img{
  position: relative;
}

.comparison_map::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -7px;
  width: 449px;
  height: 90px;
  background: url(/assets/img/pict-area-after.png) center/cover;
}

/*
@media (max-width: 768px) {
  .comparison_map::after {
    display: none;
  }
  
}