@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*#########################################################

基本設定

#########################################################*/
/*#########################################################

メディアクエリ

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','YuGothic','Yu Gothic','Meiryo','ＭＳ ゴシック',sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  color: #181818;
  background: #fefdf8; }

p {
  margin: 1rem auto;
  line-height: 2; }

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all; }

a:hover {
  opacity: .6; }

/*#########################################################

共通パーツ

#########################################################*/
main {
  position: relative; }
  @media screen and (max-width: 1100px) {
    main section {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 5%;
      width: 100%; } }
  main div.inner-box {
    width: 980px;
    margin: 0 auto;
    padding: 100px 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1100px) {
      main div.inner-box {
        padding: 100px 0;
        width: 100%; } }
    @media screen and (max-width: 680px) {
      main div.inner-box {
        padding: 16% 0; } }
    main div.inner-box h2.topic-ttl {
      font-size: 2.13333rem;
      position: relative;
      margin-bottom: 1em;
      text-align: center;
      margin-bottom: 100px; }
      @media screen and (max-width: 680px) {
        main div.inner-box h2.topic-ttl {
          font-size: 1.66667rem;
          margin-bottom: 80px; } }
      main div.inner-box h2.topic-ttl:before {
        content: '';
        position: absolute;
        bottom: -30px;
        display: inline-block;
        width: 65px;
        height: 4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #c40110;
        border-radius: 2px; }
        @media screen and (max-width: 680px) {
          main div.inner-box h2.topic-ttl:before {
            width: 50px;
            bottom: -25px; } }
  main section.bgcol {
    background: #f7f6f0;
    background: url("../images/bg.png") left top repeat; }

/*#########################################################

ヘッダー

#########################################################*/
header {
  margin: 20px 0px 0;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 5px solid #444444; }
  @media screen and (max-width: 1100px) {
    header {
      margin: 0px 0px 0;
      padding-bottom: 0px; } }
  @media screen and (max-width: 768px) {
    header {
      margin: 10px 0px 0;
      padding-bottom: 10px; } }
  header h1 {
    margin-left: 20px;
    margin-right: auto;
    width: 200px; }
    @media screen and (max-width: 1100px) {
      header h1 {
        margin: 10px 0px  10px 10px;
        padding-bottom: 0px;
        width: 180px; } }
    @media screen and (max-width: 1100px) {
      header h1 {
        margin: 10px 0px  10px 5px; } }
    @media screen and (max-width: 768px) {
      header h1 {
        margin: 0px 0px  0px 10px; } }
    header h1 img {
      width: 100%; }
  header div.pc-nav {
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1100px) {
      header div.pc-nav {
        margin-right: 10px; } }
    header div.pc-nav ul.nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header div.pc-nav ul.nav-list li {
        list-style-type: none;
        margin-right: 30px;
        font-size: 1rem;
        font-weight: bold; }
        @media screen and (max-width: 1100px) {
          header div.pc-nav ul.nav-list li {
            font-size: 0.93333rem;
            margin-right: 20px; } }
        header div.pc-nav ul.nav-list li a.hover-line {
          text-decoration: none;
          color: #181818;
          display: inline-block;
          position: relative;
          text-decoration: none; }
          header div.pc-nav ul.nav-list li a.hover-line:hover {
            color: #c40110;
            opacity: 1;
            cursor: pointer; }
          header div.pc-nav ul.nav-list li a.hover-line::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
            transform-origin: center top;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            background: #c40110; }
          header div.pc-nav ul.nav-list li a.hover-line:hover::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
    header div.pc-nav div.entry-btn-header {
      margin-left: 20px;
      background: #c40110;
      width: 120px; }
      header div.pc-nav div.entry-btn-header a {
        padding: 20px 15px 20px 0px;
        font-weight: bold;
        font-size: 0.8rem;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: block;
        text-decoration: none;
        background-color: #c40110; }
        @media screen and (max-width: 1100px) {
          header div.pc-nav div.entry-btn-header a {
            padding: 23% 15px 22% 0px; } }
      header div.pc-nav div.entry-btn-header .arrow {
        display: block;
        position: relative; }
      header div.pc-nav div.entry-btn-header .arrow::before {
        content: '';
        width: 7px;
        height: 7px;
        border: 0px;
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -12px; }
    @media screen and (max-width: 950px) {
      header div.pc-nav {
        display: none; } }

ul.sns-list {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.sns-list li {
    list-style-type: none;
    width: 30px;
    margin-right: 10px; }
    ul.sns-list li:last-child {
      margin-right: 0; }
    ul.sns-list li img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    ul.sns-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*#########################################################

フッター

#########################################################*/
footer {
  background-color: #1c1c1c;
  color: #efefef; }
  footer div.inner-box {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 10px; }
    @media screen and (max-width: 1100px) {
      footer div.inner-box {
        width: 100%; } }
    footer div.inner-box ul.sns-list {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer div.inner-box ul.sns-list li {
        margin: 0 10px; }
    footer div.inner-box p.copy {
      font-size: 0.8rem;
      line-height: 1.2; }

/*#########################################################

TOP to

#########################################################*/
p#page-top {
  margin: 0; }
  p#page-top a.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 50px; }
    @media screen and (max-width: 768px) {
      p#page-top a.pagetop {
        width: 40px;
        bottom: 10px;
        right: 10px; } }
    @media screen and (max-width: 680px) {
      p#page-top a.pagetop {
        width: 40px;
        bottom: 5px;
        right: 10px; } }
    p#page-top a.pagetop:hover {
      opacity: 0.9; }
    p#page-top a.pagetop img {
      width: 100%; }

