@charset "UTF-8";
/*----------------------------------------------------
基本
----------------------------------------------------*/
.mode_sp {
  display: none; }

.sp_wrapper {
  width: inherit; }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro",sans-serif;
  color: #252525;
  min-width: 1250px; }

#sb-site {
  background-size: 1800px;
  background-position: center;
  background-repeat: repeat-y; }

  /* 背景パターン */
  #sb-site.bg_03{
    background-image: url(../images/pc_bg_03.svg);
    background-size: 900px;
    background-position: right;
  }

a:link {
  color: inherit; }

a:visited {
  color: inherit; }

a:hover {
  color: inherit;
  opacity: 0.5; }

a:active {
  color: inherit; }

a {
  text-decoration: none;
  transition: opacity 0.2s ease-out; }

.p_margin {
  text-align: center;
  margin: 1em auto; }

.main_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  color: #252525; }

.second_text {
  width: 1100px;
  text-align: center; }

.text_green {
    color: #68cc08; }

.section_heading {
  text-align: center;
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.heading_bg {
  background: #fff;
  display: inline-block;
  margin: 90px 0;
  position: relative;
  z-index: -2;
  padding: 0 30px; }
  .heading_bg .heading_content {
    position: relative; }
    .heading_bg .heading_content h2 {
      color: #68cc08;
      font-size: 32px;
      letter-spacing: 0.1em; }
    .heading_bg .heading_content .h2_english {
      color: #282c34;
      font-size: 15px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      letter-spacing: 0.3em;
      line-height: 1.4em; }
    .heading_bg .heading_content .h2_bg {
      width: 100%;
      height: 35px;
      background-color: #fff100;
      position: absolute;
      z-index: -1;
      left: 0;
      top: 18px; }

.heading_content h2, .heading_content .h2_english {
  padding: 0px 12px; }

.section_line {
  width: 1200px;
  height: 1px;
  background-color: #68cc08;
  position: absolute;
  z-index: -3;
  top: 115px; }

.main_frame {
  width: 1100px;
  margin: 0 auto; }

.btn {
  clear: both;
  width: 460px;
  margin: 20px auto 0;
  background-color: #68cc08;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: background-color 0.3s ease-out; }
  .btn:hover {
    background-color: rgba(104, 204, 8, 0.8); }
  .btn span {
    display: block;
    float: right; }
  .btn a {
    display: block;
    padding: 16px 20px;
    text-decoration: none; }

/* ボタン色違い */
  .sub_btn {
    color: #68cc08;
    border: solid 2px #68cc08;
    background-color: #fff; }
    .sub_btn:hover {
      color: #fff; }

.disable {
  background-color: rgba(67, 67, 67, 0.3);
  padding: 16px 20px;
  opacity: 0.5; }
  .disable:hover {
    background-color: rgba(67, 67, 67, 0.3); }

.btn_text {
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  font-size: 18px; }

.main_list {
  list-style-position: outside; }

.kome_list {
  list-style: none;
  text-indent: -1.28em; }
  .kome_list:before {
    content: "※";
    margin-right: 0.25em; }

.page_top {
  position: fixed;
  right: 50px;
  bottom: 10px;
  z-index: 5;
  transition: opacity 0.3s ease-out; }
  .page_top .top_btn {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    background-image: url(../images/btn.png);
    background-size: 70px;
    background-position: 0px -148px;
    background-repeat: no-repeat; }
  .page_top:hover {
    opacity: 0.5; }

.twitter-timeline {
  width: 600px; }

@media only screen and (max-width: 960px) {
  .mode_pc {
    display: none; }

  .mode_sp {
    display: inherit; }

  #about, #prize, #preliminary, #finals, #merit, #gallery {
    margin-top: -60px;
    padding-top: 60px; }

  body {
    width: 100%;
    min-width: 320px;
    background-size: 600px;
    background-position: center; }

  #sb-site {
    background-size: 600px;
    background-position: center; }

    /* 背景パターン */
    #sb-site.bg_03{
      background-image: url(../images/pc_bg_03.svg);
      background-size: 800px;
      background-position: right;
    }

  .sp_wrapper {
    padding: 0 5%;
    width: 90%;
    max-width: 500px;
    margin: 0 auto; }

  .p_margin {
    margin: 1em 0;
    width: auto;
    text-align: left; }

  .main_text {
    font-size: 15px; }

  .second_text {
    width: auto;
    text-align: left; }

  .section_heading {
    width: 100%; }

  .heading_bg {
    margin: 25px 0;
    padding: 0 15px; }
    .heading_bg .heading_content h2 {
      font-size: 23px;
      letter-spacing: 0.1em; }
    .heading_bg .heading_content .h2_english {
      font-size: 11px;
      letter-spacing: 0.3em;
      line-height: 1.4em; }
    .heading_bg .heading_content .h2_bg {
      height: 28px;
      top: 12px; }

  .heading_content h2, .heading_content .h2_english {
    padding: 0px 12px; }

  .section_line {
    width: 100%;
    top: 50%; }

  .main_frame {
    width: 100%;
    margin: 0px; }

  .btn {
    width: 100%;
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1em; }
    .btn a {
      padding: 5% 8%; }

  .disable {
    width: 70%;
    margin: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 5%  15%; }

  .btn_text {
    text-align: center;
    margin: 10px auto;
    font-size: 15px; }

  .main_list {
    padding: 0 0 0 6%; }
    .main_list li {
      margin-bottom: 0.6em; }

  .page_top {
    height: 80px;
    right: 5%;
    bottom: -20px; }
    .page_top .top_btn {
      width: 50px;
      height: 48px;
      background-size: 50px;
      background-position: 0px -108px; } }
.sb-active .page_top {
  display: none; }

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  width: 100%;
  min-width: 1250px;
  height: 550px;
  background-color: #282c34;
  background-image: url(../images/procon2018_logo_animated.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  color: #fff;
  position: relative; }

.header_content {
  width: 460px;
  margin: 0 auto;
  padding-top: 130px;
  text-align: center;
  position: relative;
  z-index: 2; }
  .header_content h1 {
    font-size: 46px;
    line-height: 1.2em; }
  .header_content p.mv_subtit {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.14em;
    font-size: 18px;
    color: #b7c2d5;
    margin: 6px 0 10px 0;
    line-height: 1.4em; }
  .header_content p.mv_date {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-bottom: 40px; }
    .header_content p.mv_date span {
      letter-spacing: -0.1em; }
  .header_content .header_engineer_link {
    width: 460px;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.25);
    color: #68cc08;
    text-align: center;
    padding-top: 15px;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: bold; }
    .header_content .header_engineer_link a {
      text-decoration: underline; }

nav {
  color: #fff;
  font-size: 18px;
  height: 40px;
  width: 100%;
  padding: 10px 0 0 0;
  position: fixed;
  top: 0px;
  z-index: 5;
  background-color: rgba(40, 44, 52, 0.8); }
  nav .nav_content {
    width: 100%;
    min-width: 550px;
    max-width: 1150px;
    margin: 0 auto; }
  nav .programming_logo {
    float: left;
    margin: 2px 0 0 2vw;
    width: 28%;
    min-width: 265px; }
  nav .programming_logo img {
    width: 100%; }
  nav ul {
    float: right; }
  nav li {
    display: inline-block;
    padding: 5px 15px;
    border-right: solid 1px #fff; }
  nav li:last-child {
    padding: 5px 15px 5px 40px;
    border-right: none; }
  nav .sns {
    width: 20px; }

.fixed {
  position: fixed;
  top: 0px; }

.info {
  width: 100%;
  min-width: 1250px;
  background-color: rgba(183, 194, 213, 0.6);
  position: absolute;
  z-index: 1;
  bottom: 0; }
  .info .info_content {
    width: 850px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 10px 28px; }
    .info .info_content .info_top {
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0.1em;
      font-size: 20px;
      display: inline-block;
      text-align: center;
      border: solid #68cc08 1px;
      color: #68cc08;
      padding: 7px 60px; }
    .info .info_content .info_text {
      color: #fff;
      display: inline-block;
      margin-left: 1em; }
      .info .info_content .info_text strong {
        margin-right: 1em; }

#particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1250px;
  height: 100%; }

@media only screen and (max-width: 960px) {
  header {
    width: 90%;
    min-width: 0px;
    height: auto;
    padding: 5%;
    position: relative; }

  .header_content {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px; }
    .header_content h1 {
      font-size: 38px;
      line-height: 1.2em; }
    .header_content h2 {
      font-size: 25px;
      letter-spacing: 0.1em;
      line-height: 1.7em;
      margin: 0; }
    .header_content h3 {
      font-size: 25px;
      line-height: 1.2em;
      margin-bottom: 20px; }
    .header_content .header_engineer_link {
      width: 500px;
      height: auto;
      padding: 10px 10px;
      margin: 0 auto 150px auto;
      line-height: 1.4em;
      font-size: 1.6rem;
      position: relative; }

  nav {
    width: 100%;
    min-width: 320px;
    height: 65px;
    margin: 0;
    padding: 0;
    background-color: transparent; }
    nav .nav_content {
      width: 90%;
      height: 45px;
      min-width: 288px;
      padding: 10px 5% 5px;
      background-color: rgba(40, 44, 52, 0.8); }
    nav .programming_logo {
      margin: 0;
      width: 150px;
      min-width: 0px; }
    nav .programming_logo img {
      width: 100%; }
    nav .nav_btn {
      width: 40px;
      height: 40px;
      background-image: url(../images/btn.png);
      background-size: 40px;
      background-repeat: no-repeat;
      float: right;
      border: #fff solid 1px;
      cursor: pointer; }

  .info {
    width: 100%;
    min-width: 320px;
    margin: 0 -5%; }
    .info .info_content {
      width: 80%;
      min-width: 320px;
      padding: 15px 0px; }
      .info .info_content .info_top {
        font-size: 14px;
        width: auto;
        padding: 12px 6px;
        margin: 0 10px 0 5%; }
      .info .info_content .info_text {
        width: 80%;
        font-size: 14px;
        margin: -0.5em 0 0 0.5em;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: middle; }

  #particles-js {
    min-width: 320px;
    width: 100%;
    margin: 0 -5%; } }

