@charset "UTF-8";
.remodal p.title {
  margin-bottom: 15px;
  text-align: center;
  color: #EC2214;
  font-size: 140%;
}
.remodal div.tel ul{
  margin-bottom: 50px;
}
.remodal p {
  margin-bottom: 15px;
  text-align: left;
  font-size: 110%;
  line-height: 1.8;
}
.remodal div.tel ul li{
  margin-bottom: 10px;
  border-bottom:1px solid #a8a7a7;
  line-height: 1.4;
}
.remodal div.tel ul li span{
  margin-bottom: 5px;
  line-height: 1;
  display: block;
  font-size: 130%;
  font-weight: bold;
}
.remodal a {
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
    color: #fff;
    background: #10ac53;
    text-align: center;
    position: relative;
    display: block;
    line-height: 1.3;
    padding-right: 10px;
    font-size: 140%;
  text-decoration:none;
}
.remodal a::after{
  position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
p.close_text {
  text-align: center;
  color: #0040ff;
  text-decoration: underline;
  cursor: pointer;
}
.remodal-overlay {
  z-index: 10000;
}