@charset "UTF-8";
@font-face {
  font-family: "wbc-fiesta-b", sans-serif;
  src: url("/font/wbc-fiesta-bold") format("woff2"), url("/font/wbc-fiesta-bold") format("woff");
}
@font-face {
  font-family: "wbc-fiesta-r", sans-serif;
  src: url("/font/wbc-fiesta-regular") format("woff2"), url("/font/wbc-fiesta-regular") format("woff");
}
body {
  background: #EBEBE6;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333333;
  min-width: 1284px;
  position: relative;
}
body #container {
  background: #EBEBE6 url(/img/bg.jpg) no-repeat center top;
  max-width: 1680px;
  margin: 0 auto;
  min-height: calc(100vh - 56px);
  padding-bottom: 124px;
}
body #contents {
  width: 1284px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
body #contents .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
  padding: 1rem;
  min-height: calc(100vh - 56px - 124px);
}
body #contents .wrapper #main {
  width: 830px;
}
body #contents .wrapper #main.full {
  width: 1284px;
}
body #contents .wrapper #main--top {
  width: 935px;
}
body #contents .wrapper #side {
  width: 408px;
}
body #contents .wrapper #side--top {
  width: 300px;
}
body #contents .wrapper.pool-wrap {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  body.control {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body #container {
    background: #EBEBE6 url(/img/bg_sp.jpg) no-repeat center top;
    background-size: contain;
    width: 100%;
    max-width: 100%;
    padding-bottom: 105px;
  }
  body #contents {
    width: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body #contents .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
    min-height: calc(100vh - 56px - 105px);
  }
  body #contents .wrapper #main {
    width: 100%;
  }
  body #contents .wrapper #main.full {
    width: 100%;
  }
  body #contents .wrapper #main--top {
    width: 100%;
  }
  body #contents .wrapper #side {
    width: 100%;
    margin-top: 10px;
  }
  body #contents .wrapper #side--top {
    width: 100%;
    margin-top: 10px;
  }
  body .scroll-wrapper,
  body .scroll_wrapper {
    overflow: auto;
  }
}
header {
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  -webkit-box-shadow: rgb(0, 0, 0) 1px 0px 5px;
          box-shadow: rgb(0, 0, 0) 1px 0px 5px;
  padding: 0 15px;
  z-index: 1000;
}
header h1 {
  text-align: center;
  width: auto;
  height: 40px;
}
header h1 img {
  height: 100%;
  width: auto;
}
header nav#locale {
  position: absolute;
  top: 8px;
  right: 10px;
}
header nav#locale ul li {
  display: inline-block;
  line-height: 1;
}
header nav#locale ul li a {
  font-size: 12px;
  color: #0d332e;
  padding: 0 5px 0 0;
  position: relative;
}
header nav#locale ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #0d332e;
  position: absolute;
  top: 0;
  right: 0;
}
header nav#locale ul li:last-child a::after {
  display: none;
}
header nav#locale ul li.active a {
  font-weight: bold;
}
header .baseball-fluency {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #0d332e;
}

@media screen and (max-width: 767px) {
  header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#g-nav {
  margin-left: 30px;
}
#g-nav ul#nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#g-nav ul#nav-primary li {
  text-align: center;
  margin-right: 15px;
  position: relative;
}
#g-nav ul#nav-primary li a {
  font-weight: bold;
  font-size: 13px;
  color: #3D5C58;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
  vertical-align: middle;
  padding: 20px 0;
}
#g-nav ul#nav-primary li a.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#g-nav ul#nav-primary li a:hover {
  opacity: 0.7;
}
#g-nav ul#nav-primary .nav-second-level {
  border-top: 3px solid #002823;
  background: #0d332e;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  color: #EBEBE6;
  width: 284px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 37px;
  left: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  height: 0;
}
#g-nav ul#nav-primary .nav-second-level::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #002823;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 15px;
}
#g-nav ul#nav-primary .nav-second-level:hover {
  overflow: visible;
  opacity: 1;
  height: auto;
}
#g-nav ul#nav-primary .nav-second-level.teams {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#g-nav ul#nav-primary .nav-second-level.score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#g-nav ul#nav-primary .nav-second-level li {
  text-align: left;
  margin-right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#g-nav ul#nav-primary .nav-second-level li a {
  background: transparent;
  color: #EBEBE6;
  font-size: 13px;
  font-weight: normal;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#g-nav ul#nav-primary .nav-second-level li a:hover {
  background: #EBEBE6;
  opacity: 1;
  color: #002823;
}
#g-nav ul#nav-primary .nav-second-level li.stl {
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  padding: 5px 8px;
  background: #28443b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 0;
}
#g-nav ul#nav-primary .nav-second-level li.pool {
  width: 134px;
}
#g-nav ul#nav-primary .nav-second-level li.country {
  margin-right: 10px;
  width: 230px;
}
#g-nav ul#nav-primary .nav-second-level li.country#tpe a {
  font-size: 13px;
}
#g-nav ul#nav-primary .nav-second-level li.country img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
#g-nav ul#nav-primary .nav-second-level li.country span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
#g-nav ul#nav-primary .trigger {
  cursor: pointer;
}
#g-nav ul#nav-primary .trigger:hover > .nav-second-level {
  opacity: 1;
  overflow: visible;
  height: auto;
}