@media only screen and (max-width: 600px) {
  .header_content {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 25%; }
    .header_content h1 {
      font-size: 3.3rem;
      font-size: 8.5vw;
      line-height: 1.2em; }
    .header_content p.mv_subtit {
      font-size: 1.7rem;
      font-size: 4.6vw;
      letter-spacing: 0.1em;
      line-height: 1.7em;
      margin: 0; }
    .header_content p.mv_date {
      font-size: 2rem;
      font-size: 5vw;
      font-weight: bold;
      line-height: 1.4em;
      margin-bottom: 7%; }
    .header_content .header_engineer_link {
      width: 76%;
      height: auto;
      padding: 3% 12%;
      margin-bottom: 15%;
      line-height: 1.6em;
      font-size: 1.6rem;
      position: relative; }

  nav {
    width: 100%;
    min-width: 320px;
    height: 65px;
    margin: 0;
    padding: 0;
    background-color: transparent; }
    nav .nav_content {
      width: 90%;
      height: 45px;
      min-width: 288px;
      padding: 10px 5% 5px;
      background-color: rgba(40, 44, 52, 0.8); }
    nav .programming_logo {
      margin: 0;
      width: 150px;
      min-width: 0px; }
    nav .programming_logo img {
      width: 100%; }
    nav .nav_btn {
      width: 40px;
      height: 40px;
      background-image: url(../images/btn.png);
      background-size: 40px;
      background-repeat: no-repeat;
      float: right;
      border: #fff solid 1px; }

  .info {
    width: 100%;
    min-width: 320px;
    margin: 0 -5%; }
    .info .info_content {
      width: 100%;
      min-width: 320px;
      padding: 3% 0 3%; }
      .info .info_content .info_top {
        font-size: 14px;
        width: auto;
        padding: 12px 6px;
        margin: 0 0 0 5%; }
      .info .info_content .info_text {
        width: 75%;
        font-size: 12px;
        margin: -0.5em 0 0 0.5em;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: middle; }

  #particles-js {
    min-width: 320px;
    width: 100%;
    margin: 0 -5%; }

  .header_engineer_link {
    width: 76%;
    height: auto;
    padding: 3% 12%;
    margin-bottom: 15%;
    line-height: 1.4em;
    font-size: 1.6rem;
    position: relative; } }

