@charset "UTF-8";
.cp2020 {
  background: url(/match/special/u18_2020-21/campaign2020/img/img_main_bg.png) no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 768.98px) {
  .cp2020 {
    background-size: 200%;
  }
}

.cp2020-main {
  position: relative;
}

.cp2020-main.cp2020-top {
  margin: 0 auto 65px;
  width: 100%;
  background: url(/match/special/u18_2020-21/campaign2020/img/cs2020top-main-pc.jpg) no-repeat center bottom;
  background-size: cover;
  background-color: #1d6cba;
}

@media (max-width: 768.98px) {
  .cp2020-main.cp2020-top {
    width: 100%;
    height: auto;
    background: url(/match/special/u18_2020-21/campaign2020/img/cs2020top-main-sp.jpg) no-repeat center bottom;
    background-size: cover;
    background-color: #1d6cba;
  }
}

.cp2020-main.cp2020-detail {
  margin: 0 auto 50px;
  background: url(/match/special/u18_2020-21/campaign2020/img/cs2020detail-main-pc.jpg) no-repeat center bottom;
  background-size: cover;
  background-color: #1d6cba;
}

@media (max-width: 768.98px) {
  .cp2020-main.cp2020-detail {
    width: 100%;
    height: auto;
    background: url(/match/special/u18_2020-21/campaign2020/img/cs2020detail-main-sp.jpg) no-repeat center bottom;
    background-size: cover;
    background-color: #1d6cba;
  }
}

