/* ----------------------------------------------------------------
  全体
----------------------------------------------------------------- */
.contents_20211214 {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5em;
}
.contents_20211214 h2,
.contents_20211214 h3,
.contents_20211214 h4,
.contents_20211214 h5,
.contents_20211214 p,
.contents_20211214 div,
.contents_20211214 ul,
.contents_20211214 ol,
.contents_20211214 dl,
.contents_20211214 li,
.contents_20211214 dt,
.contents_20211214 dd,
.contents_20211214 img,
.contents_20211214 form,
.contents_20211214 fieldset,
.contents_20211214 td,
.contents_20211214 th,
.contents_20211214 a,
.contents_20211214 iframe,
.contents_20211214 figure,
.contents_20211214 picture,
.contents_20211214 article,
.contents_20211214 section {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----------------------------------------------------------------
  共通レイアウト
----------------------------------------------------------------- */
.contents_20211214 .btn {
  display: inline-block;
  padding: 10px;
  margin: 20px auto;
  color: #000;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: bold;
}

.contents_20211214 .read {
  margin-bottom: 20px;
  line-height: 140%;
}

.contents_20211214 picture {
  display: block;
}
.contents_20211214 picture img {
  width: 100%;
}

.contents_20211214 .header picture {
  width: 100％;
  margin: auto;
}

.contents_20211214 .header .catch {
  font-weight: bold;
}

.contents_20211214 .header .term {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 15px;
}

/*----------応援方法--------*/

.contents_20211214 .application h2 {
  text-align: center;
  font-weight: bold;
}
.contents_20211214 .application dd .title {
  font-weight: bold;
  font-size: 110%;
  margin: 20px 0;
}

/*----------エントリーアスリート--------*/
.contents_20211214 select {
  display: block;
  font-size: 1.1em;
  border: 2px solid #666;
  border-radius: 50px;
  padding: 10px;
  font-weight: bold;
}

.contents_20211214 .entry h2 {
  text-align: center;
  font-weight: bold;
}

.contents_20211214 .entry li .prof h3 {
  font-weight: bold;
  font-size: 1.3em;
}

.contents_20211214 .entry li .prof h3 span {
  font-size: 70%;
  margin-left: 10px;
}

.contents_20211214 .entry li .snsarea h4 {
  font-weight: bold;
}

.contents_20211214 .risence {
  font-size: 0.92em;
}
.fb_iframe_widget_fluid span {
  width: 100% !important;
}

.contents_20211214 .entry li .snsarea .copybox {
  min-width: 200px;
}

.contents_20211214 .entry li .go_athlete {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  padding-right: 10px;
}
.contents_20211214 .entry li .go_athlete::before {
  margin-right: 10px;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
  display: block;
  margin-top: 2px;
}

/*----------キャンペーン概要---------*/

.contents_20211214 .campain h2 {
  border-bottom: 2px solid #999;
  padding-bottom: 5px;
}
.contents_20211214 .campain .read {
  margin-bottom: 20px;
}
.contents_20211214 .campain dl {
  font-size: 90%;
  padding: 20px;
  background: #efefef;
  border-radius: 10px;
}
.contents_20211214 .campain dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.contents_20211214 .campain dd:first-child {
  margin-bottom: 10px;
}
.contents_20211214 .campain dd span {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contents_20211214 .campain li {
  list-style: disc;
  margin-left: 20px;
}

/* ----------------------------------------------------------------
 PCのみ
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .contents_20211214 .sp {
    display: none;
  }
  .contents_20211214 {
    background: url(../img/contents_bg.png) 0 400px repeat-x;
  }
  .contents_20211214 .header .catch {
    font-size: 1.2em;
    line-height: 180%;
    margin-top: 40px;
    padding: 0 40px;
    text-align: center;
  }
  .contents_20211214 .header .term {
    width: 700px;
    font-size: 1.2em;
    letter-spacing: 1px;
    border-radius: 50px;
  }
  .contents_20211214 .header .term span {
    margin-right: 10px;
    font-weight: normal;
  }
  /*----------応援方法--------*/

  .contents_20211214 .application {
    max-width: 1100px;
    margin: 100px auto;
    padding: 0 40px;
    width: 100%;
    background: url(../img/furisake.png) left 0 bottom 70px no-repeat;
    background-size: 550px;
  }
  .contents_20211214 .application h2 {
    font-size: 2em;
    margin-bottom: 40px;
  }
  .contents_20211214 .application ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contents_20211214 .application li {
    width: 48%;
  }
  .contents_20211214 .application dl {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .contents_20211214 .application dt {
    width: 500px;
    margin-bottom: 20px;
  }
  .contents_20211214 .application dt picture {
    width: 250px;
  }
  .contents_20211214 .application dd {
    width: 500px;
  }

  .contents_20211214 .application .btn {
    width: 200px;
    margin-right: 10px;
  }

  /*----------エントリーアスリート--------*/
  .contents_20211214 select {
    margin: 0 auto 40px;
    width: 500px;
  }
  .contents_20211214 .entry {
    margin: 100px auto 50px;
    border-radius: 10px;
  }

  .contents_20211214 .entry h2 {
    font-size: 2em;
    margin-bottom: 40px;
  }

  .contents_20211214 .entry .athlete {
    width: 1100px;
    margin: auto;
  }

  .contents_20211214 .entry li {
    margin-bottom: 40px;
  }

  .contents_20211214 .entry .athlete li > div {
    display: flex;
    justify-content: space-between;
    border: 4px solid #ccc;
    border-radius: 10px;
    padding: 30px;
  }

  .contents_20211214 .entry li .prof {
    width: 300px;
  }

  .contents_20211214 .entry li .prof picture {
    margin-bottom: 20px;
  }

  .contents_20211214 .entry li .prof h3 {
    margin-bottom: 20px;
  }
  .contents_20211214 .entry li .snsarea {
    display: flex;
    width: 700px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contents_20211214 .entry li .snsarea h4 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.1em;
    background: #f5c814;
    padding: 7px 15px;
    border-radius: 10px;
  }

  .contents_20211214 .entry li .snsarea .facebook,
  .contents_20211214 .entry li .snsarea .twitter {
    width: 330px;
    margin-bottom: 20px;
  }
  .contents_20211214 .entry li .snsarea .facebook > div,
  .contents_20211214 .entry li .snsarea .twitter .twitter-tweet {
    width: 100%;
    margin-top: 0 !important;
  }
  .contents_20211214 .entry li .snsarea .snsbtn {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  .contents_20211214 .entry li .snsarea .snsbtn iframe {
    margin-right: 10px;
  }
  .contents_20211214 .entry li .snsarea input {
    padding: 5px 10px;
  }

  /*----------キャンペーン概要---------*/
  .contents_20211214 .campain {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 40px;
  }
  .contents_20211214 .campain h2 {
    font-size: 1.1em;
    margin: 40px 0 20px;
  }
  .contents_20211214 .campain .read {
    margin-bottom: 20px;
  }

  .contents_20211214 .campain dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contents_20211214 .campain dd:nth-child(2) {
    margin-bottom: 20px;
  }

  .contents_20211214 .campain li {
    list-style: disc;
    margin-left: 20px;

    line-height: 140%;
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------------------------
  スマホのみ
----------------------------------------------------------------- */
@media screen and (max-width: 769px) {
  .contents_20211214 {
    background: url(../img/contents_bg.png) 0 200px repeat-x;
  }
  .contents_20211214 .header picture {
    max-width: 100％;
    margin: auto;
  }
  .contents_20211214 .header .catch {
    line-height: 150%;
    padding: 0 30px;
    text-align: left;
    font-size: 0.92em;
  }
  .contents_20211214 .header .term {
    width: 90%;
    font-size: 1.1em;
    border-radius: 10px;
  }
  .contents_20211214 .header .term span {
    display: block;
    font-size: 90%;
    font-weight: normal;
  }
  /*----------応援方法--------*/

  .contents_20211214 .application {
    margin: 40px auto;
    padding: 0 20px;
    width: 100%;
  }
  .contents_20211214 .application h2 {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .contents_20211214 .application ul {
    margin-bottom: 20px;
  }
  .contents_20211214 .application li {
    margin-bottom: 20px;
  }

  .contents_20211214 .application dt picture {
    width: 150px;
    margin: 0 auto;
  }
  .contents_20211214 .application dt picture.sp {
    width: 100%;
    margin: 0 auto 20px;
  }

  .contents_20211214 .application dd {
    color: #000;
  }
  .contents_20211214 .application dd .title {
    font-size: 120%;
    margin: 20px 0;
    text-align: center;
  }
  .contents_20211214 .application .btnarea {
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .contents_20211214 .application .btn {
    max-width: 180px;
    width: 49%;
    margin: 0 5px;
    padding: 7px;
    font-size: 0.92em;
  }

  /*----------エントリーアスリート--------*/
  .contents_20211214 .entry {
    margin: 60px auto 20px;
    border-radius: 10px;
  }
  .contents_20211214 select {
    margin: 0 auto;
    width: 80%;
    font-size: 1em;
  }
  .contents_20211214 .entry h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }

  .contents_20211214 .entry .athlete {
    margin: auto;
    padding: 20px;
  }
  .contents_20211214 .entry .athlete li {
    margin-bottom: 20px;
  }
  .contents_20211214 .entry .athlete li > div {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .contents_20211214 .entry li .prof picture {
    margin-bottom: 20px;
  }
  .contents_20211214 .entry li .prof h3 {
    margin-bottom: 20px;
  }
  .contents_20211214 .entry li .snsarea h4 {
    margin: 20px 0;
    background: #f5c814;
    padding: 10px;
    line-height: 130%;
  }
  .contents_20211214 .entry li .snsarea .facebook {
    margin-bottom: 20px;
  }
  .contents_20211214 .entry li .snsarea .twitter {
    margin-bottom: 30px;
  }
  .contents_20211214 .entry li .snsarea .facebook .fb-post,
  .contents_20211214 .entry li .snsarea .twitter .twitter-tweet {
    padding-left: 2px;
    padding-bottom: 2px;
    width: 100% !important;
  }
  .contents_20211214 .entry li .snsarea .facebook span iframe {
    width: 100% !important;
  }

  .contents_20211214 .entry li .snsarea .facebook .mbm {
    margin-bottom: 2px;
  }
  .contents_20211214 .entry li .snsarea .snsbtn {
    margin-top: 20px;
  }
  .contents_20211214 .entry li .snsarea .snsbtn iframe {
    margin-right: 10px;
  }
  .contents_20211214 .entry li .snsarea input {
    padding: 5px 10px;
  }

  /*----------キャンペーン概要---------*/
  .contents_20211214 .campain {
    padding: 0 30px;
    margin: 20px auto 40px;
  }
  .contents_20211214 .campain h2 {
    margin: 20px 0 10px;
    font-size: 1em;
  }
  .contents_20211214 .campain .read {
    margin-bottom: 10px;
    font-size: 0.92em;
    line-height: 140%;
  }
  .contents_20211214 .campain dd:nth-child(2) {
    margin-bottom: 10px;
  }
  .contents_20211214 .campain li {
    font-size: 0.92em;
  }
}
