@charset "UTF-8";

#topimagebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto;
}
#contents div.chiketbutton a {
  width: 650px;
  padding: 30px 0;
  font-size: 28px;
  margin: 20px auto;
  box-sizing: border-box;
}
#contents div.tyusenbutton a {
  width: 650px;
  margin: 20px auto;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 20px;
  align-items: center;
}
.tyusenbutton a > span:first-child {
  width: 100px;
}
.tyusenbutton a > span:last-child {
  width: calc(100% - 120px);
}
.tyusenbutton a > span:last-child span {
  display: block;
  text-align: left;
  color: #fff100;
}
.tyusenbutton a > span:last-child span:first-child {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) and (min-width: 0px) {
  #contents div.chiketbutton a {
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
    box-sizing: border-box;
  }
  #contents div.tyusenbutton a {
    width: 100%;
    margin: 20px auto;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
  }
  .tyusenbutton a > span:first-child {
    width: 70px;
  }
  .tyusenbutton a > span:last-child {
    width: calc(100% - 80px);
  }
  .tyusenbutton a > span:last-child span {
    display: block;
    text-align: left;
    color: #fff100;
    font-size: 14px;
  }
  .tyusenbutton a > span:last-child span:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #topimagebox {
    display: block;
    justify-content: space-between;
    width: auto;
    margin: 10px 0;
  }
}
