.box__qr p {
  margin-bottom: 70px;
}
.crosspuzzle h1.banner {
  font-size: 0;
}
.box__qr .box__qr__inner {
  border: 2px solid #0a0a0a;
}
.box__qr h2 {
  background-image: url(../image/bkg_qr.png);
  letter-spacing: -2px;
}
.crosspuzzle .inner {
  margin: 0 auto;
  padding: 0 10px;
}
.box__content h2.inner {
  margin-bottom: 50px;
}
.box__content h2 img {
  display: block;
  margin: 0 auto;
}
.box__x {
  margin: 66px 0 40px;
}
.crosspuzzle .list__item:after,
.crosspuzzle .item:after {
  content: '';
  clear: both;
  display: table;
}
.crosspuzzle .list__item {
  margin: 0;
}
.crosspuzzle .item {
  background: url(../image/bkg1.jpg);
  margin: 0 0 37px;
  padding: 35px 0 0;
  position: relative;
}
.crosspuzzle .item:last-child {
  margin-bottom: 0;
}
.crosspuzzle .item:nth-child(2n) {
  background: url(../image/bkg1_1.jpg);
}
.crosspuzzle .item .item__inner {
  background: url(../image/bkg2.png) no-repeat bottom left;
  padding-bottom: 35px;
  padding-right: 20%;
}
.crosspuzzle .item .ttl3 {
color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 43px;
  padding-left: 100px;
  position: relative;
}
.crosspuzzle .item .ttl3 span {
  color: #a92121;
  font-size: 31px;
}
.crosspuzzle .item .ico {
  display: block;
  height: 81px;
  left: 15px;
  position: absolute;
  top: -20px;
  width: 81px;
}
.crosspuzzle .item .ico1 {
  background: url(../image/ico01.png) no-repeat;
  background-size: 100%;
}
.crosspuzzle .item .ico2 {
  background: url(../image/ico02.png) no-repeat;
  background-size: 100%;
}
.crosspuzzle .item .ico3 {
  background: url(../image/ico03.png) no-repeat;
  background-size: 100%;
}
.crosspuzzle .item .ico4 {
  background: url(../image/ico04.png) no-repeat;
  background-size: 100%;
}
.crosspuzzle .item .ico5 {
  background: url(../image/ico05.png) no-repeat;
  background-size: 100%;
}
.crosspuzzle .item .img {
  padding: 0 0 10px 80px;
}
.crosspuzzle .item .sdesc {
  padding: 0 10px 0 100px;
  text-align: justify;
}
.crosspuzzle .item .sdesc .img01 {
  bottom: 0;
  left: 0;
  position: absolute;
}
.crosspuzzle .item .sdesc .img01 img {
  display: block;
}
.crosspuzzle .item .imgm {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 17.1%;
}
.crosspuzzle .item .imgm img {
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.tablet.crosspuzzle .item .ttl3 {
  font-weight: normal;
}
.box__content .title {
  background: url(../image/h2-bg.png) repeat center;
  color: #fff;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: 55px;
  width: 830px;
}
.box__content .title > span {
  display: table-cell;
  vertical-align: middle;
}
.box__content .title > span span {
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.box__content .title > span span:after,
.box__content .title > span span:before {
  background: url(../image/ico.png) no-repeat;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.box__content .title > span span:before {
  left: 0;
}
.box__content .title > span span:after {
  right: 0;
}
.tablet .box__content .title {
  font-weight: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box__content .title > span span {
    padding-top: 10px;
  }
}