@charset "UTF-8";

.servicecenter {
  margin: 1em 0;
}

.servicecenter_tel {
  border: 3px solid #e7eaee;
  padding: 0.5em 1em;
  border-radius: 5px;
  width: 65%;
  -webkit-box-sizing: border-box;
  box-sizing: content-box;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .servicecenter .servicecenter_tel {
    width: 91%;
    padding: 1em 1em;
  }
}

a.freedial {
  color: #1d3994;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  a.freedial {
    font-size: 7vw;
  }
}

a[href*="tel;"] {
  pointer-events: none;
}

@media screen and (min-width:768px) {
  a[href*="tel;"] {
    pointer-events: none;
    cursur: default;
    text-decoration: none;
  }
}

img {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

span {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width:767px) {
  img {
    width: 30px;
  }
  span {
    font-size: 2.5vw;
  }
}

dl.notice {
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: left;
}

dl.notice dt {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
}

dl.notice dd {
  padding-left: 6em;
}

@media screen and (max-width: 767px) {
  dl.notice dt {
    position: relative;
    padding-left: 0;
  }
  dl.notice dd {
    padding-left: 0;
  }
}

p.notes {
  margin-left: 8em;
}

@media screen and (max-width: 767px) {
  p.notes {
    margin-left: 0;
  }
}

.notes {
  margin: 1em 0;
}

.notes li {
  text-indent: -1em;
  font-size: 1.2rem;
  text-align: left;
  margin-left: 3em;
  margin-bottom: 0.3em;
}

@media ( max-width : 767px) {
  .notes li {
    font-size: 0.8em;
    position: relative;
    margin-left: 1em;
  }
}

.cls-1 {
  fill: none;
}

.cls-2 {
  clip-path: url(#clip-path);
}

.cls-3 {
  fill: #e60012;
}

.cls-4 {
  fill: #231815;
}

.kome {
  margin-left: 6em;
}

@media screen and (max-width: 767px) {
  .kome {
    margin-left: 0;
  }
}