@charset "utf-8";

body{
	color: #000;
	padding-top: 200px;
}

.unit_box{
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto 60px auto;
}

.unit_box .head {
	display: flex;
	justify-content: space-between;
    padding: 0 0 25px 20px;
    background: url(../../img/border.png) left bottom no-repeat;
	align-items: baseline;
}

.unit_box .head h1{
	font-size: 30px;
	color: #2CA6D6;
	line-height: 1.5;
    font-weight: 800;
}

.unit_box ul li{
	font-size: 16px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 20px;
	border-bottom: solid 1px #ccc;
}

.unit_box ul li .link{
	  align-self: flex-end;
	  width: 50%;
}

.unit_box ul li h2{
	font-size: 16px;
	width: 30%;
	white-space: nowrap;
}

.unit_box ul li .address{
	width: 70%;	
}

.unit_box ul li .link{
	width: 100%;
	white-space: nowrap;
	text-align: right;
	line-height: 1;
	margin-top: -10px;
}
.unit_box ul li .link a{
	transition: .3s;
	display: inline-block;
    padding: 0 10px 5px;
    border-bottom: solid 1px #ccc;
}
.unit_box ul li .link a:hover{
	color: #2CA6D6;
	border-bottom: solid 1px #2CA6D6;
}


@media only screen and (max-width: 768px){

	.unit_box h2{
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	

.unit_box ul li{
	padding: 15px 10px;
	display: block;
	font-size: 14px !important;
}

.unit_box ul li .link{
	  width: 100%;
	  margin-top: 0;
}

.unit_box ul li h2{
	width: 100%;
	margin: 0;
	padding: 0;
}

.unit_box ul li .address{
	width: 100%;	
}

}

