@charset "utf-8";

/*===========================================
jbc.css
===========================================*/

/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
input,
textarea,
pre,
blockquote,
th,
td {
  min-width: 0;
  min-height: 0
}

.jbc img {
  max-width: 100%;
  vertical-align: top;
  display: inline;
}

figure {
  margin: 0;
}


dl.NkFoot01 ul.AprStoreList {
  margin: 0 0px 40px;
}

body .Wrap.jbc {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

body .Wrap.jbc .Contents {
  min-width: 960px;
}

.jbc * {
  font-weight: bold;
  font-size: 16px;
  font-family: Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', sans-serif;
  line-height: normal;
}

.jbc mark {
  font-style: normal;
}

.jbc table td {
  vertical-align: middle;
}

.jbc .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.jbc .Contents>div,
.jbc .Contents>section {
  padding-bottom: 120px;
}

.jbc .bg_blue {
  background-color: #1f2678;
  color: #fff;
}

.jbc .bg_yellow {
  background-color: #fabe00;
  color: #1f2678;
}

.jbc p.bg_yellow {
  padding: 80px 0 110px;
  text-align: center;
}

.MainVisual {
  height: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00a7eb;
}

.jbc h2 {
  background-color: #1f2678;
  padding: 66px 0;
  text-align: center;
  border-bottom:1px solid #fff;
}

.jbc h3 {
  font-size: 187.5%;
  border-bottom: solid 4px;
  padding-top: 120px;
  display: inline-block;
}

.bg_blue h3 {
  border-color: #fff;
}

.jbc table {
  border-spacing: 0;
  border-collapse: collapse;
}

@media only screen and (min-width: 1024px) {
  .jbc .Contents {
    width: auto;
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .jbc .Contents {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .jbc * {
    /* font-weight: normal; */
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic', 'Osaka', sans-serif;
  }

  body .Wrap.jbc .Contents {
    min-width: 0;
    width: auto;
    margin: auto;
  }

  .jbc .Contents .bg_yellow:first-of-type {
    padding-bottom: 60px;
  }

  .jbc .Contents .bg_yellow.bunner.sp {
    padding-bottom: 40px;
  }

  body .Wrap.jbc {
    min-width: 0;
  }

  .jbc .inner {
    width: auto;
    padding: 0 4%;
  }

  .jbc img {
    width: auto;
  }

  .MainVisual {
    height: auto;
  }

  .jbc .Contents {
    margin-top: 0;
  }

  .jbc h2 {
    padding: 20px 4%;
  }

  .jbc h3 {
    padding-top: 45px;
    font-size: 112.5%;
    border-bottom: solid 2px;
    line-height: 1.333;
    font-weight: bold;
  }

  .jbc p.bg_yellow {
    padding: 40px 2%;
  }

  .announce li {
    z-index: 100;
  }
}

@media screen and (min-width:769px) {
  .announce li .mt img {
    margin-right: 100px;
  }
}

@media screen and (max-width:768px) {
  .announce li .mt img {
    margin-top: 10px;
  }

  @media screen and (max-width:320px) {
    .announce li .mt img {
      margin-top: 0;
    }
  }
}

.announce li:nth-of-type(1) figure img {
  width: 43%;
  margin-right: -1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.announce li:nth-of-type(1) figure {
  text-align: right;
}

.announce li:nth-of-type(2) figure img {
  width: 44%;
  margin-right: -2px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.announce li:nth-of-type(2) figure {
  text-align: right;
}

.announce li:nth-of-type(3) figure img {
  width: 37%;
  margin-right: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.announce li:nth-of-type(3) figure {
  text-align: right;
}

.announce li:nth-of-type(4) figure img {
  width: 41%;
  margin-right: 0px;
  position: absolute;
  right: -1px;
  bottom: 0;
}

.announce li:nth-of-type(4) figure {
  text-align: right;
}

.announce li:nth-of-type(5) figure img {
  width: 46%;
  margin-right: -2px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.announce li:nth-last-of-type(5) figure {
  text-align: right;
}

@media screen and (max-width:768px) {
  .announce li:nth-of-type(1) figure img {
    width: 32%;
    margin-right: 0;
  }

  .announce li:nth-of-type(2) figure img {
    width: 32%;
    margin-right: 0;
  }

  .announce li:nth-of-type(3) figure img {
    width: 30%;
  }

  .announce li:nth-of-type(4) figure img {
    width: 31%;
  }

  .announce li:nth-of-type(5) figure img {
    width: 35%;
    margin-right: 0;
  }
}

@media screen and (max-width:480px) {
  .announce li:nth-of-type(1) figure img {
    width: 35%;
  }

  .announce li:nth-of-type(2) figure img {
    width: 36%;
  }

  .announce li:nth-of-type(3) figure img {
    width: 33%;
  }

  .announce li:nth-of-type(4) figure img {
    width: 35%;
  }

  .announce li:nth-of-type(5) figure img {
    width: 36%;
  }
}

@media screen and (max-width:375px) {
  .announce li:nth-of-type(1) figure img {
    width: 38%;
  }

  .announce li:nth-of-type(2) figure img {
    width: 38%;
  }

  .announce li:nth-of-type(3) figure img {
    width: 35%;
  }

  .announce li:nth-of-type(4) figure img {
    width: 38%;
  }

  .announce li:nth-of-type(5) figure img {
    width: 38%;
  }
}

@media screen and (max-width:768px) {
  .announce .result li:nth-of-type(1) figure img {
    width: 32%;
    margin-right: 0;
  }

  .announce .result li:nth-of-type(2) figure img {
    width: 32%;
    margin-right: 0;
  }

  .announce .result li:nth-of-type(3) figure img {
    width: 30%;
  }

  .announce .result li:nth-of-type(4) figure img {
    width: 31%;
  }

  .announce .result li:nth-of-type(5) figure img {
    width: 35%;
    margin-right: 0;
  }
}

@media screen and (max-width:480px) {
  .announce .result li:nth-of-type(1) figure img {
    width: 35%;
  }

  .announce .result li:nth-of-type(2) figure img {
    width: 36%;
  }

  .announce .result li:nth-of-type(3) figure img {
    width: 33%;
  }

  .announce .result li:nth-of-type(4) figure img {
    width: 35%;
  }

  .announce .result li:nth-of-type(5) figure img {
    width: 36%;
  }
}

@media screen and (max-width:375px) {
  .announce .result li:nth-of-type(1) figure img {
    width: 38%;
  }

  .announce .result li:nth-of-type(2) figure img {
    width: 38%;
  }

  .announce .result li:nth-of-type(3) figure img {
    width: 35%;
  }

  .announce .result li:nth-of-type(4) figure img {
    width: 38%;
  }

  .announce .result li:nth-of-type(5) figure img {
    width: 38%;
  }
}

/*Apply
------------------------------ */
.Apply h3 {
  border-color: #1f2678;
}

.Apply h3+p {
  font-size: 210%;
  margin-top: 20px;
}

.Apply h3+p span {
  font-size: 24px;
}

.Apply h3+p b {
  padding: 0 4px;
  font-size: 24px;
}

.Apply h3+p em {
  background-color: #1f2678;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  width: 28px;
  line-height: 27px;
  padding-top: 1px;
  vertical-align: middle;
}

.Apply h4 {
  background-color: #1f2678;
  color: #fff;
  text-align: center;
  font-size: 137.5%;
  padding: 8px 0;
  margin-top: 30px;
}

.Apply ul {
  background-color: #fff;
  padding: 50px;
  height: 674px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.Apply li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 1px);
}

.Apply li:first-of-type {
  text-align: left;
  height: 100%;
}

.Apply li:nth-of-type(3) {
  border-top: solid 1px #1f2678;
}

.Apply li+li {
  border-left: solid 1px #1f2678;
  height: calc(50% - 1px);
}

.Apply li.sample {
  position: absolute;
  bottom: 26px;
  right: 28px;
  font-size: 87.5%;
  font-weight: normal;
  border: none;
  height: auto;
  width: auto;
}

.Apply li em {
  font-size: 150%;
}

.Apply li:first-of-type figure {
  padding-right: 30px;
  margin-top: -40px;
}

.Apply li:nth-of-type(2) figure {
  margin-top: -30px;
}

.Apply li:nth-of-type(3) figure {
  margin-top: 20px;
}

.Apply li img+figcaption {
  margin-top: 10px;
  line-height: 2;
}

.Apply li:first-of-type figcaption {
  margin-top: 40px;
}

.Apply>figure img {
  margin-top: 50px;
}

.Apply .vote {
  display: inline-block;
  margin-top: 30px;
}

.Apply .vote a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 616px;
  line-height: 1;
  border-radius: 80px;
  background-color: #1f2678;
  color: #fff;
  font-size: 220%;
  padding: 24px 40px 24px 0;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.Apply .vote a:link,
.Apply .vote a:visited,
.Apply .vote a:hover,
.Apply .vote a:active {
  text-decoration: none;
  color: #fff;
}

.Apply .vote a:hover {
  opacity: 0.8;
}

.Apply .vote a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  width: 26px;
  height: 18px;
  background: url(../img/icon02.png) no-repeat center center;
  right: 180px;
}

.Apply {
  text-align: center;
}

.Apply .MidtermReport {
  padding-top: 20px;
  font-size: 125%;
  color: #fabe00;
}

.Apply .result_info {
  display: inline-block;
  font-size: 130%;
  padding-top: 60px;
  line-height: 1;
  color: #fabe00;
  border-bottom: 3px solid #fabe00;
}

/*修正
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .Apply h3+p {
    font-size: 137.5%;
    margin-top: 26px;
    font-weight: bold;
  }

  .Apply h3+p span {
    font-size: 15px;
    font-weight: bold;
  }

  .Apply h3+p em {
    font-size: 13px;
    width: 21px;
    line-height: 20px;
    font-weight: bold;
  }

  .Apply h3+p b {
    font-size: 18px;
  }

  .Apply h4 {
    font-size: 100%;
    line-height: 1.35;
    margin-top: 20px;
    font-weight: bold;
  }

  .Apply ul {
    height: auto;
    padding: 30px 4% 60px;
  }

  .Apply li {
    width: 100%;
    height: auto;
    font-weight: bold;
  }

  .Apply li figcaption {
    font-size: 13px;
    line-height: 1.59;
    margin-top: 25px !important;
    font-weight: bold;
  }

  .Apply li figcaption em {
    font-weight: bold;
  }

  .Apply li em {
    font-size: 16px;
  }

  .Apply li+li {
    border-left: none;
    border-top: solid 1px #1f2678;
    margin-top: 15px;
  }

  .Apply li figure {
    width: 90%;
  }

  .Apply li figure picture {
    width: 70%;
    display: inline-block;
  }

  .Apply li:first-of-type {
    text-align: center;
    height: auto;
  }

  .Apply li:first-of-type figure {
    padding: 0;
    margin: 0;
  }

  .Apply li:first-of-type figcaption {
    margin-top: auto;
  }

  .Apply li:nth-of-type(2) figure {
    margin-top: 20px;
  }

  .Apply>figure img {
    margin-top: 30px;
    width: 30%;
  }

  .Apply .vote {
    display: block;
    margin-top: 15px;
  }

  .Apply .vote a {
    width: 100%;
    font-size: 93.75%;
    padding: 18px 30px 17px 0;
    font-weight: bold;
  }

  .Apply .vote a:before {
    right: 30%;
    background: url(../img/icon02_sp.png) no-repeat center center / 100% auto;
    width: 16px;
  }

  .Apply .MidtermReport {
    font-weight: bold;
    padding-top: 16px;
    font-size: 100%;
  }
}

/*Prize
------------------------------ */
.Prize h3+dl {
  margin-top: 30px;
}

.Prize dl {
  width: 662px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.Prize dl+dl {
  border-top: solid 1px #1f2678;
}

.Prize dl dt {
  font-size: 112.5%;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Prize dl dd {
  font-size: 112.5%;
}

.Prize dl dt b {
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .Prize dl {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }

  .Prize dl+dl {
    border: none;
    margin-top: 30px;
  }

  .Prize dl dt,
  .Prize dl dd {
    font-size: 93.75%;
  }

  .Prize dl dt span,
  .Prize dl dt b {
    font-weight: bold;
  }

  .Prize dl dt {
    width: 100%;
    border-bottom: solid 1px #1f2678;
    padding-bottom: 4px;
  }

  .Prize dl dt b {
    padding-right: 0;
  }

  .Prize dl dt>span:last-of-type {
    font-size: 86.667%;
    padding-top: 2px;
  }

  .Prize dl dd {
    margin-top: 4px;
    font-weight: bold;
  }

  .Prize dl dd span {
    font-size: 87.5%;
    font-weight: normal;
  }
}

/*Schedule
------------------------------ */
.Schedule {
  text-align: center;
  position: relative;
}

.Schedule table {
  margin-top: 40px;
}

.Schedule thead {
  background-color: #1f2678;
  color: #fff;
}

.Schedule tr {
  height: 32px;
  vertical-align: middle;
}

.Schedule tbody tr {
  background-color: #fff;
}

.Schedule tbody tr:nth-of-type(even) {
  background-color: #ebecfc;
}

.Schedule tbody tr:nth-last-of-type(2) {
  background-color: #fff;
}

.Schedule td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Schedule td+td {
  border-left: solid 1px #eeeffe;
}

.Schedule td:nth-of-type(1) {
  width: 128px;
}

.Schedule td:nth-of-type(2) {
  width: 364px;
}

.Schedule td:nth-of-type(3) {
  width: 366px;
}

.Schedule td:nth-of-type(4) {
  width: 102px;
}

.Schedule table tr:nth-last-of-type(3) td:nth-of-type(1) {
  border-right: solid 1px #eeeffe;
}

.Schedule table tr:nth-last-of-type(3) td:nth-of-type(2) {
  border-left: none;
}

@media screen and (max-width: 768px) {
  .Schedule h3+p.sp {
    margin-top: 30px;
    text-align: right;
    padding-right: 30px;
    position: relative;
    font-size: 81.25%;
    font-weight: bold;
  }

  .Schedule h3+p.sp:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 10px;
    bottom: 0;
    right: 0;
    background: url(../img/icon03.png) no-repeat 0 0 / 100% auto;
  }

  .Schedule .scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 108%;
    margin-left: -4%;
    margin-top: 6px;
  }

  .Schedule .scroll_in {
    width: 670px;
    padding: 0 4%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .Schedule table {
    width: auto;
    margin-top: 0;
  }

  .Schedule table td {
    vertical-align: middle;
    font-size: 87.5%;
  }

  .Schedule td:nth-of-type(1) {
    width: 120px;
  }

  .Schedule td:nth-of-type(2) {
    width: 300px;
  }

  .Schedule td:nth-of-type(3) {
    width: 180px;
  }

  .Schedule td:nth-of-type(4) {
    width: 70px;
  }
}

@media screen and (max-width: 360px) {
  .Schedule table {
    width: 670px
  }

  .Schedule td:nth-of-type(1) {
    width: 100px;
  }

  .Schedule td:nth-of-type(2) {
    width: 240px;
  }

  .Schedule td:nth-of-type(3) {
    width: 220px;
  }

  .Schedule td:nth-of-type(4) {
    width: 60px;
  }
}

/*announce
-------------------------------------------------- */
.announce ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.announce ol li {
  width: calc(50% - 20px);
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.announce ol li p {
  padding: 18px;
}

.announce ol li em {
  display: inline-block;
  position: relative;
  font-size: 175%;
  line-height: 1.25;
  padding: 20px 0;
}

.announce ol li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .announce ol li a:before {
    height: 1px;
  }
}

.announce .midway ol li,
.announce .result ol li {
  position: relative;
  /* height:120px; */
}

@media screen and (min-width:768px) {

  .announce .midway ol li a:before,
  .announce .result ol li a:before {
    /* width:137%; */
    width: 248px;
  }

  .announce .midway ol li:first-child a:before,
  .announce .result ol li:first-child a:before {
    width: 120%;
    left: -75px;
  }
}

.announce ol li span {
  font-size: 112.5%;
  display: block;
}

@media screen and (min-width:769px) {
  .announce ol li:nth-child(1) .votes {
    text-align: center;
    margin-right: 100px;
  }

  .announce ol li:nth-child(2) .votes {
    text-align: left;
    margin-left: 55px;
  }

  .announce ol li:nth-child(3) .votes {
    text-align: left;
    margin-left: 60px;
  }

  .announce ol li:nth-child(4) .votes {
    text-align: left;
    margin-left: 55px;
  }

  .announce ol li:nth-child(5) .votes {
    text-align: left;
    margin-left: 60px;
  }
}

@media screen and (max-width:768px) {
  .announce ol li .votes {
    margin-left: 10px;
  }
}

.announce ol li .votes mark {
  margin-left: 5px;
}

.announce ol li .belong {
  font-size: 125%;
  display: inline;
  position: absolute;
  left: 56px;
  top: 103px;
}

.announce ol li .belong02 {
  position: absolute;
  display: inline;
  font-size: 125%;
  left: 45%;
  top: 55%;
}

@media screen and (max-width:767px) {
  .announce ol li [class^=belong] {
    top: 15%;
    left: 26%;
    font-weight: bold;
  }

  .announce ol li:nth-child(2) [class^=belong],
  .announce ol li:nth-child(4) [class^=belong],
  .announce ol li:nth-child(5) [class^=belong] {
    left: 28%;
  }
}

@media screen and (max-width:415px) {
  .announce ol li a:before {
    bottom: 2px;
  }
}

@media screen and (max-width:480px) {
  .announce ol li [class^=belong] {
    font-size: 13px;
    font-weight: bold;
  }
}

@media screen and (max-width:414px) {
  .announce ol li a:before {
    bottom: 2px;
  }

  .announce ol li [class^=belong] {
    top: 10%;
  }
}

@media screen and (max-width:320px) {
  .announce ol li [class^=belong] {
    top: 5%;
  }
}

.announce ol li mark {
  background-color: transparent;
  font-size: 30px;
  vertical-align: middle;
  line-height: 1;
}

.announce ol li:nth-of-type(1) mark {
  color: #fabe00
}

.announce ol li:nth-of-type(2) mark {
  color: #c1c1c1
}

.announce ol li:nth-of-type(3) mark {
  color: #ec8c52
}

.announce ol li:nth-of-type(4) mark {
  color: #abf2fc
}

.announce ol li:nth-of-type(5) mark {
  color: #abf2fc
}

.announce ol li figure {
  margin-top: -10px;
}

.announce .midway ol li figure {
  margin-top: -55px;
}

.announce ol li:first-of-type {
  width: 100%;
  height: 230px;
}

.announce ol li:first-of-type p {
  text-align: center;
  padding: 20px 0px 20px 133px;
}

.announce ol li:first-of-type em {
  font-size: 250%;
}

.announce ol li:first-of-type figure {
  margin-top: -40px;
}

.announce ol li+li {
  margin-top: 42px;
}

@media screen and (max-width:768px) {
  .announce .midway ol li,
  .announce .result ol li {
    height: auto;
  }
}

.announce ol li a {
  font-size: 100%;
  color: #fff;
}

@media screen and (max-width:768px) {
  .announce ol li a {
    font-size: 120%;
  }

  .announce ol li a:before {
    bottom: 2px;
  }
}

@media screen and (max-width:480px) {
  .announce ol li a {
    font-size: 100%;
  }
}

@media screen and (min-width:320px) {
  .announce ol li a {
    font-size: 85%;
  }
}


.announce .ranc_etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
  color: #fff;
}

.announce table {
  border: solid 1px #fff;
  width: calc(50% - 20px);
  border: solid 1px #fff;
}

.announce table td {
  height: 40px;
}

.announce table td a {
  color: #fff;
}

@media screen and (max-width:320px) {
  .announce table td a {
    font-size: 12px;
  }
}

.announce table td+td {
  border-left: solid 1px;
}

.announce thead tr {
  background-color: #fff;
  color: #1f2678;
}

.announce thead td {
  border-color: #1f2678;
}

.announce tbody tr+tr {
  border-top: solid 1px #fff;
}

.announce tbody td {
  border-color: #fff;
}

@media screen and (max-width: 768px) {

  .announce ol,
  .announce .ranc_etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .announce .ranc_etc {
    height: 0;
    padding-bottom: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .announce .ranc_etc.active {
    /* padding-bottom: 183%; */
    padding-bottom: 550px;
  }

  .announce .result .ranc_etc.active {
    /* height: 1677px; */
    height: 1600px;
  }

  .announce .ranc_etc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 38, 120, 0)), to(rgba(31, 38, 120, 1)));
    background: linear-gradient(to bottom, rgba(31, 38, 120, 0), rgba(31, 38, 120, 1));
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .announce .ranc_etc.active:before {
    height: 0;
  }

  .announce .more {
    display: inline-block !important;
    position: relative;
    font-size: 87.5%;
    margin-top: 20px;
    padding-right: 16px;
  }

  .announce .more:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%) scaleY(1);
    -ms-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .announce .more.open:before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    top: 20%;
  }

  .announce .midway .ranc_etc table:first-of-type {
    border-bottom: none;
  }

  .announce ol,
  .announce .ranc_etc td {
    vertical-align: middle;
  }

  .announce ol li,
  .announce table {
    width: 100%;
  }

  .announce ol {
    margin-top: 10%;
  }

  .announce ol li {
    border-color: rgba(255, 255, 255, 0.7);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .announce ol li+li {
    margin-top: 11%;
  }

  .announce ol li p {
    width: 66% !important;
    padding: 0 0 7% !important;
    text-align: center;
    margin-top: -10%;
  }

  .announce ol li p picture {
    display: block;
    width: 45% !important;
    padding-left: 10px;
  }

  .announce ol li p em {
    font-size: 125% !important;
    padding: 5% 0 4%;
    font-weight: bold;
  }

  .announce ol li p em:before {
    bottom: 6px;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .announce ol li span {
    font-size: 14px;
    margin-top: 7px;
  }

  .announce ol li span mark {
    font-size: 18px;
    vertical-align: baseline;
    font-weight: bold;
  }

  .announce ol li>figure {
    width: 33% !important;
  }

  .announce ol li:first-of-type figure {
    margin-top: -10px;
  }

  .announce table thead td {
    font-weight: bold;
  }

  .announce table td {
    height: 34px;
    overflow: hidden;
    padding: 0;
  }
}

@media screen and (max-width:768px) {
  .announce .midway ol li>figure,
  .announce .result ol li>figure {
    width: 48% !important;
  }

  .announce .midway ol li figure,
  .announce .result ol li figure {
    margin-top: -30px;
  }

  .announce .midway ol li p em,
  .announce .result ol li p em {
    padding: 10% 0 0%;
    margin-left: 20px;
  }

  .announce .midway ol li p em:before,
  .announce .result ol li p em:before{
    bottom: 0px;
  }
}

@media only screen and (max-width:320px) {
  .announce .midway ol li p em,
  .announce .result ol li p em{
    font-size: 18px !important;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) and (min-width: 490px) {
  .announce ol li p em {
    font-size: 150% !important;
  }

  .announce ol li span {
    font-size: 16px;
  }

  .announce ol li span mark {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {

  /* .announce .ranc_etc.active{
    padding-bottom: 614px;
  } */
  .announce .midway .ranc_etc table picture,
  .announce .result .ranc_etc table picture{
    display: block;
    min-width: 100%;
    min-height: 100%;
  }
}

@media screen and (max-width: 360px) {
  .announce ol li+li {
    margin-top: 30px;
  }

  .announce ol li p {
    padding: 0 0 20px !important;
    margin-top: -20px;
  }

  .announce ol li>figure {
    margin: -6px -1px 0 0 !important;
  }
}

/*midway
------------------------------ */
.midway table td:nth-of-type(1) {
  width: 50px;
}

.midway table td:nth-of-type(2) {
  width: 310px;
}

.midway table td:nth-of-type(3) {
  width: 100px;
}

.midway table tbody td:nth-of-type(3) {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.midway table td:nth-of-type(4) {
  width: 101px;
}

/*result
------------------------------ */
.result table td:nth-of-type(1) {
  width: 50px;
}

.result table td:nth-of-type(2) {
  width: 310px;
}

.result table td:nth-of-type(3) {
  width: 100px;
}

.result table td:nth-of-type(4) {
  width: 101px;
}

@media screen and (max-width: 768px) {
  .midway table td:nth-of-type(1),
  .result table td:nth-of-type(1){
    width: 10%;
  }

  .midway table td:nth-of-type(2),
  .result table td:nth-of-type(2){
    width: 35%;
    font-size: 13px;
  }

  .midway table tbody td:nth-of-type(3),
  .result table tbody td:nth-of-type(3){
    width: 18%;
    padding-left: 0;
    text-align: center;
  }

  /* .midway table tbody td:nth-of-type(3){padding-left: 20px;} */
  .midway table td:nth-of-type(4),
  .result table td:nth-of-type(4){
    width: 15%;
  }
  .announce tbody .bt{
    border-top:none;
  }
  .announce table.w3c{
    width:99.8%;
  }
}

/*other
--------------------------------------------------------- */
.sp,
.sp_br,
.sp_img {
  display: none !important;
}

@media screen and (max-width: 768px) {

  .pc,
  .pc_br,
  .pc_img {
    display: none !important;
  }

  .sp,
  .sp_br {
    display: block !important;
  }

  .sp_img {
    display: inline !important;
  }
}