@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura Heavy font.ttf") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-family: 'noto sans';
  line-height: 1.6;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* header
------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .header__inner {
    background: #333;
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 10px; }
    .header__inner h1 {
      max-width: 400px;
      margin: 20px 0;
      float: left; }
      .header__inner h1 img {
        width: 100%;
        height: auto; }
    .header__inner--right {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: calc(100% - 400px);
      float: right; }
      .header__inner--right .menu-box nav {
        padding-top: 65px; }
        .header__inner--right .menu-box nav > ul {
          display: flex;
          flex-wrap: wrap; }
          .header__inner--right .menu-box nav > ul > li {
            margin: 0 22px; }
            .header__inner--right .menu-box nav > ul > li a {
              display: block;
              padding: 15px 0;
              color: #fff;
              font-size: 18px;
              font-family: 'noto sans bold';
              line-height: 1.4;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              .header__inner--right .menu-box nav > ul > li a:hover {
                color: #e50012;
                text-decoration: none;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s; }

@media (min-width: 641px) and (max-width: 1310px) {
  .header__inner h1 {
    max-width: 300px;
    margin: 25px 0; }
  .header__inner--right {
    width: calc(100% - 300px); }
    .header__inner--right .menu-box nav {
      padding-top: 55px; }
      .header__inner--right .menu-box nav > ul > li {
        margin: 0 17px; }
        .header__inner--right .menu-box nav > ul > li a {
          font-size: min(1.2vw, 16px); } }
@media (max-width: 640px) {
  .header.change .header__inner {
    background: #e50012;
    transition: 0.3s; }
    .header.change .header__inner h1 {
      margin: 2% 0 3% 2%; }
  .header__inner {
    background: none;
    width: 100%;
    padding: 0;
    transition: 0.3s; }
    .header__inner h1 {
      width: 50%;
      margin: 2% 0 3% 2%; }
      .header__inner h1 img {
        vertical-align: middle; }
    .header__inner--right {
      display: block;
      width: 15%; }
    .header__inner .spmenu {
      margin-top: 15%;
      z-index: 1; }
      .header__inner .spmenu #panel-btn #panel-btn-icon {
        display: block;
        background: url("../img/common/btn_menu_sp.png") no-repeat center center/cover;
        width: 80%;
        height: 80%;
        padding: 22.8% 0;
        position: relative;
        text-indent: -9999px;
        transition: 0.3s; }
        .header__inner .spmenu #panel-btn #panel-btn-icon.close {
          background: url("../img/common/btn_menu_close_sp.png") no-repeat center center/cover;
          transition: 0.3s; }
  .header .menu-box {
    display: none;
    position: fixed;
    background: #e50012;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow-y: scroll; }
    .header .menu-box:after {
      content: ""; }
    .header .menu-box nav {
      overflow: scroll;
      width: 80%;
      margin-top: 25%;
      padding: 0 10%; }
      .header .menu-box nav ul {
        display: block; }
        .header .menu-box nav ul li a {
          display: block;
          padding: 5% 0;
          text-align: center;
          color: #fff !important;
          font-size: 16px;
          font-family: 'noto sans bold';
          line-height: 1.3;
          position: relative; }
          .header .menu-box nav ul li a:hover {
            text-decoration: none; } }
/* article
------------------------------------------------- */
.mv {
  max-width: 1920px;
  margin: 124px auto 0; }
  .mv__inner img {
    width: 100%;
    height: auto; }

@media (min-width: 641px) and (max-width: 1310px) {
  .mv {
    max-width: 1920px;
    margin: 112px auto 0; } }
@media (max-width: 640px) {
  .mv {
    width: 100%;
    margin: 0 auto; } }
.mvlow {
  max-width: 1920px;
  min-height: 300px;
  margin: 124px auto 0; }
  .mvlow.gui {
    background: url("../img/low/img_mv_guideline.jpg") no-repeat center top/cover; }
  .mvlow.ent {
    background: url("../img/low/img_mv_entry.jpg") no-repeat center top/cover; }
  .mvlow.sch {
    background: url("../img/low/img_mv_schedule.jpg") no-repeat center top/cover; }
  .mvlow.res {
    background: url("../img/low/img_mv_results.jpg") no-repeat center top/cover; }
  .mvlow.ran {
    background: url("../img/low/img_mv_ranking.jpg") no-repeat center top/cover; }
  .mvlow.gal {
    background: url("../img/low/img_mv_gallery.jpg") no-repeat center top/cover; }
  .mvlow.new {
    background: url("../img/low/img_mv_news.jpg") no-repeat center top/cover; }
  .mvlow__inner {
    padding-top: 85px;
    text-align: center; }
    .mvlow__inner h2 {
      margin-bottom: 5px;
      color: #e50012;
      font-size: 60px;
      font-family: 'Futura';
      font-style: italic;
      line-height: 1.2; }
    .mvlow__inner .h2_jp {
      color: #e50012;
      font-size: 20px;
      font-family: 'noto sans bold'; }

