/*.highlight {
	opacity: 0;
}*/
/*.highlight:hover {
	opacity: 1;
}*/

.moneybarBox {
	width: 750px;
	transform-origin: left top;
	padding: 50px;
	position: relative;
	color: #000;
	/*font-family: 'PF DinText Universal';*/
}
/*.pc .moneybarBox {
	width: 960px;
	padding: 38px 72px;
}*/
.moneybarBox .t1 {
	font-weight: bold;
	font-size: 40px;
	background: url(img/moneyBarTitleMobile.png) no-repeat center / contain;
	width: 100%;
  height: 100px;
  background-position: left center;
}
.pc.moneybarBox .t1 {
	font-size: 30px;
	background: url(img/moneyBarTitle.svg) no-repeat center / contain;
  background-position: center;
  height: 40px;
}
.pc.moneybarBox .t3,
.pc.moneybarBox .t5 {
	font-size: 15px;
	height: 15px;
}
.moneybarBox .t2 {
	font-size: 32px;
}
.moneybarBox .t3 {
	margin-top: 18px;
	font-weight: bold;
	font-size: 18px;

	background: url(img/moneyBar1.png) no-repeat left center / contain;
	height: 22px;
}
.mobile.moneybarBox .t3 {
	margin-top: 50px;
}
/*.moneybarBox .t3::before {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 18px;
	background: #81C6D9;
	position: relative;
	top: 3px;
}*/
.moneybarBox .t4 {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 36px;
}
.moneybarBox .t5 {
	font-weight: bold;
  font-size: 18px;
  padding-left: 36px;
  position: relative;
	background: url(img/moneyBar2.png) no-repeat left center / contain;
	height: 34px;
}
/*.moneybarBox .t5::before {
		content: ' ';
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-right: 18px;
    background: #C5B878;
    position: absolute;
    top: 2px;
    left: 0px;
}*/
.moneybarBox .t6 {
	font-size: 14px;
	margin-top: 5px;
	padding-left: 36px;
}
.pc.moneybarBox svg {
	margin-top: -50px;
/*	position: relative;
	top: -30px;*/
}

