*,
html,
body {
	margin: 0;
	padding: 0;
}

.wcm {
	max-width: 1160px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm {
		width: 100%;
	}
}
.wcm01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm01 {
		width: 100%;
	}
}

.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}

.c-btn01 {
	text-align: center;
	max-width: 250px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #00b050;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
		border-radius: 4px;
	}
}

.c-btn01:hover {
	opacity: .65;
	color: #fff;
}

.p-pageName {
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/09/bg-chart.png") no-repeat right center;
	background-size: cover;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	text-align: center;
	position: relative;
	padding: 120px 0;
}

@media screen and (max-width: 767px) {
	.p-pageName {
		height: auto;
		min-height: 0;
		padding: 50px 0;
	}
}

.p-pageName:after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
}
.p-pageName .wcm{
	max-width: 100%;
}

.p-pageName__ttl{
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.p-pageName__ttl {
		font-size: 24px;
		text-shadow: -1px -1px 6px rgba(0,0,0,0.34);
	}
}

.p-pageName__cont{
	display: flex;
	height: 100%;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-pageName__cont{
		padding: 40px 0;
	}
}
.c-ttl01 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.c-ttl01--center{
	text-align: center;
}
.charts-box{
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.charts-box{
		margin-bottom: 20px;
		font-size: 14px;
	}
}
.charts-box ul li{
	margin: 0 !important;
}
.charts-image{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.charts-image{
		margin-bottom: 20px;
	}
}		
.charts-image img{
	width: 100%;
	display: block;
}
.charts-box ul{
	list-style-type: none;
	margin: 0
}
.charts-box ul.pl0{
	padding: 0;
	margin: 0;
}
.charts-image2{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.charts-image2{
		margin-bottom: 20px;
	}
}
.charts-image2 img{
	display: block;
	margin: 0 auto;
}


/* Changing styles  */
.p-chartsMT5__changing,
.p-chartsMT5__background{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-chartsMT5__changing,
	.p-chartsMT5__background{
		margin-bottom: 50px;
	}
}

.chart-table table{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-collapse: color;
}
.chart-table table th,
.chart-table table td{
	border-color: #333 !important;
	color: #000;
	padding: 25px 15px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.chart-table table th,
	.chart-table table td{
		font-size: 14px;
		padding: 15px;
	}
}
.chart-table table td:first-of-type{
	text-align: center;
	width: 200px;
}

@media screen and (max-width: 767px) {
	.chart-table table td:first-of-type{
		width: 35%;
	}
}


/* Technical Objects */
.chart-table2{
	margin: 0 auto 50px;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.chart-table2{
		width: 100%;
		margin-bottom: 25px;
	}
}
.chart-table2 table{
	width: 100%;
	border-collapse: collapse;
}
.chart-table2 table tr,
.chart-table2 table th,
.chart-table2 table td{
	border-color: #FFD89E;
	border-width: 2px;	
	color: #000;
	padding: 15px;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.chart-table2 table tr,
	.chart-table2 table th,
	.chart-table2 table td{
		font-size: 14px;
		padding: 10px;
	}
}
.chart-table2 table th{
	background: #FFEBCD;
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}
@media screen and (max-width: 767px) {
	.chart-table2 table th{
		font-size: 15px;
	}
}
.chart-table2 table td:first-of-type{
	width: 180px;
}
@media screen and (max-width: 767px) {
	.chart-table2 table td:first-of-type{
		width: auto;
	}
}
.chart-table2 table td:last-of-type{
	text-align: left;
}

.p-chartsMT5__display{
	margin: 100px 0;
}

@media screen and (max-width: 767px) {
	.p-chartsMT5__display{
		margin: 50px 0;
	}
}
.tbl-chart table, 
.tbl-chart table tr,
.tbl-chart table td{
	border: none !important;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.tbl-chart table, 
	.tbl-chart table tr,
	.tbl-chart table td{
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
	.tbl-chart table, 
	.tbl-chart table tr,
	.tbl-chart table td{
		font-size: 12px;
	}
}

