html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ADDEF8;
}

body {
  width: 100%;
  background-image: url(/csr/plastic-recycle/game/images/present/mobile/bg.png);
  background-size: 56px auto;
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.title {
  margin: 10px 10px 0;
  max-height: 360px;
  text-align: center;
  background-image: url(/csr/plastic-recycle/game/images/present/mobile/chara.png);
  background-repeat: no-repeat;
  background-position: center bottom -60px;
  background-size: 150px auto;
}

.title img{
  width: 100%;
  max-width: 340px;
  margin-bottom: 135px;
}

.news {
  background-color: #FFF;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 25px;
}

.news .newsTitle {
  padding: 5px 28px 4px 23px;
  background-color: #19A6CC;
}

.news .newsTitle img {
  width: 100%;
  height: auto;
}

.news .newsImage {
  margin: 20px auto 10px;
  text-align: center;
  position: relative;
  width: 110px;
}

.news .newsImage .newsImagePop {
  position: absolute;
  top: -5px;
  left: -92px;
}

.news .newsButtonTitle {
  text-align: center;
  margin: 0 10px 10px;
}


.news .newsButtonTitle img {
  max-width: 285px;
  width: 100%;
  height: auto;
}

.news .newsButtonList {
  list-style: none;
  margin: 0 auto;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  box-sizing: border-box;
}

.news .newsButtonList li {
  width: 78.680203046%;
  max-width: 310px;
  margin: 8px;
}

.news .newsButtonList li img{
  width: 100%;
}

.bg {
  background-color: #FFF;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.bg .bgTitle {
  background-color: #19A6CC;
  text-align: center;
}

.bg .bgTitle img {
  margin: 10px 0;
}

.bg .bgImageList {
  flex-grow: 1;
  list-style: none;
  margin: 0 auto;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px;
  box-sizing: border-box;
}

.bg .bgImageList li {
  max-width: 145px;
  width: 40%;
  margin-bottom: 20px;
}

.bg .bgImageList li img{
  width: 100%;
}

.topButton {
  display: block;
  width: 123px;
  height: 53px;
  margin: 0 auto 20px;
}

