@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	
	dl.company{
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 74%;
	margin: 0 auto 160px;
}
dl.company > dt{
	padding: 40px 0;
	width: 150px;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
	color: #0055B8;
}
dl.company > dd{
	padding: 40px 0;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
}

dl.service{
	margin-bottom:24px; 
	}

	dl.service dt{
		font-weight: 700;
		font-size: 1.8rem;
	}
	dl.service dd{
		font-size: 1.6rem;

	}
	
	dl.service dd::before{
		content:"・";
		
	}
	
	.map{
		text-decoration: underline;
		
	}
	.map::after{
		content: "";
		display: inline-block;
		background:url("../imgs/other/icon_company.png") no-repeat;
		background-size:contain;
		width:16px;
		height: 16px;
	}
	.map + div{
		margin-top: 32px;
	}
}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	
dl.company{
	width: 86%;
	margin: 0 auto 80px;
}
dl.company > dt{
	padding-top: 24px;
	margin-bottom: 8px;
	font-size: 1.6rem;
	color: #0055B8;
}
dl.company > dd{
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
}

dl.service{
	margin-bottom:24px; 
	}

	dl.service dt{
		font-weight: 700;
		font-size: 1.6rem;
	}
	dl.service dd{
		font-size: 1.6rem;

	}
	
	dl.service dd::before{
		content:"・";
		
	}
	
	.map{
		text-decoration: underline;
		
	}
	.map::after{
		content: "";
		display: inline-block;
		background:url("../imgs/other/icon_company.png") no-repeat;
		background-size:contain;
		width:16px;
		height: 16px;
	}
	.map + div{
		margin-top: 32px;
	}

	
}/* End SP */
