@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
header {
  background-color: #3798db;
}
header > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  header > div {
    height: 50px;
    padding: 0 !important;
  }
}
header > div:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 192px;
  height: 100%;
  background: url(../img/decoration_ball_01.svg) no-repeat left center / cover;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(156deg) brightness(107%) contrast(104%);
}
@media screen and (max-width: 768px) {
  header > div:after {
    top: auto;
    bottom: 0;
    width: 100px;
  }
}
header > div h1 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header > div h1 {
    padding-left: 15px;
  }
}
header > div h1 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-size: 1.9em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.7s;
}
header > div h1 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header > div h1 a:hover {
    opacity: 1;
  }
}
header > div h1 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header > div h1 a {
    font-size: 1.7em;
  }
}
header > div h1 a:before {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/icon_logo_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(156deg) brightness(107%) contrast(104%);
}
@media screen and (max-width: 768px) {
  header > div h1 a:before {
    margin-right: 5px;
  }
}
nav {
  border-bottom: 3px #3798db solid;
}
nav > ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  nav > ul {
    padding: 5px 0;
  }
}
nav > ul li {
  flex: 1;
}
@media screen and (max-width: 768px) {
  nav > ul li {
    position: relative;
    flex: auto;
    width: 50%;
    padding: 5px 0;
  }
  nav > ul li:nth-child(2n + 1):before {
    display: none;
  }
}
nav > ul li + li {
  position: relative;
}
nav > ul li + li:before {
  content: "";
  position: absolute;
  left: -0.5px;
  top: 20%;
  display: block;
  width: 1px;
  height: 60%;
  background-color: #dcdcdc;
}
nav > ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.7s;
}
nav > ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  nav > ul li a:hover {
    opacity: 1;
  }
}
nav > ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  nav > ul li a {
    height: 35px;
  }
}
footer {
  padding: 50px 0 20px;
  color: #fff;
  text-align: center;
  background-color: #03155b;
}
footer > div {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer > div #sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer > div #sitemap li {
  margin: 0 10px 5px;
  font-size: 0.8em;
}
footer > div #sitemap li a {
  color: #fff;
}
footer > div #copyright {
  display: block;
  margin-top: 30px;
  font-size: 0.8em;
}
main {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-height: calc(100vh - 65px - 53px - 143px);
  padding: 50px 15px 80px;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 50px - 53px - 167px);
  }
}
main > * + * {
  margin-top: 80px;
}
main .ttl01 {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: #03155b;
  font-size: 1.4em;
  font-weight: 500;
  border-bottom: 3px #03155b solid;
}
main .ttl02 {
  display: block;
  margin-bottom: 20px;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
main .ttl02:nth-child(n + 2) {
  margin-top: 50px;
}
main .btn01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
main .btn01 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  color: #fff;
  font-weight: 500;
  background-color: #03155b;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
main .entry a {
  color: #3798db;
  text-decoration: underline;
}
main .entry a:hover {
  text-decoration: none;
}
main .news_archive > li {
  padding: 15px 0;
  border-bottom: 1px #dcdcdc solid;
}
main .news_archive > li:first-child {
  padding-top: 0;
}
main .news_archive > li a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main .news_archive > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .news_archive > li a:hover {
    opacity: 1;
  }
}
main .news_archive > li a:hover img {
  opacity: 1;
}
main .news_archive > li a span {
  display: block;
  font-size: 0.8em;
}
main .news_archive > li a em {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
}
main .news_archive > li a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
main .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
main .pager > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border: 1px #03155b solid;
  color: #03155b;
  text-align: center;
  background-color: transparent;
  transition: color 0.8s, background 0.8s;
}
main .pager > *.current {
  color: #fff;
  background-color: #03155b;
}
main .pager > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #03155b;
}
main .year {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
main .year > li {
  margin: 0 5px;
  border: 1px #03155b solid;
}
main .year > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 10px;
  color: #03155b;
  text-align: center;
  background-color: transparent;
  transition: color 0.8s, background 0.8s;
}
main .year > li > a.current {
  color: #fff;
  background-color: #03155b;
}
main .year > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #03155b;
}
@media screen and (max-width: 768px) {
  main .schedule, main #schedule {
    display: block;
  }
}
main .schedule tr > *:first-child, main #schedule tr > *:first-child {
  width: 160px;
}
main .schedule tr > *:last-child, main #schedule tr > *:last-child {
  width: 150px;
}
main .schedule tr:hover *, main #schedule tr:hover * {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  main .schedule thead, main #schedule thead {
    display: none;
  }
}
main .schedule thead tr, main #schedule thead tr {
  border: 1px #dcdcdc solid;
  background-color: #03155b;
}
main .schedule thead tr th, main #schedule thead tr th {
  padding: 15px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
