/*タブレット表示*/
@media screen and  (max-width:1023px) and (min-width:768px) {


/*テーブルの表示↓*/
table{
    border-collapse :separate;
    border-spacing: 5px;
}
.content table{
    border-bottom:solid 1px #CCC;
}
/*テーブルの表示↑*/
/*補足文↓*/
.cap{
	font-size: 12pt;
}
p.cap{
	margin-top:5px;
}
/*補足分↑*/
/*テーブルのサイズ↓*/
table.hrafs{
	//width:75%;
	margin: 0 auto;
}
table th.tablethsize{
	width:5%;
}
table tr th.left{
	    width:30%;
}
/*テーブルのサイズ↑*/
/*divサイズ位置↓*/
div.hrafs{
	//width:75%;
	margin: 0 auto;
}
/*divサイズ位置↑*/
/*文字位置↓*/
th{
    text-align:center;
}

td{
    text-align:center;
}
/*文字位置↑*/
/*ラジオボタンラベルサイズ↓*/
label.input_label{
    height: 0px;
    padding: 0px 0px 20px 20px;
}
/*ラジオボタンラベルサイズ↑*/
/*スマホ用表示時表示↓*/
.sp {
	display: none;
}
.msp {
	display: none;
}
/*スマホ用表示非表示↑*/



.total_fee_head {
		display:inline;
		font-size:8pt;
		
		color:#4a904c;
	}

	.total_fee_wrap {
		text-align: right;
		margin: 4em 0 4em 0;
		
	}

	.total_fee {
	 	color:#212529;
		background-color: #FFF;
		width: 120px;
		height: 60px;
		padding: 3px 7px 3px 7px;
		line-height: normal;
		border: 5px solid #4a904c;
		border-radius: 4px 4px 4px 4px;
		position: relative;
		vertical-align: bottom;
		display: inline-block;
	}
.total_fee_item {
		color:#212529;
		font-size: 12.5pt;
		
		padding: 3px 7px 3px 7px;
		position: absolute;
		top: 5px;
		left: 5px;
	}

	.total_fee_data {
		color:#212529;
		font-size: 13pt;
		
		padding: 3px 7px 3px 7px;
		position: absolute;
		right: 15px;
		bottom: 5px;
	}
	.plus{
	display:inline-block;
	height: 45px;
	font-size: 13pt;
}



}