#pick_item h2{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 5px 10px 5px 10px;
  background-color: #cae7f2;
 }
#pick_item h2::after{
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #94CFE4 #94CFE4;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

#top_reco h2{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 5px 10px 5px 10px;
  background-color: #cae7f2;
 }
#top_reco h2::after{
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #94CFE4 #94CFE4;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}



 /*トップのバナー*/

.top_banner {
  text-align: center;
  width:750px;
 }
 .harf_bn{
  float:left;
  margin-right:10px;
 }
 .top_banner div{
  margin-bottom:10px;
 }

.top_container{
  margin:0 auto;
  width:750px;
}