@charset "UTF-8";
.remodal p.title {
  margin-bottom: 15px;
  text-align: center;
  color: #EC2214;
  font-size: 140%;
}
.remodal div.tel ul{
  margin-bottom: 20px;
}

.remodal div.tel ul li{
  margin-bottom: 10px;
  font-size: 320%;
  line-height: 1.4;
  font-weight: bold;
  color: #3c6c0c;
  font-family: fangsong;
}
.remodal div.tel ul li span{
  margin-bottom: 5px;
  line-height: 1;
  display: block;
  font-size: 60%;
  font-weight: normal;
  color:#333;
}
.remodal div.tel ul li a{
  display: block;
  margin-bottom: 5px;
  font-size: 160%;
  line-height: 1;
  color: #1183d5;
  font-weight: bold;
  text-decoration: none;
}
p.close_text {
  text-align: center;
  color: #0040ff;
  text-decoration: underline;
  cursor: pointer;
}
.remodal-overlay {
  z-index: 10000;
}