@charset "utf-8";
/* ---- PC styles ---- */
.box {
  background: url("../common/images/bg_lines.png");
  padding: 20px;
  position: relative;
}
.box .box_content {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.attention{
  color: #ff0000;
  margin: 20px auto;
  text-align: center;
	font-size: 18px;
}

/* Event */
#event {
  padding: 60px 0 0 0;
  width: 960px;
  margin: 0 auto;
}
#event .box .box_content p:nth-of-type(1) {
  float: right;
  width: 300px;
  margin-left: 40px;
}
#event .box .box_content p:nth-of-type(2) {
  float: left;
}
#event .box .box_content p:nth-of-type(2) strong {
  display: block;
  font-size: 2.4rem;
  color: #029ed1;
  line-height: 1;
  margin-bottom: 30px;
}
#event .box .box_content p:nth-of-type(2) strong span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  background: #029ed1;
  margin-bottom: 10px;
  padding: 5px 7px;
  vertical-align: top;
}
#event .box .box_content h4 {
  clear: left;
  margin-top: 30px;
}
#event .box .box_content ul {
  float: left;
}
#event .box .box_content ul:first-of-type {
  margin-right: 100px;
}
#event .box .box_content ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#event .box .badge {
  position: absolute;
  width: 151px;
  height: 148px;
  top: -5px;
  right: -5px;
}

/* SP event */
@media screen and (max-width: 956px) {
  .box {
    width: 100%;
    box-sizing: border-box;
  }
  .box .box_content {
    padding: 10px;
    overflow: hidden;
  }

  #event {
    box-sizing: border-box;
    padding: 30px 0 0 0;
    width: 100%;
  }
  #event .box .box_content p:nth-of-type(1) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #event .box .box_content p:nth-of-type(2) {
    float: none;
  }
  #event .box .box_content p:nth-of-type(2) strong {
    text-align: center;
    margin-bottom: 10px;
  }
  #event .box .box_content h4 {
    clear: left;
    margin-top: 20px;
  }
  #event .box .box_content ul {
    float: none;
  }
  #event .box .box_content ul:first-of-type {
    margin-right: 0;
  }
  #event .box .badge {
    position: absolute;
    width: 120px;
    height: 118px;
    top: -25px;
    right: 0;
  }
}
/* Points */
#points {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
#points dl {
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
  padding: 60px 0 57px 0;
  overflow: hidden;
}
#points dl:first-of-type {
  background: none;
  padding-top: 0;
  padding-bottom: 37px;
}
#points dl dt {
  display: block;
  float: right;
  width: 380px;
  margin-left: 40px;
}
#points dl dd p {
  margin-bottom: 15px;
}
#points dl dd ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#points dl h3 {
  padding-left: 65px;
}
#points dl:nth-of-type(1) h3 {
  background: url("../privilege/images/point_01.png") 0 0 no-repeat;
}
#points dl:nth-of-type(2) h3 {
  background: url("../privilege/images/point_02.png") 0 0 no-repeat;
}
#points dl:nth-of-type(3) {
  padding-bottom: 10px;
}
#points dl:nth-of-type(3) dt {
  margin-top: -20px;
}
#points dl:nth-of-type(3) h3 {
  background: url("../privilege/images/point_03.png") 0 0 no-repeat;
}
#points dl:nth-of-type(4) h3 {
  background: url("../privilege/images/point_04.png") 0 0 no-repeat;
}
#points dl:nth-of-type(5) {
  padding-bottom: 10px;
}
#points dl:nth-of-type(5) dt {
  margin-top: -20px;
}
#points dl:nth-of-type(5) h3 {
  background: url("../privilege/images/point_05.png") 0 0 no-repeat;
}
#points dl:nth-of-type(6) {
  padding-bottom: 0;
}
#points dl:nth-of-type(6) h3 {
  background: url("../privilege/images/point_06.png") 0 0 no-repeat;
}
#points .box {
  margin-bottom: 60px;
}
#points .box h3 {
  text-align: center;
}
#points a.out_link {
  display: block;
  background: url("../privilege/images/link_out.png") 0 2px no-repeat;
  padding-left: 30px;
  margin-top: 20px;
}
#points figure img {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
#points figure figcaption {
  font-size: 1.3rem;
  color: #999999;
  text-align: right;
}
#points .items {
  overflow: hidden;
  padding-bottom: 50px;
}
#points .items figure {
  float: left;
  width: 180px;
  margin-right: 15px;
}
#points .items figure:last-of-type {
  margin-right: 0;
}
#points .items figure figcaption {
  text-align: center;
}
#points p.note {
  text-align: right;
  font-size: 1.3rem;
  color: #999;
  margin-top: 10px;
}

/* SP points */
@media screen and (max-width: 956px) {
  #points {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
  }
  #points .box {
    padding: 10px;
  }
  #points .box .box_content {
    padding: 20px;
    font-size: 1.3rem;
    color: #666;
  }
  #points dl {
    padding: 23px 0 20px 0;
  }
  #points dl:first-of-type {
    background: none;
    padding-top: 0;
    padding-bottom: 5px;
  }
  #points dl:nth-of-type(3) dt {
    margin-top: 0;
  }
  #points dl:nth-of-type(4) {
    padding-bottom: 10px;
  }
  #points dl dt {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #points .box {
    margin-bottom: 20px;
  }
  #points .items {
    overflow: hidden;
    padding-bottom: 10px;
  }
  #points .items figure {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #points .items figure:nth-of-type(2n) {
    margin-right: 0;
  }
  #points .items figure figcaption {
    text-align: center;
  }
}
/* Resources  */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff url("../common/images/bg_lines.png") 0 -3px repeat-x;
}
#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}
#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 30px 0 20px 0;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=privilege.css.map */
