@charset "UTF-8";
/* CSS Document */

#contents_area dl.float  { margin-bottom: 2em;} 
#contents_area dl.float dt { width: 2em; } 
#contents_area dl.float dd { margin-left: 2em; margin-bottom: 5px;} 

#contents_area dl.float2  { margin: 2em 0;} 
#contents_area dl.float2 dt { width: 7em; float: left; } 
#contents_area dl.float2 dd { margin-left: 7em; margin-bottom: 5px;} 

#contents_area dl.float3  { margin-bottom: 0.5em;} 
#contents_area dl.float3 dt { width: 3em; float: left; } 
#contents_area dl.float3 dd { margin-left: 3em; margin-bottom: 5px;} 

@media screen and (max-width: 480px) {
	br.br-pc{
		display: none;
	}
}
@media screen and (min-width: 481px) {
	br.br-sp{
		display:none;
	}
}
a.url_br{
	word-break: break-all;	
}
table,tr,td {
	margin: 0;
	padding: 0 0 5% 0;
	border-style: none;
}
.jinji {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.jinji p:nth-child(1){
	width: 80%;
	padding: 0 0 0 1.5rem;
}
.jinji p:nth-child(2){
	width: 20%;
	text-align: right;
}
table {
	margin: 0 0 0 2rem; 
}
@media screen and (max-width: 980px) {
.jinji {
	width: 100%;
	display: block;
	justify-content: space-between;
	font-size: 90%;
}
.jinji p:nth-child(1){
	width: 100%;
	padding: 0 0 0 1.5rem;
}
.jinji p:nth-child(2){
	width: 100%;
	text-align: right;
	margin-top: 0.3rem;
}
table {
	width: 100%;
	margin: 0 0 0 0.5rem; 
}
table td {
	display: block;
}
table td:nth-child(1){
	width: 100%;
}
table td:nth-child(2){
	width: 100%;
	margin: -1.5rem 0 0 0;
	text-align: right;
}
}