@charset "utf-8";
/* CSS Document */

[data-module-type="heading"]:has(h2[class*="h2-H006"]) {
  position: relative;
}
h2[class*="h2-H006"] {
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.arrow_h2-H006 {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
  border-top: 12px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}


h3[class*="h3-H006"] {
  padding: 12px 12px;
  border-left: 1px solid #868686;
  font-size: 18px;
  font-weight: normal;
  box-shadow: #c3c3c3 0px 0px 8px 0;
}
/*カラー設定*/
h3.h3-H006-red {
  color: #d71723;
}
h3.h3-H006-orange {
  color: #ff6d00;
}
h3.h3-H006-yellow {
  color: #d4af01;
}
h3.h3-H006-yellowgreen {
  color: #99cc00;
}
h3.h3-H006-green {
  color: #5da736;
}
h3.h3-H006-aqua {
  color: #68c4f5;
}
h3.h3-H006-blue {
  color: #4972da;
}
h3.h3-H006-brown {
  color: #7c5549;
}
h3.h3-H006-pink {
  color: #ff82be;
}
h3.h3-H006-purple {
  color: #a181d1;
}
h3.h3-H006-black {
  color: #111216;
}
h3.h3-H006-colorful {
  color: #868686;
}


h4[class*="h4-H006"] {
  display: inline;
  padding: 9px 3px 0 3px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}