@charset "UTF-8";

/* ----------------------------------------------
 submit
---------------------------------------------- */

/* audiovisual, proposal top
---------------------------------------------- */
body.submit .contents p {
  margin-bottom: 1em;
}
body.submit .contents .red {
  color: #d6000f;
}
body.submit .contents .del {
  text-decoration : line-through ;
}
body.submit .contents .del span {
  color: #222;
}
body.submit .contents .before_start,
body.faq .contents .before_start {
  border: #d6000f solid 4px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
}
body.submit .contents .stripe,
body.faq .contents .stripe {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(183, 183, 183, 1) 5px, rgba(183, 183, 183, 1) 10px );
  opacity: .2;
}
body.submit article #criteria.stripe,
body.submit article #ineligible.stripe {
  background-color: #fff;
}
body.submit .contents .shaded {
  color: #777;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2OcOXPm//T0dEYGKIAzMARgKjFUAABbTQgFNTRljAAAAABJRU5ErkJggg==) repeat;
}
body.submit .contents .sup {
  font-size: 1.2rem;
  vertical-align: super;
}
body.submit article .notice {
  border:solid 2px #d6000f;
  padding: 15px;
  text-align: center;
  color: #d6000f;
  font-weight: bold;
}
body.submit article .note {
  font-size: 1.3rem;
  line-height: 1.4;
}
body.submit article .strong {
  font-weight: bold;
}
body.submit article ol,
body.submit article ul {
  margin-bottom: 30px;
}
body.submit article ul ul {
  margin-top: 1em;
  margin-bottom: 0;
}
body.submit article ul ul li {
  margin-bottom: 0em;
}
body.submit article li {
  margin-bottom: 10px;
}
body.submit article ol.decimal-list {
  list-style-type: decimal;
  margin-left: 1.5em;
}
body.submit article .child-list {
  margin: 10px 0 0 1em;
}
body.submit article .disc-list {
  list-style-type: disc;
  margin-left: 1.5em;
  text-indent: 0;
}
body.submit article .brackets-decimal-list {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
body.submit article .brackets-decimal-list .disc-list li {
  margin-bottom: 1em;
}
body.submit article .upper-alpha-list {
  list-style-type: upper-alpha;
  margin-left: 1.5em;
  text-indent: 0;
}
body.submit article ul .upper-alpha-list {
  margin-top: .5em;
}
body.submit article .lower-alpha-list {
  list-style-type: lower-alpha;
  margin-left: 1.5em;
  text-indent: 0;
}
body.submit article .how_to_enter-list li {
  background-color: #efefef;
  padding: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
body.submit article .custom-ico_list li {
  text-indent: -1em;
  margin-left: 1em;
}
body.submit article .how_to_enter-list li::after{
  content: "";
  border-top: 20px solid #af9a49;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -25px;
}
body.submit article .how_to_enter-list li:last-of-type::after{
  content: "";
  border-top: none;
  border-right: none;
  border-left: none;
}
body.submit article table {
  width: 100%;
  margin-bottom: 30px;
  border-top: solid 1px #888;
  border-left: solid 1px #888;
}
body.submit article th,
body.submit article td {
  padding: 10px 15px;
}
body.submit article td {
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
}
body.submit article td.nowrap {
  white-space: nowrap;
}
body.submit article th {
  background-color: #d2d2d2;
  border-bottom: solid 1px #888;
  border-right: solid 1px #888;
}
body.submit article .caution {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #d6000f;
  background-color: #fdf2f3;
  border: solid 4px #d6000f;
  padding: 15px 10px;
  margin: 30px 0;
}
/* sp */
@media only screen and (max-width: 767px) {
  body.submit article .caution {
    font-size: 1.5rem;
    text-align: left;
  }
}

body.submit article .ico-caution {
  color: #d6000f;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
body.submit article .ico-caution::before {
  content: "";
  background: url(../img/2019/common/ico_caution.svg);
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
body.submit article .deadline {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border: solid 2px #af9a49;
  padding: 15px 10px;
  margin: 30px 0;
}
body.submit article table.spec {
  width: auto;
  font-size: 1.4rem;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
}
body.submit article table.spec th,
body.submit article table.spec td {
  padding: 5px 10px;
}
body.submit article dd {
  margin-bottom: 10px;
}
body.submit article .divisions-list {
  /*display: flex;
  flex-flow: row wrap;*/
  margin-bottom: 30px;
}
body.submit article .divisions-list dt {
  /*width: 20%;*/
  font-weight: bold;
}
body.submit article .divisions-list dd {
  /*width: 80%;*/
  margin-left: 1em;
}
body.submit article .paragraph > h4:not(:first-of-type) {
  margin-top: 40px;
}
/* english */
/*
body.submit.lang-en article .divisions-list {
  display: block;
}
body.submit.lang-en article .divisions-list dt {
  width: auto;
}
body.submit.lang-en article .divisions-list dd {
  width: auto;
}
*/
body.submit article .flow {
  display: flex;
  flex-flow: row wrap;
  border-top: solid 1px #d2d2d2;
  margin-bottom: 20px;
}
body.submit article .flow dt {
  width: 25%;
  padding: 10px 0;
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 0;
}
body.submit article .flow dd {
  width: 75%;
  padding: 10px 0;
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 0;
}

body.submit article #criteria {
  background-color: #efefef;
}

body.submit article .ineligible-list {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
}
body.submit article .ineligible-list li {
  width: 22%;
  margin-right: 3%;
}
body.submit .contents article .comingsoon-btn {
  display: block;
  width: 40%;
  padding: 15px;
  background-color: #d2d2d2;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  opacity: .4;
}
body.submit .contents article .entry-btn {
  display: block;
  width: 40%;
  padding: 15px;
  font-size: 2rem;
  margin: 0 auto;
}

/* Application closed */
/*
body.submit article #entry_rules,
body.submit article #ineligible,
body.submit article #criteria,
body.submit article #entry_form{
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(246, 246, 246, 1) 5px, rgba(246, 246, 246, 1) 10px );
  opacity: 0.5;
}
body.submit article .note-box {
  border: solid 3px #af9a49;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #d6000f;
  text-align: center;
}
*/

/* sp */
@media only screen and (max-width: 767px) {
  body.submit article .scroll {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .scroll::-webkit-scrollbar{
   height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
  }
  body.submit article .min-width {
    min-width: 300px;
  }
  body.submit article .ineligible-list li {
    width: 30%;
  }
  body.submit .contents article .entry-btn,
  body.submit .contents article .comingsoon-btn {
    width: 100%;
    font-size: 1.6rem;
  }
  /* Application closed */
  body.submit article .note-box {
    padding: 10px;
    font-size: 1.6rem;
  }
}


/* FAQ
---------------------------------------------- */
body.faq .contents p {
  margin-bottom: 1em;
}
body.faq section dt {
  color: #d6000f;
  font-size: 1.8rem;
}
body.faq section dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
body.faq section dd {
  margin-bottom: 30px;
}

body.faq article ol,
body.faq article ul {
  margin-bottom: 30px;
}
body.faq article li {
  margin-bottom: 10px;
}
body.faq article ol.decimal-list {
  list-style-type: decimal;
  margin-left: 1.5em;
}
body.faq article .child-list {
  margin: 10px 0 0 1em;
}
body.faq article .disc-list {
  list-style-type: disc;
  margin-left: 1.5em;
  text-indent: 0;
}
body.faq article table {
  margin-bottom: 30px;
  border-top: solid 1px #888;
  border-left: solid 1px #888;
}
body.faq article th,
body.faq article td {
  padding: 10px 15px;
}
body.faq article td {
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
  text-align: center;
}
body.faq article td.nowrap {
  white-space: nowrap;
}
body.faq article th {
  background-color: #d2d2d2;
  border-bottom: solid 1px #888;
  border-right: solid 1px #888;
}
body.faq article .address {
  margin-bottom: 60px;
}

/* sp */
@media only screen and (max-width: 767px) {
  body.faq section dt {
    font-size: 1.5rem;
  }
  body.faq article table {
    width: auto;
  }
}

/* countries
---------------------------------------------- */
body.countries .header .mainMenu,
body.countries #smt_menu .menu-trigger,
body.countries #smt_menu .bt_lang_2 {
  display: none;
}
body.countries .contents {
  font-size: 1.6rem;
}
body.countries .contents h1 {
  text-align: center;
}
body.countries .contents .ineligible-list {
  margin-bottom: 40px;
}
body.countries .contents .ineligible-list li {
  padding: 10px;
  border-bottom: solid 1px #d2d2d2;
}
body.countries .contents .btn-close {
  display: block;
  width: 200px;
  padding-right: 15px;
  margin: 0 auto;
}

/* sp - tb */
@media (min-width: 768px) and (max-width: 1020px) {
  body.countries .contents #ineligible {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  #smt_menu .jp-prize_logo {
    max-width: 260px;
  }
}