@charset "utf-8";

/* ---Marketing Long Description--- */
.desc_long a {
  color: #294E95;
  text-decoration: underline;
}

/* 電話番号エリア */
.tel_item {
  padding: 10px 15px;
  border: solid 1px #CCC;
  border-radius: 3px;
  background: #F5F5F5;
}
.tel_text {
  font-size: 1rem;
  line-height: 1.5;
}
.tel_text span {
  font-weight: bold;
}
.tel_data {
  display: flex;
  margin: 10px 0 0;
  align-items: center;
}
.tel_data dt {
  flex-shrink: 0;
  margin-right: 10px;
}
.tel_data dt span {
  font-size: 1rem;
}
.tel_icon {
  background-color: #999999;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.tel a.tel_number {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #CC0000;
  text-decoration: none;
}
.tel_time {
  margin-top: 5px;
  font-size: 1rem;
}

/* 相互リンクエリア */
.box {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.box_ttl {
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
}
.box_text {
  padding: 10px 15px;
}

@media print, screen and (max-width: 767px) {
  .desc_long p {
    font-size: 1rem;
  }
}