.cp2020-main__inner {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.cpinfo {
  padding: 20px 0 15px;
  text-align: center;
}

@media (max-width: 768.98px) {
  .cpinfo {
    padding: 0 0 15px;
  }
}

.cpinfo__inner {
  display: inline-block;
}

.cpinfo__text1 {
  display: inline-block;
  padding: 0 4px;
  margin: 0 0 5px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.cpinfo__text2 {
  position: relative;
  margin: 0 0 5px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #fff773;
}

.cpinfo__text2:before {
  content: '';
  position: relative;
  top: 8px;
  left: -15px;
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #fff773;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.cpinfo__text2:after {
  content: '';
  position: relative;
  top: 8px;
  right: -10px;
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #fff773;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.cpinfo__text3 {
  margin: 0 0 5px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
  text-shadow: 4px 3px 7px rgba(0, 0, 0, 0.4);
}

.cpinfo__title {
  margin: 0 0 5px;
  font-size: 33px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 33px;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 4px 3px 7px rgba(0, 0, 0, 0.4);
}

.cpdesc {
  margin: 0 0 15px;
}

@media (max-width: 768.98px) {
  .cpdesc {
    margin: 0 15px 0;
  }
}

.cpdesc__inner {
  max-width: 640px;
  width: 94%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

@media (max-width: 768.98px) {
  .cpdesc__inner {
    padding: 15px;
  }
}

.cpdesc__text {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #313131;
  margin-bottom: 1.1em;
}

.cpdesc__text span {
  font-weight: bold;
}

.cpdesc__date {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #007bbc;
}

@media (max-width: 768.98px) {
  .cpdesc__date {
    font-size: 14px;
  }
}

.cpcounter__inner {
  max-width: 640px;
  width: 94%;
  margin: 30px auto 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.cpcounter__title {
  margin: -50px 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cpcounter__title-img {
  margin: 0 auto;
  width: 90%;
}

.cpcounter__title-img img {
  max-width: 100%;
}

.cpcounter__title-text {
  padding: 10px 0 0;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
}

.cpcounter__title-text span {
  font-size: 18px;
}

.cpcounter__main-title {
  margin: 0 0 10px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.cpcounter__main-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cpcounter__main-number .cnt-number {
  position: relative;
  margin: 0 5px 0;
  width: 52px;
  height: 92px;
  background: url(/match/special/u18_2020-21/campaign2020/img/counter-bg.png) no-repeat center 0;
  background-size: contain;
}

.cpcounter__main-number .cnt-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.cpcounter__main-note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: #0f0f0f;
}

.cp2020-info {
  margin: 0 0 65px;
}

.cp2020-info__title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cp2020-info__text1 {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 1em;
}

@media (max-width: 768.98px) {
  .cp2020-info__text1 {
    font-size: 20px;
  }
}

.cp2020-info__text2 {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 1em;
}

@media (max-width: 768.98px) {
  .cp2020-info__text2 {
    font-size: 21px;
  }
}

.cp2020-info__text2 .sl {
  font-size: 18px;
}

@media (max-width: 768.98px) {
  .cp2020-info__text2 .sl {
    font-size: 16px;
  }
}

.cp2020-info__img {
  width: 500px;
}

@media (max-width: 768.98px) {
  .cp2020-info__img {
    width: 310px;
  }
}

.cp2020-info__step {
  position: relative;
  background: url(/match/special/u18_2020-21/campaign2020/img/info-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #e1f3fa;
}

.cp2020-info__stepbg {
  width: 100%;
}

.cp2020step {
  margin: -107px 0 0;
}

.cp2020step__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .cp2020step__inner {
    padding: 0 15px;
    width: 100%;
  }
}

.cp2020step__notepresent {
  padding: 157px 0 30px;
  text-align: center;
}

.cp2020step__notepresenttext {
  display: inline-block;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  color: #000000;
}

.cp2020step__maintitle {
  padding: 0 0 30px;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 768.98px) {
  .cp2020step__maintitle {
    font-size: 20px;
  }
}

.cp2020step__content {
  margin: 0 0 35px;
  border: 4px solid #007bbc;
  border-radius: 10px;
  background-color: #ffffff;
}

.cp2020step__title {
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  background-color: #007bbc;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 768.98px) {
  .cp2020step__title {
    padding: 10px 0;
    font-size: 20px;
  }
}

.cp2020step__info {
  text-align: center;
  padding: 20px;
}

.cp2020step__text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  margin: 0 0 0.5em;
}

@media (max-width: 768.98px) {
  .cp2020step__text {
    font-size: 14px;
  }
}

.cp2020step__twbtn {
  margin: 0 auto 25px;
  max-width: 300px;
}

.cp2020step__twtext {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0.5em;
}

@media (max-width: 768.98px) {
  .cp2020step__twtext {
    font-size: 14px;
  }
}

.cp2020step__exp {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  max-width: 400px;
  margin: 30px auto;
  width: 100%;
  background-color: #f5f5f5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}

@media (max-width: 768.98px) {
  .cp2020step__exp {
    font-size: 14px;
  }
}

.cp2020step__line {
  margin: 0 auto 30px;
  max-width: 800px;
  width: 100%;
  height: 2px;
  background-color: #bfbfbf;
}

.cp2020step__col2 {
  max-width: 780px;
  width: 100%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768.98px) {
  .cp2020step__col2 {
    display: block;
  }
}

.cp2020step__col {
  width: 370px;
}

@media (max-width: 768.98px) {
  .cp2020step__col {
    width: auto;
  }
}

.cp2020step__twhashbtn {
  max-width: 800px;
  width: 100%;
  margin: 25px auto 30px;
}

.cp2020step__note {
  padding: 0 0 35px;
}

@media (max-width: 768.98px) {
  .cp2020step__note {
    padding: 0 0 35px;
  }
}

.cp2020step__note:last-child {
  padding: 0 0 80px;
}

@media (max-width: 768.98px) {
  .cp2020step__note:last-child {
    padding: 0 0 50px;
  }
}

.cp2020step__notetext {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em;
}

.cp2020step__process {
  max-width: 800px;
  margin: 30px auto 20px;
  width: 100%;
  text-align: left;
}

.cp2020step__processtext {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  margin: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768.98px) {
  .cp2020step__processtext {
    font-size: 14px;
  }
}

.cp2020step__processtext .process-no {
  width: 45px;
}

.cp2020step__processtext .process-text {
  width: calc(100% - 45px);
}

.cp2020step__processtext .process-strong {
  font-weight: bold;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff773));
  background: linear-gradient(transparent 60%, #fff773 60%);
}

.cp_twbtn {
  border-radius: 20px;
  height: 40px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cp_twbtn--tw {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  background-color: #1da1f2;
  color: #ffffff;
}

@media (max-width: 768.98px) {
  .cp_twbtn--tw {
    margin: 0 auto;
    width: 250px;
  }
}

.cp_twbtn--tw:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/match/special/u18_2020-21/campaign2020/img/tw-icon.png) no-repeat center 0;
  background-size: contain;
  margin: 0 5px 0 0;
}

.cp_twbtn--tw:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/match/special/u18_2020-21/campaign2020/img/icon-blank-white.png) no-repeat center 0;
  background-size: contain;
  margin: 0 0 0 5px;
}

.cp_twbtn--womens {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  background-color: #ff677b;
  color: #ffffff;
}

.cp_twbtn--mens {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  background-color: #004db4;
  color: #ffffff;
}

.cp_twbtn--twsupport {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  background-color: #1da1f2;
  color: #ffffff;
}

@media (max-width: 768.98px) {
  .cp_twbtn--twsupport {
    font-size: 12px;
  }
}

.cp_twbtn--twsupport:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(/match/special/u18_2020-21/campaign2020/img/tw-icon.png) no-repeat center 0;
  background-size: contain;
  margin: 0 5px 0 0;
  font-size: 12px;
}

