*,
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-mt5.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: 140px 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,
.u-center{
	text-align: center;
}


/*Introduce */
.p-introduceMT5{
	color: #000;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5{
		font-size: 14px;
	}
}
.p-introduceMT5__intro .image-box{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__intro .image-box{
		margin-bottom: 20px;
	}
}
.p-introduceMT5__intro .image-box img{
	max-width: 500px;
	width: 100%;
}
.p-introduceMT5__intro .txt-box{
	width: 100%;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__intro .txt-box{
		margin-bottom: 20px;
	}
}
.p-introduceMT5__intro .info-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__intro .info-box{
		display: block;
	}
}
.p-introduceMT5__intro .info-box__item{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__intro .info-box__item{
		margin-bottom: 15px;
	}
}
.p-introduceMT5__intro .info-box__item h3{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__intro .info-box__item h3{
		font-size: 16px;
	}
}
.p-introduceMT5__intro .info-box__item p{
	margin-bottom: 0;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__intro .info-box__item p{
		font-size: 14px;
	}
}


/* different MT4-MT5 */
.p-introduceMT5__compare .image-box{
	max-width: 550px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__compare .image-box{
		margin-bottom: 20px;
	}
}
.mt5-box{
	width: 100%;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.mt5-box{
		font-size: 14px;
	}
}
.p-introduceMT5__compare  .mt5-box{
	max-width: 550px;
	margin: 0 auto;
}

/* requirement  */
.mt5-table{
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.mt5-table{
		margin-bottom: 30px;
	}
}
.mt5-table__head{
	padding: 15px;
	font-size: 22px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #eee;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.mt5-table__head{
		font-size: 16px;
	}
}
.icon-note{
	mix-blend-mode: multiply;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
	transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
	.icon-note{
		width: 15px;
		margin-right: 5px;
	}
}
.mt5-table table{
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
}
.mt5-table table tr{

}
.mt5-table table th,
.mt5-table table td{
	padding: 15px 10px;
	border: 1px solid #ccc !important;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.mt5-table table th,
	.mt5-table table td{
		font-size: 14px;
	}
}
.mt5-table table th{
	color: #0D69C5;
	text-transform: capitalize;
	letter-spacing: 0;
	width: 250px;
}
@media screen and (max-width: 767px) {
	.mt5-table table th{
		width: 45%;
	}
}

/* How to install */
.mt5-step{
	margin-bottom: 50px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.mt5-step{
		margin-bottom: 25px;
		font-size: 14px;
	}
}
.mt5-step ul{
	padding-left: 0;
	margin: 0;
}
.mt5-step__cont-image{
	margin: 20px 0;
}
@media screen and (max-width: 767px) {
	.mt5-step__cont-image{
		margin: 10px 0;
	}
}

.p-introduceMT5__login .mt5-step ul{
	margin: 0 !important;
}
.login-item{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.login-item{
		margin-bottom: 20px;
	}
}
.login-item p{
	margin-bottom: 0;
}


/* Demo Account Creation */

.p-introduceMT5__demo .mt5-step__cont-image{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-introduceMT5__demo .mt5-step__cont-image{
		margin-bottom: 20px;
	}
}
.p-introduceMT5__demo .mt5-step__cont-image img{
	display: block;
	width: auto;
	margin-left: auto;
	margin: auto;
}
.list-zero{
	margin: 0 !important;
}
.list-none{
	list-style-type: none;
}
.list-none li{
	margin-left: 0;
}
.link-under{
	text-decoration: underline !important;
}
.link-color{
	color: #1c76d2 !important;
}

.txt-blue{
	color: #004aad;
}
.mt5-step__cont-image2{
	margin-bottom: 20px;
}

.mt5-step__cont-image2 img{
	display: block;
	width: auto;
	margin: auto;
}
.mb50{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.mb50{
		margin-bottom: 30px;
	}
}
.mb100{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.mb50{
		margin-bottom: 50px;
	}
}

.ib-step{
	color: #000;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.ib-step{
		font-size: 14px;
	}
}
.ib-step__head{
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.ib-step__head{
		font-size: 15px;
	}
}
.item-ib-num{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	background: #F83A00;
	width: 26px;
	height: 26px;
	margin-right: 3px;
}
.txt-caption{
	color: #000;
}


