@charset 'utf-8';
div#report2019 .hdg-l1._hulft-hub {
	background-color: #6fafe2;
}
div#report2019 .hdg-l1._hulft-hub h1 {
	color: #FFF;
  font-size: 3.7rem;
  line-height: 1.4;
	margin-top: -1.4rem;
}
div#report2019 .hdg-l1._hulft-hub h1 span {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 5px 10px 3px;
  background: #b49058;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  div#report2019 .hdg-l1._hulft-hub h1 {
    font-size: 2.0rem;
  }
	div#report2019 .hdg-l1._hulft-hub h1 br.shide {
		display: none;
	}

}
div#report2019 p {
	font-size: 1.6rem; /*114%;*/
  line-height: 1.6;
}
/*-----------------------*/
div#report2019 .speech {
  width: 100%;
  margin: 1.5rem 0;
	position: relative;
}

div#report2019 .speech .face {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
div#report2019 .speech .chatting {
	position: relative;
  width: 100%;
}

div#report2019 .speech .chatting .says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffe4c2;
}

div#report2019 .speech .chatting .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffe4c2;
}
div#report2019 .speech .chatting .says p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  color: #555;
}