.cp_twbtn--twsupport:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/match/special/u18_2020-21/campaign2020/img/icon-blank-white.png) no-repeat center 0;
  background-size: contain;
  margin: 5px 0 0 5px;
}

.cp_twbtn--support {
  position: relative;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  background-color: #ffffff;
  color: #1da1f2;
  border: 2px solid #1da1f2;
}

@media (max-width: 768.98px) {
  .cp_twbtn--support {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .cp_twbtn--support {
    text-align: left;
    padding: 0 0 0 7px;
    font-size: 10px;
  }
}

.cp_twbtn--support:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/match/special/u18_2020-21/campaign2020/img/icon-blank-blue.png) no-repeat center 0;
  background-size: contain;
  margin: 5px 0 0 5px;
}

@media screen and (max-width: 320px) {
  .cp_twbtn--support:after {
    position: absolute;
    top: 7px;
    right: 4px;
  }
}

.cp_btn {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #414141;
  color: #414141;
}

.cp_btn:after {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #414141;
  border-right: solid 1px #414141;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cp_btn--hash {
  border: none;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
}

.cp_btn--hash.active:after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cp_btn--up {
  background: transparent;
}

.cp_btn--up:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cp2020hash {
  display: none;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
}

.cp2020hash__inner {
  padding: 25px 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768.98px) {
  .cp2020hash__inner {
    padding: 20px 10px;
    display: block;
  }
}

.cp2020hash__mens, .cp2020hash__womens {
  width: 48%;
}

@media (max-width: 768.98px) {
  .cp2020hash__mens, .cp2020hash__womens {
    width: 100%;
  }
}

@media (max-width: 768.98px) {
  .cp2020hash__womens {
    margin: 0 0 25px;
  }
}

.cp2020hash__title {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.cp2020hash__lists {
  width: 100%;
}

.cp2020hash__list {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}

@media (max-width: 768.98px) {
  .cp2020hash__list {
    font-size: 10px;
  }
}

.cp2020-desc__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .cp2020-desc__inner {
    padding: 0 15px;
    width: 100%;
  }
}

.cp2020-desc__title {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 768.98px) {
  .cp2020-desc__title {
    font-size: 20px;
    text-align: center;
  }
}

.cp2020-desc__titlesub {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 768.98px) {
  .cp2020-desc__titlesub {
    font-size: 16px;
  }
}

.cp2020-desc__text {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

.cp2020-desc__text a {
  color: #000000;
  text-decoration: underline;
}

@media (max-width: 768.98px) {
  .cp2020-desc__text {
    font-size: 14px;
  }
}

.cp2020-link-blank:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/match/special/u18_2020-21/campaign2020/img/icon-blank-blue.png) no-repeat center 0;
  background-size: contain;
  margin: 5px 0 0 5px;
}

.cp2020-team__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .cp2020-team__inner {
    padding: 0 15px;
    width: 100%;
  }
}

.cp2020-team__cpbtn {
  max-width: 340px;
  width: 100%;
  margin: 10px auto;
}

@media (max-width: 768.98px) {
  .cp2020-team__cpbtn {
    margin: 10px auto;
  }
}

.cp2020-team__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cp2020-team__tab.active-womens {
  border-bottom: 4px solid #ff677b;
}

.cp2020-team__tab.active-womens .tab-womens {
  font-weight: bold;
}

.cp2020-team__tab.active-mens {
  border-bottom: 4px solid #004db4;
}

.cp2020-team__tab.active-mens .tab-mens {
  font-weight: bold;
}

.cp2020-team__tabitem {
  text-align: center;
  width: calc(50% - 4px);
}

