@charset "UTF-8";
@media screen and (min-width: 751px) {
  html.notIE main {
    padding-top: 40px;
  }
  html.notIE .content {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  html.notIE .content .ttl {
    margin: 0 auto 30px;
    font-size: 26px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  html.notIE .content .txt {
    line-height: 2;
  }
  html.notIE .content .txt.tel {
    margin-top: 15px;
    padding-left: 35px;
    position: relative;
  }
  html.notIE .content .txt.tel::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 16px;
    background: url(/elixir/shared/img/icn_freedial.svg) no-repeat left center;
    background-size: contain;
  }
  html.notIE .content .txt + .txt {
    margin-top: 20px;
  }
}

html.msie main {
  padding-top: 40px;
}
html.msie .content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}
html.msie .content .ttl {
  margin: 0 auto 30px;
  font-size: 26px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
html.msie .content .txt {
  line-height: 2;
}
html.msie .content .txt.tel {
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
}
html.msie .content .txt.tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 16px;
  background: url(/elixir/shared/img/icn_freedial.svg) no-repeat left center;
  background-size: contain;
}
html.msie .content .txt + .txt {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  html.notIE main {
    padding-top: calc(60 / 750 * 100vw);
  }
  html.notIE .content {
    margin: 0 20px;
    padding-bottom: calc(90 / 750 * 100vw);
  }
  html.notIE .content .ttl {
    margin: 0 auto calc(90 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.5;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  html.notIE .content .txt {
    line-height: 2;
  }
  html.notIE .content .txt.tel {
    margin-top: calc(30 / 750 * 100vw);
    padding-left: calc(80 / 750 * 100vw);
    position: relative;
  }
  html.notIE .content .txt.tel::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(12 / 750 * 100vw);
    left: 0;
    width: calc(60 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
    background: url(/elixir/shared/img/icn_freedial.svg) no-repeat left center;
    background-size: contain;
  }
  html.notIE .content .txt + .txt {
    margin-top: calc(30 / 750 * 100vw);
  }
}