main .schedule thead tr th:nth-child(2), main #schedule thead tr th:nth-child(2) {
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
}
@media screen and (max-width: 768px) {
  main .schedule tbody, main #schedule tbody {
    display: block;
  }
}
main .schedule tbody tr, main #schedule tbody tr {
  border: 1px #dcdcdc solid;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .schedule tbody tr:hover, main #schedule tbody tr:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .schedule tbody tr:hover, main #schedule tbody tr:hover {
    opacity: 1;
  }
}
main .schedule tbody tr:hover img, main #schedule tbody tr:hover img {
  opacity: 1;
}
main .schedule tbody tr:nth-child(odd), main #schedule tbody tr:nth-child(odd) {
  background-color: rgba(55, 152, 219, 0.2);
}
@media screen and (max-width: 768px) {
  main .schedule tbody tr, main #schedule tbody tr {
    display: block;
    padding: 10px 15px;
  }
  main .schedule tbody tr + *, main #schedule tbody tr + * {
    margin-top: 10px;
  }
}
main .schedule tbody tr.end, main #schedule tbody tr.end {
  background-color: rgba(220, 220, 220, 0.2) !important;
}
main .schedule tbody tr td, main #schedule tbody tr td {
  padding: 15px;
  vertical-align: middle;
}
main .schedule tbody tr td:nth-child(2), main #schedule tbody tr td:nth-child(2) {
  border-left: 1px rgba(220, 220, 220, 0.5) solid;
  border-right: 1px rgba(220, 220, 220, 0.5) solid;
}
@media screen and (max-width: 768px) {
  main .schedule tbody tr td, main #schedule tbody tr td {
    display: block;
    width: 100% !important;
    padding: 0;
    border: none !important;
    text-align: left !important;
  }
  main .schedule tbody tr td:before, main #schedule tbody tr td:before {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
  }
  main .schedule tbody tr td + *, main #schedule tbody tr td + * {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px #cfcfcf solid !important;
  }
  main .schedule tbody tr td:nth-child(1):before, main #schedule tbody tr td:nth-child(1):before {
    content: "開催日";
  }
  main .schedule tbody tr td:nth-child(2):before, main #schedule tbody tr td:nth-child(2):before {
    content: "大会名";
  }
  main .schedule tbody tr td:nth-child(3):before, main #schedule tbody tr td:nth-child(3):before {
    content: "申込締切";
  }
  main .schedule tbody tr td:nth-child(3).past:before, main #schedule tbody tr td:nth-child(3).past:before {
    content: "試合結果";
  }
}
main .schedule tbody tr td small, main #schedule tbody tr td small {
  display: block;
  font-size: 0.8em;
}
main .schedule tbody tr td a[href*=".pdf"], main #schedule tbody tr td a[href*=".pdf"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.7em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .schedule tbody tr td a[href*=".pdf"], main #schedule tbody tr td a[href*=".pdf"] {
    font-size: 1em;
  }
}
main .schedule tbody tr td a[href*=".pdf"] + a, main #schedule tbody tr td a[href*=".pdf"] + a {
  margin-top: 5px;
}
main .schedule tbody tr td a[href*=".pdf"]:before, main #schedule tbody tr td a[href*=".pdf"]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/icon_pdf_01.svg) no-repeat center / cover;
  filter: invert(65%) sepia(82%) saturate(2591%) hue-rotate(178deg) brightness(86%) contrast(100%);
}
@media screen and (max-width: 768px) {
  main #tournament_detail {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #tournament_detail tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #tournament_detail tbody tr {
    display: block;
  }
  main #tournament_detail tbody tr + * {
    margin-top: 10px;
  }
}
main #tournament_detail tbody tr th, main #tournament_detail tbody tr td {
  padding: 10px 15px;
  border: 1px #dcdcdc solid;
}
@media screen and (max-width: 768px) {
  main #tournament_detail tbody tr th, main #tournament_detail tbody tr td {
    display: block;
  }
}
main #tournament_detail tbody tr th {
  width: 150px;
  background-color: rgba(55, 152, 219, 0.2);
}
@media screen and (max-width: 768px) {
  main #tournament_detail tbody tr th {
    width: auto;
    border-bottom: none;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  main #tournament_detail tbody tr td {
    border-top: none;
  }
}
main #tournament_detail tbody tr td ol {
  padding-left: 20px;
}
main #tournament_detail tbody tr td ol li {
  list-style: decimal;
  font-weight: normal;
}
main #tournament_detail tbody tr td a[href*=".pdf"] {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px #3798db solid;
  border-radius: 5px;
  font-size: 0.8em;
  vertical-align: baseline;
  background-color: rgba(55, 152, 219, 0.2);
  text-decoration: none;
  transition: opacity 0.7s;
}
main #tournament_detail tbody tr td a[href*=".pdf"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #tournament_detail tbody tr td a[href*=".pdf"]:hover {
    opacity: 1;
  }
}
main #tournament_detail tbody tr td a[href*=".pdf"]:hover img {
  opacity: 1;
}
main #tournament_detail tbody tr td a[href*=".pdf"]:last-child {
  margin-right: 0;
}
main #single time {
  display: block;
  margin-bottom: 30px;
  font-size: 0.8em;
}
main #secretariat .shop {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #secretariat .shop {
    display: block;
  }
}
main #secretariat .shop figure {
  width: 300px;
}
@media screen and (max-width: 768px) {
  main #secretariat .shop figure {
    width: auto;
  }
}
main #secretariat .shop div {
  width: calc(100% - 300px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #secretariat .shop div {
    width: auto;
    margin-top: 30px;
    padding-left: 0;
  }
}
main #secretariat .shop div a {
  text-decoration: underline;
}
main #secretariat .shop div a:hover {
  text-decoration: none;
}
main #secretariat .shop div em {
  display: block;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 500;
}
main #organization figure {
  width: 500px;
  margin: 0 auto;
}
main #terms > ol > li + li {
  margin-top: 40px;
}
main #terms > ol > li > * {
  padding-left: 15px;
}
main #terms > ol > li > em {
  display: block;
  padding-left: 0;
  font-size: 1.2em;
  font-weight: 500;
}
main #terms > ol > li > ol > li {
  margin-top: 15px;
}
main #terms > ol > li > ol > li > i {
  display: block;
  font-weight: 500;
}
main #terms > ol > li > ol > li > ol {
  padding-left: 20px;
}
main #terms > ol > li > ol > li > ol > li {
  list-style-type: decimal;
  margin-top: 10px;
}
main #terms > ol > li > ol > li > ol > li > ol {
  counter-reset: idx;
}
main #terms > ol > li > ol > li > ol > li > ol > li {
  counter-increment: idx;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