@media (min-width: 641px) and (max-width: 1310px) {
  .mvlow {
    margin: 112px auto 0; } }
@media (max-width: 640px) {
  .mvlow {
    width: 100%;
    min-height: 0;
    margin: 0 auto; }
    .mvlow.gui {
      background: url("../img/low/img_mv_guideline.jpg") no-repeat 46% top/cover; }
    .mvlow.ent {
      background: url("../img/low/img_mv_entry.jpg") no-repeat 49% top/cover; }
    .mvlow.res {
      background: url("../img/low/img_mv_results.jpg") no-repeat 70% top/cover; }
    .mvlow__inner {
      padding: 35% 0 25%; }
      .mvlow__inner h2 {
        margin-bottom: 5px;
        font-size: 36px; }
      .mvlow__inner .h2_jp {
        font-size: 14px; } }
.bread {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 40px; }
  .bread__inner ul {
    display: flex;
    flex-wrap: wrap; }
    .bread__inner ul li {
      font-size: 14px;
      letter-spacing: 0.1em; }
      .bread__inner ul li a {
        font-size: 14px;
        text-decoration: none; }
        .bread__inner ul li a:hover {
          text-decoration: underline; }
      .bread__inner ul li a::after {
        display: inline-block;
        content: '>';
        margin: 0 15px; }

@media (max-width: 640px) {
  .bread {
    max-width: 94%;
    padding: 5% 0 6%; }
    .bread__inner ul li {
      font-size: 12px; }
      .bread__inner ul li a {
        font-size: 12px; }
      .bread__inner ul li a::after {
        margin: 0 10px; } }
.anchor {
  display: block;
  margin-top: -144px;
  padding-top: 144px; }

@media (max-width: 640px) {
  .anchor {
    margin-top: -20%;
    padding-top: 20%; } }
* html #pageTop {
  position: absolute; }

#pageTop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 2%;
  z-index: 900; }
  #pageTop img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute; }

  #pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 3%;
    bottom: 2%;
    z-index: 9997; } }
/* footer
------------------------------------------------- */
.footer {
  background: #333;
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 0 10px; }
  .footer__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px; }
    .footer__inner--block {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .footer__inner--block li {
        width: 49.5%; }
        .footer__inner--block li:first-child {
          border-right: 1px solid #fff; }
          .footer__inner--block li:first-child .logo {
            width: 70%;
            margin-bottom: 15px; }
            .footer__inner--block li:first-child .logo img {
              width: 100%;
              height: auto; }
          .footer__inner--block li:first-child .add {
            color: #fff;
            font-size: 14px; }
        .footer__inner--block li:last-child {
          padding-top: 10px; }
          .footer__inner--block li:last-child .ttl {
            width: 80%;
            margin: 0 auto 10px;
            text-align: center;
            color: #fff;
            font-size: 18px; }
          .footer__inner--block li:last-child .sponsor01 {
            width: 80%;
            margin: 0 auto; }
            .footer__inner--block li:last-child .sponsor01 img {
              width: 100%;
              height: auto; }
    .footer__inner .ttl {
      margin-bottom: 5px;
      text-align: center;
      color: #fff;
      font-size: 18px; }
    .footer__inner .sponsor02 {
      width: 30%;
      margin: 0 auto 20px; }
      .footer__inner .sponsor02 img {
        width: 100%;
        height: auto; }
    .footer__inner .bnr {
      width: 50%;
      margin: 0 auto 40px; }
      .footer__inner .bnr img {
        width: 100%;
        height: auto; }
    .footer__inner .copy {
      text-align: center;
      color: #fff;
      font-size: 12px; }

@media (max-width: 640px) {
  .footer {
    padding: 8% 0 5%; }
    .footer__inner {
      max-width: 90%;
      padding: 0; }
      .footer__inner--block {
        display: block;
        margin-bottom: 6%; }
        .footer__inner--block li {
          width: 100%; }
          .footer__inner--block li:first-child {
            border-right: none;
            border-bottom: 1px solid #fff;
            margin-bottom: 5%;
            padding-bottom: 5%; }
            .footer__inner--block li:first-child .logo {
              width: 70%;
              margin: 0 auto 3%; }
            .footer__inner--block li:first-child .add {
              text-align: center;
              font-size: 13px; }
              .footer__inner--block li:first-child .add a {
                color: #fff !important;
                text-decoration: none; }
          .footer__inner--block li:last-child {
            padding-top: 0; }
            .footer__inner--block li:last-child .ttl {
              width: 100%;
              margin: 0 auto 2%;
              font-size: 16px; }
            .footer__inner--block li:last-child .sponsor01 {
              width: 70%;
              margin: 0 auto; }
      .footer__inner .ttl {
        font-size: 16px; }
      .footer__inner .sponsor02 {
        width: 50%;
        margin: 0 auto 4%; }
      .footer__inner .bnr {
        width: 80%;
        margin: 0 auto 8%; }
      .footer__inner .copy {
        font-size: 11px; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none; }

a:hover,
a:active {
  color: #000;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* *******************************************
     トップ
******************************************* */
#top .sec01 {
  max-width: 1920px;
  margin: 60px auto 80px; }
  #top .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec01__inner--ttl {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-bottom: 30px; }
      #top .sec01__inner--ttl h2 {
        margin-right: 20px;
        font-size: 40px;
        font-family: 'Futura';
        line-height: 1.0; }
    #top .sec01__inner--news ul {
      border-top: 1px solid #333;
      margin-bottom: 30px; }
      #top .sec01__inner--news ul li {
        border-bottom: 1px solid #333; }
        #top .sec01__inner--news ul li a {
          display: flex;
          flex-wrap: wrap;
          padding: 20px 0;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #top .sec01__inner--news ul li a .date {
            width: 100px;
            margin-right: 20px; }
          #top .sec01__inner--news ul li a .ttl {
            width: calc(100% - 120px); }
          #top .sec01__inner--news ul li a:hover {
            background: #f0f0f0;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    #top .sec01__inner--news .btn {
      width: 160px;
      margin: 0 auto; }
      #top .sec01__inner--news .btn a {
        display: block;
        background: #e50012;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        font-weight: bold;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .sec01__inner--news .btn a:hover {
          background: #f7314a;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  #top .sec01 {
    margin: 8% auto 10%; }
    #top .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec01__inner--ttl {
        margin-bottom: 5%; }
        #top .sec01__inner--ttl h2 {
          margin-right: 4%;
          font-size: 30px; }
      #top .sec01__inner--news ul {
        margin-bottom: 5%; }
        #top .sec01__inner--news ul li a {
          padding: 3% 0; }
          #top .sec01__inner--news ul li a .date {
            width: 100%;
            margin-right: 0; }
          #top .sec01__inner--news ul li a .ttl {
            width: 100%; }
          #top .sec01__inner--news ul li a:hover {
            background: #fff; }
      #top .sec01__inner--news .btn {
        width: 40%; }
        #top .sec01__inner--news .btn a {
          padding: 6% 0; }
          #top .sec01__inner--news .btn a:hover {
            background: #e50012; } }