@media only screen and (max-width: 320px) {
  .header_content h1 {
    font-size: 28px;
    line-height: 1em;
    letter-spacing: -0.03em; }
  .header_content h2 {
    letter-spacing: 0.14em;
    font-size: 14px;
    line-height: 1.7em; }
  .header_content h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 30px; }
    .header_content h3 span {
      letter-spacing: -0.3em; }
  .header_content .header_engineer_link {
    width: 218px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px 35px;
    line-height: 1.4em;
    font-size: 14px;
    position: relative; }
    .header_content .header_engineer_link a {
      text-decoration: underline; } }
.programming_logo_spmenu {
  display: block;
  margin: 0px 20px;
  padding: 15px 0; }

.programming_logo_spmenu img {
  width: 130px;
  height: 30px; }

.nav_btn_close {
  width: 40px;
  height: 42px;
  margin-top: 0px;
  background-image: url(../images/btn.png);
  background-size: 40px;
  background-position: 0px -42px;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: 10px;
  right: 7%;
  cursor: pointer; }

.spmenu {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.3em;
  line-height: 1em; }
  .spmenu li {
    border-top: solid 1px #a4e055; }
    .spmenu li a {
      display: block;
      padding: 15px 0;
      text-indent: 20px; }
  .spmenu .spmenu_saiyou {
    font-size: 15px;
    margin-left: 15px;
    position: relative; }
    .spmenu .spmenu_saiyou:before {
      content: " ";
      width: 13px;
      height: 13px;
      position: absolute;
      left: 0px;
      top: 3px;
      background-image: url(../images/btn.png);
      background-repeat: no-repeat;
      background-size: 70px;
      background-position: -0px -220px; }

.spmenu_sns {
  margin: 15px 0 0 15px; }

/*----------------------------------------------------
概要
----------------------------------------------------*/
#about .about_img {
  float: left;
  width: 445px;
  height: 300px;
  margin-left: 15px; }
