.productList ol {
  list-style: none;
  margin-bottom: 100px;
}
.productList ol li {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 40px;
}
.productList ol li > .inner {
  width: 850px;
  margin: 0 auto;
  padding: 60px 0;
}
.productList ol li > .inner:after {
  content: "";
  display: block;
  clear: both;
}
.productList ol li .img {
  float: left;
}
.productList ol li .name {
  margin-left: 370px;
  font-size: 2.6rem;
  font-weight: bold;
}
.productList ol li .name .date {
  font-size: 1.4rem;
  font-weight: normal;
}
.productList ol li .name .new {
  width: 90px;
  background-color: #f7fa19;
  border-radius: 10px;
  text-align: center;
  color: #ed0167;
  font-size: 2.0rem;
  margin-bottom: 8px;
  padding-top: 2px;
}
.productList ol li .detail {
  margin-left: 370px;
  margin-top: 40px;
  font-size: 1.3rem;
}
.productList ol li .detail table {
  width: 100%;
}
.productList ol li .detail table + table {
  margin-top: 20px;
}
.productList ol li .detail caption {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  padding: 0 15px 5px;
}
.productList ol li .detail caption span {
	display: inline-block;
}
.productList ol li .detail tbody {
  border-top: 1px solid #B3B3B3;
}
.productList ol li .detail tr > * {
  padding: 10px 15px;
  border-bottom: 1px solid #B3B3B3;
}
.productList ol li .detail th {
  width: 40%;
  color: #666666;
  text-align: left;
  word-break: keep-all;
}
.productList ol li .detail th .kome {
  word-break: normal;
  font-weight: normal;
  line-height: 1.3;
}
.productList ol li .detail th > span {
  font-size: 1.2rem;
}
.productList ol li .detail td {
  vertical-align: middle;
}
.productList ol li .detail .kome {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 0.5em;
  font-size: 1.1rem;
}
.productList ol li .detail ul.kome {
  display: block;
  margin-left: 0;
}
.productList ol li .detail ul.kome > li {
  list-style: none;
  padding-top: 0;
  margin: 0;
}
.productList ol li .detail table + .kome {
  margin-left: 15px;
  margin-top: 10px;
}
.productList ol li .detail .kome2 {
  margin: 10px 15px 0;
  text-indent: -2em;
  padding-left: 2em;
  font-size: 1.1rem;
}
.productList ol li .detail .kome3 {
	margin-top: 10px;
  text-indent: -3em;
  padding-left: 4em;
  font-size: 1.1rem;
}
.productList ol li .detail .kome4 {
	margin-top: 10px;
	margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 2em;
  font-size: 1.1rem;
}
.productList ol li .detail .kome3 + .kome4 {
	margin-top: 0;
}
.productList .midashi {
	text-align: center;
	font-size: 1.5rem;
  font-weight: bold;
	margin: 30px 0 10px;
  padding:5px;
	background: #F2F2F2;
}
.productList li:nth-child(even) .midashi {
  color: #062A9F;
}


.productList ol li .detail .small {
  font-size: 1.1rem;
}
sup {
  vertical-align: super;
  font-size: 75%;
}
sub {
  vertical-align: baseline;
  font-size: 75%;
}
.productList ol li .detail .btnMaker a {
  display: block;
  width: 190px;
  background: #062A9F url(../img/icon-arrow01.png) no-repeat right 10px center;
  padding: 5px 20px 5px 10px;
  margin: 20px 0 0 auto;
  border-radius: 16px;
  color: #FFFFFF;
  position: relative;
}
.productList > ol > li:nth-child(even) {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #00C3EF;
  background: -ms-linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  background: -moz-linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  background: -webkit-linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  background: linear-gradient(to bottom left, #00C3EF 0%, #00245D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C3EF', endColorstr='#00245D',GradientType=1 );
  color: #FFFFFF;
}
.productList > ol > li:nth-child(even) > .inner {
  padding: 60px 0 120px;
}
.productList > ol > li:nth-child(even):before {
  content: "";
  width: 120%;
  height: 80%;
  position: absolute;
  bottom: 100%;
  left: -10%;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.productList > ol > li:nth-child(even):after {
  content: "";
  width: 120%;
  height: 80%;
  position: absolute;
  top: 100%;
  left: -10%;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.productList ol li:nth-child(even) .img {
  float: right;
}
.productList ol li:nth-child(even) .name {
  margin-left: 0;
  margin-right: 370px;
}
.productList ol li:nth-child(even) .detail {
  margin-left: 0;
  margin-right: 370px;
}
.productList ol li:nth-child(even) .detail table, .productList ol li:nth-child(even) .detail tbody, .productList ol li:nth-child(even) .detail tr > * {
  border-color: #A2C5D8;
}
.productList ol li:nth-child(even) .detail th {
  color: #CCCCCC;
}
.productList ol li:nth-child(even) .detail .btnMaker a {
  background-color: #FFFFFF;
  background-image: url(../img/icon-arrow02.png);
  color: #062A9F;
}
.productList ol li#crHiganjima table {
  border-top: 0;
}
.productList ol li#crHiganjima thead tr > :first-child {
  width: 26%;
}
#p-shouten thead th, #p-shouten thead + tbody td {
  text-align: center;
}