/*#########################################################

SP用のnav

#########################################################*/
div.sp-nav {
  display: none; }
  @media screen and (max-width: 950px) {
    div.sp-nav {
      width: 100%;
      margin-right: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: block; } }
  @media screen and (max-width: 950px) {
    div.sp-nav ul.sns-list {
      margin-top: 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

div.nav-btn {
  position: absolute;
  margin: 10px 0 4px;
  top: 6px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 6px; }
  @media screen and (max-width: 768px) {
    div.nav-btn {
      right: 10px; } }
  div.nav-btn div.sp-toggle {
    position: relative;
    width: 29px; }
  div.nav-btn span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out; }
    div.nav-btn span:nth-child(1) {
      top: 0; }
    div.nav-btn span:nth-child(2) {
      top: 10px; }
    div.nav-btn span:nth-child(3) {
      top: 20px; }

div.sp-gloval-nav {
  display: none; }
  @media screen and (max-width: 950px) {
    div.sp-gloval-nav {
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 990;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 29px;
      -webkit-transition: opacity 0s ease, visibility 0s ease;
      -o-transition: opacity 0s ease, visibility 0s ease;
      transition: opacity 0s ease, visibility 0s ease; }
      div.sp-gloval-nav a {
        font-size: 1.33333rem;
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px 0;
        -webkit-transition: color 0.6s ease;
        -o-transition: color 0.6s ease;
        transition: color 0.6s ease; }
        div.sp-gloval-nav a:hover {
          color: #666; }
      div.sp-gloval-nav ul {
        list-style: none; }
        div.sp-gloval-nav ul li {
          opacity: 0;
          -webkit-transform: translateX(150px);
          -ms-transform: translateX(150px);
          transform: translateX(150px);
          -webkit-transition: -webkit-transform 0.6s ease;
          transition: -webkit-transform 0.6s ease;
          -o-transition: transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
          div.sp-gloval-nav ul li:nth-child(2) {
            -webkit-transition-delay: 0.10s;
            -o-transition-delay: 0.10s;
            transition-delay: 0.10s; }
          div.sp-gloval-nav ul li:nth-child(3) {
            -webkit-transition-delay: 0.24s;
            -o-transition-delay: 0.24s;
            transition-delay: 0.24s; }
          div.sp-gloval-nav ul li:nth-child(4) {
            -webkit-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
          div.sp-gloval-nav ul li:nth-child(5) {
            -webkit-transition-delay: 0.56s;
            -o-transition-delay: 0.56s;
            transition-delay: 0.56s; }
          div.sp-gloval-nav ul li:nth-child(6) {
            -webkit-transition-delay: 0.71s;
            -o-transition-delay: 0.71s;
            transition-delay: 0.71s; }
          div.sp-gloval-nav ul li:nth-child(7) {
            -webkit-transition-delay: 0.85s;
            -o-transition-delay: 0.85s;
            transition-delay: 0.85s; }
          div.sp-gloval-nav ul li:nth-child(8) {
            -webkit-transition-delay: 1.16s;
            -o-transition-delay: 1.16s;
            transition-delay: 1.16s; }
          div.sp-gloval-nav ul li:nth-child(9) {
            -webkit-transition-delay: 1.46s;
            -o-transition-delay: 1.46s;
            transition-delay: 1.46s; }
          div.sp-gloval-nav ul li:nth-child(10) {
            -webkit-transition-delay: 1.5s;
            -o-transition-delay: 1.5s;
            transition-delay: 1.5s; } }

.open {
  display: none; }
  @media screen and (max-width: 950px) {
    .open {
      display: block;
      overflow: hidden; }
      .open div.nav-btn {
        background: none; }
      .open div.sp-gloval-nav {
        visibility: visible;
        opacity: 1; }
        .open div.sp-gloval-nav li {
          opacity: 1;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
          transition: opacity 0.9s ease, -webkit-transform 1s ease;
          -o-transition: transform 1s ease, opacity 0.9s ease;
          transition: transform 1s ease, opacity 0.9s ease;
          transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease; }
      .open div.nav-btn span {
        background: #fff; }
        .open div.nav-btn span:nth-child(1) {
          top: 15px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .open div.nav-btn span:nth-child(2) {
          top: 15px;
          width: 0;
          left: 50%; }
        .open div.nav-btn span:nth-child(3) {
          top: 15px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); } }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

/*#########################################################

共通パーツ

#########################################################*/
main table.entry-list {
  width: 100%; }
  main table.entry-list tr {
    border-bottom: 1px solid #e4e4e4; }
    main table.entry-list tr:last-child {
      border: none; }
  main table.entry-list tr.list-last th {
    padding: 30px 0 0; }
    @media screen and (max-width: 768px) {
      main table.entry-list tr.list-last th {
        padding: 0px 0 0 10px; } }
  main table.entry-list tr.list-last td {
    padding: 30px 0 0; }
    @media screen and (max-width: 768px) {
      main table.entry-list tr.list-last td {
        padding: 10px 0 0 0; } }
  main table.entry-list th {
    line-height: 22px;
    text-align: left;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      main table.entry-list th {
        width: 100%;
        border-left: 5px solid #c40110;
        color: #c40110;
        margin-top: 30px;
        padding: 0px 0 0 10px;
        line-height: inherit; } }
    @media screen and (max-width: 768px) {
      main table.entry-list th br {
        display: none; } }
  main table.entry-list td {
    line-height: 22px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      main table.entry-list td {
        line-height: 1.5;
        padding: 10px 0 30px 0; } }
    main table.entry-list td span.txt-pick {
      font-size: 0.86667rem;
      color: #c40110; }
  @media screen and (max-width: 768px) {
    main table.entry-list {
      width: 100%; }
      main table.entry-list .last td:last-child {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: solid 1px #ccc;
        width: 100%; }
      main table.entry-list th,
      main table.entry-list td {
        border-bottom: none;
        display: block;
        width: 100%; } }

div.entry-btn {
  width: 420px;
  margin: 60px auto 0; }
  @media screen and (max-width: 768px) {
    div.entry-btn {
      width: 100%; } }
  div.entry-btn div {
    font-weight: bold;
    font-size: 1.26667rem;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 35px 35px 35px 35px;
    display: block;
    text-decoration: none;
    background-color: #a3a3a3; }
    @media screen and (max-width: 680px) {
      div.entry-btn div {
        font-size: 1.26667rem;
        padding: 25px 20px 25px 20px; } }
    @media screen and (max-width: 340px) {
      div.entry-btn div {
        font-size: 1.06667rem;
        padding: 25px 20px 25px 20px; } }

/*#########################################################

メイン画像
#########################################################*/
picture.main-img {
  border-bottom: 5px solid #444444;
  font-size: 0; }
  picture.main-img img {
    width: 100%; }

/*#########################################################

TOPC01 京都eスポーツゲーム大賞とは

#########################################################*/
section#topic01 {
  background: url("../images/bg_bottom.png") left bottom/100% auto no-repeat, url("../images/bg_top.png") left top/100% auto no-repeat, url("../images/bg_middle.png") left center/100% auto repeat; }
  section#topic01 p {
    width: 850px;
    line-height: 1.7;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1100px) {
      section#topic01 p {
        width: 100%;
        padding: 0 5%; } }
  section#topic01 div.howto-info {
    margin: 80px auto 0;
    width: 850px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 5px solid #181818; }
    @media screen and (max-width: 1100px) {
      section#topic01 div.howto-info {
        width: 100%;
        padding: 0 5%; } }
    section#topic01 div.howto-info dl {
      padding: 30px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 4px 30px; }
      section#topic01 div.howto-info dl:first-child {
        border-bottom: dotted 3px #ccc; }
      @media screen and (max-width: 850px) {
        section#topic01 div.howto-info dl {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        section#topic01 div.howto-info dl {
          display: block; } }
    section#topic01 div.howto-info dt {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.33333rem;
      font-weight: bold;
      width: 30%;
      padding: 10px 0 10px 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 850px) {
        section#topic01 div.howto-info dt {
          padding: 10px 0 10px 10px; } }
      @media screen and (max-width: 768px) {
        section#topic01 div.howto-info dt {
          text-align: center;
          width: 100%;
          margin-bottom: 20px;
          padding: 0; } }
    section#topic01 div.howto-info dd {
      font-size: 1.6rem;
      margin: 0;
      width: 70%;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      section#topic01 div.howto-info dd span.prize {
        font-weight: bold;
        color: #c40110;
        padding: 0 5px;
        font-size: 2.13333rem; }
      section#topic01 div.howto-info dd span.pl20 {
        padding-left: 50px; }
        @media screen and (max-width: 680px) {
          section#topic01 div.howto-info dd span.pl20 {
            display: none; } }
      section#topic01 div.howto-info dd span.sub-txt {
        font-size: 0.86667rem; }
      @media screen and (max-width: 680px) {
        section#topic01 div.howto-info dd span.date {
          margin-bottom: 5px;
          display: block; } }
      @media screen and (max-width: 768px) {
        section#topic01 div.howto-info dd {
          width: 100%;
          text-align: center; } }

