@charset "Shift_JIS";

/* ベースは横で768以下になると縦並びになる。x1x2は表示のみ*/


@media screen and (min-width: 769px) {

#x1{
	display: block;
  }

#x2{
	display: none;
  }

}


@media screen and (max-width: 768px) {

	#x table{
	
	border-width: 0px;
	
	border-style: none;
	
}

#x table caption {

  }

#x table thead{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

#x table tr{
	
	display: block;
	
	margin-bottom: 1px;
	
}

#x table td{
	
	display: block;
	
}

#x table td::before{
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

#x table td:last-child{
    border-bottom: 0;
  }

#x1{
	display: none;
  }

#x2{
	display: block;
  }

/* 基本のx*/

.x {
  }
.x table,
.x table tbody,
.x table tr,
.x table th,
.x table td{ display: block }

}