@charset "UTF-8";
/*----------------------------------------------------
  変数定義
----------------------------------------------------*/
/*----------------------------------------------------
  basic
----------------------------------------------------*/
body {
  color: #010101;
}

dt, dd {
  margin-bottom: 0;
}

/*@media (min-width: 960px) {
}*/
/*@media only screen and (max-width: 768px) {
}*/
/*----------------------------------------------------
  rule
----------------------------------------------------*/
.rule__bg {
  padding: 120px 6.777vw;
}
.rule__heading {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .rule__heading {
    margin-bottom: 10px;
  }
}
.rule__heading .heading {
  display: inline-block;
  position: relative;
}
.rule__heading .heading .thunder {
  position: absolute;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/share/thunder.svg) no-repeat center;
  display: inline-block;
  width: 34px;
  height: 56px;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .rule__heading .heading .thunder {
    width: 2.8333333333vw;
    height: 4.6666666667vh;
  }
}
@media screen and (max-width: 768px) {
  .rule__heading .heading .thunder {
    width: 24px;
    height: 36px;
  }
}
.rule__heading .heading .txt-en {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.075rem;
  font-size: 96px;
  transition: 0.4s;
  padding-left: 4rem;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .rule__heading .heading .txt-en {
    font-size: 96px;
    font-size: 6.4vw !important;
  }
}
@media screen and (max-width: 768px) {
  .rule__heading .heading .txt-en {
    font-size: 45px;
    padding-left: 3rem;
  }
}
.rule__contents {
  max-width: 1280px;
  margin: 0 auto;
}
.rule__item-heading {
  text-align: center;
  position: relative;
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .rule__item-heading {
    margin-bottom: -19px;
  }
}
.rule__item-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 5px;
  background: #009CD1;
  z-index: 0;
}
.rule__item-heading .txt {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1;
  display: inline-block;
  background: #009CD1;
  color: #010101;
  padding: 10px 15px;
  transform: skewX(-15deg);
}
@media screen and (max-width: 768px) {
  .rule__item-heading .txt {
    font-size: 13px;
  }
}
.rule__item-heading .txt span {
  display: inline-block;
  transform: skewX(15deg);
  font-style: italic;
}
.rule__items {
  padding: 3vw;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .rule__items {
    padding: 5vw 0 0 0;
  }
}
.rule__items .rule-item {
  position: relative;
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .rule__items .rule-item {
    padding: 15px;
  }
}
.rule__items .rule-item:nth-child(1) {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rule__items .rule-item:nth-child(2) {
  border-bottom: 1px solid #ddd;
}
.rule__items .rule-item:nth-child(3) {
  border-right: 1px solid #ddd;
}
.rule__items .rule-item__img {
  text-align: center;
  margin-bottom: 20px;
}
.rule__items .rule-item__img img {
  display: inline-block;
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .rule__items .rule-item__img img {
    max-width: 90px;
  }
}
.rule__items .rule-item__txt p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .rule__items .rule-item__txt p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  .rule__bg {
    padding: 60px 20px;
  }
  .rule__contents__items {
    display: block;
    flex-wrap: wrap;
  }
  .rule__contents__items .rule-item {
    position: relative;
    width: 100%;
    padding: 20px;
  }
  .rule__contents__items .rule-item:nth-child(1) {
    margin-bottom: 0px;
  }
  .rule__contents__items .rule-item:nth-child(2) {
    margin-bottom: 0px;
  }
  .rule__contents__items .rule-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .rule__contents__items .rule-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .rule__contents__items .rule-item__column {
    display: block;
  }
  .rule__contents__items .rule-item__column__img {
    min-width: 150px;
  }
  .rule__contents__items .rule-item__column__img img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .rule__contents__items .rule-item__column__txt {
    padding-left: 0;
  }
  .rule__contents__items .rule-item__column__txt .column-ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
    margin-bottom: 15px;
    padding: 16px 0;
  }
  .rule__contents__items .rule-item__column__txt .column-subttl {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  .rule__contents__items .rule-item__column__txt .column-cap {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2.1;
  }
  .rule__contents__items .rule-item__member {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .rule__contents__items .rule-item__member:nth-child(1) {
    margin-bottom: 10px;
  }
  .rule__contents__items .rule-item__member:nth-child(2) {
    margin-bottom: 10px;
  }
  .rule__contents__items .rule-item__member .member {
    width: calc(50% - 10px);
  }
  .rule__contents__items .rule-item__member .member:not(:nth-child(even)) {
    margin-right: 20px;
  }
}
/*----------------------------------------------------
  vote
----------------------------------------------------*/
.vote__bg {
  padding: 0 6.777vw 120px 6.777vw;
}
@media screen and (max-width: 768px) {
  .vote__bg {
    padding: 0 20px 60px 20px;
  }
}
.vote__contents {
  max-width: 1280px;
  margin: 0 auto;
}
.vote__item-heading {
  text-align: center;
  position: relative;
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .vote__item-heading {
    margin-bottom: -19px;
  }
}
.vote__item-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 5px;
  background: #009CD1;
  z-index: 0;
}
.vote__item-heading .txt {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1;
  display: inline-block;
  background: #009CD1;
  color: #010101;
  padding: 10px 15px;
  transform: skewX(-15deg);
}
@media screen and (max-width: 768px) {
  .vote__item-heading .txt {
    font-size: 13px;
  }
}
.vote__item-heading .txt span {
  display: inline-block;
  transform: skewX(15deg);
  font-style: italic;
}
.vote__detail {
  padding: 5vw;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .vote__detail {
    padding: 40px 20px 20px 20px;
  }
}
.vote__detail .detail-cap {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-cap {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.vote__detail .detail-border {
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-border {
    display: block;
  }
}
.vote__detail .detail-border__dt {
  background: #e6f5fa;
  letter-spacing: 0.1rem;
  width: 32%;
  font-weight: bold;
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-border__dt {
    border-right: none;
    text-align: center;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 15px 0;
  }
}
.vote__detail .detail-border__dd {
  letter-spacing: 0.1rem;
  width: 68%;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-border__dd {
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 15px 0;
  }
}
.vote__detail .detail-audience:not(:last-child) {
  margin-bottom: 30px;
}
.vote__detail .detail-audience__ttl {
  transform: skew(-15deg);
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-audience__ttl {
    text-align: center;
  }
}
.vote__detail .detail-audience__ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #009CD1;
  z-index: 0;
}
.vote__detail .detail-audience__ttl p {
  position: relative;
  padding: 5px 10px;
  display: inline-block;
  background: #fff;
  border: 2px solid #009CD1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-audience__ttl p {
    padding: 0 10px;
  }
}
.vote__detail .detail-audience__ttl p span {
  font-style: italic;
  transform: skew(15deg);
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #009CD1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-audience__ttl p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .vote__detail .detail-audience__cap {
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.vote__detail .detail-audience__cap__ttl {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.vote__detail .detail-audience__cap__img {
  text-align: center;
}
.vote__detail .detail-audience__cap__img img {
  width: 100%;
}
.vote .link {
  font-weight: bold;
  color: #009CD1;
  text-decoration: underline;
}/*# sourceMappingURL=rule.css.map */