/* common START */
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* common END */

/* Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼ START */
header {
  width: 100%;
}

a {
  color: #000000;
}

.header-img{
  max-width: 450px;
}

.site-header {
  position: fixed;
  background: #ffffff;
  top: 0;
  z-index: 999;
}

.site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header-wrapper-parts {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
}

.header-login-name-area {
  margin-top: 10px;
  font-style: italic;
  color: #6c757d;
  text-align: right;
}

.header-login-name {
  font-weight: bold;
}

.header-btn-area {
  margin-top: 15px;
  text-align: right;
}

.header-btn,
.shop-buy-btn,
.shop-buy-disabled-btn,
.card-generator-btn{
  padding: 11px 10px;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2em;
}

.header-btn:hover,
.shop-buy-btn:hover,
.card-generator-btn:hover {
  background: #ffffff;
  border: solid 2px #bd1111;
  color: #e41313;
  opacity: 0.8;
}

.hamburger-menu {
  margin-right: 30px;
}

.menu-login-name-area {
  margin-top: 10px;
  font-style: italic;
  color: #ffffff;
  font-size: 20px;
}

.menu-login-name {
  font-weight: bold;
  font-size: 20px;
}

.menu-btn {
  position: fixed;
  top: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  z-index: 1000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #000000;
  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-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #34a9ed;
    transition: all 0.5s;
    overflow-y: scroll;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 35px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding-top: 25px;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 40px;
  height: 40px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 32px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
#menu-btn-check {
  display: none;
}

.brand {
  font-weight: bold;
  font-size: 20px;
}
/* Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼ END */




h2 {
  position: relative;
  padding: 0.5em;
  background: #34a9ed;
  color: white;
  width: 99%;
  max-width: 1000px;
  margin: 0px auto 0 auto;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.winner-table,
.result-table,
.mypage-winner-table,
.mypage-result-table,
.shop-table {
  border-collapse: separate;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.winner-table {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .mypage-winner-table,
  .mypage-result-table {
    border-spacing: 10px;
  }
}

@media (max-width: 767px) {
  .winner-table,
  .result-table {
    border-spacing: 20px;
  }

  .mypage-winner-table,
  .mypage-result-table {
    border-spacing: 10px;
  }
}

.winner-table th,.winner-table td,
.result-table th,.result-table td,
.mypage-winner-table th,.mypage-winner-table td,
.mypage-result-table th,.mypage-result-table td {
  border-radius: 40px;
  text-align: center;
  padding: 10px 0;
}

.winner-table th,
.result-table th,
.mypage-winner-table th,
.mypage-result-table th {
  letter-spacing: 4px;
  color: white;
}

@media (min-width: 768px) {
  .winner-table,
  .result-table,
  .mypage-winner-table,
  .mypage-result-table {
    text-shadow: 2px 2px 1px #000000,
                -2px 2px 1px #000000,
                2px -2px 1px #000000,
                -2px -2px 1px #000000,
                2px 0px 1px #000000,
                0px 2px 1px #000000,
                -2px 0px 1px #000000,
                0px -2px 1px #000000;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .winner-table,
  .result-table,
  .mypage-winner-table,
  .mypage-result-table {
    text-shadow: 1px 1px 1px #000000,
                -1px 1px 1px #000000,
                1px -1px 1px #000000,
                -1px -1px 1px #000000,
                1px 0px 1px #000000,
                0px 1px 1px #000000,
                -1px 0px 1px #000000,
                0px -1px 1px #000000;
    font-size: 15px;
  }
}

.winner-table tr,
.result-table tr,
.mypage-winner-tr,
.mypage-result-tr {
  margin: 0 auto;
}

.winner-table .winner-toto,
.result-table .result-toto {
  letter-spacing: 4px;
  color: white;
  width: 30%;
}

.winner-table:nth-child(even) {
  background-color: #eee;
}

.mypage-winner-table .mypage-winner-toto,
.mypage-result-table .mypage-result-toto{
  letter-spacing: 4px;
  color: white;
  width: 15%;
}

.mypage-winner-table .mypage-winner-total,
.mypage-result-table .mypage-result-total{
  letter-spacing: 4px;
  color: white;
  text-align: right;
}

.mypage-winner-ox,
.mypage-result-ox {
  width: 5%;
}

@media (min-width: 768px) {
  .winner-table .winner-toto,
  .result-table .result-toto,
  .mypage-winner-table .mypage-winner-toto,
  .mypage-result-table .mypage-result-toto{
    text-shadow: 2px 2px 1px red,
                -2px 2px 1px red,
                2px -2px 1px red,
                -2px -2px 1px red,
                2px 0px 1px red,
                0px 2px 1px red,
                -2px 0px 1px red,
                0px -2px 1px red;
  }
}

@media (max-width: 767px) {
  .winner-table .winner-toto,
  .result-table .result-toto,
  .mypage-winner-table .mypage-winner-toto,
  .mypage-result-table .mypage-result-toto{
    text-shadow: 1px 1px 1px red,
                -1px 1px 1px red,
                1px -1px 1px red,
                -1px -1px 1px red,
                1px 0px 1px red,
                0px 1px 1px red,
                -1px 0px 1px red,
                0px -1px 1px red;
  }
}

.fontcolor-win {
  color: #e41313 !important;
}

.fontcolor-lose {
  color: #0000ff !important;
}

@media (min-width: 768px) {
  .score-win {
    text-shadow: 2px 2px 1px #e41313,
                -2px 2px 1px #e41313,
                2px -2px 1px #e41313,
                -2px -2px 1px #e41313,
                2px 0px 1px #e41313,
                0px 2px 1px #e41313,
                -2px 0px 1px #e41313,
                0px -2px 1px #e41313;
    color: #ffffff;
  }

  .score-draw{
    text-shadow: 2px 2px 1px #000000,
                -2px 2px 1px #000000,
                2px -2px 1px #000000,
                -2px -2px 1px #000000,
                2px 0px 1px #000000,
                0px 2px 1px #000000,
                -2px 0px 1px #000000,
                0px -2px 1px #000000;
    color: #ffffff;
  }

  .score-lose{
    text-shadow: 2px 2px 1px #0000ff,
                -2px 2px 1px #0000ff,
                2px -2px 1px #0000ff,
                -2px -2px 1px #0000ff,
                2px 0px 1px #0000ff,
                0px 2px 1px #0000ff,
                -2px 0px 1px #0000ff,
                0px -2px 1px #0000ff;
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .score-win{
    text-shadow: 1px 1px 1px #e41313,
                -1px 1px 1px #e41313,
                1px -1px 1px #e41313,
                -1px -1px 1px #e41313,
                1px 0px 1px #e41313,
                0px 1px 1px #e41313,
                -1px 0px 1px #e41313,
                0px -1px 1px #e41313;
    color: #ffffff;
  }

  .score-draw{
    text-shadow: 1px 1px 1px #000000,
                -1px 1px 1px #000000,
                1px -1px 1px #000000,
                -1px -1px 1px #000000,
                1px 0px 1px #000000,
                0px 1px 1px #000000,
                -1px 0px 1px #000000,
                0px -1px 1px #000000;
    color: #ffffff;
  }

  .score-lose{
    text-shadow: 1px 1px 1px #0000ff,
                -1px 1px 1px #0000ff,
                1px -1px 1px #0000ff,
                -1px -1px 1px #0000ff,
                1px 0px 1px #0000ff,
                0px 1px 1px #0000ff,
                -1px 0px 1px #0000ff,
                0px -1px 1px #0000ff;
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .team-name{
    display: inline-block;
      letter-spacing: 4px;
      text-shadow: 2px 2px 1px #ffffff,
                  -2px 2px 1px #ffffff,
                  2px -2px 1px #ffffff,
                  -2px -2px 1px #ffffff,
                  2px 0px 1px #ffffff,
                  0px 2px 1px #ffffff,
                  -2px 0px 1px #ffffff,
                  0px -2px 1px #ffffff;
      color: #000000;
  }
}
@media (max-width: 767px) {
  .team-name{
    display: inline-block;
      letter-spacing: 4px;
      text-shadow: 1px 1px 1px #ffffff,
                  -1px 1px 1px #ffffff,
                  1px -1px 1px #ffffff,
                  -1px -1px 1px #ffffff,
                  1px 0px 1px #ffffff,
                  0px 1px 1px #ffffff,
                  -1px 0px 1px #ffffff,
                  0px -1px 1px #ffffff;
      color: #000000;
  }
}

@media (min-width: 768px) {
  text{
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  text{
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding-bottom: 300px;
  }
  .bet-match-detail-wrapper {
    padding-bottom: 350px;
  }
}

.winner-date {
  color: #ffffff;
  padding: 0 20px;
  padding-right: 30px !important;
}

@media (max-width: 767px) {
  .winner-date {
    font-size: 25px;
    padding-right: 0px !important;
  }
}

.winner-list,
.result-list {
    width: 30%;
}

.winner-list{
  padding: initial;
}

.winner-list-vs {
  width: 10%;
  color: #ffffff;
}

.mypage-winner-list,
.mypage-result-list {
  width: 25%;
  color: #ffffff;
}

.winner-score,
.result-score {
    width: 20%;
    color: #ffffff;
}

.winner-predict-label {
  color: #000000;
  font-size: 20px;
  text-shadow: none;
}

.winner-predict-text-area {
  color: #000000;
  font-size: 20px;
  text-shadow: none;
}

.winner-predict-text-area .align-left{
  text-align: left;
}

.winner-predict-text-area .align-right{
  text-align: right;
}

.winner-end {
  display: inline-block;
  padding: 28px 0px;
  background: #575353;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: .12s;
  transition: .12s;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: initial;
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
}

@media (max-width: 767px) {
  .winner-end {
    padding: 10px 0px;
  }
}

.winner-table-space {
  height: 15px;
}


.winner-tr-space {
  height: 50px;
}

.mypage-winner-score,
.mypage-result-score {
    width: 15%;
    color: #ffffff;
}

a:hover{
  text-decoration: none;
}

.footer_fix_btn {
  position: fixed;
  bottom:0;
  width: 100vw;
  padding:10px 0 10px 0;
  text-align:center;
  background:#f8f8f8;
  font-size:16px;
  color:#000000;
  border-top:2px solid #ffffff;
  z-index: 10;
  margin: initial;
  left: 50%;
  transform: translateX(-50%);
}
.footer_fix_btn a {
  display:block;
  width: 80%;
  text-decoration:none;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.tutorial {
  text-align: center;
  margin: 0px auto 20px auto;
}

.tutorial-btn,
.match-bet-btn,
.bet-btn,
.winner-bet-btn,
.submit-btn,
.bet-confirm-submit-botton,
.mypage-button-table-button {
  display: inline-block;
  padding: 20px 0px;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -webkit-transition: .12s;
  transition: .12s;
  width: 45%;
  max-width: 800px;
  margin:0 auto;
}

.match-bet-btn {
  padding: 10px 0px;
}

.tutorial-btn,
.winner-bet-btn {
  width: 80%;
  padding: 10px 0px;
  font-size: 30px;
  min-width: 140px;
}

.tutorial-btn {
  border-radius: 30px;
}

.bet-confirm-back-botton,
.bet-complete-back-botton {
  display: inline-block;
  padding: 20px 0px;
  background: #a9a9a9;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -webkit-transition: .12s;
  transition: .12s;
  width: 45%;
  max-width: 800px;
  margin:0 auto;
}

@media (max-width: 767px) {
  .bet-confirm-submit-botton,
  .bet-confirm-back-botton,
  .bet-complete-back-botton {
    width: 80%;
  }
}

.submit-btn:disabled {
  background: #a9a9a9;
  box-shadow: initial;
}

.bet-confirm-back-botton:hover,
.bet-complete-back-botton:hover {
  background: #ffffff;
  border: solid 2px #a9a9a9;
  color: #a9a9a9;
  opacity: 0.8;
}

.tutorial-btn:hover,
.match-bet-btn:hover,
.winner-bet-btn:hover,
.bet-btn:hover,
.submit-btn:enabled:hover,
.bet-confirm-submit-botton:hover,
.mypage-button-table-button:hover {
  background: #ffffff;
  border: solid 2px #bd1111;
  color: #e41313;
  opacity: 0.8;
  text-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.winner-end:hover{
  background: #ffffff;
  border: solid 2px #575353;
  color: #575353;
  opacity: 0.8;
  text-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.float{
  margin: 20px auto;
}

@media (min-width: 1289px) {
  .float{
    width: 580px;
  }
}
@media (max-width: 1288px) {
  .float{
    width: 90%;
  }
}

body {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

.body{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  margin-top: 110px;
  display: block;
}

.body-top {
  display: block;
}

h1 {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
h1:before {
  content:"\025b6";
}

.bet-checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
}
.bet-checkbox:before, .bet-checkbox:after {
    position: absolute;
    z-index: 1;
    content: '';
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #da3c41;
    background: #ffffff;
    border-radius: 50%;
}
.bet-checkbox:after {
    z-index: 0;
    border: none;
}
.bet-checkbox:checked:before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background: #da3c41;
}

@media (min-width: 768px) {
  .bet-checkbox:before, .bet-checkbox:after {
    top: -0.6rem;
    left: -0.6rem;
    width: 2.0rem;
    height: 2.0rem;
  }
}

@media (max-width: 767px) {
  .bet-checkbox:before, .bet-checkbox:after {
    top: -0.3rem;
    left: -0.3rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.bet-list{
  width: 41%;
}

.submit-btn-area {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.information-box {
  position: relative;
  margin: 0 auto 20px auto;
  padding: 25px 10px 7px;
  border: solid 2px #34a9ed;
  max-width: 950px;

}
.information-box .information-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #34a9ed;
  color: #ffffff;
  font-weight: bold;
}
.information-box p {
  margin: 0; 
  padding: 0;
}
.page-title{
  margin-top: 30px;
  font-size: 2.0rem;
  font-weight: bold;
  border-top: 3px solid #e41313;
  border-bottom: 3px solid #e41313;
  color: #e41313;
  text-align: center;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .page-title{
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  .page-title{
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
}
.transition-page-title,
.transition-page-title a {
  color:#a9a9a9 !important;
  font-size:1.0rem;
}

.transition-page-title a {
  text-decoration: underline;
}

.selected-unit-area {
  display: inline-block;
  margin-left: 10px;
  bottom: 0;
  line-height: 1.2em;
  padding: 11px;
  -webkit-transition: .12s;
  transition: .12s;
  vertical-align: middle;
  background-color: #34a9ed;
  border-radius: 4px;
  color: #ffffff;
}

.selected-unit-title {
  width: 100%;
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.selected-unit-percentage {
  width: 100%;
  display: block;
}

.font-color-red {
  color: #e41313 !important;
}

.selected-unit-text {
  font-size: 20px;
}

@media (max-width: 767px) {
  .bet-tr {
    font-size: 20px;
  }
}

.bet-confirm-check-on {
  content: url(./checkbox-on.png);
  width: 100%;
}

.bet-confirm-check-off {
  content: url(./checkbox-off.png);
  width: 100%;
}

.bet-confirm-submit-area,
.bet-complete-submit-area {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .bet-confirm-submit-botton-area {
    width: 50%;
    text-align: center;
    display: contents;
  }
}

@media (max-width: 767px) {
  .bet-confirm-submit-botton-area {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.mypage-grade-table {
  border-collapse: collapse;
  width: 90%;
  max-width: 950px;
  margin: 30px auto;
}

.mypage-grade-table-th {
  background-color: #77c3f0;
  color: #ffffff;
}

.mypage-grade-table-td,
.mypage-grade-table-th {
  border: solid 1px #ccc;
  padding: 10px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .mypage-grade-table-th {
    text-align: left;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .mypage-grade-table-td,
  .mypage-grade-table-th {
    display: block;
    text-align: left;
    width: 100%;
  }
}

.mypage-old-area,
.mypage-setting-area {
  max-width: 950px;
  width: 95%;
  margin: 30px auto;

}

.mypage-old-ul,
.mypage-setting-ul {
  padding: 0;
  position: relative;
}

.mypage-old-ul .mypage-old-li,
.mypage-setting-ul .mypage-setting-li  {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*Ã¥Â·Â¦Ã¥ÂÂ´Ã£ÂÂ®Ã§Â·Å¡*/
  background: #f1f8ff;/*Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²*/
  margin-bottom: 3px;/*Ã¤Â¸â€¹Ã£ÂÂ®Ã£Æ’ÂÃ£Æ’Â¼Ã£ÂÂ¨Ã£ÂÂ®Ã¤Â½â„¢Ã§â„¢Â½*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*Ã£Æ’ÂÃ£Æ’ÂÃ¦Â¶Ë†Ã£Ââ„¢*/
}

.mypage-old-li-a,
.mypage-setting-a {
  display: block;
}

.mypage-medal-area {
  display:flex;
  overflow-x:scroll;
  text-align:center;
  margin: 0px auto 30px auto;
  width: 95%;
  max-width: 950px;
  height: 100px;
}
.mypage-medal-img {
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
}

.ranking-table-area {
  width: 100%;
  max-width: 950px;
}

.ranking-table{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ranking-table th,
  .ranking-table td{
    padding: 10px 10px;
    border: 1px solid #a9a9a9;
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .ranking-table th,
  .ranking-table td{
    padding: 5px 1px;
    border: 1px solid #a9a9a9;
    font-size: 1em;
    font-weight: initial;
  }
}

.ranking-th1,
.ranking-th2{
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #2d8fdd;
}

.ranking-th1:before,
.ranking-th2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #a9a9a9;
}
.ranking-th1{
  z-index: 2;
}
.ranking-th2{
  z-index: 1;
}

.ranking-medal-table td {
  padding: 0 5px;
  border: initial;
}

.ranking-medal-table {
  display: flex;
  overflow-x: scroll;
  text-align: center;
  width: 10vw;
}

.ranking-medal-img {
  margin-left: 5px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.ranking-select {
    overflow: hidden;
    width: 40%;
    text-align: center;
    position: relative;
    border-radius: 2px;
    border: 2px solid #2d8fdd;
  border-radius: 50px;
  background: #ffffff;
  display: inline-flex;
  font-size: 0.7em
}

.ranking-select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 38px 8px 8px;
    color: #2d8fdd;
}

.ranking-select::-ms-expand {
  display: none;
}

.ranking-select::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2d8fdd;
    pointer-events: none;
}

.ranking-select-button {
  display: inline-block;
  border-radius: 4px;
  font-size: 0.7em;
  text-align: center;
  cursor: pointer;
  padding: 10px 10px;
  background: #2d8fdd;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 6px 6px 3px #666666;
  border: 2px solid #2d8fdd;
}
.ranking-select-button:hover {
  box-shadow: none;
  color: #2d8fdd;
  background: #ffffff;
}
.ranking-select-top {
  margin: 30px auto;
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 768px) {
  .footer-bottom-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: contents;
  }
}

@media (max-width: 767px) {
  .footer-bottom-wrapper {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

.footer-bottom-container {
  margin: 0 auto;
  padding: 30px 0;
  margin-bottom: 15px;
}

.col-md-12 {
  text-align: center;
}

@media (max-width: 767px) {
  .col-md-12 {
    padding: initial;
  }
}


.footer-menu  {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer-menu  {
    display: flex;
    width: 620px;
  }
}

@media (max-width: 767px) {
  .footer-menu  {
    display: block;
    width: 100%;
  }
}

footer {
  color: #fff;
  background-color: #666;
  padding: 1.5rem 0 1.5rem;
  clear: left;
  text-align: center;
}

.footer-copyright {
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .footer-menu .item {
      display: inline;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
  }
}

@media (max-width: 767px) {
  .footer-menu .item {
    display: inline;
    border: #a9a9a9 1px solid;
    padding: 10px;
    float: left;
    width: 100%;
  }
}

.bet-score {
  margin: 0 20px;
  text-align: center;
  font-size: 20px;
  width: 80px;
}

@media (max-width: 767px) {
  .bet-score {
    margin: 0 10px;
  }
}

.footer_fix_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
  background: #f8f8f8;
  font-size: 16px;
  color: #000000;
  border-top: 2px solid #ffffff;
  z-index: 10;
  margin: initial;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddecff;
}
.match-bet-btn {
  display:block;
  margin: 10px auto;
  width: 200px;
  text-decoration:none;
}
.match-bet-btn:hover {
  opacity:0.8;
}
.score-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.score-table {
  width: 80%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px auto;
}

@media (min-width: 768px) {
  .score-table {
    min-width: 700px;
  }
}
.score-table th,
.score-table td {
  padding: 10px 0;
  text-align: center;
}
.score-table tr:nth-child(odd){
  background-color: #eee
}
.score-td {
  width: 40%;
}
.score-th {
  width: 20%;
}
.score-table-label {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .score-table-last {
    margin-bottom: 100px !important;
  }
}
/* ãƒœã‚¿ãƒ³å…¨ä½“ */
.flowbtn12{
  font-family:'Verdana',sans-serif;
  border-radius: 4px;
  display:inline-block;
  height: 30px;
  width: 100%;
  font-size: 11px;
  transition:.4s;
  text-decoration:none;
}
  /* ãƒœã‚¿ãƒ³å†…ãƒ†ã‚­ã‚¹ãƒˆãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn12:hover{
  text-decoration:none;
}
/* Twitter */
.flowbtn12.fl_tw2{
  border:solid 1px #55acee;
  background:#55acee;
  color: #ffffff;
}
/* Twitterãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn12.fl_tw2:hover{
  background:#ffffff;
  border:solid 1px #55acee;
  color:#55acee;
}
/* Top */
.flowbtn12.fl_top{
  border:solid 1px #e41313;
  background:#e41313;
  color: #ffffff;
}
/* Topãƒžã‚¦ã‚¹ãƒ›ãƒãƒ¼æ™‚ */
.flowbtn12.fl_top:hover{
  background:#ffffff;
  border:solid 1px #e41313;
  color:#e41313;
}
/* ãƒœã‚¿ãƒ³å†…ãƒ†ã‚­ã‚¹ãƒˆèª¿æ•´ */
.flowbtn12 span{
  font-size: 20px;
  position:relative;
  left:8px;
  bottom:2px;
}
/* ãƒœã‚¿ãƒ³å…¨ä½“ã®ä½ç½® */
.snsbtniti2{
  display:flex;
  flex-flow:row wrap;
}
/* ãƒœã‚¿ãƒ³åŒå£«ã®ä½™ç™½ */
.snsbtniti2 li{
  flex:0 0 48%;
  text-align:center !important;
}
.twit-btn {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.my_bet_point {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.my_bet_point th,
.my_bet_point td {
  width: 15%;
}
.my_bet_result {
  margin: 0 auto;
  text-align: center;;
  width: 90%;
}
.my_bet_result_1,
.my_bet_result_3,
.my_bet_result_5 {
  width: 10%;
}
.my_bet_result_2,
.my_bet_result_4 {
  width: 25%;
}
@media (min-width: 1000px) {
  .only_follow1000{
    display: none;
  }
}
.my_bet_point_label,
.my_bet_result_label {
  background-color: #2d8fdd;
  color: #ffffff;
}

.scorer-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.scorer-table {
  width: 80%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px auto;
}
.scorer-table th,
.scorer-table td {
  padding: 10px 0;
  text-align: center;
}
.scorer-td {
  width: 40%;
}
.scorer-th {
  width: 20%;
}


.my_bet_point1 {
  margin: 0 auto;
  width: 90%;
}
.my_bet_point1 td, .my_bet_point1 th {
  text-align: center;
  width: 15%;
}
.my_bet_point1 th {
  background-color: #2d8fdd;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .my_bet_point1 tr {
    display: block;
    float: left;
  }
  .my_bet_point1 tr td, .my_bet_point1 tr th {
    display: block;
    height: 30px;
    width: 100%;
  }
  .my_bet_point1 thead {
    display: block;
    float: left;
    width: 55%;
  }
  .my_bet_point1 thead tr {
    width: 100%;
  }
  .my_bet_point1 tbody {
    display: block;
    float: left;
    width: 45%;
  }
  .my_bet_point1 tbody tr {
    width: 100%;
  }
}

.mypage-button-table {
  margin: auto;
}

.mypage-button-table-button {
  border-radius: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mypage-button-table-button {
    width: 180px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mypage-button-table {
    width: 100%;
  }
  .mypage-button-table div {
    width: 100%;
    text-align: center;
  }
  .mypage-button-table-button {
    width: 80%;
    margin:  10px auto;
  }
}

.shop-table {
  border-collapse: separate;
  border-spacing: 10px 20px;
}

.shop-table td {
  font-size: 20px;
  margin: 0 50px auto auto;
}

.shop_purchased .shop_item_name {
  font-weight: bold;
}

.shop_unavailable {
  color: #c3c3c3;
}

.shop_table_remarks_list {
  padding: initial !important;
}

.shop_table_remarks_list li {
  line-height: 1.5;
  padding: 1px 0;
  list-style-type: none!important;
}

.shop-buy-btn {
  padding: 5px 10px;
  background: #e41313;
  border-radius: 4px;
  color: #ffffff;
}

.shop-buy-btn-area {
  text-align: center;
}

.shop-buy-disabled-btn {
  padding: 5px 10px;
  background: #f0f0f0;
  color: #000000;
}

.shop-table-icon {
  width: 10%;
}

.shop-table-icon-detail {
  width: 30%;
}

.shop-table-detail {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .shop-table {
    border-collapse: separate;
    border-spacing: 5px 20px;
  }

  .shop-table-icon {
    width: 25%;
  }

  .shop-table-icon-detail {
    width: 50%;
  }

  .shop-table-detail {
    width: 75%;
  }

  .shop_table_remarks_list {
    font-size: 14px;
    color: #ff0000;
  }
}

.card-generator-btn{
  margin: 0 10px 0 10px;
}

.card-generator-image-input {
  margin-left: 30px;
}

.card-generator .container-fluid {
  display: inline-block;
  margin-bottom: 300px;
}

.card-generator .row {
  display: block;
  text-align: center;
}

.card-generator .update-content {
  text-align: center;
  margin-top: 10px;
}

.card-generator table {
  width: 100%;
}