@charset "Shift_JIS";

/* *******************　全体設定　******************* */
#info {
  width: 100vw;
  background-color: #000;
  font-size: 90%;
}

.container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.box{
  width: 320px;
  margin: 20px;
}

.box.selected1 {
  width: 200px;
}

.box.selected2 {
  align-self: flex-end;
  padding-bottom: 15px;
}

.info_rogo img {
  width: 200px;
}

.dl_icon img {
  height: 50px;
}