.cp2020-team__tabitem .tab-womens, .cp2020-team__tabitem .tab-mens {
  display: block;
  padding: 15px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 768.98px) {
  .cp2020-team__tabitem .tab-womens, .cp2020-team__tabitem .tab-mens {
    font-size: 16px;
    padding: 10px 0;
  }
}

.cp2020-team__tabitem .tab-womens {
  background-color: #ff677b;
}

.cp2020-team__tabitem .tab-mens {
  background-color: #004db4;
}

.areaNaviCp {
  width: 100%;
  margin: 20px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768.98px) {
  .areaNaviCp {
    margin: 20px 0 25px;
  }
}

.areaNaviCp__item {
  padding: 0 6px;
  width: 120px;
  border-left: 1px solid #bfbfbf;
  text-align: center;
}

@media (max-width: 768.98px) {
  .areaNaviCp__item {
    text-align: left;
    padding: 0 0 0 7px;
    margin: 0 0 20px;
    width: calc(100% / 3);
  }
  .areaNaviCp__item:nth-child(3n) {
    border-right: 1px solid #bfbfbf;
  }
}

.areaNaviCp__item:last-child {
  border-right: 1px solid #bfbfbf;
}

.areaNaviCp__link {
  position: relative;
  top: -3px;
  font-size: 16px;
  color: #007bbc;
}

@media (max-width: 768.98px) {
  .areaNaviCp__link {
    top: 0;
  }
}

.areaNaviCp__link:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 8px;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAABGklEQVQYlXWQvUoDQRSFv9m/rKwpsmxsjAE3YCCibqvgHxGbNMHKPo1PID6CgrUWeQHfIuA7iKWNdtqswY272YzMJEYT9IMLlzNzLudecffwIu+fXlksuggpmUEAEqQQ9N8TDsIlrJLrcNN7BNsCx+RP0iFkOSeNZYzjMOC8tQWWgeN7uKVJ+eNSGpbJRSuiuRqoFFIOspzKbY+3/icLnsN3MmFA0k8JigWezw4p2CaGenBtk6u9OnykZL/WyEZo7XJ3TX9WaIOiE62wHpYZxgMQQi88jBMatTKdqDodMjUoukcNfZY0z0nzkb5Qt6m0H2YM21Wf9kaFUTzQ1d6ssFP1/zcorvfrk0hi3M9hzQs13+NUZ5a6nwH4An/8Ua9MRK4TAAAAAElFTkSuQmCC");
}

@media (max-width: 768.98px) {
  .areaNaviCp__link:before {
    padding-left: 10px;
  }
}

.area-team {
  margin: 0 0 40px;
}

@media (max-width: 768.98px) {
  .area-team {
    margin: 0 0 0;
  }
}

.area-team__title {
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin: 0 0 30px;
}

@media (max-width: 768.98px) {
  .area-team__title {
    margin: 0 0 25px;
    text-align: center;
    font-size: 16px;
  }
}

.area-team__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area-team__list {
  width: calc(25% - 20px);
  margin: 0 20px 40px 0;
}

.area-team__list:nth-child(4n) {
  margin: 0 0 40px 0;
}

@media (max-width: 768.98px) {
  .area-team__list:nth-child(4n) {
    margin: 0 11px 40px 0;
  }
}

@media (max-width: 768.98px) {
  .area-team__list {
    width: calc(50% - 11px);
  }
  .area-team__list:nth-child(2n) {
    margin: 0 0 40px 0;
  }
}

.area-team__school-thumb {
  margin: 0 0 10px;
}

.area-team__school-thumb img {
  width: 100%;
}

.area-team__school-name {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media (max-width: 768.98px) {
  .area-team__school-name {
    font-size: 12px;
  }
}

.area-team__school-name.team-mens {
  background-color: #004db4;
}

.area-team__school-name.team-womens {
  background-color: #ff677b;
}

.area-team__school-info {
  margin: 0 0 20px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

@media (max-width: 768.98px) {
  .area-team__school-info {
    font-size: 14px;
  }
}

.area-team__twbtn {
  margin: 0 0 15px;
}

.area-banner {
  margin: 0 0 40px;
}

.area-banner__item {
  margin: 0 0 10px;
}

.area-banner__item img {
  width: 100%;
}

.area-banner__item a {
  display: block;
}
/*# sourceMappingURL=campaign2020.css.map */