#select_area { padding: 12rem 0 16rem; }
#select_area .select_list { display: flex; justify-content: space-between; }
#select_area .select_list li { width: 48%; }
#select_area .select_list a { height: 100%; font-size: 2rem; text-align: center; line-height: 2; padding: 3em; background: url(/common/img/icon_sl_next.png) no-repeat right 1em bottom 1em/2em; border: 6px solid #00d0ad; border-radius: 30px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: center; }
#select_area .select_list a:hover { opacity: .7; }
#select_area .select_list a img { max-width: 214px; }

@media screen and (min-width: 768px) and (max-width: 1240px) { #select_area .select_list a { font-size: 1.6vw; } }
@media screen and (max-width: 767px) { #select_area { padding: 2rem 0 6rem; }
  #select_area .select_list { display: block; }
  #select_area .select_list li { width: 90%; margin: 3rem auto 0; }
  #select_area .select_list a { height: auto; font-size: 3.7vw; padding: 2em; border-width: 3px; border-radius: 15px; }
  #select_area .select_list a img { max-width: 107px; } }

/*# sourceMappingURL=select.css.map */