/*#########################################################

TOPC03 応募資格

#########################################################*/
table.entry-list table.evaluation-list {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    table.entry-list table.evaluation-list {
      margin-top: 20px; } }
  table.entry-list table.evaluation-list thead {
    background-color: #ecebe6; }
    table.entry-list table.evaluation-list thead tr {
      font-size: 0.93333rem;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e0dfda; }
    table.entry-list table.evaluation-list thead th {
      padding: 10px 120px  10px 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        table.entry-list table.evaluation-list thead th {
          padding: 10px 0;
          border-left: none;
          color: #181818;
          margin-top: 0px; } }
    table.entry-list table.evaluation-list thead td {
      width: 0px;
      padding: 0; }
  table.entry-list table.evaluation-list tbody tr {
    font-size: 0.93333rem;
    width: 100%;
    background-color: #fff;
    background-color: #f9f8f2;
    color: #181818; }
  table.entry-list table.evaluation-list tbody th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid #ccc;
    text-align: left; }
    @media screen and (max-width: 850px) {
      table.entry-list table.evaluation-list tbody th {
        width: 22%; } }
    @media screen and (max-width: 768px) {
      table.entry-list table.evaluation-list tbody th {
        width: 100%;
        border: none;
        padding: 10px 5% 0;
        border-left: none;
        color: #181818;
        margin-top: 0px; } }
  table.entry-list table.evaluation-list tbody td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px  30px 10px 0px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      table.entry-list table.evaluation-list tbody td {
        width: 100%;
        border: none;
        padding: 10px 5%;
        border-left: none;
        color: #181818; } }

/*#########################################################

TOPC04 審査の流れ

#########################################################*/
span.sp-disp {
  display: none; }
  @media screen and (max-width: 768px) {
    span.sp-disp {
      display: inline; } }

section#topic04 ul.judging-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none; }
  @media screen and (max-width: 768px) {
    section#topic04 ul.judging-box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%; } }
  section#topic04 ul.judging-box li.judging-txt {
    width: 180px; }
    @media screen and (max-width: 850px) {
      section#topic04 ul.judging-box li.judging-txt {
        width: 20%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 768px) {
      section#topic04 ul.judging-box li.judging-txt {
        border-radius: 8px;
        border: 4px solid #c40110;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 4% 3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media screen and (max-width: 680px) {
      section#topic04 ul.judging-box li.judging-txt {
        width: 90%;
        margin: 0 auto;
        padding: 6% 5% 5%;
        display: block; } }
    section#topic04 ul.judging-box li.judging-txt div.judging-img a:hover {
      opacity: 0.8; }
    section#topic04 ul.judging-box li.judging-txt div.judging-img img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      section#topic04 ul.judging-box li.judging-txt div.judging-img {
        width: 25%;
        padding-right: 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 680px) {
      section#topic04 ul.judging-box li.judging-txt div.judging-img {
        width: 55%;
        margin: 0 auto;
        padding-right: 0%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 768px) {
      section#topic04 ul.judging-box li.judging-txt div.judging-img picture img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      section#topic04 ul.judging-box li.judging-txt div.judging-info {
        width: 75%; } }
    @media screen and (max-width: 680px) {
      section#topic04 ul.judging-box li.judging-txt div.judging-info {
        width: 100%; } }
    section#topic04 ul.judging-box li.judging-txt div.judging-info h3 {
      text-align: center;
      margin-top: 20px;
      color: #c40110; }
      @media screen and (max-width: 768px) {
        section#topic04 ul.judging-box li.judging-txt div.judging-info h3 {
          margin-top: 0px;
          font-size: 1.13333rem;
          text-align: left; } }
      @media screen and (max-width: 680px) {
        section#topic04 ul.judging-box li.judging-txt div.judging-info h3 {
          font-size: 1.2rem;
          margin-top: 20px;
          text-align: center; } }
      section#topic04 ul.judging-box li.judging-txt div.judging-info h3 span.sub-ttl-step {
        font-size: 0.8rem;
        padding-right: 10px; }
        @media screen and (max-width: 850px) {
          section#topic04 ul.judging-box li.judging-txt div.judging-info h3 span.sub-ttl-step {
            padding-right: 0px;
            display: block; } }
        @media screen and (max-width: 768px) {
          section#topic04 ul.judging-box li.judging-txt div.judging-info h3 span.sub-ttl-step {
            padding-right: 10px;
            display: inline-block;
            font-size: 0.93333rem; } }
    section#topic04 ul.judging-box li.judging-txt div.judging-info p {
      font-size: 0.93333rem;
      line-height: 1.7;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        section#topic04 ul.judging-box li.judging-txt div.judging-info p {
          font-size: 1rem;
          text-align: left;
          margin: 15px auto 0; } }
    section#topic04 ul.judging-box li.judging-txt div.judging-info p.txt-space {
      letter-spacing: -0.2px; }
      @media screen and (max-width: 768px) {
        section#topic04 ul.judging-box li.judging-txt div.judging-info p.txt-space {
          letter-spacing: 0px; } }
  section#topic04 ul.judging-box li.judging-arrow {
    padding: 80px 2% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    section#topic04 ul.judging-box li.judging-arrow img {
      width: 100%; }
    @media screen and (max-width: 850px) {
      section#topic04 ul.judging-box li.judging-arrow {
        padding: 2%;
        padding-top: 8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 6%; } }
    @media screen and (max-width: 768px) {
      section#topic04 ul.judging-box li.judging-arrow {
        margin: 0 auto;
        padding: 5% 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 4.5%; } }
    @media screen and (max-width: 680px) {
      section#topic04 ul.judging-box li.judging-arrow {
        margin: 0 auto;
        padding: 5% 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10%; } }