#top .sec02 {
  background: #e50012;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 70px; }
  #top .sec02__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec02__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #top .sec02__inner ul li {
        width: 45%;
        margin-bottom: 30px; }
        #top .sec02__inner ul li:first-child {
          background: url("../img/top/bg_sec02_01.jpg") no-repeat center top/cover;
          width: 100%; }
          #top .sec02__inner ul li:first-child a {
            height: 120px;
            padding: 40px 30px; }
        #top .sec02__inner ul li:nth-child(2) {
          background: url("../img/top/bg_sec02_02.jpg") no-repeat center top/cover; }
        #top .sec02__inner ul li:nth-child(3) {
          background: url("../img/top/bg_sec02_03.jpg") no-repeat center top/cover; }
        #top .sec02__inner ul li:nth-child(4) {
          background: url("../img/top/bg_sec02_04.jpg") no-repeat center top/cover; }
        #top .sec02__inner ul li:nth-child(5) {
          background: url("../img/top/bg_sec02_05.jpg") no-repeat center top/cover; }
        #top .sec02__inner ul li a {
          display: block;
          height: 80px;
          padding: 50px 30px; }
          #top .sec02__inner ul li a h2 {
            width: 100%;
            margin-bottom: 10px;
            font-size: 36px;
            font-family: 'Futura';
            line-height: 1.0; }
          #top .sec02__inner ul li a .h2_jp {
            width: 100%;
            font-size: 20px; }
          #top .sec02__inner ul li a .txt {
            margin-top: 10px; }
          #top .sec02__inner ul li a:hover {
            text-decoration: none; }

@media (max-width: 640px) {
  #top .sec02 {
    padding: 8% 0 4%; }
    #top .sec02__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec02__inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        #top .sec02__inner ul li {
          width: 100%;
          margin-bottom: 4%; }
          #top .sec02__inner ul li:first-child {
            background: url("../img/top/bg_sec02_01_sp.jpg") no-repeat center top/cover; }
            #top .sec02__inner ul li:first-child a {
              height: 100px;
              padding: 7% 5%; }
          #top .sec02__inner ul li:nth-child(2) {
            background: url("../img/top/bg_sec02_02.jpg") no-repeat center top/cover; }
          #top .sec02__inner ul li:nth-child(3) {
            background: url("../img/top/bg_sec02_03.jpg") no-repeat center top/cover; }
          #top .sec02__inner ul li:nth-child(4) {
            background: url("../img/top/bg_sec02_04.jpg") no-repeat center top/cover; }
          #top .sec02__inner ul li:nth-child(5) {
            background: url("../img/top/bg_sec02_05.jpg") no-repeat center top/cover; }
          #top .sec02__inner ul li a {
            height: 60px;
            padding: 12% 5%; }
            #top .sec02__inner ul li a h2 {
              margin-bottom: 2%;
              font-size: 28px; }
            #top .sec02__inner ul li a .h2_jp {
              width: 100%;
              font-size: 16px; }
            #top .sec02__inner ul li a .txt {
              margin-top: 2%; } }
