@charset "utf-8";
/* common ******************************************************/
body {
  font: 100%/1.4 "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", "Arial",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
}
/* title ******************************************************/
/* h2 */
.h2-styleA {
  font-size: 3em;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.h2-styleA br {
  display: none;
}
.h2-styleA span {
  display: inline-block;
}
.h2-main {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.h2-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  transform: skewX(-20deg) translateX(-50%);
  background: #00a2d6;
  z-index: -1;
}
.h2-sub {
  font-size: 0.35em;
  border-bottom: solid 2px #000;
}
/* h3 */
.h3-styleA {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid 2px #000;
  display: inline-block;
}
.h3-styleB {
  font-size: 1.2em;
  font-weight: bold;
  color: #00a2d6;
  border-bottom: solid 2px #00a2d6;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* title ******************************************************/
  /* h2 */
  .h2-styleA {
    font-size: 2em;
    display: block;
    text-align: center;
    margin: 0 0 12px;
  }
  .h2-styleA br {
    display: block;
  }
  .h2-main {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
  }
  .h2-sub {
    font-size: 0.5em;
    vertical-align: super;
  }

  /* h3 */
  .h3-styleA {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 2px #000;
    display: inline-block;
  }
  .h3-styleB {
    font-size: 1.2em;
    font-weight: bold;
    color: #00a2d6;
    border-bottom: solid 2px #00a2d6;
    display: inline-block;
  }
}
