@charset "UTF-8";
@media screen and (max-width: 750px) {
  html.notIE main img {
    display: block;
    width: 100%;
  }
}

@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;
    margin-top: 20px;
  }
  html.notIE .content .txt.note {
    margin-top: 70px;
  }
  html.notIE .content .txt .txt {
    margin-top: 20px;
  }
  html.notIE .content .txt .txt.note {
    margin-top: 70px;
  }
  html.notIE .content .subttl {
    font-size: 22px;
    margin-top: 80px;
  }
  html.notIE .content .subttl.contact {
    margin-top: 60px;
  }
  html.notIE .content .subject_list {
    margin-top: 20px;
  }
  html.notIE .content .subject_list li + li {
    margin-top: 10px;
  }
  html.notIE .content .subject_list li a {
    font-size: 16px;
    display: inline-block;
  }
}

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;
  margin-top: 20px;
}
html.msie .content .txt.note {
  margin-top: 70px;
}
html.msie .content .txt .txt {
  margin-top: 20px;
}
html.msie .content .txt .txt.note {
  margin-top: 70px;
}
html.msie .content .subttl {
  font-size: 22px;
  margin-top: 80px;
}
html.msie .content .subttl.contact {
  margin-top: 60px;
}
html.msie .content .subject_list {
  margin-top: 20px;
}
html.msie .content .subject_list li + li {
  margin-top: 10px;
}
html.msie .content .subject_list li a {
  font-size: 16px;
  display: inline-block;
}

@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;
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .content .txt.note {
    margin-top: calc(80 / 750 * 100vw);
  }
  html.notIE .content .txt .txt {
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .content .txt .txt.note {
    margin-top: calc(80 / 750 * 100vw);
  }
  html.notIE .content .subttl {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(100 / 750 * 100vw);
  }
  html.notIE .content .subject_list {
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .content .subject_list li + li {
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .content .subject_list li a {
    font-size: calc(28 / 750 * 100vw);
    display: inline-block;
  }
}