#about .about_text {
  width: 580px;
  height: 300px;
  display: inline-block;
  margin-left: 60px;
  vertical-align: top; }
#about .p_margin {
  text-align: left; }
#about .about_point {
  margin-top: 55px; }
  #about .about_point .point_head_position {
    position: relative;
    top: -8px;
    width: 154px;
    margin: 0 auto; }
    #about .about_point .point_head_position .point_head_bg {
      padding: 0 20px;
      background-color: #fff;
      position: absolute; }
      #about .about_point .point_head_position .point_head_bg .point_head_text {
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 0.03em;
        color: #252525; }
  #about .about_point .point_frame {
    border: solid #68cc08 2px;
    padding: 50px 25px 30px 25px;
    border-radius: 10px;
    background-color: #fff; }
    #about .about_point .point_frame .point_number {
      font-family: 'Open Sans',sans-serif;
      font-size: 60px;
      font-weight: 800;
      display: inline-block;
      margin: 13px 15px 0 0; }
    #about .about_point .point_frame .point_text_margin {
      margin-right: 60px; }
    #about .about_point .point_frame .point_text {
      width: 430px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px;}
      #about .about_point .point_frame .point_text strong {
        font-weight: bold; }

@media only screen and (max-width: 960px) {
  #about .about_img {
    width: 100%;
    height: auto;
    margin-left: 0px; }
  #about .about_text {
    width: 100%;
    height: auto;
    margin: 5% 0; }
  #about .about_point {
    margin: 5% auto;
    max-width: 350px; }
    #about .about_point .point_frame {
      padding: 25px 0 10px 0; }
      #about .about_point .point_frame .frame_margin {
        width: 96%;
        margin: 0 auto; }
      #about .about_point .point_frame .point_number {
        margin: 0 1% 0 2%; }
      #about .about_point .point_frame .point_text_margin {
        margin-right: 0px; }
      #about .about_point .point_frame .point_text {
        width: 82%;
        max-width: 300px;
        margin-bottom: 20px; } }
