@charset "UTF-8";

.top_temp .btns_area .btns a{
  border:2px solid #e5793c;
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
}
.top_temp .btns_area .btns a.btn_l{
  background: #e5793c;
  display: flex;
  height: 170px;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
}
.top_temp .btns_area .btns a.btn_l span{
  position: absolute;
  bottom:20px;
  right: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {

  .top_temp .btns_area .btns a.btn_l{
    height: 120px;
  }

}