@charset "UTF-8";

/*
 ヘッダー内 TEL部分用CSS
----------------------------*/

.hdtel_block {
  padding: 5px 0 15px 15px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
.hdtel_block {
  display: table;
  padding: 10px;
  width: 100%;
  max-width: 320px;
  margin-right: 0;
}
.hdtel_item {
  display: table-cell;
}
.hdtel_item p {
  margin-bottom: 0;
}
.hdtel_item:nth-child(3) {
  vertical-align: top;
}
.hdtel_item:nth-child(3) p {
  line-height: 1;
}
.hdtel_item img.hdtel_hd {
  width: 110px;
  vertical-align: middle;
  margin-right: 8px;
}
.hdtel_item img.hdtel_icon {
  width: 50px;
  vertical-align: middle;
}
.hdtel_item img.hdtel_tel {
  width: 124px;
  vertical-align: top;
}
.hdtel_item img.hdtel_time {
  width: 121px;
  vertical-align: top;
}
}