.contact li{padding: 0 0 20px 35px;position: relative;}
.contact li:last-child {padding-bottom: 0;}
.contact li span {font-weight: 500;}

.contact li.map:before {background: url(/_res/unist/_share/img/map/map_info_ic1.png)no-repeat;background-size: cover;width:24px;height: 24px;left: 0;top: 0;content: "";position: absolute;}
.contact li.phone:before {background: url(/_res/unist/unist/img/content/tabler-icon-phone.png)no-repeat;background-size: cover;width:24px;height: 24px;left: 0;top: 0;content: "";position: absolute;}
.contact li.print:before {background: url(/_res/unist/_share/img/map/map_info_ic2.png)no-repeat;background-size: cover;width:24px;height: 24px;left: 0;top: 0;content: "";position: absolute;}
.contact li.mail:before {background: url(/_res/unist/_share/img/common/ico-mail01.png)no-repeat;background-size: cover;width:24px;height: 24px;left: 0;top: 0;content: "";position: absolute;}

.sumary-box {padding: 40px 50px;background:rgba(215, 225, 233, 0.4);border-radius:5px;}
.sumary-box p {font-weight: 600;font-size: 18px;line-height: 30px;letter-spacing: -0.02em;color:#111;}

@media screen and (max-width: 768px) {
	.contact li span {font-size: 15px;}
	.sumary-box {padding: 30px 25px;}
	.sumary-box p {font-size: 15px;line-height: 160%;}
}