@charset "utf-8";
/* text --------------------------------------------*/
h2 {
  font-size: 2em;
  font-weight: bold;
}
h3 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
}
h4 {
  font-size: 2em;
  font-weight: bold;
}
p {
  font-size: 1.1em;
}
h2.h2-styleA,
h3.h3-styleA,
h4.h4-styleA,
.h2Sub-styleA {
  color: #41a6a2;
}
h2.h2-styleA {
  line-height: 1.3;
  margin-bottom: 15px;
}
h2.h2-styleB {
  /* margin-bottom: 25px; */
}
h2.h2-styleC {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
h2.h2-styleC span {
  padding-right: 15px;
}
h2.h2-styleC hr {
  width: 40%;
  height: 1px;
  background: #fff;
  border: none;
}
h3.h3-styleA {
  margin-bottom: 25px;
}
h3.h3-styleC {
  color: #008abb;
}
h3.h3-styleD {
  margin-bottom: 25px;
}
h4.h4-styleA {
  margin: 15px 0 25px;
}
h4.h4-styleA span {
  margin: 0 0 0 8px;
}
.h2Sub-styleA {
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.5em;
  margin: 10px 0;
}
.text-styleA {
  font-weight: bold;
  line-height: 2;
  font-size: 1.2em;
  margin: 10px 0;
}
.text-styleB:first-child {
  margin: 0;
}
.text-styleB {
  margin: 5px auto;
}
.incA {
  font-weight: bold;
  line-height: 1.8;
}
.text-sizeS {
  font-size: 0.8em;
}
.text-sizeL {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 15px;
}
.textColorRed {
  color: red;
}
@media screen and (max-width: 768px) {
  /* text --------------------------------------------*/
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.5;
  }
  h4 {
    font-size: 1.5em;
  }
  p {
    font-size: 0.9em;
  }
  h2.h2-styleA {
    margin-bottom: 15px;
  }
  h2.h2-styleC {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  h2.h2-styleC span {
    padding-right: 0;
  }
  h2.h2-styleC hr {
    width: 100%;
    margin: 5px 0;
  }
  h3.h3-styleA {
    margin-bottom: 0;
  }
  h3.h3-styleB {
    line-height: 1.8;
  }
  h3.h3-styleC {
    margin: 0 0 10px;
  }
  h4.h4-styleA {
    margin: 5px 0 20px;
  }
  .subTitle {
    line-height: 1.7;
    font-size: 1.1em;
    margin: 10px 0;
  }
  .h2Sub-styleA {
    line-height: 1.5;
    font-size: 1.2em;
    margin: 8px 0;
  }
  .text-styleA {
    line-height: 1.8;
    margin: 25px auto;
    font-size: 1.1em;
  }
  .incA,
  .incB {
    font-weight: bold;
    line-height: 1.6;
  }
  .incA {
    font-size: 1em;
  }
  .incB {
    font-size: 0.85em;
  }
  .text-sizeS {
    font-size: 0.7em;
  }
  .text-sizeL {
    font-size: 1.4em;
    margin: 5px 0;
  }
}