@media screen and (max-width: 767px) {
  #nav-menu {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 8px;
    right: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
  }
  #nav-menu span {
    background-color: #002823;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
  }
  #nav-menu span:first-child {
    top: 10px;
  }
  #nav-menu span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #nav-menu span:last-child {
    bottom: 10px;
  }
  #nav-menu.close {
    background: transparent;
  }
  #nav-menu.close span:first-child {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #nav-menu.close span:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #nav-menu.close span:last-child {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .overlap {
    visibility: hidden;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    padding: 5px 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .overlap.active {
    opacity: 1;
    visibility: visible;
  }
  #g-nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 48vw;
    height: 100vh;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-50vw);
            transform: translate(-50vw);
    z-index: -1;
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 3px -3px inset;
            box-shadow: rgba(0, 0, 0, 0.5) 0 5px 3px -3px inset;
  }
  #g-nav.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    display: block;
  }
  #g-nav ul#nav-primary {
    display: block;
  }
  #g-nav ul#nav-primary li {
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
  }
  #g-nav ul#nav-primary li#nav-top a {
    padding-top: 15px;
  }
  #g-nav ul#nav-primary li a {
    padding: 12px 15px;
    display: block;
    text-align: left;
    font-weight: normal;
    color: #002823;
  }
  #g-nav ul#nav-primary li a.en {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
  }
  #g-nav ul#nav-primary li.current {
    background: #002823;
  }
  #g-nav ul#nav-primary li.current a.parent-link {
    opacity: 1;
    color: #EBEBE6;
  }
  #g-nav ul#nav-primary .nav-second-level {
    border-top: none;
    background: #EBEBE6;
    border-radius: 0;
    padding: 10px 5px;
    width: 52vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 48vw;
    overflow: hidden;
    z-index: 999;
    opacity: 0;
    height: auto;
    display: none;
  }
  #g-nav ul#nav-primary .nav-second-level.active {
    display: block;
    overflow: visible;
    opacity: 1;
  }
  #g-nav ul#nav-primary .nav-second-level::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid #EBEBE6;
    border-bottom: 6px solid transparent;
    border-left: none;
    border-top: 6px solid transparent;
    position: absolute;
    top: 15px;
    left: -8px;
  }
  #g-nav ul#nav-primary .nav-second-level.teams {
    display: none;
  }
  #g-nav ul#nav-primary .nav-second-level.teams.active {
    width: 52vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #g-nav ul#nav-primary .nav-second-level.teams.active li.country {
    width: 11vw;
    max-width: 60px;
    text-align: center;
  }
  #g-nav ul#nav-primary .nav-second-level.teams.active li.country a {
    padding: 8px 4px;
    background: transparent;
  }
  #g-nav ul#nav-primary .nav-second-level.teams.active li.country span {
    display: none;
  }
  #g-nav ul#nav-primary .nav-second-level.score {
    display: none;
  }
  #g-nav ul#nav-primary .nav-second-level.score.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 52vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  #g-nav ul#nav-primary .nav-second-level li {
    text-align: left;
    margin-right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
  }
  #g-nav ul#nav-primary .nav-second-level li a {
    font-size: 12px;
    padding: 8px;
    display: block;
    width: auto;
    color: #002823;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    line-height: 1.2;
  }
  #g-nav ul#nav-primary .nav-second-level li a:hover {
    background: #002823;
    opacity: 1;
    color: #EBEBE6;
  }
  #g-nav ul#nav-primary .nav-second-level li.stl {
    width: 100%;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    margin: 5px 0;
    background: #fbfbfb;
    color: #465654;
  }
  #g-nav ul#nav-primary .nav-second-level li.pool {
    width: 50%;
  }
  #g-nav ul#nav-primary .nav-second-level li.country {
    margin-right: 0;
  }
  #g-nav ul#nav-primary .nav-second-level li.country#tpe a {
    font-size: 13px;
  }
  #g-nav ul#nav-primary .nav-second-level li.country img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }
  #g-nav ul#nav-primary .nav-second-level li.country span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
  }
  #g-nav ul#nav-primary #nav-score .nav-second-level {
    top: 0;
    bottom: auto;
  }
  #g-nav ul#nav-primary #nav-score .nav-second-level::after {
    top: calc(50% - 26px);
    bottom: auto;
  }
  #g-nav ul#nav-primary #nav-goods .nav-second-level {
    top: auto;
    bottom: 0;
  }
  #g-nav ul#nav-primary #nav-goods .nav-second-level::after {
    top: auto;
    bottom: 14px;
  }
  #g-nav nav#locale {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
