@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
html {
  font-size: 62.5%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #333;
}
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
* {
  box-sizing: border-box;
}
a {
  color: #1c2a55;
  transition: 0.5s;
}
@media screen and (min-width:600px) {
  a {
    padding: 3px;
  }
}
a:hover {
  color: #fff;
  background: #1c2a55;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
a:hover.anchor {
  background: none;
}
ol {
  padding-left: 20px;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width:600px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.small {
  font-size: 1.2rem;
}
.strong {
  font-size: 2.0rem;
}
.attention {
  color: #ff0000;
}
.update-title {
  color: #ff8ed8;
}
.mgt-10 {
  padding-top: 10px;
}
header {
  width: 100%;
  background: #fff;
  z-index: 1;
}
.wrapper-head {
  width: 100%;
  margin: 0 auto;
}
header .wrapper-head h1 a {
  background: none;
}
@media screen and (min-width:600px) {
  .wrapper-head {
    width: 960px;
    margin: 0 auto;
  }
}
header .wrapper-head {
  position: fixed;
  z-index: 90;
  height: 70px;
  display: block;
  background: transparent url("../img/bg_head.png") no-repeat top;
  background-size: cover;
}
@media screen and (min-width:600px) {
  header .wrapper-head {
    position: relative;
    background: none;
    height: auto;
  }
}
header .wrapper-head h1 {
  text-align: left;
}
header .wrapper-head h1 img {
  width: 60%;
  position: relative;
  top: 20px;
  left: 10px;
}
@media screen and (min-width:600px) {
  header .wrapper-head h1 {
    background: transparent url("../img/bg_head.png") no-repeat top;
    background-size: contain;
    text-align: center;
    height: 88px;
  }
  header .wrapper-head h1 img {
    width: 350px;
    height: auto;
    margin-top: 20px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  header .wrapper-head nav ul {
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    padding: 15px 0;
    background: #fff;
    /*justify-content: space-between;*/
  }
  header .wrapper-head nav ul li {
    list-style-type: none;
    flex-grow: 1;
    text-align: center;
  }
  header .wrapper-head nav ul li + li {
    border-left: 1px solid #666;
  }
  header .wrapper-head nav ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    background: #fff;
  }
  header .wrapper-head nav ul li a:hover {
    color: #666;
  }
  header .wrapper-head nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    border-bottom: solid 2px #1c2a55;
    transition: 0.5s;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header .wrapper-head nav ul li a:hover::after {
    width: 100%;
  }
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #1c2a55;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #1c2a55;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #1c2a55;
  transition: all 0.5s; /*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:600px) {
  .wrapper {
    width: 940px;
    margin: 0 auto;
  }
}
main {
  position: relative;
  top: 70px;
}
@media screen and (min-width:600px) {
  main {
    position: relative;
    top: 0px;
  }
}
.main {
  display: block;
}
.main .info section {
  width: 100%;
  margin: 0 auto;
}
.main .info section.welcome {
  background: transparent url("../img/bg_main.png") no-repeat top;
  background-size: cover;
}
.main .info section img {
  width: 100%;
  height: auto;
}
.main .info section div {
  width: 98%;
  margin: 10px auto;
  padding-bottom: 10px;
  text-align: center;
  display: table;
}
@media screen and (min-width:600px) {
  .main {
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: space-between;
  }
  .main .info section {
    width: 690px;
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari etc. */
    -ms-flex-wrap: wrap; /* IE10        */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .info section img {
    width: 300px;
    height: 160px;
    overflow: hidden;
  }
  .main .info section div {
    width: 354px;
    height: 160px;
    text-align: center;
    display: table;
  }
}
.main .info section.welcome {
  background: transparent url("../img/bg_main.png") no-repeat bottom;
  background-size: cover;
}
.main .info section div.box {
  display: table-cell;
  vertical-align: middle;
}
.main .info section div.box h2 {
  font-size: 1.6rem;
  color: #1c2a55;
  text-align: center;
}
.main .info section div.box ul li {
  margin: 10px auto 0 auto;
  background: #1c2a55;
  width: 70%;
}
.main .info section div.box ul li a {
  background: #1c2a55;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 15px;
}
@media screen and (min-width:600px) {
  .main .info section div.box ul li {
    width: 300px;
  }
  .main .info section div.box ul li a {
    padding: 10px;
  }
}
.main .info section div.box ul li a:hover {
  background: #b7c422;
}
.main .info section .announce-yellow, .main .info section .announce-pink, .main .info section .announce-blue, .main .info section .announce-green {
  margin-top: 20px;
  width: 96%;
  border-radius: 10px;
  background: #ffe9d6;
  height: auto;
}
@media screen and (min-width:600px) {
  .main .info section .announce-yellow, .main .info section .announce-pink, .main .info section .announce-blue, .main .info section .announce-green {
    width: 100%;
  }
}
.main .info section .announce-yellow {
  background: #ffe9d6;
}
.main .info section .announce-pink {
  background: #ffe5e5;
}
.main .info section .announce-blue {
  background: #e5e9ff;
}
.main .info section .announce-green {
  background: #d1f0dd;
}
.main .info section .announce-yellow p, .main .info section .announce-pink p, .main .info section .announce-blue p, .main .info section .announce-green p {
  padding: 10px;
}
@media screen and (min-width:600px) {
  .main .info section .announce-yellow p, .main .info section .announce-pink p, .main .info section .announce-blue p, .main .info section .announce-green p {
    font-size: 1.2rem;
  }
}
.main .info section .news {
  margin-top: 20px;
  width: 96%;
  text-align: left;
}
@media screen and (min-width:600px) {
  .main .info section .news {
    width: 100%;
  }
}
.main .info section .news h2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  color: #1c2a55;
  border-bottom: 2px solid #1c2a55;
  padding-bottom: 5px;
  text-align: center;
}
.main .info section .news h2 span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
}
@media screen and (min-width:600px) {
  .main .info section .news h2 {
    font-size: 1.4rem;
    text-align: left;
  }
  .main .info section .news h2 span {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
}
.main .info section .news div {
  width: 100%;
}
.main .info section .news iframe {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width:600px) {
  .main .info section .news iframe {
    width: 690px;
    height: auto;
    margin-top: 10px;
  }
}
.main .info section .news div p {
  text-align: left;
  padding: 5px;
}
.sidebar {
  width: 96%;
  margin: 0 auto;
}
.sidebar h2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  color: #1c2a55;
  border-bottom: 2px solid #1c2a55;
  margin: 0 auto;
  padding-bottom: 5px;
  text-align: center;
}
.sidebar h2 span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
}
.sidebar .box-update {
  padding: 10px;
  border-bottom: dotted 1px #999;
}
.sidebar .box-twitter {
  margin-top: 30px;
}
@media screen and (min-width:600px) {
  .sidebar {
    width: 200px;
    height: auto;
  }
  .sidebar h2 {
    font-size: 1.4rem;
  }
  .sidebar h2 span {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
  .sidebar .box-update p {
    font-size: 1.2rem;
  }
  .sidebar .box-twitter {
    display: block;
  }
}
.sidebar .box-banner img {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .box-banner {
  width: 70%;
  margin: 0px auto;
}
@media screen and (min-width:600px) {
  .sidebar .box-banner {
    width: 100%;
  }
}
.sidebar .box-banner a {
  background: none;
}
section.list {
  background: #d7f3fe;
  margin-top: 10px;
  padding-bottom: 30px;
}
section.list .wrapper article {
  padding-top: 30px;
}
section.list .wrapper article h2 {
  width: 96%;
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.4rem;
  color: #1c2a55;
  border-bottom: 2px solid #1c2a55;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media screen and (min-width:600px) {
  section.list .wrapper article h2 {
    width: 30%;
  }
}
section.list .wrapper article h2 span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
}
section.list .wrapper article h3 {
  text-align: center;
  color: #1c2a55;
  margin: 0 auto;
  padding: 15px;
  font-weight: normal;
}
section.list .wrapper article .box-tournament {
  background: #fff;
  padding: 20px 5px;
  display: block;
  margin-bottom: 20px;
}
section.list .wrapper article .box-tournament div {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:600px) {
  section.list .wrapper article .box-tournament {
    background: #fff;
    padding: 10px;
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  section.list .wrapper article .box-tournament div {
    width: 400px;
    text-align: left;
  }
}
section.list .wrapper article .box-tournament span {
  padding: 2px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 10px;
}
section.list .wrapper article .box-tournament span.ken {
  background: #d7f3fe;
  color: #549fbd;
}
section.list .wrapper article .box-tournament span.block {
  background: #fed7e3;
  color: #f08fad;
}
section.list .wrapper article .box-tournament span.honbu {
  background: #ffea8a;
  color: #d8c155;
}
section.list .wrapper article .box-tournament span.no-entry {
  background: #666666;
  color: #fff;
}
section.list .wrapper article .box-tournament span.attention {
  background: #f96363;
  color: #fff;
}
section.list .wrapper article .box-tournament h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 10px 0;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
table tbody td {
  padding: 7px 4px;
}
@media screen and (min-width:600px) {
  section.list .wrapper article .box-tournament table {
    width: 510px;
  }
  table tbody td {
    padding: 7px 10px;
  }
  table tbody td.txt-name {
    width: 15%;
  }
  table tbody td.txt-date {
    width: 8%;
  }
  table tbody td.txt-place {
    width: 42%;
  }
  table tbody td.txt-info {
    width: 25%;
    text-align: right;
  }
}
table {
  width: 100%;
}
table tbody tr:nth-child(2n) {
  background: #f3f3f3;
}
table.member {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #ccc;
}
table.member tr {
  border: 1px solid #ccc;
}
@media screen and (max-width:375px) {
  table.member tr {
    font-size: 1.0rem;
  }
}
table.member tbody td {
  padding: 7px 4px;
  border: 1px solid #ccc;
}
table.member tbody td.new {
  text-align: center;
  background: #B1BBE4;
}
table.member tbody td.continuation {
  text-align: center;
  background: #E5D2F8;
}
table.member tbody td.txt-name {
  width: 20%;
}
section.list .wrapper article .box-button {
  display: block;
}
@media screen and (min-width:600px) {
  section.list .wrapper article .box-button {
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari etc. */
    -ms-flex-wrap: wrap; /* IE10        */
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
section.list .wrapper article .box-tournament ul li {
  margin: 5px auto;
}
section.list .wrapper article .box-tournament ul li.btn-pdf a:before {
  content: ""; /* 空の要素作成 */
  width: 20px; /* 幅指定 */
  height: 20px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative; /* アイコンの位置を調整 */
  top: 0px; /* アイコンの位置を調整 */
  margin-right: 5px; /* 余白指定 */
  background-image: url("../img/icon_pdf.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
section.list .wrapper article .box-tournament ul li.btn-pdf a {
  color: #1c2a55;
  text-decoration: none;
  display: block;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  margin-right: 10px;
  padding: 5px 20px;
  border: solid 2px #1c2a55;
}
section.list .wrapper article .box-tournament ul li.btn-photo a:before {
  content: ""; /* 空の要素作成 */
  width: 20px; /* 幅指定 */
  height: 20px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative; /* アイコンの位置を調整 */
  top: 0px; /* アイコンの位置を調整 */
  margin-right: 5px; /* 余白指定 */
  background-image: url("../img/icon_camera.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
section.list .wrapper article .box-tournament ul li.btn-photo a {
  color: #1c2a55;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  padding: 5px 20px;
}
section.list .wrapper article .box-tournament ul li.btn-entry a, article .box-button ul li.btn-contact a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
  padding: 8px 30px;
}
section.list .wrapper article .box-tournament ul li.btn-entry a:before, article .box-button ul li.btn-contact a:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative; /* アイコンの位置を調整 */
  top: 5px; /* アイコンの位置を調整 */
  margin-right: 5px; /* 余白指定 */
  background-image: url("../img/icon_arrow.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
section.list .wrapper article .box-tournament ul li.btn-pdf a {
  background: #fff;
}
section.list .wrapper article .box-tournament ul li.btn-pdf a:hover {
  background: #e4e4e4;
}
section.list .wrapper article .box-tournament ul li.btn-photo a {
  background: #dfe3e8;
}
section.list .wrapper article .box-tournament ul li.btn-photo a:hover {
  background: #cbcfd3;
}
section.list .wrapper article .box-tournament ul li.btn-entry a {
  background: #1c2a55;
}
section.list .wrapper article .box-tournament ul li.btn-entry a:hover {
  background: #b9bdca;
}
article .box-button ul li.btn-contact a {
  background: #FF7E7E;
}
article .box-button ul li.btn-contact a:hover {
  background: #ffcbcb;
}
article .box-button ul li.btn-regist a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 8px 30px;
}
article .box-button ul li.btn-regist a:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative; /* アイコンの位置を調整 */
  top: 5px; /* アイコンの位置を調整 */
  margin-right: 5px; /* 余白指定 */
  background-image: url("../img/icon_arrow.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
article .box-button ul li.btn-regist a {
  background: #1c2a55;
}
article .box-button ul li.btn-regist a:hover {
  background: #e4e4e4;
}
footer {
  position: relative;
  top: 70px;
}
footer copyright p {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 50px 0;
}
footer .box-banner {
  padding-top: 30px;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:600px) {
  footer {
    position: relative;
    top: 0px;
  }
  footer copyright p {
    padding: 10px 0 40px 0;
  }
  footer .box-banner {
    padding-top: 50px;
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari etc. */
    -ms-flex-wrap: wrap; /* IE10        */
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
footer .box-banner img {
  width: 280px;
  margin: 0 auto;
}
footer .box-banner a {
  background: none;
}
#page_top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 20%;
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width:600px) {
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
  }
}
#page_top a {
  background: none;
}
/* schedules
------------------------------ */
.main .general {
  width: 98%;
  margin: 0px auto 30px auto;
  position: relative;
  top: 30px;
}
.main .general section article h2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  color: #1c2a55;
  border-bottom: 2px solid #1c2a55;
  padding-bottom: 5px;
  text-align: center;
}
.main .general section article h2 span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
}
.main .general section article .box-general {
  width: 90%;
  margin: 0px auto;
}
@media screen and (min-width:600px) {
  .main .general {
    width: 900px;
    position: relative;
    top: 10px;
  }
  .main .general section article h2 {
    font-size: 2.0rem;
    line-height: 2.4rem;
  }
  .main .general section article h2 span {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .main .general section article .box-general {
    width: 80%;
  }
}
.main .general section article .box-general h3 {
  font-size: 1.6rem;
  color: #1c2a55;
  margin: 40px 0px 10px 0;
  font-weight: normal;
  border: 1px solid #1c2a55;
  border-bottom: 3px solid #1c2a55;
  padding: 5px 10px;
  text-shadow: 1px 1px 0px #fff;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(243, 243, 243, 1)), color-stop(51%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.main .general section article .box-general .box-tournament .box-button, .main .general section article .box-general .box-txt .box-button, .main .general section article .box-general .box-info .box-button, .main .general section article .box-general .box-jump .box-button {
  margin: 10px 0;
  display: inline-block;
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10        */
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main .general section article .box-general .box-button ul {
  margin: 0px auto;
}
.main .general section article .box-general .box-button ul li {
  margin: 5px auto;
}
.main .general section article .box-general .box-button ul li.btn-pdf a:before {
  content: ""; /* 空の要素作成 */
  width: 20px; /* 幅指定 */
  height: 20px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative; /* アイコンの位置を調整 */
  top: 0px; /* アイコンの位置を調整 */
  margin-right: 5px; /* 余白指定 */
  background-image: url("../img/icon_pdf.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
.main .general section article .box-general .box-button ul li.btn-pdf a {
  color: #1c2a55;
  text-decoration: none;
  display: block;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  margin-right: 10px;
  padding: 5px 20px;
  border: solid 2px #1c2a55;
}
.main .general section article .box-general .box-button ul li.btn-pdf a {
  background: #fff;
}
.main .general section article .box-general .box-button ul li.btn-pdf a:hover {
  background: #e4e4e4;
}
.main .general section article .box-general .box-button ul li.btn-jump a:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative; /* アイコンの位置を調整 */
  top: 7px; /* アイコンの位置を調整 */
  margin-right: 5px; /* 余白指定 */
  background-image: url("../img/icon_arrow_down.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
.main .general section article .box-general .box-button ul li.btn-jump a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  margin-right: 0px;
  padding: 7px 20px;
}
.main .general section article .box-general .box-button ul li.btn-jump a {
  background: #1c2a55;
}
.main .general section article .box-general .box-button ul li.btn-jump a:hover {
  background: #e4e4e4;
}
.main .general section article .box-general .box-tournament, .main .general section article .box-general .box-info {
  width: 100%;
  margin: 0 auto 10px;
  padding: 10px;
  border: solid 1px #D4D4D4;
}
.main .general section article .box-general .box-info-sub {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px;
  border: solid 1px #D4D4D4;
}
@media screen and (min-width:600px) {
  .main .general section article .box-general .box-tournament, .main .general section article .box-general .box-info {
    width: 96%;
  }
  .main .general section article .box-general .box-info-sub {
    width: 96%;
  }
}
.main .general section article .box-general .box-txt {
  width: 96%;
  margin: 0 auto;
  padding: 10px;
}
.main .general section article .box-general .box-jump {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:600px) {
  .main .general section article .box-general .box-jump {
    width: 50%;
  }
}
.main .general section article .box-general .box-txt ol li {
  padding: 5px 0;
}
.main .general section article .box-general .box-tournament h4 {
  background: #FFEEAC;
  padding: 8px;
  text-align: center;
}
.main .general section article .box-general .box-info h4 {
  background: #BDEEC1;
  padding: 8px;
  text-align: center;
}
.main .general section article .box-general .box-info h4.umpire {
  background: #ffcba1;
  padding: 8px;
  text-align: center;
}
.main .general section article .box-general .box-info h4.member-new {
  background: #D4DDFF;
  padding: 8px;
  text-align: center;
}
.main .general section article .box-general .box-info h4.member-continuation {
  background: #FFF89C;
  padding: 8px;
  text-align: center;
}
.main .general section article .box-general .box-info h4.entry {
  background: #FFD3DD;
  padding: 8px;
  text-align: center;
}
.main .general section article .box-general .box-info h5 {
  background: #FFF2BC;
  padding: 8px;
  text-align: center;
  margin: 10px 0;
}
.main .general section article .box-general .box-info h5.step {
  background: #FFECEC;
  padding: 8px;
  text-align: center;
  margin: 10px 0;
}
.main .general section article .box-general .box-tournament table, .main .general section article .box-general .box-info table {
  margin: 10px 0;
}
.main .general section article .box-general table {
  margin: 20px 0;
}
.main .general section article .box-general .box-tournament table tbody tr, .main .general section article .box-general .box-info table tbody tr {
  background: #f3f3f3;
}
.main .general section article .box-general .box-tournament table tbody tr:nth-child(2n), .main .general section article .box-general .box-info table tbody tr:nth-child(2n) {
  background: #fff;
}
@media screen and (max-width:375px) {
  #area-honbu, #area-ken, #area-block, #area-umpire, #area-umpire, #area-regist, #area-continuation, #area-year, #area-winners, #area-voluntee {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.main .general section article .box-general table td img.icon-map {
  width: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
}
.main .general section article .box-general table.center td {
  text-align: center;
}
.main .general section article .box-general .box-faq h4 {
  padding: 8px;
  text-align: left;
}
.main .general section article .box-general dt {
  background: #1c2a55; /* 「Q」タイトルの背景色 */
  color: #fff; /* 「Q」タイトルの文字色 */
  padding: 8px;
  border-radius: 2px;
}
.main .general section article .box-general dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 8px;
}
.main .general section article .box-general dd {
  margin: 24px 16px 40px 32px;
  line-height: 140%;
  text-indent: -24px;
}
.main .general section article .box-general dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
}
/* 〜375px：SP
------------------------------ */
@media screen and (max-width:375px) {}
/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {}
/* 600px〜：タブレット + PC
------------------------------ */
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {}