.container__switch {
  width: 100%;
  display: block;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


.container__switch-female {
  display: none;
}

.lp-history .history__table {
  margin-top: 6.4vw;
	/*width: 100%;*/
	width: 480px;
}
.lp-history .history__table th, .lp-history .history__table td {
  border-right: 0.5333333333vw solid #fff;
  border-bottom: 5.3333333333vw solid #fff;
  text-align: center;
}
.lp-history .history__table th.l, .lp-history .history__table td.l {
  border-right: 0;
}
.lp-history .history__table th {
  padding: 1.6vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  color: #fff;
  line-height: 1.2;
  background-color: #A3A3A3;
}
.lp-history .history__table th.th1 {
  width: 7%;
}
.lp-history .history__table th.th2 {
  width: 9%;
}
.lp-history .history__table th.th3 {
  width: 7%;
}
.lp-history .history__table th.th4, .lp-history .history__table th.th5, .lp-history .history__table th.th6, .lp-history .history__table th.th7 {
  width: 16%;
}
.lp-history .history__table th.th8 {
  width: 13%;
}
.lp-history .history__table td {
  padding: 2.1333333333vw 1.0666666667vw;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.3;
  background-color: #FBFBFB;
}
.lp-history .history__table td.l {
  text-align: left;
}
.lp-history .history__table td.l a {
  display: block;
  color: #FF0020;
  font-size: 11px;
  font-size: 2.9333333333vw;
  font-weight: 700;
  background: url('../images/commons/icons/ico_arrow--right.svg') 90% 92% no-repeat;
}
@media (min-width: 768px) {
.container__switch
{
  width: 100%;
  overflow-x: hidden;
}	
	
  .lp-history .history__table {
    margin-top: 50px;
	width: 100%;
  }
  .lp-history .history__table th, .lp-history .history__table td {
    border-right: 2px solid #fff;
    border-bottom: 10px solid #fff;
  }
  .lp-history .history__table th {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .lp-history .history__table th.th1 {
    width: 5%;
  }
  .lp-history .history__table th.th2 {
    width: 7%;
  }
  .lp-history .history__table th.th3 {
    width: 7%;
  }
  .lp-history .history__table th.th4, .lp-history .history__table th.th5, .lp-history .history__table th.th6, .lp-history .history__table th.th7 {
    width: 17%;
  }
  .lp-history .history__table th.th8 {
    width: 13%;
  }
  .lp-history .history__table td {
    padding: 20px 8px;
    font-size: 1.4rem;
  }
  .lp-history .history__table td.l {
    text-align: center;
  }
  .lp-history .history__table td.l a {
    font-size: 1.4rem;
    background: url('../images/commons/icons/ico_arrow--right.svg') 88% center no-repeat;
  }
}
