*,
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-interface-1.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;
	color: #000;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.c-ttl01--center{
	text-align: center;
}
.c-ttl02{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.c-ttl02{
		font-size: 18px;
		margin-bottom: 10px;
	}
}

/* Window Layout */
.p-understadingMT5__ui .c-ttl01{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
}
.inter-box{
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.inter-box{
		margin-bottom: 20px;
		font-size: 14px;
	}
}
.inter-box ul{
	margin: 0 !important;
}
.inter-box ul.list-none{
	list-style-type: none;
	padding-left: 0 !important;
}
.inter-box ul.list-none.pl10{
	padding-left: 30px !important;
}
@media screen and (max-width: 767px) {
	.inter-box ul.list-none.pl10{
		padding-left: 20px !important;
	}
}
.inter-box ul.list-none li{
	margin-left: 0 !important;
}
.inter-box ul.list-time{
	padding-left: 0 !important;
}
.inter-box ul.list-time li{
	margin-left: 1.5rem !important;
}
.inter-box ul.list-dot{
	list-style-type: disc;
}
.inter-box ul.list-dot li{
	margin-left: 0 !important;
}
.inter-image{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.inter-image{
		margin-bottom: 15px;
	}
}
.inter-image img{
	display: block;
	width: 100%;
}
.inter-image2{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.inter-image2{
		margin-bottom: 10px;
	}
}
.inter-image2 img{
	display: block;
	width: auto;
	margin: auto;
}

/* Navigator Panels */
.p-understadingMT5__napa .c-ttl01{
	text-align: center;
}
.p-understadingMT5__napa .inter-box ul{
	margin: 0;
}
.p-understadingMT5__napa .inter-box ul li{
	margin-left: 0;
}
.p-understadingMT5__napa .inter-box .txt-red{
	color: #FF4027;
}


/* Market Watch */
.p-understadingMT5__market .market-box{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__market .market-box{
		margin-bottom: 20px;
	}
}
.p-understadingMT5__market .market-box__ttl{
	font-size: 25px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__market .market-box__ttl{
		font-size: 17px;
	}
}
.p-understadingMT5__market .market-box__txt{
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__market .market-box__txt{
		font-size: 14px;
	}
}
.p-understadingMT5__market  .market-box__ttl01{
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__market  .market-box__ttl01{
		font-size: 20px;
	}
}
.p-understadingMT5__market .image-box{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__market .image-box{
		margin-bottom: 20px;
	}
}

/* Chart Operation */
.p-understadingMT5__chart{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__chart{
		margin-bottom: 50px;
	}
}
.chart-box{
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.chart-box{
		margin-bottom: 30px;
	}
}
.chart-box__head{
	padding: 0 20px;
	display: flex;
}
@media screen and (max-width: 767px) {
	.chart-box__head{
		padding: 0 10px;
	}	
}
.chart-box__head span{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background: #BE2A00;
}
@media screen and (max-width: 767px) {
	.chart-box__head span{
		font-size: 17px;
		width: 25px;
		height: 25px;
	}
}
.chart-box__head h2{
	width: calc(100% - 35px);
	padding-left: 12px;
	font-size: 30px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.chart-box__head h2{
		width: calc(100% - 25px);
		font-size: 19px;
		padding-left: 8px;
	}
}
.chart-box__cont table{
	width: 100%;
	border-collapse: collapse;
}

.chart-box__cont table th,
.chart-box__cont table td{
	padding: 15px;
	border-color: #ccc !important;
	border-width: 2px !important;
	color: #000;
	line-height: 1.7;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.chart-box__cont table th,
	.chart-box__cont table td{
		padding: 10px;
		line-height: 1.5;
		font-size: 14px;
	}
}
.chart-box__cont table th{
	text-align: center;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.chart-box__cont table th{
		width: 25%;
	}
	.chart-box__cont table th img{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
}
.chart-box__cont table td{
	width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
	.chart-box__cont table td{
		width: 65%;
	}
}

/* Toolbox  */
.inter-box__list{
	padding-left: 0;
}
.tool-area{
	margin: 50px 0 80px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.tool-area{
		margin: 25px 0 40px;
}
}
.tool-area__head{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.tool-area__head{
		font-size: 25px;
		margin-bottom: 15px;
	}
}
.tool-area__cont{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px
}
@media screen and (max-width: 767px) {
	.tool-area__cont{
		display: block;
	}
}
.tool-area__cont .inter-box{
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.tool-area__cont .inter-box{
		font-size: 14px;
	}
}
.tool-area__cont2{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.tool-area__cont2{
		display: block;
	}
}
.tool-area__cont2 .inter-box{
	width: calc(80% - 50px);
}
@media screen and (max-width: 767px) {
	.tool-area__cont2 .inter-box{
		width: 100%
	}
}
.tool-area__cont2 .inter-box ul li{
	margin: 0;
}
.tool-area__cont2 .inter-image{
	width: 20%;
}
@media screen and (max-width: 767px) {
	.tool-area__cont2 .inter-image{
		width: 100%;
	}
}
.tool-area__cont3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.tool-area__cont3{
		display: block;
	}
}
.tool-area__cont3 .inter-image{
	width: 32%;
}
@media screen and (max-width: 767px) {
	.tool-area__cont3 .inter-image{
		width: 100%;
	}
}
.tool-area__cont3 .inter-box{
	width: calc(68% - 50px);
}
@media screen and (max-width: 767px) {
	.tool-area__cont3 .inter-box{
		width: 100%;
	}
}

.p-understadingMT5__tool .tool-area:first-of-type{
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.p-understadingMT5__tool .tool-area:first-of-type{
		margin-top: 50px;
	}
}
.tool-area__sub {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.tool-area__sub {
		margin-top: 30px;
	}
}
.tool-area__sub .ttl{
	font-size: 30px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.tool-area__sub .ttl{
		font-size: 18px;
		margin-bottom: 15px;	
	}
}
.tool-area__sub  .ttl02{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.tool-area__sub  .ttl02{
		font-size: 16px;
		margin-bottom: 8px;
	}
}
.inter-box .txt-big{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.inter-box .txt-big{
		font-size: 15px;
	}
}
.inter-box .txt-link{
	text-decoration: underline;
	color: #4A76B8;
}

.mb50{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.mb50{
		margin-bottom: 30px;
	}
}













