@charset "Shift_JIS";

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


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

.x1{
	display: block;
  }

.x2{
	display: none;
  }

}


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

.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;
	
	margin-bottom: 1px;
	
}

.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;
  }

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

.x3 table {margin-left:auto;margin-right:auto;}
   
  }



}