/*----------------------------------------------------
賞金
----------------------------------------------------*/
#prize .prize_ranking_1, #prize .prize_ranking_2 {
  list-style: none;
  margin: 0 auto;
  text-align: center; }
  #prize .prize_ranking_1 li, #prize .prize_ranking_2 li {
    display: inline-block;
    margin-right: 50px; }
#prize .prize_ranking_1 {
  width: 825px;
  margin-bottom: 50px; }
  #prize .prize_ranking_1 .prize_text {
    position: relative;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1em;
    text-indent: 1em; }
    #prize .prize_ranking_1 .prize_text small {
      font-size: 28px;
      margin-right: 0.3em; }
  #prize .prize_ranking_1 li:before {
    content: " ";
    width: 46px;
    height: 36px;
    position: absolute;
    left: 47px;
    top: 5px;
    background-image: url(../images/crown.png);
    background-repeat: no-repeat; }
  #prize .prize_ranking_1 .second:before {
    background-position: 0px -39px;
    left: 30px; }
  #prize .prize_ranking_1 .third:before {
    background-position: 0px -78px;
    left: 33px; }
#prize .prize_ranking_2 {
  width: 500px;
  margin-bottom: 0px; }
  #prize .prize_ranking_2 .prize_text {
    position: relative;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1em;
    text-indent: 1em; }
    #prize .prize_ranking_2 .prize_text small {
      font-size: 27px;
      margin-right: 0.3em; }
  #prize .prize_ranking_2 li:before {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 10px;
    background-image: url(../images/crown.png);
    background-repeat: no-repeat;
    background-position: 0 -120px; }

@media only screen and (max-width: 960px) {
  #prize .prize_ranking_1, #prize .prize_ranking_2 {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    padding-left: 16%;
    text-align: left; }
    #prize .prize_ranking_1 li, #prize .prize_ranking_2 li {
      display: block;
      margin-right: 0px; }
  #prize .prize_ranking_1 .prize_text {
    font-size: 4.3rem;
    line-height: 1.3em;
    letter-spacing: 0em;
    text-indent: 0em; }
    #prize .prize_ranking_1 .prize_text small {
      font-size: 2.6rem; }
  #prize .prize_ranking_1 li:before {
    height: 45%;
    left: -15%;
    top: 25%;
    background-size: 80%; }
  #prize .prize_ranking_1 .second:before {
    height: 45%;
    left: -15%;
    top: 25%;
    background-size: 80%;
    background-position: 0px 36%; }
  #prize .prize_ranking_1 .third:before {
    height: 45%;
    left: -15%;
    top: 25%;
    background-size: 80%;
    background-position: 0% 74%; }
  #prize .prize_ranking_2 {
    margin-bottom: 10px; }
    #prize .prize_ranking_2 .prize_text {
      font-size: 4.3rem;
      line-height: 1.3em;
      letter-spacing: 0em;
      text-indent: 0; }
      #prize .prize_ranking_2 .prize_text small {
        font-size: 2.6rem; }
    #prize .prize_ranking_2 li:before {
      height: 40%;
      left: -15%;
      top: 30%;
      background-position: 0% 100%; } }