#sponsor {
  width: 1284px;
  margin: 40px auto 60px auto;
}
#sponsor h2.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #002823;
}
#sponsor ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sponsor ul li {
  width: 300px;
}
#sponsor ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #sponsor {
    width: auto;
    margin: 40px 4% 30px 4%;
  }
  #sponsor h2.en {
    font-size: 20px;
  }
  #sponsor ul {
    margin-top: 20px;
  }
  #sponsor ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}
footer {
  background: #333;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 124px;
}
footer .inner {
  width: 1284px;
  margin: 0 auto;
  color: #EBEBE6;
  opacity: 0.7;
}
footer .inner h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}
footer .inner p {
  line-height: 1.6;
  font-size: 12px;
  margin-top: 10px;
}
footer .inner p span.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
    height: 105px;
  }
  footer .inner {
    width: auto;
    margin: 0 4%;
  }
  footer .inner h3 {
    font-size: 14px;
  }
  footer .inner p {
    font-size: 10px;
    margin-top: 5px;
  }
}
#side .ad img {
  width: 100%;
  height: auto;
}
#side .ad img.border {
  border: 1px solid #CCC;
}
#side .ad + .ad {
  margin-top: 14px;
}

.side-news {
  background: #F7F7F7;
}
.side-news .tit-news {
  background: #EBEBE6;
  font-weight: bold;
  font-size: 14px;
}
.side-news .tit-news span {
  background: #E6DCD2;
  color: #002823;
  display: inline-block;
  padding: 10px;
}
.side-news p.more {
  text-align: right;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.side-news p.more a {
  padding-right: 22px;
  position: relative;
  display: block;
}
.side-news p.more a::after {
  content: "";
  display: block;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #002823;
  border-right: solid 2px #002823;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10px;
  width: 8px;
  height: 8px;
}
.side-news a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #FFF;
  color: #002823;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.side-news a:hover {
  background: #EBEBE6;
}
.side-news a dl dt,
.side-news a dl dd {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}
.side-news a dl dt {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.hide_pc {
  display: none;
}

.hide_sp {
  display: inline-block;
}

a:link,
a:visited {
  color: #002823;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: #0d332e;
  text-decoration: underline;
}

a {
  text-decoration: none;
}
a.link-arrow {
  padding-right: 10px;
  position: relative;
}
a.link-arrow::after {
  content: "";
  display: block;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #002823;
  border-right: solid 2px #002823;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
a.link-arrow-w {
  padding-right: 10px;
  position: relative;
  color: #EBEBE6;
}
a.link-arrow-w::after {
  content: "";
  display: block;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EBEBE6;
  border-right: solid 2px #EBEBE6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
a.link-text {
  text-decoration: underline;
  color: #057aff;
  word-break: break-all;
}

#sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#sns #sns-tw {
  margin: 0 5px 0 0;
}
#sns a:focus,
#sns iframe:focus,
#sns button:focus {
  outline: 0;
}

.flexUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexUnit.schedule .img-c {
  width: 300px;
}
.flexUnit.schedule .img-c img {
  width: 100%;
  height: auto;
}
.flexUnit.schedule .basic-table2 {
  width: 500px;
}

section.unit {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .hide_sp {
    display: none;
  }
  .hide_pc {
    display: inline-block;
  }
  section.unit {
    margin-bottom: 20px;
  }
  .scroll-wrapper table th,
  .scroll-wrapper table td {
    white-space: nowrap;
  }
  .flexUnit.schedule .img-c {
    width: 100%;
  }
  .flexUnit.schedule .img-c img {
    max-width: 250px;
    height: auto;
  }
  .flexUnit.schedule .basic-table2 {
    width: 100%;
  }
}
.flag_jpn, usa, kor, tpe, mex, aus, can, chn, col, cub, dom, isr, ita, nld, ned, pur, ven, bra, cze, esp, fra, gbr, ger, nic, nca, nzl, pak, pan, phi, rsa, tbc, arg {
  background-position: center left;
  background-repeat: no-repeat;
}

.flag_jpn {
  background: url(/img/common/flag_jpn_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_usa {
  background: url(/img/common/flag_usa_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_kor {
  background: url(/img/common/flag_kor_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_tpe {
  background: url(/img/common/flag_tpe_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_mex {
  background: url(/img/common/flag_mex_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_aus {
  background: url(/img/common/flag_aus_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_can {
  background: url(/img/common/flag_can_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_chn {
  background: url(/img/common/flag_chn_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_col {
  background: url(/img/common/flag_col_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_cub {
  background: url(/img/common/flag_cub_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_dom {
  background: url(/img/common/flag_dom_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_isr {
  background: url(/img/common/flag_isr_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_ita {
  background: url(/img/common/flag_ita_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_nld {
  background: url(/img/common/flag_nld_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_ned {
  background: url(/img/common/flag_ned_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_pur {
  background: url(/img/common/flag_pur_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_ven {
  background: url(/img/common/flag_ven_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_bra {
  background: url(/img/common/flag_bra_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_cze {
  background: url(/img/common/flag_cze_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_esp {
  background: url(/img/common/flag_esp_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_fra {
  background: url(/img/common/flag_fra_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_gbr {
  background: url(/img/common/flag_gbr_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_ger {
  background: url(/img/common/flag_ger_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_nic {
  background: url(/img/common/flag_nic_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_nca {
  background: url(/img/common/flag_nca_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_nzl {
  background: url(/img/common/flag_nzl_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_pak {
  background: url(/img/common/flag_pak_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_pan {
  background: url(/img/common/flag_pan_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_phi {
  background: url(/img/common/flag_phi_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_rsa {
  background: url(/img/common/flag_rsa_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_tbc {
  background: url(/img/common/flag_tbc_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag_arg {
  background: url(/img/common/flag_arg_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-jpn, usa, kor, tpe, mex, aus, can, chn, col, cub, dom, isr, ita, nld, ned, pur, ven, bra, cze, esp, fra, gbr, ger, nic, nca, nzl, pak, pan, phi, rsa, tbc, arg {
  background-position: center left;
  background-repeat: no-repeat;
}

.flag-jpn {
  background: url(/img/common/flag_jpn_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-usa {
  background: url(/img/common/flag_usa_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-kor {
  background: url(/img/common/flag_kor_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-tpe {
  background: url(/img/common/flag_tpe_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-mex {
  background: url(/img/common/flag_mex_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-aus {
  background: url(/img/common/flag_aus_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-can {
  background: url(/img/common/flag_can_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-chn {
  background: url(/img/common/flag_chn_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-col {
  background: url(/img/common/flag_col_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-cub {
  background: url(/img/common/flag_cub_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-dom {
  background: url(/img/common/flag_dom_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-isr {
  background: url(/img/common/flag_isr_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-ita {
  background: url(/img/common/flag_ita_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-nld {
  background: url(/img/common/flag_nld_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-ned {
  background: url(/img/common/flag_ned_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-pur {
  background: url(/img/common/flag_pur_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-ven {
  background: url(/img/common/flag_ven_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-bra {
  background: url(/img/common/flag_bra_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-cze {
  background: url(/img/common/flag_cze_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-esp {
  background: url(/img/common/flag_esp_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-fra {
  background: url(/img/common/flag_fra_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-gbr {
  background: url(/img/common/flag_gbr_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-ger {
  background: url(/img/common/flag_ger_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-nic {
  background: url(/img/common/flag_nic_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-nca {
  background: url(/img/common/flag_nca_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-nzl {
  background: url(/img/common/flag_nzl_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-pak {
  background: url(/img/common/flag_pak_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-pan {
  background: url(/img/common/flag_pan_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-phi {
  background: url(/img/common/flag_phi_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-rsa {
  background: url(/img/common/flag_rsa_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-tbc {
  background: url(/img/common/flag_tbc_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-arg {
  background: url(/img/common/flag_arg_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-4 {
  background: url(/img/common/flag_d_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-5 {
  background: url(/img/common/flag_t_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-7 {
  background: url(/img/common/flag_l_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-11 {
  background: url(/img/common/flag_bs_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-12 {
  background: url(/img/common/flag_h_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-360 {
  background: url(/img/common/flag_jpn_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-362 {
  background: url(/img/common/flag_tpe_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-369 {
  background: url(/img/common/flag_kor_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-383 {
  background: url(/img/common/flag_mex_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-384 {
  background: url(/img/common/flag_usa_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-386 {
  background: url(/img/common/flag_can_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-387 {
  background: url(/img/common/flag_cub_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-388 {
  background: url(/img/common/flag_pan_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-389 {
  background: url(/img/common/flag_pur_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-390 {
  background: url(/img/common/flag_ita_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-391 {
  background: url(/img/common/flag_aus_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-392 {
  background: url(/img/common/flag_ven_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-393 {
  background: url(/img/common/flag_dom_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-394 {
  background: url(/img/common/flag_ned_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-430 {
  background: url(/img/common/flag_nca_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-435 {
  background: url(/img/common/flag_cze_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-438 {
  background: url(/img/common/flag_gbr_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-439 {
  background: url(/img/common/flag_isr_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-441 {
  background: url(/img/common/flag_col_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-840 {
  background: url(/img/common/flag_chn_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

.flag-samurai {
  background: url(/img/common/flag_samurai_m.gif) no-repeat 0 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 20px;
}

@media screen and (max-width: 767px) {
  .flag_jpn {
    background-size: 30px 20px;
  }
  .flag_usa {
    background-size: 30px 20px;
  }
  .flag_kor {
    background-size: 30px 20px;
  }
  .flag_tpe {
    background-size: 30px 20px;
  }
  .flag_mex {
    background-size: 30px 20px;
  }
  .flag_aus {
    background-size: 30px 20px;
  }
  .flag_can {
    background-size: 30px 20px;
  }
  .flag_chn {
    background-size: 30px 20px;
  }
  .flag_col {
    background-size: 30px 20px;
  }
  .flag_cub {
    background-size: 30px 20px;
  }
  .flag_dom {
    background-size: 30px 20px;
  }
  .flag_isr {
    background-size: 30px 20px;
  }
  .flag_ita {
    background-size: 30px 20px;
  }
  .flag_nld {
    background-size: 30px 20px;
  }
  .flag_ned {
    background-size: 30px 20px;
  }
  .flag_pur {
    background-size: 30px 20px;
  }
  .flag_ven {
    background-size: 30px 20px;
  }
  .flag_bra {
    background-size: 30px 20px;
  }
  .flag_cze {
    background-size: 30px 20px;
  }
  .flag_esp {
    background-size: 30px 20px;
  }
  .flag_fra {
    background-size: 30px 20px;
  }
  .flag_gbr {
    background-size: 30px 20px;
  }
  .flag_ger {
    background-size: 30px 20px;
  }
  .flag_nic {
    background-size: 30px 20px;
  }
  .flag_nca {
    background-size: 30px 20px;
  }
  .flag_nzl {
    background-size: 30px 20px;
  }
  .flag_pak {
    background-size: 30px 20px;
  }
  .flag_pan {
    background-size: 30px 20px;
  }
  .flag_phi {
    background-size: 30px 20px;
  }
  .flag_rsa {
    background-size: 30px 20px;
  }
  .flag_tbc {
    background-size: 30px 20px;
  }
  .flag_arg {
    background-size: 30px 20px;
  }
  .flag-jpn {
    background-size: 30px 20px;
  }
  .flag-usa {
    background-size: 30px 20px;
  }
  .flag-kor {
    background-size: 30px 20px;
  }
  .flag-tpe {
    background-size: 30px 20px;
  }
  .flag-mex {
    background-size: 30px 20px;
  }
  .flag-aus {
    background-size: 30px 20px;
  }
  .flag-can {
    background-size: 30px 20px;
  }
  .flag-chn {
    background-size: 30px 20px;
  }
  .flag-col {
    background-size: 30px 20px;
  }
  .flag-cub {
    background-size: 30px 20px;
  }
  .flag-dom {
    background-size: 30px 20px;
  }
  .flag-isr {
    background-size: 30px 20px;
  }
  .flag-ita {
    background-size: 30px 20px;
  }
  .flag-nld {
    background-size: 30px 20px;
  }
  .flag-ned {
    background-size: 30px 20px;
  }
  .flag-pur {
    background-size: 30px 20px;
  }
  .flag-ven {
    background-size: 30px 20px;
  }
  .flag-bra {
    background-size: 30px 20px;
  }
  .flag-cze {
    background-size: 30px 20px;
  }
  .flag-esp {
    background-size: 30px 20px;
  }
  .flag-fra {
    background-size: 30px 20px;
  }
  .flag-gbr {
    background-size: 30px 20px;
  }
  .flag-ger {
    background-size: 30px 20px;
  }
  .flag-nic {
    background-size: 30px 20px;
  }
  .flag-nca {
    background-size: 30px 20px;
  }
  .flag-nzl {
    background-size: 30px 20px;
  }
  .flag-pak {
    background-size: 30px 20px;
  }
  .flag-pan {
    background-size: 30px 20px;
  }
  .flag-phi {
    background-size: 30px 20px;
  }
  .flag-rsa {
    background-size: 30px 20px;
  }
  .flag-tbc {
    background-size: 30px 20px;
  }
  .flag-arg {
    background-size: 30px 20px;
  }
  .flag-4 {
    background-size: 30px 20px;
  }
  .flag-5 {
    background-size: 30px 20px;
  }
  .flag-7 {
    background-size: 30px 20px;
  }
  .flag-11 {
    background-size: 30px 20px;
  }
  .flag-12 {
    background-size: 30px 20px;
  }
  .flag-360 {
    background-size: 30px 20px;
  }
  .flag-362 {
    background-size: 30px 20px;
  }
  .flag-369 {
    background-size: 30px 20px;
  }
  .flag-383 {
    background-size: 30px 20px;
  }
  .flag-384 {
    background-size: 30px 20px;
  }
  .flag-386 {
    background-size: 30px 20px;
  }
  .flag-387 {
    background-size: 30px 20px;
  }
  .flag-388 {
    background-size: 30px 20px;
  }
  .flag-389 {
    background-size: 30px 20px;
  }
  .flag-390 {
    background-size: 30px 20px;
  }
  .flag-391 {
    background-size: 30px 20px;
  }
  .flag-392 {
    background-size: 30px 20px;
  }
  .flag-393 {
    background-size: 30px 20px;
  }
  .flag-394 {
    background-size: 30px 20px;
  }
  .flag-430 {
    background-size: 30px 20px;
  }
  .flag-435 {
    background-size: 30px 20px;
  }
  .flag-438 {
    background-size: 30px 20px;
  }
  .flag-439 {
    background-size: 30px 20px;
  }
  .flag-441 {
    background-size: 30px 20px;
  }
  .flag-840 {
    background-size: 30px 20px;
  }
}
.flag-list {
  text-align: center;
  margin: 20px 0;
}
.flag-list li {
  display: inline-block;
  width: 100px;
  height: auto;
  margin: 0 20px 0 0;
}
.flag-list li:last-child {
  margin: 0;
}
.flag-list li a:hover img {
  border: 2px solid #002D72;
}
.flag-list li a:hover .c-name {
  color: #002D72;
}
.flag-list li img {
  width: 100%;
  height: auto;
  border: 2px solid #FFF;
}
.flag-list li .c-name {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .flag-list {
    padding-left: 20px;
  }
  .flag-list li {
    width: 100px;
    margin: 0 20px 10px 0;
  }
  .flag-list li .c-name {
    font-size: 11px;
    padding: 3px 0 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.colorR {
  color: #9B004B;
}

.colorY {
  color: #FF5A00;
}

.colorB {
  color: #1E00FF;
}

.colorG {
  color: #006E3C;
}

.colorRed {
  color: #e60000;
}

h2.mainTitle {
  color: #002823;
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 20px 0;
  border-bottom: 4px solid #E6DCD2;
  line-height: 1.1;
}
h2.mainTitle span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #0d332e;
  margin-bottom: -4px;
  word-break: break-all;
}
h2.mainTitle.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 42px;
}

h3.subTitle {
  background: #002823;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 12px 10px 8px 10px;
  margin-bottom: 20px;
  word-break: break-all;
}
h3.subTitle.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 26px;
}

h4.subHeading {
  color: #002823;
  font-size: 18px;
  font-weight: bold;
  background: #E6DCD2;
  border-left: 4px solid #002823;
  padding: 8px;
  margin: 20px 0 15px;
  word-break: break-all;
}
h4.subHeading.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

p.txt {
  line-height: 1.8;
  font-size: 14px;
}
p.em {
  font-weight: bold;
  line-height: 1.7 !important;
}

@media screen and (max-width: 767px) {
  h2.mainTitle {
    font-size: 25px;
    margin: 10px 0 15px 0;
  }
  h2.mainTitle span {
    padding-bottom: 5px;
  }
  h2.mainTitle.en {
    font-size: 32px;
  }
  h2.mainTitle small {
    font-size: 20px;
  }
  h3.subTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  h3.subTitle.en {
    font-size: 22px;
  }
  h4.subHeading {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  p.txt {
    line-height: 1.6;
    font-size: 13px;
  }
}
.btn-block {
  margin: 10px auto;
}
.btn-block a {
  display: block;
  width: 280px;
  padding: 20px 0;
  background: #002823;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.btn-block a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #EBEBE6;
  border-right: solid 2px #EBEBE6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
}
.btn-block a:hover {
  background-color: #006E3C;
}
.btn-block a.link-pdf::after {
  border: 0;
  width: 24px;
  height: 24px;
  background: url(/img/icon_pdf.svg) no-repeat center right;
  background-size: 24px 24px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-block a.link-download::after {
  border: 0;
  width: 24px;
  height: 24px;
  background: url(/img/icon_download.svg) no-repeat center right;
  background-size: 24px 24px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-block span {
  display: block;
  width: 280px;
  padding: 20px 0;
  background: #EBEBE6;
  color: #9f9f9f;
  font-weight: bold;
  font-size: 16px;
}
.btn-block.hoverR a:hover {
  background: #E60050;
}
.btn-block.hoverY a:hover {
  background: #FFC300;
  color: #002823;
}
.btn-block.hoverY a:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #002823;
  border-right: solid 2px #002823;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 15px;
}
.btn-block.hoverB a:hover {
  background: #00D2DC;
}
.btn-block.hoverG a:hover {
  background: #00BE64;
}

@media screen and (max-width: 767px) {
  .btn-block a {
    width: 240px;
    padding: 15px;
  }
  .btn-block span {
    width: 240px;
    padding: 15px;
  }
}
.basic-table1,
.basic-table2 {
  margin: 10px 0;
}
.basic-table1 table,
.basic-table2 table {
  width: 100%;
}
.basic-table1 table.auto-w,
.basic-table2 table.auto-w {
  width: auto;
}
.basic-table1 table.nowrap th, .basic-table1 table.nowrap td,
.basic-table2 table.nowrap th,
.basic-table2 table.nowrap td {
  white-space: nowrap;
}
.basic-table1 th,
.basic-table1 td,
.basic-table2 th,
.basic-table2 td {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  line-height: 1.5;
}
.basic-table1 th.center,
.basic-table1 td.center,
.basic-table2 th.center,
.basic-table2 td.center {
  text-align: center;
}
.basic-table1 th.small,
.basic-table1 td.small,
.basic-table2 th.small,
.basic-table2 td.small {
  font-size: 13px;
}
.basic-table1 thead th,
.basic-table2 thead th {
  background: #3E6256;
  color: #EBEBE6;
  text-align: center;
}
.basic-table1 tbody th,
.basic-table2 tbody th {
  background: #EBEBE6;
  text-align: center;
  min-width: 100px;
  font-weight: normal;
}

.basic-table2 tbody td {
  text-align: center;
}

.result-table {
  margin: 10px 0;
}
.result-table table {
  width: 100%;
}
.result-table table.auto-w {
  width: auto;
}
.result-table th,
.result-table td {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #E6DCD2;
  vertical-align: middle;
}
.result-table th img,
.result-table td img {
  width: 30px;
  height: auto;
}
.result-table thead th {
  background: #EBEBE6;
  text-align: center;
}
.result-table tbody th {
  background: #EBEBE6;
  text-align: center;
  min-width: 100px;
  font-weight: normal;
}
.result-table tbody th small {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.result-table tbody td {
  text-align: center;
}
.result-table tbody td.home {
  border-right: none;
  text-align: right;
  width: 28%;
}
.result-table tbody td.visitor {
  border-left: none;
  text-align: left;
  width: 28%;
}
.result-table tbody td.result {
  font-size: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  border-left: none;
  border-right: none;
  width: 12%;
}

@media screen and (max-width: 767px) {
  .basic-table1 table,
  .basic-table2 table {
    width: 100%;
  }
  .basic-table1 table.auto-w,
  .basic-table2 table.auto-w {
    width: 100%;
  }
  .basic-table1 th,
  .basic-table1 td,
  .basic-table2 th,
  .basic-table2 td {
    font-size: 13px;
  }
  .basic-table1 th.small,
  .basic-table1 td.small,
  .basic-table2 th.small,
  .basic-table2 td.small {
    font-size: 12px;
  }
  .result-table {
    border-bottom: 1px solid #E6DCD2;
  }
  .result-table thead {
    display: none;
  }
  .result-table tbody th,
  .result-table tbody td {
    font-size: 14px;
    padding: 8px 0;
  }
  .result-table tbody th img,
  .result-table tbody td img {
    width: 22px;
    height: auto;
  }
  .result-table tbody th {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .result-table tbody th small {
    font-size: 12px;
  }
  .result-table tbody td {
    display: inline-block;
    border: none;
  }
  .result-table tbody td.home, .result-table tbody td.visitor {
    width: 36%;
    font-size: 12px;
  }
  .result-table tbody td.result {
    width: 28%;
    font-size: 18px;
  }
  .sp-table {
    border-bottom: 1px solid #E6DCD2;
  }
  .sp-table thead {
    display: none;
  }
  .sp-table tbody th,
  .sp-table tbody td {
    display: block;
    border-bottom: none;
  }
  .sp-table tbody th.sp-hide,
  .sp-table tbody td.sp-hide {
    display: none;
  }
  .sp-table tbody th {
    width: 100%;
    text-align: left;
    font-weight: bold;
  }
  .sp-table tbody td {
    width: 100%;
  }
  .sp-table tbody td .table-list-title {
    background: #f1f1f1;
    padding: 5px;
    text-align: left;
  }
  .sp-table tbody td .table-list-value {
    margin-top: 10px;
    text-align: left;
    padding: 0 5px;
  }
}
.summary-table {
  margin-bottom: 30px;
}
.summary-table table {
  border-top: 1px solid #d2d2d2;
  width: 100%;
}
.summary-table table tbody th,
.summary-table table tbody td {
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
  vertical-align: middle;
  color: #002823;
  line-height: 1.5;
}
.summary-table table tbody th.inner,
.summary-table table tbody td.inner {
  padding: 10px;
}
.summary-table table tbody th a.link-arrow-w,
.summary-table table tbody td a.link-arrow-w {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  background: #002823;
  color: #EBEBE6;
  padding: 2px 15px 2px 5px;
  text-decoration: none;
}
.summary-table table tbody th a.link-arrow-w .en,
.summary-table table tbody td a.link-arrow-w .en {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.summary-table table tbody th a.link-arrow-w::after,
.summary-table table tbody td a.link-arrow-w::after {
  top: -2px;
  right: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.summary-table table tbody th table,
.summary-table table tbody td table {
  border: none;
}
.summary-table table tbody th table th,
.summary-table table tbody td table th {
  font-weight: bold;
  text-align: left;
  background: #f4f4f4;
  padding: 10px 15px;
  border-bottom: none;
}
.summary-table table tbody th table td,
.summary-table table tbody td table td {
  border-bottom: 1px dotted #d2d2d2;
}
.summary-table table tbody th table td.end,
.summary-table table tbody td table td.end {
  border-bottom: none;
}
.summary-table table tbody th table tr.end th,
.summary-table table tbody th table tr.end td,
.summary-table table tbody td table tr.end th,
.summary-table table tbody td table tr.end td {
  border-bottom: none;
}
.summary-table table tbody th {
  background: #EBEBE6;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .summary-table table {
    border-top: none;
  }
  .summary-table table tbody th {
    border-bottom: none;
    font-weight: bold;
  }
  .summary-table table tbody td {
    border-color: #e9e9e9;
  }
  .summary-table table tbody th,
  .summary-table table tbody td {
    display: block;
    padding: 8px 10px;
    text-align: left;
    font-size: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .summary-table table tbody th.inner,
  .summary-table table tbody td.inner {
    padding: 10px 0 15px 0;
  }
  .summary-table table tbody th table th,
  .summary-table table tbody td table th {
    padding: 8px 10px;
    border-bottom: none;
    margin: 10px 0 5px;
  }
  .summary-table table tbody th table td,
  .summary-table table tbody td table td {
    padding: 8px 10px;
  }
  .summary-table table tbody th table tr.end th,
  .summary-table table tbody th table tr.end td,
  .summary-table table tbody td table tr.end th,
  .summary-table table tbody td table tr.end td {
    border-bottom: 1px dotted #d2d2d2;
  }
  .summary-table table tbody th table tr.end td.end-sp,
  .summary-table table tbody td table tr.end td.end-sp {
    border-bottom: none;
  }
}
section.tournament {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px auto;
}
section.tournament .pool {
  width: 408px;
  color: #002823;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.tournament .pool ul {
  background: #EBEBE6 url(/img/bg_pattern_cray.gif) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
section.tournament .pool ul li {
  margin: 15px 0;
  text-align: center;
  width: 32%;
}
section.tournament .pool ul li img {
  width: 60px;
  height: auto;
}
section.tournament .pool ul li span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
}
section.tournament .pool ul.second li {
  margin: 30px 0;
  text-align: center;
  width: 24%;
}
section.tournament .pool ul.semi, section.tournament .pool ul.champ {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.tournament .pool ul.semi li, section.tournament .pool ul.champ li {
  width: 30%;
  margin: 15px 0;
}
section.tournament .pool ul.semi li.vs, section.tournament .pool ul.champ li.vs {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
section.tournament .pool ul.champ {
  background: url(/img/bg_pattern_dark.gif) no-repeat center center;
  background-size: cover;
}
section.tournament .pool ul.champ li {
  margin: 100px 0;
  color: #EBEBE6;
}
section.tournament .pool ul.champ li img {
  width: 100px;
  height: auto;
}
section.tournament .pool ul.champ li.vs {
  font-size: 24px;
}
section.tournament .pool h3 {
  border-radius: 0 20px 0 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  width: 100%;
  background: #EBEBE6;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.tournament .pool h3.jp {
  font-size: 26px;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
section.tournament .pool h3 span.jp {
  font-size: 20px;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: -5px;
  display: inline-block;
}
section.tournament .pool .info {
  background: #E6DCD2;
  text-align: center;
  border-radius: 0 0 0 20px;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.tournament .pool .info .link-arrow-w {
  display: inline-block;
  background: #002823;
  padding: 1px 16px 1px 5px;
  color: #EBEBE6;
  text-decoration: none;
}
section.tournament .pool .info .link-arrow-w .en {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
section.tournament .pool .info .link-arrow-w::after {
  top: -2px;
  right: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
section.tournament .pool .info p {
  font-size: 13px;
  display: block;
  width: 100%;
}
section.tournament .pool .info p.date {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 2px;
}
section.tournament .pool.-semi, section.tournament .pool.-champ {
  width: 540px;
  margin: 0 auto 20px auto;
}
section.tournament .pool.-a h3 {
  background: #00BE64;
}
section.tournament .pool.-a .info .date {
  color: #006E3C;
}
section.tournament .pool.-b h3 {
  background: #FFC300;
}
section.tournament .pool.-b .info .date {
  color: #FF5A00;
}
section.tournament .pool.-c h3 {
  background: #E60050;
}
section.tournament .pool.-c .info .date {
  color: #9B004B;
}
section.tournament .pool.-d h3 {
  background: #00D2DC;
}
section.tournament .pool.-d .info .date {
  color: #1E00FF;
}

@media screen and (max-width: 767px) {
  section.tournament {
    margin: 20px auto;
  }
  section.tournament .pool {
    width: 100%;
    margin-bottom: 20px;
  }
  section.tournament .pool ul {
    height: auto;
  }
  section.tournament .pool ul li {
    margin: 15px 0 10px;
    text-align: center;
  }
  section.tournament .pool ul li img {
    width: 60px;
    height: auto;
  }
  section.tournament .pool ul li span {
    display: block;
    padding: 8px 0 0 0;
    font-size: 12px;
  }
  section.tournament .pool ul.champ {
    background-size: cover;
  }
  section.tournament .pool ul.champ li {
    margin: 50px 0;
  }
  section.tournament .pool ul.champ li img {
    width: 80px;
    height: auto;
  }
  section.tournament .pool h3 {
    font-size: 28px;
    padding: 5px 10px;
  }
  section.tournament .pool h3.jp {
    font-size: 24px;
    padding: 12px 10px 8px 10px;
  }
  section.tournament .pool h3 span.jp {
    font-size: 16px;
    display: inline-block;
    margin-bottom: -5px;
  }
}
/*# sourceMappingURL=common.css.map */