#p-garo-collection-yutime .small {
  line-height: 1.4;
}
#p-garo-collection-yutime table:last-of-type th {
  width: 240px;
}
#s-garo-goldenknight th {
  width: 42%;
}
#p-tsubasa_wakabayashi .detail table:not(:first-of-type) th {
  width: 75%;
}
#p-tsubasa_wakabayashi .detail table:not(:first-of-type) th span {
  display: inline-block;
}

#p_garo_gt_ggv th {
  width: 50%;
}
#pa_warau_salesman_la th,
#p_god_eater_199gtv th,
#p_tensura129 th {
  width: 45%;
}
#gd_shingaro th {
  width: 42%;
}
#p_shingaro2 th {
  width: 43%;
}
#gd_juicy_honey_h th {
  width: 42%;
}
#e_you_zitsu th {
  width: 48%;
}
#e_gaross3000lt th {
  width: 230px;
}
#e_garo12_ok th span,
#e_garo12_ok th sub {
	display: inline-block;
}

@media all and (min-width: 768px) {
  .productList ol li .detail .btnMaker a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .productList ol li {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 0;
  }
  .productList ol li > .inner {
    width: auto;
    padding: 40px 0 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .productList ol li .img {
    float: none;
    text-align: center;
    margin: 10px;
  }
  .productList ol li .img img {
    max-width: 371px;
    width: 100%;
    height: auto;
  }
  .productList ol li .name {
    margin: 0 10px;
    font-size: 2rem;
    -webkit-order: -1;
    order: -1;
    line-height: 1.3;
  }
  .productList ol li .name .date {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .productList ol li .name .new {
    width: 65px;
    border-radius: 6px;
    font-size: 1.4rem;
}
  .productList ol li .detail {
    margin: 0 10px;
  }
  .productList ol li .detail caption {
    padding: 0 10px 5px;
  }
  .productList ol li .detail tr > * {
    padding: 8px 10px;
  }
  .productList ol li .detail table + .kome {
    margin: 5px 10px 0;
  }
  .productList ol li .detail .kome2 {
    margin: 10px;
  }
  .productList ol li .detail .btnMaker a {
    background-image: url(../img/icon-arrow01@2x.png);
    background-size: 6px 10px;
  }
  .productList ol li:nth-child(even) > .inner {
    padding: 0 0 60px;
    width: auto;
  }
  .productList ol li:nth-child(even) .img {
    float: none;
  }
  .productList ol li:nth-child(even) .name {
    margin: 0 10px;
  }
  .productList ol li:nth-child(even) .detail {
    margin: 0 10px;
  }
  .productList ol li:nth-child(even) .detail .btnMaker a {
    background-image: url(../img/icon-arrow02@2x.png);
  }
  #p-garo-collection-yutime table:last-of-type th {
    width: auto;
  }
  #e_gaross3000lt th {
    width: 150px;
  }
  #e_gaross3000lt th span {
    display: block;
  }
	#plt_sekaideichiban2 th {
		width: 140px;
		word-break: break-all;
	}
	#plt_sekaideichiban2 th br {
		display: none;
	}
	#e_garo12_ok th {
		width: 160px;
		word-break: break-all;
	}
	#e_paripikohmei th {
		width: 185px;
		word-break: break-all;
		padding-right: 0;
	}
	#e_paripikohmei td {
		padding-right: 0;
	}
}

.past {
  margin: 0 auto 160px;
}
.past .midashi {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #555;
}
.past ol {
  list-style: none;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.past li {
  flex: 0 0 auto;
  margin: 10px;
  font-size: 1.6rem;
}
.past li a {
  display: block;
  padding: 10px 20px;
  border-radius: 3em;
  background-color: #062a9f;
  text-decoration: none;
  color: #fff;
}
@media all and (min-width: 768px) {
  .past li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .past {
    margin-bottom: 80px;
  }
  .productList > ol > li:last-child:not(:nth-child(even)) {
    border-bottom: 1px solid #ccc;
  }
  .past .midashi {
    font-size: 2.4rem;
  }
  .past ol {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 10px;
  }
  .past li {
    flex: 0 1 49%;
    margin: 5px 0;
    font-size: 1.3rem;
  }
  .past li:nth-child(even) {
    margin-left: 2%;
  }
  .past li a:active {
    opacity: 0.7;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

#e_paripikohmei .detail .tableTtl {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  padding: 5px 7px;
	background-color: #dddddd;
	margin: 25px 0 15px;
}