#top .sec03 {
  background: url("../img/top/bg_sec03.jpg") no-repeat center center/auto 100%;
  max-width: 1920px;
  min-height: 600px;
  margin: 0 auto; }
  #top .sec03__inner {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec03__inner--block {
      padding-top: 140px;
      text-align: center; }
      #top .sec03__inner--block h2 {
        font-size: 40px;
        font-family: 'Futura';
        line-height: 1.0; }
      #top .sec03__inner--block .h2_jp {
        margin-bottom: 80px;
        font-size: 20px; }
      #top .sec03__inner--block .txt {
        margin-bottom: 80px; }
      #top .sec03__inner--block .btn {
        width: 160px;
        margin: 0 auto; }
        #top .sec03__inner--block .btn a {
          display: block;
          background: #e50012;
          padding: 10px 0;
          text-align: center;
          color: #fff;
          font-weight: bold;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #top .sec03__inner--block .btn a:hover {
            background: #f7314a;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (max-width: 640px) {
  #top .sec03 {
    background: url("../img/top/bg_sec03.jpg") no-repeat center center/auto 100%;
    max-width: 1920px;
    min-height: auto;
    margin: 0 auto; }
    #top .sec03__inner {
      max-width: 80%;
      padding: 0; }
      #top .sec03__inner--block {
        padding: 15% 0 13%; }
        #top .sec03__inner--block h2 {
          font-size: 28px; }
        #top .sec03__inner--block .h2_jp {
          margin-bottom: 8%;
          font-size: 16px; }
        #top .sec03__inner--block .txt {
          margin-bottom: 8%; }
        #top .sec03__inner--block .btn {
          width: 50%; }
          #top .sec03__inner--block .btn a {
            padding: 6% 0; }
            #top .sec03__inner--block .btn a:hover {
              background: #e50012; } }
/* *******************************************
     大会要項
******************************************* */
#guideline .sec01 {
  max-width: 1920px;
  margin: 0 auto 80px; }
  #guideline .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #guideline .sec01__inner--detail dl {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      #guideline .sec01__inner--detail dl dt {
        background: #e9e9e9;
        width: 150px;
        margin-right: 10px;
        padding: 15px 0;
        text-align: center;
        font-family: 'noto sans bold';
        line-height: 1.8; }
      #guideline .sec01__inner--detail dl dd {
        background: #e9e9e9;
        width: calc(100% - 200px);
        padding: 15px 20px;
        line-height: 1.8; }

@media (max-width: 640px) {
  #guideline .sec01 {
    margin: 0 auto 10%; }
    #guideline .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #guideline .sec01__inner--detail {
        margin-bottom: 5%; }
        #guideline .sec01__inner--detail dl {
          margin-bottom: 3%; }
          #guideline .sec01__inner--detail dl dt {
            width: 94%;
            margin: 0 0 2%;
            padding: 2% 3%;
            text-align: left; }
          #guideline .sec01__inner--detail dl dd {
            background: none;
            width: 94%;
            padding: 0 3% 4%; }
        #guideline .sec01__inner--detail .txt_sub {
          width: 94%;
          margin: 0 auto; } }
/* *******************************************
     エントリー表
******************************************* */
#entry .sec01 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #entry .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #entry .sec01__inner--plink {
      margin-bottom: 80px; }
      #entry .sec01__inner--plink .title {
        margin-bottom: 15px;
        font-size: 20px;
        font-family: 'noto sans bold'; }
      #entry .sec01__inner--plink ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #entry .sec01__inner--plink ul li {
          width: 19.2%; }
          #entry .sec01__inner--plink ul li a {
            display: block;
            background: #e50012;
            padding: 15px 0;
            text-align: center;
            color: #fff;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #entry .sec01__inner--plink ul li a:hover {
              background: #f7314a;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
    #entry .sec01__inner--list h3 {
      background: #333;
      margin-bottom: 20px;
      padding: 8px 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-family: 'noto sans bold'; }
    #entry .sec01__inner--list h4 {
      border-left: 5px solid #e50012;
      margin-bottom: 20px;
      padding-left: 8px;
      font-size: 20px;
      font-family: 'noto sans bold';
      line-height: 1.1; }
    #entry .sec01__inner--list .table_entry {
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      width: 100%;
      margin-bottom: 80px; }
      #entry .sec01__inner--list .table_entry th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #e9e9e9;
        padding: 7px 0;
        text-align: center;
        font-family: 'noto sans bold'; }
        #entry .sec01__inner--list .table_entry th:first-child {
          width: 80px; }
      #entry .sec01__inner--list .table_entry td {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #fff;
        padding: 7px 20px; }
        #entry .sec01__inner--list .table_entry td:first-child {
          padding: 7px 10px;
          text-align: center; }

