@charset "utf-8";
/* font style --------------------------------------------*/
body {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-weight: bold;
}
p,
th,
td {
  color: #41210c;
  font-size: 1.4rem;
}
/* title --------------------------------------------*/
/* h2 */
#index #content h2 {
  margin-bottom: 42px;
}
.h2-styleA {
  width: 100%;
  position: relative;
  border: solid 3px #e54d63;
  font-size: 2.5rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  color: #db1f38;
  padding: 5px 25px;
  box-sizing: border-box;
  text-align: center;
}
.h2-styleA::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: #fae8ec;
  z-index: -1;
}
/* h3 */
#index #content h3 {
  font-size: 1.8rem;
}
/* h4 */
#index #content h4 {
  font-size: 1.6rem;
}
/* line --------------------------------------------*/
.textLine-styleA {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.textLine-styleA::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3%;
  width: 106%;
  height: 60%;
  background: url("../img/textLine-Brush.svg") repeat-x center bottom;
  background-size: cover;
  z-index: -1;
  border-radius: 15px;
  opacity: 0.99;
}
@media screen and (max-width: 768px) {
  /* font style --------------------------------------------*/
  p,
  th,
  td {
    font-size: 1.2rem;
  }
  /* title --------------------------------------------*/
  /* h2 */
  #index #content h2 {
    margin-bottom: 32px;
  }
  .h2-styleA {
    font-size: 2rem;
  }
  /* h3 */
  #index #content h3 {
    font-size: 1.5rem;
  }
  /* h4 */
  #index #content h4 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 468px) {
  /* font style --------------------------------------------*/
  p,
  th,
  td {
    font-size: 1rem;
  }
  /* title --------------------------------------------*/
  /* h2 */
  .h2-styleA {
    font-size: 1.8rem;
  }
  /* h3 */
  #index #content h3 {
    font-size: 1.3rem;
  }
  /* h4 */
  #index #content h4 {
    font-size: 1.2rem;
  }
}
