@charset "utf-8";

#top_fv {
    background-image: url(/haka/column/images/top_fv_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 265px;
}
#top_fv img{
	padding-top: 40px;
}
.table-of-contents_manner ul{
    width: 55%;
}

@media only screen and (max-width: 768px) {
  .table-of-contents_manner {
    background-image: none;
  }
  .table-of-contents_manner ul{
    width: 100%;
  }
  .inside.container h2 {
    font-size: 160%;
  }
}