@media (max-width: 640px) {
  #entry .sec01 {
    margin: 0 auto 12%; }
    #entry .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #entry .sec01__inner--plink {
        margin-bottom: 10%; }
        #entry .sec01__inner--plink .title {
          margin-bottom: 3%;
          font-size: 16px; }
        #entry .sec01__inner--plink ul li {
          width: 19.4%; }
          #entry .sec01__inner--plink ul li a {
            padding: 12% 0; }
            #entry .sec01__inner--plink ul li a:hover {
              background: #e50012; }
      #entry .sec01__inner--list h3 {
        margin-bottom: 5%;
        padding: 2% 0;
        font-size: 14px; }
      #entry .sec01__inner--list h4 {
        border-left: 4px solid #e50012;
        margin-bottom: 5%;
        padding-left: 2%;
        font-size: 14px; }
      #entry .sec01__inner--list .table_entry {
        margin-bottom: 10%; }
        #entry .sec01__inner--list .table_entry th {
          padding: 2% 0; }
          #entry .sec01__inner--list .table_entry th:first-child {
            width: 30px; }
        #entry .sec01__inner--list .table_entry td {
          padding: 2% 3%; }
          #entry .sec01__inner--list .table_entry td:first-child {
            padding: 2% 2%; } }
/* *******************************************
     日程・結果
******************************************* */
#schedule .sec01 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #schedule .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #schedule .sec01__inner--plink {
      margin-bottom: 80px; }
      #schedule .sec01__inner--plink .title {
        margin-bottom: 15px;
        font-size: 20px;
        font-family: 'noto sans bold'; }
      #schedule .sec01__inner--plink ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #schedule .sec01__inner--plink ul li {
          width: 15.8%; }
          #schedule .sec01__inner--plink ul li a {
            display: block;
            background: #e50012;
            padding: 15px 0;
            text-align: center;
            color: #fff;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #schedule .sec01__inner--plink ul li a:hover {
              background: #f7314a;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
    #schedule .sec01__inner--list h3 {
      background: #333;
      margin-bottom: 20px;
      padding: 8px 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-family: 'noto sans bold'; }
    #schedule .sec01__inner--list .table_sche01 {
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      width: 100%; }
      #schedule .sec01__inner--list .table_sche01 th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #e9e9e9;
        padding: 8px 0;
        text-align: center;
        font-family: 'noto sans bold'; }
        #schedule .sec01__inner--list .table_sche01 th.date {
          width: 261px; }
        #schedule .sec01__inner--list .table_sche01 th.manager {
          width: 160px; }
      #schedule .sec01__inner--list .table_sche01 td {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #fff;
        padding: 8px 20px; }
        #schedule .sec01__inner--list .table_sche01 td.date {
          width: 250px; }
        #schedule .sec01__inner--list .table_sche01 td.mark {
          width: 60px;
          padding: 8px 0;
          text-align: center; }
    #schedule .sec01__inner--list .table_sche02 {
      border-left: 1px solid #333;
      width: 100%;
      margin-bottom: 80px; }
      #schedule .sec01__inner--list .table_sche02 th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #e9e9e9;
        padding: 8px 0;
        text-align: center;
        font-family: 'noto sans bold'; }
        #schedule .sec01__inner--list .table_sche02 th.no {
          width: 60px; }
        #schedule .sec01__inner--list .table_sche02 th.time {
          width: 200px; }
        #schedule .sec01__inner--list .table_sche02 th.cate {
          width: 200px; }
      #schedule .sec01__inner--list .table_sche02 td {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #fff;
        text-align: center;
        padding: 8px 0; }

