@charset "UTF-8";

/*----------------------------------------------------
	☆analytical
----------------------------------------------------*/
.head04{margin-top:60px;}
.table01 table{
	border-right:1px solid #e2e2e2;

}
.table01 table th{
	padding:10px 20px;
	text-align:center;
	border-left:1px solid #e2e2e2;
}
.table01 table td{
	border-left:1px solid #e2e2e2;
}
.head02{
	line-height:1.4;
}
.btm_text{
	margin-top:20px;
	font-size:14px;
	line-height:1.6;
	letter-spacing:1px;
}
.img{
	margin: 0 auto 20px;
	text-align: center;
}

.table01{margin-bottom: 20px;}
.text a {
	text-decoration: underline;
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が1080px以下の場合*/

@media only screen and (max-width: 1080px) {
	/*----------------------------------------------------
		☆analytical
	----------------------------------------------------*/
	.table01 table th{
		border-top:1px solid #e2e2e2;
	}
	.table01 table td{text-align: center;}
  .spth{display: none;}

	.head04{margin-top:30px;}
	.img{
		margin-bottom:10px;
	}
  .img img{width: 100%;}
	.btm_text{
		margin-top:10px;
		font-size:11px;
	}
	.table01 table {
    border-right: none;
}
		.table01 table th, .table01 table td{
    border-right:1px solid #e2e2e2;
}
	.table01 table td.td_btm{
	border-bottom:1px solid #e2e2e2;
}
		.table01 table tr.spTr_btm{
	border-bottom: 30px solid #fff !important;
			display: block;
}
}
