.in_main_cont { padding-bottom: 20px; }

#pickup_area {
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 270px;
  height: 340px;
  display: flex;
  float: right;
}

.in_main_cont .pickup {
  flex: 1;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  margin: 7px 0;
  padding: 15px 5px;
  height: auto;
  background: url(/esd/materials/pick_bg01) left top no-repeat,
        url(/esd/materials/pick_bg02) left bottom no-repeat #f9fcef;
  position: relative;

}

.in_main_cont .pickup a {
text-decoration:none;
color:#333;
    background: url(/esd/img/icon_arrow02.gif) 245px 10px no-repeat;
}

.in_main_cont .pickup:hover{opacity:0.7;}


#pickup_area .pickup:first-of-type { top: auto; }
#pickup_area .pickup:nth-child(3) { bottom: auto; }
#pickup_area .pickup:nth-child(2) { transform: none;
top:auto; }


#main_area #top_group3 .column {
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  display: flex;
  float: none;
}
#main_area #top_group3 .column ul{width:50%;}