main #terms > ol > li > ol > li > ol > li > ol > li:before {
  content: "(" counter(idx) ")";
  position: absolute;
  left: 0;
  top: 0;
}
main #terms table {
  width: 500px;
  margin-top: 50px;
}
main #terms table thead tr th {
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background-color: #03155b;
}
main #terms table tbody tr td {
  padding: 10px;
  border: 1px #dcdcdc solid;
  font-size: 0.8em;
  line-height: 2;
}
main #record_archive {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #record_archive {
    display: block;
  }
}
main #record_archive > * {
  width: calc(100% / 3);
  border-left: 1px #cfcfcf solid;
  border-top: 1px #cfcfcf solid;
}
main #record_archive > *:nth-last-child(1), main #record_archive > *:nth-child(3n) {
  border-right: 1px #cfcfcf solid;
}
main #record_archive > *:nth-last-child(1), main #record_archive > *:nth-last-child(2), main #record_archive > *:nth-last-child(3) {
  border-bottom: 1px #cfcfcf solid;
}
@media screen and (max-width: 768px) {
  main #record_archive > * {
    width: 100%;
    border-right: 1px #cfcfcf solid;
    border-bottom: none !important;
  }
  main #record_archive > *:nth-last-child(1) {
    border-bottom: 1px #cfcfcf solid !important;
  }
}
main #record_archive > * a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #record_archive > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #record_archive > * a:hover {
    opacity: 1;
  }
}
main #record_archive > * a:hover img {
  opacity: 1;
}
main #application_archive > li + li {
  margin-top: 50px;
}
main #application_archive > li em {
  display: block;
  color: #03155b;
  font-size: 1.1em;
  font-weight: 700;
}
main #application_archive > li ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
main #application_archive > li ul > li {
  border: 1px #cfcfcf solid;
}
main #application_archive > li ul > li:first-child:last-child {
  width: 100%;
}
main #application_archive > li ul > li:not(:first-child:last-child) {
  width: 50%;
}
main #application_archive > li ul > li:not(:first-child:last-child):last-child {
  border-left: none;
}
main #application_archive > li ul > li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #application_archive > li ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #application_archive > li ul > li a:hover {
    opacity: 1;
  }
}
main #application_archive > li ul > li a:hover img {
  opacity: 1;
}
main #application_archive > li ul > li a:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: invert(65%) sepia(82%) saturate(2591%) hue-rotate(178deg) brightness(86%) contrast(100%);
}
main #application_archive > li ul > li a[href*=".xlsx"]:before {
  background-image: url(../img/icon_excel_01.svg);
}
main #application_archive > li ul > li a[href*=".pdf"]:before {
  background-image: url(../img/icon_pdf_01.svg);
}
