/*
Theme Name: ar-nest
Theme URI:
Author: docodoor
Author URI: https://docodoor.co.jp
Description:
Version: 0.0.0
License:
License URI: 
Tags:
Text Domain:
*/

/* sigle-table PC */
.imitation-table{
	max-width: 100%;
	width: auto;
	margin: 20px auto;
}
.imitation-table th{
	text-align: center;
}
.imitation-table td{
	border: 0;
}
.single .box-page-wrap.clearfix .imitation-table td p{
	margin-bottom: 10px;
}

/* sigle-table SP */
@media screen and (max-width: 768px) {
	.imitation-table th,
	.imitation-table td{
		width: auto;
		display: table-cell;
		padding: 10px;
	}
	.imitation-table th{
		border-bottom: 1px solid #CFD2CB;
	}
}