@charset "utf-8";
.contact-list {
}

.contact-list__item {
  line-height: calc(18/14);
  padding: 8px 12px;
  border-bottom: 1px solid #ccc;
}

.contact-list__item:last-child {
  border-bottom: none;
	padding-bottom: 0;
}

.contact-call {
}

.contact-call__title .header__text {
  font-weight: 600;
  font-size: calc((18/14)*1em);
}

.contact-call__block {
	margin-top: 40px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.contact-call__block:not(:last-of-type){
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.contact-call__title {
  color: #1f663c;
  font-size: calc((18/14)*1em);
  font-weight: 600;
	text-align: center;
}

.contact-call__tel {
  font-size: calc((40/14)*1em);
  margin: 20px auto;
}

.contact-call__tel-image--ruby {
	margin-top: calc((-10/626)*100%);
}

.contact-call__time {
	text-align: center;
	font-weight: 600;
	margin-bottom: 12px;
}

.contact-call__item {
  margin-top: 30px;
}

.contact-call__item-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}



@media screen and (max-width: 600px) {
	.contact-call__block {
		margin-top: 30px;
		width: 100%;
	}
	
	.contact-call__tel {
		margin: 15px auto;
	}
	
	.contact-call__time {
		margin-bottom: 8px;
	}
	.contact-call__item {
		margin-top: 20px;
	}
}