@media (max-width: 640px) {
  #schedule .sec01 {
    margin: 0 auto 12%; }
    #schedule .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #schedule .sec01__inner--plink {
        margin-bottom: 10%; }
        #schedule .sec01__inner--plink .title {
          margin-bottom: 3%;
          font-size: 16px; }
        #schedule .sec01__inner--plink ul li {
          width: 32%; }
          #schedule .sec01__inner--plink ul li:nth-child(-n+3) {
            margin-bottom: 2%; }
          #schedule .sec01__inner--plink ul li a {
            padding: 10% 0; }
            #schedule .sec01__inner--plink ul li a:hover {
              background: #e50012; }
      #schedule .sec01__inner--list h3 {
        margin-bottom: 5%;
        padding: 2% 0;
        font-size: 14px; }
      #schedule .sec01__inner--list .table_sche01 {
        width: 100%; }
        #schedule .sec01__inner--list .table_sche01 th {
          padding: 2% 0;
          font-size: 12px; }
          #schedule .sec01__inner--list .table_sche01 th.date {
            width: 76px; }
          #schedule .sec01__inner--list .table_sche01 th.manager {
            width: 50px; }
        #schedule .sec01__inner--list .table_sche01 td {
          padding: 2% 2%;
          font-size: 12px; }
          #schedule .sec01__inner--list .table_sche01 td.date {
            width: 150px; }
          #schedule .sec01__inner--list .table_sche01 td.mark {
            width: 40px;
            padding: 1% 0;
            text-align: center; }
      #schedule .sec01__inner--list .table_sche02 {
        margin-bottom: 5%;
        width: 100%; }
        #schedule .sec01__inner--list .table_sche02 th {
          padding: 2% 0;
          font-size: 12px; }
          #schedule .sec01__inner--list .table_sche02 th.no {
            width: 25px; }
          #schedule .sec01__inner--list .table_sche02 th.time {
            width: 50px; }
          #schedule .sec01__inner--list .table_sche02 th.cate {
            width: 80px; }
        #schedule .sec01__inner--list .table_sche02 td {
          padding: 2% 0;
          font-size: 12px; } }
/* *******************************************
     星取表
******************************************* */
#results .sec01 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #results .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #results .sec01__inner--plink {
      margin-bottom: 80px; }
      #results .sec01__inner--plink .title {
        margin-bottom: 15px;
        font-size: 20px;
        font-family: 'noto sans bold'; }
      #results .sec01__inner--plink ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #results .sec01__inner--plink ul li {
          width: 19.2%; }
          #results .sec01__inner--plink ul li a {
            display: block;
            background: #e50012;
            padding: 15px 0;
            text-align: center;
            color: #fff;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #results .sec01__inner--plink ul li a:hover {
              background: #f7314a;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
    #results .sec01__inner--list h3 {
      background: #333;
      margin-bottom: 20px;
      padding: 8px 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-family: 'noto sans bold'; }
    #results .sec01__inner--list h4 {
      border-left: 5px solid #e50012;
      margin-bottom: 20px;
      padding-left: 8px;
      font-size: 20px;
      font-family: 'noto sans bold';
      line-height: 1.1; }
    #results .sec01__inner--list .table_results {
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      width: 100%;
      margin-bottom: 80px;
      table-layout: fixed; }
      #results .sec01__inner--list .table_results th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #e9e9e9;
        padding: 8px 0;
        text-align: center;
        font-size: 10px; }
      #results .sec01__inner--list .table_results td {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #fff;
        text-align: center;
        padding: 8px 0;
        font-size: 10px; }
        #results .sec01__inner--list .table_results td.no {
          background: #e9e9e9; }

@media (max-width: 640px) {
  #results .sec01 {
    margin: 0 auto 12%; }
    #results .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #results .sec01__inner--plink {
        margin-bottom: 10%; }
        #results .sec01__inner--plink .title {
          margin-bottom: 3%;
          font-size: 16px; }
        #results .sec01__inner--plink ul li {
          width: 19.4%; }
          #results .sec01__inner--plink ul li a {
            padding: 12% 0; }
            #results .sec01__inner--plink ul li a:hover {
              background: #e50012; }
      #results .sec01__inner--list h3 {
        margin-bottom: 5%;
        padding: 2% 0;
        font-size: 14px; }
      #results .sec01__inner--list h4 {
        border-left: 4px solid #e50012;
        margin-bottom: 5%;
        padding-left: 2%;
        font-size: 14px; }
      #results .sec01__inner--list .table_wrap {
        margin-bottom: 5%;
        overflow-x: scroll; }
      #results .sec01__inner--list .table_results {
        width: 900px;
        margin-bottom: 5%; }
        #results .sec01__inner--list .table_results th {
          padding: 1% 0; }
        #results .sec01__inner--list .table_results td {
          padding: 1% 0; } }
