@charset "utf-8";

/*a{color: #a64dff;}*/
.section-title{border-left: 1rem solid #a64dff;}

.bg-yellow{background-color: #fffbd2;}
.bg-purple{background-color: #a64dff;}
.border-purple{border:0.1rem solid #a64dff;}

.txt-purple{color: #a64dff;}

.section-sub-title-01.accordion-trigger{ padding: 0.8rem 2em;}

.report-list li{padding:  0.5em 0 0.5em 1.6rem; display: block;}
.arrow-m::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-top: 0.2rem solid #a64dff;
  border-right: 0.2rem solid #a64dff;
  transform: rotate(45deg);
  content: "";
}

.h2o-name {
  font-size: 80% !important;
  display: inline !important;
}