@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#awardContents h2 {
  margin-bottom: 0;
  padding: 40px 0;
  text-align: center;
}
#awardContents h2 span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #bb8d0b;
  font-family: "MS Pゴシック";
  letter-spacing: 0.16em;
}
#awardContents h2 span .spanNum {
  font-size: 2.4rem;
}
#awardContents h2 span.spanChar {
  display: block;
  position: relative;
  width: 180px;
  text-align: center;
  margin: 0 auto;
}
#awardContents h2 span.spanChar::before {
  content: url(/content/images/award/common/title_sparkling.png);
  width: 22px;
  height: 22px;
  top: 0;
  line-height: 22px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
#awardContents h2 span.spanChar::after {
  content: url(/content/images/award/common/title_sparkling.png);
  width: 22px;
  height: 22px;
  top: 0;
  line-height: 22px;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

#conditions .entry {
  position: relative;
  margin-bottom: 58px;
}
#conditions .entry .center {
  padding-bottom: 180px;
  text-align: center;
  font-size: 150%;
  color: #000000;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry .text,
#conditions .entry .attr {
  text-align: center;
  padding-bottom: 90px;
  font-size: 150%;
  color: #000000;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry .text strong,
#conditions .entry .attr strong {
  color: #CC0000;
}
#conditions .entry .textRight {
  padding-bottom: 30px;
  font-size: 150%;
  color: #000000;
  text-align: right;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry ol {
  padding-bottom: 30px;
}
#conditions .entry ol li {
  padding-left: 1em;
  font-size: 150%;
  color: #000000;
  text-indent: -1em;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry .image {
  position: absolute;
  right: -40px;
  top: -60px;
}
#conditions .entry .numTotal::after {
  position: absolute;
  content: "329";
  top: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  padding-top: 40px;
  right: 0;
  width: 100px;
  margin: auto;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "MS Pゴシック";
  letter-spacing: 0.16em;
}
#conditions .entry .attr {
  text-align: right;
}
#conditions .entry .column {
  margin-bottom: 50px;
}
#conditions .entry .column h4 {
  margin-bottom: 25px;
  padding-left: 12px;
  background-image: url("/content/images/award/6/rookie/bg_title.gif");
  background-position: 0 0;
  background-repeat: repeat-y;
  text-shadow: 1px 1px 2px #FFF;
  font-weight: normal;
  font-size: 159%;
}
#conditions .entry .column .lead {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #E7CF7E;
  font-size: 150%;
  color: #000000;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry .column .block h5 {
  margin-bottom: 45px;
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry .column .block .inner {
  width: 960px;
  margin: 0 auto;
}
#conditions .entry .column .block .inner .title {
  margin-bottom: 25px;
  font-size: 150%;
  color: #000000;
  text-shadow: 1px 1px 2px #FFF;
}
#conditions .entry .column .block .inner .text {
  padding-bottom: 0;
}
#conditions .entry .column .block .inner ul {
  padding-bottom: 50px;
}
#conditions .entry .column .format {
  padding-bottom: 72px;
}
#conditions .entry .column .format ul {
  padding-bottom: 0;
  margin-right: -15px;
  text-align: center;
}
#conditions .entry .column .format ul li {
  padding: 0;
  display: inline-block;
  margin-right: 15px;
  text-indent: 0;
}
#conditions .entry .column .attn {
  margin-bottom: 45px;
  text-align: center;
  font-size: 150%;
  color: #000000;
  text-shadow: 1px 1px 2px #FFF;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #awardContents h2 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 60px;
  }
  #awardContents h2 span {
    font-size: 0.9rem;
  }
  #awardContents h2 span .spanNum {
    font-size: 1.2rem;
  }
  #awardContents h2 span.spanChar {
    width: 100px;
  }
  #awardContents h2 span.spanChar::before {
    content: url(/content/images/award/common/title_sparkling_sp.png);
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
  #awardContents h2 span.spanChar::after {
    content: url(/content/images/award/common/title_sparkling_sp.png);
    width: 14px;
    height: 14px;
    line-height: 14px;
  }

  #conditions #award_read .attr {
    padding-bottom: 15px;
    text-align: left;
    font-size: 109%;
  }
  #conditions .date {
    text-align: center;
    font-size: 109%;
  }
  #conditions .entry {
    margin-bottom: 20px;
  }
  #conditions .entry h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 134%;
  }
  #conditions .entry .text {
    padding-bottom: 30px;
    text-align: center;
    font-size: 109%;
  }
  #conditions .entry .attr {
    padding-bottom: 15px;
    text-align: left;
    font-size: 117%;
  }
  #conditions .entry ol {
    padding-bottom: 15px;
  }
  #conditions .entry ol li {
    font-size: 117%;
  }
  #conditions .entry .image {
    position: absolute;
    top: -50px;
    right: -20px;
    width: 20%;
  }
  #conditions .entry .numTotal::after {
    width: 60px;
    font-size: 1.2rem;
    padding-top: 16px;
  }
  #conditions .entry .list {
    margin-bottom: 50px;
  }
  #conditions .entry .column {
    margin-bottom: 25px;
  }
  #conditions .entry .column h4 {
    margin-bottom: 15px;
    font-size: 117%;
  }
  #conditions .entry .column .lead {
    margin-bottom: 10px;
    padding-bottom: 25px;
    font-size: 117%;
  }
  #conditions .entry .column .block h5 {
    margin-bottom: 20px;
    font-size: 117%;
  }
  #conditions .entry .column .block .inner {
    width: 90%;
  }
  #conditions .entry .column .block .inner .title {
    margin-bottom: 10px;
    font-size: 117%;
  }
  #conditions .entry .column .block .inner ul {
    padding-bottom: 25px;
  }
  #conditions .entry .column .format {
    padding-bottom: 36px;
  }
  #conditions .entry .column .format ul li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  #conditions .entry .column .attn {
    margin-bottom: 20px;
    font-size: 117%;
  }
}