/* *******************************************
     順位表
******************************************* */
#ranking .sec01 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #ranking .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #ranking .sec01__inner--plink {
      margin-bottom: 80px; }
      #ranking .sec01__inner--plink .title {
        margin-bottom: 15px;
        font-size: 20px;
        font-family: 'noto sans bold'; }
      #ranking .sec01__inner--plink ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #ranking .sec01__inner--plink ul li {
          width: 19.2%; }
          #ranking .sec01__inner--plink ul li a {
            display: block;
            background: #e50012;
            padding: 15px 0;
            text-align: center;
            color: #fff;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #ranking .sec01__inner--plink ul li a:hover {
              background: #f7314a;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
    #ranking .sec01__inner--list h3 {
      background: #333;
      margin-bottom: 20px;
      padding: 8px 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-family: 'noto sans bold'; }
    #ranking .sec01__inner--list h4 {
      border-left: 5px solid #e50012;
      margin-bottom: 20px;
      padding-left: 8px;
      font-size: 20px;
      font-family: 'noto sans bold';
      line-height: 1.1; }
    #ranking .sec01__inner--list .table_rank {
      border-top: 1px solid #333;
      border-left: 1px solid #333;
      width: 100%;
      margin-bottom: 80px; }
      #ranking .sec01__inner--list .table_rank th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #e9e9e9;
        padding: 7px 0;
        text-align: center;
        font-family: 'noto sans bold'; }
        #ranking .sec01__inner--list .table_rank th:first-child {
          width: 80px; }
        #ranking .sec01__inner--list .table_rank th:nth-child(n+3) {
          width: 80px; }
        #ranking .sec01__inner--list .table_rank th:nth-child(6) {
          color: #e50012; }
      #ranking .sec01__inner--list .table_rank td {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        background: #fff;
        padding: 7px 20px; }
        #ranking .sec01__inner--list .table_rank td:first-child {
          padding: 7px 10px;
          text-align: center; }
        #ranking .sec01__inner--list .table_rank td:nth-child(n+3) {
          padding: 7px 10px;
          text-align: center; }
        #ranking .sec01__inner--list .table_rank td:nth-child(6) {
          background: #ffe5e7; }

@media (max-width: 640px) {
  #ranking .sec01 {
    margin: 0 auto 12%; }
    #ranking .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #ranking .sec01__inner--plink {
        margin-bottom: 10%; }
        #ranking .sec01__inner--plink .title {
          margin-bottom: 3%;
          font-size: 16px; }
        #ranking .sec01__inner--plink ul li {
          width: 19.4%; }
          #ranking .sec01__inner--plink ul li a {
            padding: 12% 0; }
            #ranking .sec01__inner--plink ul li a:hover {
              background: #e50012; }
      #ranking .sec01__inner--list h3 {
        margin-bottom: 5%;
        padding: 2% 0;
        font-size: 14px; }
      #ranking .sec01__inner--list h4 {
        border-left: 4px solid #e50012;
        margin-bottom: 5%;
        padding-left: 2%;
        font-size: 14px; }
      #ranking .sec01__inner--list .table_rank {
        margin-bottom: 10%; }
        #ranking .sec01__inner--list .table_rank th {
          padding: 2% 0;
          font-size: 12px; }
          #ranking .sec01__inner--list .table_rank th:first-child {
            width: 32px; }
          #ranking .sec01__inner--list .table_rank th:nth-child(n+3) {
            width: 32px; }
        #ranking .sec01__inner--list .table_rank td {
          padding: 2% 3%;
          font-size: 12px; }
          #ranking .sec01__inner--list .table_rank td:first-child {
            padding: 2% 2%; }
          #ranking .sec01__inner--list .table_rank td:nth-child(n+3) {
            padding: 2% 2%; } }
/* *******************************************
     フォトギャラリー
******************************************* */
#gallery .sec01 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #gallery .sec01__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #gallery .sec01__inner--photo ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #gallery .sec01__inner--photo ul li {
        width: 32%;
        margin-bottom: 20px; }
        #gallery .sec01__inner--photo ul li img {
          width: 100%;
          height: auto; }

@media (max-width: 640px) {
  #gallery .sec01 {
    margin: 0 auto 12%; }
    #gallery .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #gallery .sec01__inner--photo ul li {
        width: 48%;
        margin-bottom: 4%; } }