/*#########################################################

TOPC05 注意事項

#########################################################*/
section#topic05 ul.attention-box {
  line-height: 1.5; }
  section#topic05 ul.attention-box li {
    margin-bottom: 30px;
    list-style-type: none; }
    section#topic05 ul.attention-box li ul {
      margin-left: 20px; }
      section#topic05 ul.attention-box li ul li {
        font-size: 0.93333rem;
        margin: 10px 0; }
        section#topic05 ul.attention-box li ul li:last-child {
          margin: 0; }

/*#########################################################

協賛企業

#########################################################*/
section#topic06 {
  background: #fff; }
  section#topic06 h3 {
    margin-bottom: 70px;
    font-size: 1.33333rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      section#topic06 h3 {
        margin-bottom: 40px; } }
  section#topic06 ul.cooperation-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 850px) {
      section#topic06 ul.cooperation-logo-list {
        width: 100%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 768px) {
      section#topic06 ul.cooperation-logo-list {
        padding: 0 2%; } }
    section#topic06 ul.cooperation-logo-list li {
      margin: 0 5%;
      text-decoration: none; }
      section#topic06 ul.cooperation-logo-list li img {
        width: 100%; }

/*#########################################################

協賛企業

#########################################################*/
figure.summit-img {
  line-height: 0; }
  figure.summit-img img {
    width: 100%; }