@media only screen and (max-width: 320px) {
  #prize .prize_ranking_1, #prize .prize_ranking_2 {
    padding-left: 15%;
    width: 210px;
    margin: 0 auto; }
  #prize .prize_ranking_1 .prize_text {
    font-size: 35px;
    line-height: 1.5em; }
    #prize .prize_ranking_1 .prize_text small {
      font-size: 25px; }
  #prize .prize_ranking_1 li:before {
    width: 46px;
    height: 30px;
    left: -40px;
    top: 10px;
    background-size: 37px; }
  #prize .prize_ranking_1 .second:before {
    width: 46px;
    height: 30px;
    background-position: 0px -32px;
    background-size: 37px;
    left: -40px;
    top: 10px; }
  #prize .prize_ranking_1 .third:before {
    width: 46px;
    height: 30px;
    background-position: 0px -64px;
    background-size: 37px;
    left: -40px;
    top: 10px; }
  #prize .prize_ranking_2 {
    margin-bottom: 15px; }
    #prize .prize_ranking_2 .prize_text {
      font-size: 35px;
      line-height: 1.5em; }
      #prize .prize_ranking_2 .prize_text small {
        font-size: 25px; } }
/*----------------------------------------------------
予選・本選
----------------------------------------------------*/
.date {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em; }
  .date small {
    font-size: 18px;
    letter-spacing: 0em; }
  .update_date {
      color: #68cc08; }

#preliminary .second_text {
  margin: 15px auto 20px auto; }

#preliminary .preliminary_table {
  margin-top: 40px; }
  #preliminary .preliminary_table caption {
    color: #68cc08;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px; }
  #preliminary .preliminary_table table {
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    display: inline-block;
    vertical-align: top;
    width: 520px; }
  #preliminary .preliminary_table .table_top20 {
    float: left;
    display: inline-block;
    margin-right: 56px;
    margin-bottom: 50px; }
  #preliminary .preliminary_table .th_ranking {
    width: 40px; }
  #preliminary .preliminary_table .th_usezr {
    width: 180px; }
  #preliminary .preliminary_table .th_score {
    width: 100px; }
  #preliminary .preliminary_table .th_time {
    width: 110px; }
  #preliminary .preliminary_table .td_firth {
    background-color: #a4e055;
    color: #fff;
    text-align: center;
    padding: 7px; }
  #preliminary .preliminary_table .text_right {
    text-align: right; }
  #preliminary .preliminary_table tr {
    background-color: #fff; }
  #preliminary .preliminary_table td, #preliminary .preliminary_table th {
    border: solid 2px #68cc08;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    word-break: break-all; }
  #preliminary .preliminary_table th {
    color: #fff;
    background-color: #282c34;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 10px;
    vertical-align: middle; }
  #preliminary .preliminary_table td {
    color: #68cc08;
    padding: 7px 18px;
    font-size: 13px; }
