*,
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-setting.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{
	text-align: center;
}
.setting-box{
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.setting-box{
		margin-bottom: 20px;
		font-size: 14px;
	}

}
.setting-box ul li{
	margin: 0 !important;
}
.setting-image{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.setting-image{
		margin-bottom: 20px;
	}
}		
.setting-image img{
	width: 100%;
	display: block;
}
.setting-image2{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.setting-image2{
		margin-bottom: 20px;
	}
}		
.setting-image2 img{
	width: auto;
	margin: auto;
	display: block;
}

.setting-box ul{
	list-style-type: none;
	margin: 0
}


/* Language and Timezone */
.p-settingMT5__language{
	margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
	.p-settingMT5__language{
		margin: 0 0 50px;
	}
}
.setting-table{
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.setting-table{
		width: 100%;
	}
}
.setting-table table{
	width: 100%;
	border-collapse: collapse;
}
.setting-table table tr,
.setting-table table th,
.setting-table table td{
	border-color: #000;
	border-width: 2px;
	padding: 20px 15px;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.setting-table table tr,
	.setting-table table th,
	.setting-table table td{
		padding: 15px;
		font-size: 14px;
	}
}
.setting-table-head{
	text-align: center;
}

/* Sound and Alerts */
.p-settingMT5__control{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-settingMT5__control{
		margin-bottom: 50px;
	}
}


/* Toolbars & Shortcuts */
.p-settingMT5__info,
.p-settingMT5__list,
.p-settingMT5__button{
	margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
	.p-settingMT5__info,
	.p-settingMT5__list,
	.p-settingMT5__button{
		margin: 0 0 30px;
	}
}
.keys-table{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.keys-table{
		width: 100%;
	}
}
.keys-table table{
	width: 100%;
	border-collapse: collapse;
}
.keys-table table tr,
.keys-table table th,
.keys-table table td{
	border-width: 2px;
	padding: 18px 15px;
	background: #FEFFFF;
	border-color: #FED79A;
	color: #000;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.keys-table table tr,
	.keys-table table th,
	.keys-table table td{
		font-size: 14px;
		padding: 12px;
	}
}
.keys-table table th:first-of-type{
	width: 250px;
}
@media screen and (max-width: 767px) {
	.keys-table table th:first-of-type{
		width: 35%;
	}
}
.keys-table table td:last-of-type{
	text-align: left;
}
.setting-box ul.list-dot{
	list-style-type: disc;
	margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
	.setting-box ul.list-dot{
		padding-left: 0;
	}
}
.setting-box .txt-underline{
	text-decoration: underline;
	font-style: normal;
}
.setting-box .list-none{
	list-style-type: none;
}
.setting-box .list-none.pl0{
	padding: 0;
	margin: 0;
}
.pl30{
	padding-left: 30px;
}
.mb50{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.pl30{
		padding-left: 10px;
	}
	.mb50{
		margin-bottom: 30px;
	}
}










