@charset "utf-8";

.header_wrap {
	margin-bottom: 30px;
}

.subject {
	margin-bottom: 60px;
	display: none;
}

table {
	width: 100%;
}

th {
	width: 110px;
	vertical-align: middle;
	text-align: center;
	background: #e5e5e5;
	font-size: 107%;
}

td {
	padding: 15px;
	font-size: 107%;
	letter-spacing: -0.1em;
}

.item {
	border-top: 1px solid #ccc;
	padding: 24px 0;
}

.item:first-child {
	border-top: none;
	padding-top: 0;
}

.item h3 {
	font-weight: bold;
	font-size: 123%;
	color: #15a164;
	letter-spacing: -0.04em;
}

.item dt {
	float: left;
}

.item dd {
	overflow: hidden;
	zoom: 1;
}

.ttl001 {
	font-size: 153%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #030000;
	color: #030000;
	font-weight: bold;
	background: url(/Fc_env/exchange/img_sp/icon_plus.gif) right 5px no-repeat;
	background-size: 30px 30px;
}
.ttl001.on {
	background: url(/Fc_env/exchange/img_sp/icon_minus.gif) right 5px no-repeat;
	background-size: 30px 30px;
}

@media only screen and (max-width: 705px) {
	
	.header_wrap { margin-bottom: 20px; }
	
	.ttl001 {
		font-size: 107%;
		background: url(../img_sp/icon_plus.gif) right 5px no-repeat;
		background-size: 17px 17px;
		padding-right: 15px;
	}

	.ttl001.on {
		background: url(../img_sp/icon_minus.gif) right 5px no-repeat;
		background-size: 17px 17px;
	}
	
	th {
		width: 64px;
		font-size: 92%;
	}
	
	td {
		font-size: 92%;
	}
	
	.item p {
		font-size: 77%;
	}
	
	.item h3 {
		font-size: 92%;
	}
	
	.item dt {
		font-size: 77%;
	}
	
	.item dd {
		font-size: 77%;
	}
	
	.subject { display: none; }

}