/* *******************************************
     お知らせ
******************************************* */
#news .sec01 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #news .sec01__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    #news .sec01__inner--main {
      width: calc(100% - 400px); }
      #news .sec01__inner--main ul.list {
        border-top: 1px solid #333;
        margin-bottom: 30px; }
        #news .sec01__inner--main ul.list li {
          border-bottom: 1px solid #333; }
          #news .sec01__inner--main ul.list li a {
            display: flex;
            flex-wrap: wrap;
            padding: 20px 0;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #news .sec01__inner--main ul.list li a .date {
              width: 100px;
              margin-right: 10px; }
            #news .sec01__inner--main ul.list li a .ttl {
              width: calc(100% - 110px); }
            #news .sec01__inner--main ul.list li a:hover {
              background: #f0f0f0;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      #news .sec01__inner--main .pager ul.pageNav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #news .sec01__inner--main .pager ul.pageNav li {
          margin: 0 3px; }
          #news .sec01__inner--main .pager ul.pageNav li.current span {
            display: block;
            border-radius: 50%;
            background: #f0f0f0;
            width: 40px;
            height: 34px;
            padding-top: 6px;
            text-align: center; }
          #news .sec01__inner--main .pager ul.pageNav li a {
            display: block;
            border-radius: 50%;
            width: 40px;
            height: 34px;
            padding-top: 6px;
            text-align: center;
            color: #333;
            font-weight: bold;
            text-decoration: none;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #news .sec01__inner--main .pager ul.pageNav li a:hover {
              background: #f0f0f0;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      #news .sec01__inner--main .title_detail {
        border-bottom: 1px solid #333;
        margin-bottom: 30px;
        padding-bottom: 20px; }
        #news .sec01__inner--main .title_detail .date {
          margin-bottom: 10px; }
        #news .sec01__inner--main .title_detail .ttl {
          font-size: 20px;
          font-family: 'noto sans bold'; }
      #news .sec01__inner--main .cont_detail {
        margin-bottom: 150px;
        line-height: 1.8; }
      #news .sec01__inner--main .btn {
        width: 160px;
        margin: 0 auto; }
        #news .sec01__inner--main .btn a {
          display: block;
          background: #e50012;
          padding: 10px 0;
          text-align: center;
          color: #fff;
          font-weight: bold;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #news .sec01__inner--main .btn a:hover {
            background: #f7314a;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    #news .sec01__inner--side {
      max-width: 300px;
      margin-left: 100px; }
      #news .sec01__inner--side h3 {
        margin-bottom: 10px;
        color: #e50012;
        font-size: 20px;
        font-family: 'noto sans bold'; }
      #news .sec01__inner--side ul.new {
        margin-bottom: 60px; }
        #news .sec01__inner--side ul.new li {
          margin-bottom: 10px; }
          #news .sec01__inner--side ul.new li a {
            display: block;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #news .sec01__inner--side ul.new li a .date {
              font-size: 12px; }
            #news .sec01__inner--side ul.new li a .ttl {
              font-size: 14px; }
            #news .sec01__inner--side ul.new li a:hover {
              color: #999;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      #news .sec01__inner--side ul.archive li {
        margin-bottom: 10px; }
        #news .sec01__inner--side ul.archive li a {
          font-size: 14px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #news .sec01__inner--side ul.archive li a:hover {
            color: #999;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (max-width: 640px) {
  #news .sec01 {
    margin: 0 auto 12%; }
    #news .sec01__inner {
      justify-content: flex-start;
      max-width: 94%;
      padding: 0; }
      #news .sec01__inner--main {
        width: 100%;
        margin-bottom: 8%; }
        #news .sec01__inner--main ul.list {
          margin-bottom: 5%; }
          #news .sec01__inner--main ul.list li a {
            padding: 3% 0; }
            #news .sec01__inner--main ul.list li a .date {
              width: 100%;
              margin-right: 0; }
            #news .sec01__inner--main ul.list li a .ttl {
              width: 100%; }
            #news .sec01__inner--main ul.list li a:hover {
              background: #fff; }
        #news .sec01__inner--main .pager ul.pageNav li {
          margin: 0 1%; }
          #news .sec01__inner--main .pager ul.pageNav li.current span {
            width: 30px;
            height: 26px;
            padding-top: 4px; }
          #news .sec01__inner--main .pager ul.pageNav li a {
            width: 30px;
            height: 26px;
            padding-top: 4px; }
            #news .sec01__inner--main .pager ul.pageNav li a:hover {
              background: #fff; }
        #news .sec01__inner--main .title_detail {
          margin-bottom: 5%;
          padding-bottom: 3%; }
          #news .sec01__inner--main .title_detail .date {
            margin-bottom: 2%; }
          #news .sec01__inner--main .title_detail .ttl {
            font-size: 16px; }
        #news .sec01__inner--main .cont_detail {
          margin-bottom: 20%; }
        #news .sec01__inner--main .btn {
          width: 40%; }
          #news .sec01__inner--main .btn a {
            padding: 6% 0; }
            #news .sec01__inner--main .btn a:hover {
              background: #e50012; }
      #news .sec01__inner--side {
        max-width: 100%;
        width: 100%;
        margin: 0; }
        #news .sec01__inner--side h3 {
          margin-bottom: 2%;
          font-size: 16px; }
        #news .sec01__inner--side ul.new {
          margin-bottom: 8%; }
          #news .sec01__inner--side ul.new li {
            border-bottom: 1px dashed #ccc;
            margin-bottom: 3%;
            padding-bottom: 2%; }
            #news .sec01__inner--side ul.new li a .date {
              font-size: 11px; }
            #news .sec01__inner--side ul.new li a .ttl {
              font-size: 12px; }
            #news .sec01__inner--side ul.new li a:hover {
              color: #333; }
        #news .sec01__inner--side ul.archive li {
          border-bottom: 1px dashed #ccc;
          margin-bottom: 3%;
          padding-bottom: 2%; }
          #news .sec01__inner--side ul.archive li a {
            font-size: 12px; }
            #news .sec01__inner--side ul.archive li a:hover {
              color: #333; } }
