@charset "utf-8";
body{
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-style: normal;
  margin-top:55px;
}
/*
h1 {
  position: relative;
  padding-left: 25px;
}

h1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
*/

.title-design {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
  font-weight:bold;
	border-bottom: 1px solid rgba(5,62,98,1);
}

.title-design span {
	position: relative;
	z-index: 2;
}

.title-design::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
