@charset "utf-8";
/*CSS Document　連絡先一覧*/
/*-------------------------------*/
.wrapContactList {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
ul.selectList li.lay3 .wrapContactList {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
li.contactListEle {
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #dedede;
}
.contactListArea, .contactListCo {
  font-size: 14px;
}
.contactListTel {
  margin: 10px 0;
}
.contactListTel, .contactListTel a {
  display: block;
  font-size: 20px;
  color: #1c4da2;
}
.contactListAreaSubEle {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0;
  width: 100%;
  font-size: 12px;
}
.contactListAreaSubEle dt {
  display: flex;
  align-items: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 5px 0 0 5px;
  background: #efefef;
}
.contactListAreaSubEle dd {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 10px;
  border-left: 1px solid #ffffff;
  border-radius: 0 5px 5px 0;
  background: #efefef;
}
/*-------------------------------*/
/*end*/