@charset "utf-8";
/* common *********************************************************/
body {
  color: #212121;
  font-family: "Zen Maru Gothic", sans-serif;
}
a {
  color: #212121;
  text-decoration: none;
}
p,
a {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.8rem 0;
}
dd,
dt,
li {
  font-size: 1rem;
}

/* title *********************************************************/
/* h1 */
h1#pageTitle {
  text-indent: -9999px;
  line-height: 1px;
  height: 1px;
  margin: 0;
}
/* h2 */
h2.h2-styleA {
  font-size: 1.5rem;
  margin: 0 0 2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.h2-subTitle {
  font-size: 0.9rem;
}
h2.h2-mainTitle {
  font-size: 2rem;
  margin: 0 0 2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.h2-mainTitle_sub {
  font-size: 1.5rem;
}
/* h3 */
h3.h3-styleA {
  font-size: 1.2rem;
  margin: 0 0 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
/* em *********************************************************/
/* weight */
.font-weightBold {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  /* title *********************************************************/
  /* h2 */
  h2.h2-styleA {
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
  }
  .h2-subTitle {
    font-size: 0.9rem;
  }
  h2.h2-mainTitle {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
  .h2-mainTitle_sub {
    font-size: 1.2rem;
  }
  /* h3 */
  h3.h3-styleA {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 550px) {
  /* title *********************************************************/
  /* h1 */
  h1.h1-styleA {
    font-size: 1.6rem;
  }
  .h1-subTitle {
    font-size: 1rem;
  }
  /* h2 */
  h2.h2-styleA {
    font-size: 1.3rem;
  }
  .h2-subTitle {
    font-size: 0.9rem;
  }
  h2.h2-mainTitle {
    font-size: 1.6rem;
  }
  .h2-mainTitle_sub {
    font-size: 1rem;
  }
  /* common *********************************************************/
  p,
  a {
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0.8rem 0;
  }
  dd,
  dt,
  li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 425px) {
  /* title *********************************************************/

  /* h2 */
  h2.h2-styleA {
    font-size: 1.2rem;
  }
  .h2-subTitle {
    font-size: 0.8rem;
  }
  h2.h2-mainTitle {
    font-size: 1.6rem;
  }
  .h2-mainTitle_sub {
    font-size: 1rem;
  }
}