#preliminary .preliminary_text {
  font-size: 12px;
  color: #68cc08;
  margin-top: 30px; }
  #preliminary .preliminary_text a {
    text-decoration: underline; }

  #finals .second_text {
    margin: 15px auto 0px auto; }
  #finals .finals_table {
    margin: 40px 30px 50px; }
    #finals .finals_table caption {
      color: #68cc08;
      letter-spacing: 0.05em;
      text-align: left;
      margin-bottom: 15px;
      font-size: 15px; }
    #finals .finals_table table {
      border-collapse: collapse;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      line-height: 1.7em;
      letter-spacing: 0.03em;
      display: inline-block;
      vertical-align: top;
      width: 1040px; }
    #finals .finals_table .th_ranking {
      width: 40px; }
    #finals .finals_table .th_usezr {
      width: 200px; }
    #finals .finals_table .th_score1 {
      width: 150px; }
	#finals .finals_table .th_score2 {
      width: 200px; }
    #finals .finals_table .th_time {
      width: 150px; }
    #finals .finals_table .td_firth {
      background-color: #a4e055;
      color: #fff;
      text-align: center;
      padding: 7px; }
    #finals .finals_table .text_right {
      text-align: right; }
	#finals .finals_table .text_center {
      text-align: center; }
    #finals .finals_table tr {
      background-color: #fff; }
    #finals .finals_table td, #finals .finals_table th {
      border: solid 2px #68cc08;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      letter-spacing: 0.2em;
      word-break: break-all; }
    #finals .finals_table th {
      color: #fff;
      background-color: #282c34;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      padding: 7px 10px;
      vertical-align: middle; }
    #finals .finals_table td {
	  vertical-align: middle;
      color: #68cc08;
      padding: 7px 18px;
      font-size: 13px; }
  #finals .preliminary_text {
    font-size: 12px;
    color: #68cc08;
    margin-top: 30px; }
    #finals .preliminary_text a {
      text-decoration: underline; }

@media only screen and (max-width: 960px) {
  .date {
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    margin: 0 0 15px; }
    .date strong {
      font-size: 25px;
      line-height: 0.05em; }
    .date small {
      font-size: 15px; }

  #preliminary .second_text {
    margin: 0; }
  #preliminary .btn {
    margin: 20px 0 0; }
  #preliminary .preliminary_table {
    margin: 50px auto; }
    #preliminary .preliminary_table table {
      word-break: break-all;
      width: 100%; }
    #preliminary .preliminary_table .table_top20 {
      margin: 0px 0px 15px 0px; }
    #preliminary .preliminary_table td, #preliminary .preliminary_table th {
      letter-spacing: 0.2em; }
    #preliminary .preliminary_table th {
      font-weight: 600;
      font-size: 12px;
      padding: 2% 2%;
      white-space: pre; }
    #preliminary .preliminary_table td {
      padding: 2% 0 2% 2%;
      font-size: 12px; }
    #preliminary .preliminary_table .td_firth {
      padding: 2%; }
	#preliminary .preliminary_table .text_right {
      font-size: 10px;
      text-align: right; }
  #preliminary .preliminary_text {
    font-size: 14px;
    margin-top: 30px; }

  #finals .second_text {
    margin: 0; }
  #finals .btn {
    margin: 20px 0 0; }
  #finals .finals_table {
    margin: 50px 0 0; }
    #finals .finals_table table {
	  margin: 0 auto;
      word-break: break-all;
      width: 100%; }
    #finals .finals_table td, #finals .finals_table th {
      letter-spacing: 0.2em; }
    #finals .finals_table th {
      font-weight: 600;
      font-size: 12px;
      padding: 2% 2%;
      white-space: pre; }
    #finals .finals_table td {
      padding: 2% 0 2% 2%;
      font-size: 12px; }
    #finals .finals_table .th_ranking {
      width: 40px; }
    #finals .finals_table .th_usezr {
      width: 180px; }
    #finals .finals_table .th_score {
      width: 100px; }
	#finals .finals_table .th_time {
	  width: 110px; }
    #finals .finals_table .td_firth {
      padding: 2%; }
	#finals .finals_table .text_right {
      font-size: 10px;
      text-align: right; }
  #finals .preliminary_text {
    font-size: 14px;
    margin-top: 30px; } }
/*----------------------------------------------------
参加のメリット
----------------------------------------------------*/
#merit .second_text {
  margin: 0px auto 40px auto; }
#merit .merit_image {
  width: 1008px;
  margin: 25px auto 50px auto; }
#merit .merit_point {
  text-align: center;
  margin: 0 auto 40px 1em;
  font-size: 14px; }

@media only screen and (max-width: 960px) {
  #merit .merit_image {
    width: 100%;
    max-width: 500px;
    margin: 25px auto 50px auto; }
  #merit .merit_point {
    text-align: left;
    width: 93%;
    margin: 0 auto 25px auto;
    font-size: 14px;
    letter-spacing: 0.02em; } }
#gallery .main_frame {
  width: 1160px; }
  #gallery .main_frame #slider img {
    width: 520px;
    padding: 0 30px; }
  #gallery .main_frame .gallery_caption {
    width: 520px;
    font-size: 14px;
    margin: 20px 0 0 30px; }

.slick_container {
  margin: 0 auto 70px;
  position: relative; }

/*上書き修正*/
.slick-prev, .slick-next {
  width: 35px;
  height: 68px;
  cursor: pointer; }
  .slick-prev img, .slick-next img {
    width: 100%; }

.slick-prev:before, .slick-next:before {
  content: ""; }

.twitter_fram {
  width: 1200px;
  margin: 0 auto;
  height: 660px;
  padding-top: 60px;
  text-align: center;
  border-top: solid 1px #68cc08; }

.twitter_content {
  width: 600px;
  margin: 20px auto;
  border: solid 1px #c0c0c0; }

@media only screen and (max-width: 960px) {
  #gallery .main_frame {
    width: 95%;
    margin: 5% auto 0; }
    #gallery .main_frame #slider img {
      width: 100%;
      padding: 0 0px;
      margin: 0 auto; }
    #gallery .main_frame .gallery_image {
      position: relative; }
    #gallery .main_frame .gallery_caption {
      width: 95%;
      font-size: 14px;
      margin: 20px auto 40px;
      min-height: 5em; }

  .slick_container {
    margin: 0 auto; }

  .slick-prev, .slick-next {
    width: 5%;
    max-width: 20px;
    max-height: 40px;
    top: 35%; }
    .slick-prev img, .slick-next img {
      width: 100%; }

  .slick-prev {
    left: -8%; }

  [dir='rtl'] .slick-prev {
    right: -8%;
    left: auto; }

  .slick-next {
    right: -8%; }

  [dir='rtl'] .slick-next {
    right: auto;
    left: -8%; }

  .twitter_fram {
    width: 100%;
    height: 500px;
    margin-bottom: 50px; }

  .twitter_content {
    overflow: auto;
    width: 500px;
    margin: 20px auto;
    border: solid 1px #c0c0c0; } }
@media only screen and (max-width: 600px) {
  .twitter_content {
    width: 300px; } }
/*----------------------------------------------------
フッター
----------------------------------------------------*/
footer {
  height: 140px;
  width: 100%;
  min-width: 1250px;
  background-color: #282c34;
  padding-top: 35px; }
  footer .link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center; }
    footer .link a {
      text-decoration: underline; }
    footer .link .link_first {
      margin-bottom: 20px; }
    footer .link ul {
      list-style: none; }
      footer .link ul li {
        display: inline-block;
        padding: 0 15px 0 15px;
        border-right: solid #fff 1px; }
        footer .link ul li:last-child {
          border: none; }
  footer .copyright {
    text-align: center;
    color: #c0c0c0;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 30px; }

@media only screen and (max-width: 960px) {
  footer {
    min-width: 320px;
    padding-top: 25px; }
    footer .link {
      letter-spacing: 0em;
      line-height: 1.4em;
      font-size: 12px; }
      footer .link .link_first {
        display: block;
        margin-bottom: 20px; }
        footer .link .link_first ul li {
          display: inline-block; }
      footer .link .link_second {
        display: block; }
      footer .link ul li {
        padding: 0 2%; } }
@media only screen and (max-width: 320px) {
  footer .link {
    letter-spacing: 0em; }
    footer .link .link_first {
      display: block;
      margin-bottom: 20px; }
    footer .link .link_second {
      display: block; }
    footer .link ul li {
      padding: 0 3%; } }

/*# sourceMappingURL=style.css.map */
