*,
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: 400px;
	width: 100%;
	display: block;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 25px;
	text-decoration: underline;
	background: #004aad;
	box-sizing: border-box;
}

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

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

.c-btn01--nounder{
	text-decoration: none;
}

.c-ttl01 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	color: #004aad;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
.c-ttl02{
	font-weight: bold;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.c-ttl02{
		font-size: 19px;
	}
}
.c-ttl03{
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
@media screen and (max-width: 767px) {
	.c-ttl03{
		font-size: 18px;
	}
}
.c-ttl03 span{
	padding-right: 5px;
}

.c-ttl04{
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.c-ttl04{
		font-size: 16px;
	}
}
.c-ttl01--center{
	text-align: center;
}
.c-ttl01.mb0{
	margin-bottom: 0;
}

.social-head{
	color: #000;
	font-size:26px;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.social-head{
		font-size: 18px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
}
.social-head:before{
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/09/icon-checkbox.png) no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.social-head:before{
		width: 15px;
		height: 15px;
	}
}
.c-txt-base{
	color: #000;
	margin-bottom: 25px;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.c-txt-base{
		margin-bottom: 15px;
		font-size: 16px;
	}
}
.social-box{
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.social-box{
		margin-bottom: 20px;
		font-size: 14px;
	}

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

.social-list{
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.social-list{
		font-size: 14px;
		margin-bottom: 20px;
	}
}
.txt-red{
	color: #fa0303;
}
.txt-blue{
	color: #004aad;
}
.social-txt{
	color: #000;
	font-size: 16px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.social-txt{
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.txt-big{
	font-size: 18px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.txt-big{
		font-size: 15px;
	}
}

a.txt-link{
	color: #004aad;
	text-decoration: underline;
}
a.txt-link:hover{
	opacity: .7;
	text-decoration: none;
}
.benefit-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	background: #f0f7fa;
	padding: 30px;
	border-radius: 30px;
	margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
	.benefit-box{
		display: block;
		padding: 30px 15px 10px;
	}
}
.benefit-box-item{
	display: flex;
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.benefit-box-item{
		font-size: 14px;
		margin-bottom: 20px;
	}
}
.benefit-box-item .icon{
	width: 80px;
}
@media screen and (max-width: 767px) {
	.benefit-box-item .icon{
		width: 60px;
	}
}
.benefit-box-item .cont{
	width: calc(100% - 80px);
	padding-left: 15px;
}
@media screen and (max-width: 767px) {
	.benefit-box-item .cont{
		width: calc(100% - 60px);
	}
}
.benefit-box-item .cont strong{
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.benefit-box-item .cont strong{
		font-size: 15px;
	}
}
.btn-guidance{
	display: block;
	max-width: 380px;
	width: 100%;
	margin: 20px auto;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	background: #004aad;
}
@media screen and (max-width: 767px) {
	.btn-guidance{
		max-width: 260px;
		font-size: 16px;
	}
}
.btn-guidance:hover{
	text-decoration: none;
	color: #fff;
	opacity: .7;
}

.benefit-block01,
.benefit-block02,
.benefit-block03{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.benefit-block01,
	.benefit-block02,
	.benefit-block03{
		margin-bottom: 50px;
	}
}
.benefit-block02 .c-ttl01,
.benefit-block03 .c-ttl01,
.benefit-block04 .c-ttl01{
	font-size: 35px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.benefit-block02 .c-ttl01,
	.benefit-block03 .c-ttl01,
	.benefit-block04 .c-ttl01{
		font-size: 20px;
		margin-bottom: 5px;
	}
}

.pl30{
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	.pl30{
		padding-left: 20px;
	}
}
.pl20{
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.pl20{
		padding-left: 10px;
	}
}
.pl0{
	padding-left: 0 !important;
}
.underline-red{
	text-decoration: underline red;
}
.list-dot{
	list-style-type: disc !important;
	padding-left: 24px !important;
} 
.list-dot li{
	margin: 3px 0;
}

.list-number > li{
	padding-left: 32px;
	position: relative;
	margin: 3px 0;
}
@media screen and (max-width: 767px) {
	.list-number{
		padding-left: 0;
	}
	.list-number > li{
		padding-left: 27px;
	}
}
.list-number .no{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #fa0303;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.list-number .no{
		width: 23px;
		height: 23px;
		font-size: 15px;
	}
}
.link-hover:hover{
	opacity: .7;
}
@media screen and (max-width: 767px) {
	.link-hover img{
		max-width: 180px;
	}
}

.p-socialMT5-follower{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-socialMT5-follower{
	margin-bottom: 50px;
}
}

.ready-box{
	text-align: center;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.ready-box{
		margin-top: 30px;
	}
}
p.ready-box-ttl{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
	p.ready-box-ttl{
		font-size: 18px;
		margin-bottom: 10px !important;
	}
}

.p-socialMT5-supcription{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-socialMT5-supcription{
		margin-bottom: 50px;
	}
}

.txt-sub{
	font-size: 18px;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 767px) {
	.txt-sub{
		font-size: 16px;
	}
}
.c-table01{
	margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
	.c-table01{
		margin: 20px 0;
		overflow: scroll;
	}
}
.c-table01 table{
	width: 100%;
	border-collapse: collapse;
}
@media screen and (max-width: 767px) {
	.c-table01 table{
		width: 900px;
	}
}
.c-table01 table tr,
.c-table01 table td{
	border-color: #004aad;
	color: #000;
	font-size: 16px;
	border-width: 2px;
}
.c-table01 table td{
	padding: 20px 12px;	
}
@media screen and (max-width: 767px) {
	.c-table01 table{
		margin-bottom: 10px;
	}
	.c-table01 table tr,
	.c-table01 table td{
		font-size: 14px;
	}
}
.c-table01 table td:first-of-type{
	width: 80px;
}
@media screen and (max-width: 767px) {
	.c-table01 table td:first-of-type{
		width: 60px;
	}
	.c-table01 table td{
		padding: 15px 10px;	
	}
}
.c-table01 table .txt-no{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	background: #fa0303;
	color: #fff;
	border-radius: 100%;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.c-table01 table .txt-no{
		width: 25px;
		height: 25px;
		font-size: 15px;
	}
}
.c-table01 td .txt-big{
	display: block;
}
.c-table01--style2 table td:first-of-type{
	width: auto;
	text-align: center;
}

.p-supcription-account{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-supcription-account{
		margin-bottom: 50px;
	}
}
.p-socialMT5-modifyA,
.p-socialMT5-modifyB,
.p-socialMT5-modifyC{
	margin-bottom: 100px;
}
.p-socialMT5-modifyD{
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.p-socialMT5-modifyA,
	.p-socialMT5-modifyB,
	.p-socialMT5-modifyC{
		margin-bottom: 50px;
	}
	.p-socialMT5-modifyD{
		margin-bottom: 30px;
	}
}

.txt-upper{
	text-transform: uppercase;
}

.list-dot2{
	list-style-type: circle;
}
.list-dot2 li{
	margin: 3px 0;
}
.list-no{
	list-style-type: number !important;
}
.c-btn01--big{
	max-width: 480px !important;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.c-btn01--big{
		max-width: 300px !important;
		font-size: 14px;
	}
}
.p-socialMT5,
.p-socialMT5-other,
.p-socialMT5-monitor,
.p-socialMT5-modify,
.p-socialMT5-supcription,
.p-socialMT5-follower,
.p-socialMT5-otherpro,
.p-socialMT5-fee{
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.p-socialMT5,
	.p-socialMT5-other,
	.p-socialMT5-monitor,
	.p-socialMT5-modify,
	.p-socialMT5-supcription,
	.p-socialMT5-follower,
	.p-socialMT5-otherpro,
	.p-socialMT5-fee{
		margin-top: 50px;
	}
}
.p-socialMT5-other .social-box .social-box-item{
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-socialMT5-other .social-box .social-box-item{
		margin-bottom: 1rem;
	}
}
.p-socialMT5-other .social-box p{
	margin-bottom: 0!important;
}

.p-socialMT5-other .social-box ul li{
	margin: 3px 0;
}

.social-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.social-flex{
		display: block;
		margin-bottom: 20px;
	}
}
.social-flex .social-image{
	width: 45%;
}
@media screen and (max-width: 767px) {
	.social-flex .social-image{
		width: 100%;
		margin-bottom: 10px;
	}
}
.social-flex .c-table01{
	width: 53%;
}

@media screen and (max-width: 767px) {
	.social-flex .c-table01{
		width: 100%;
	}
}


.p-socialMT5-offers01,
.p-socialMT5-offers02{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.p-socialMT5-offers01,
	.p-socialMT5-offers02{
		margin-bottom: 40px;
	}
}

.c-table01 .list-dot.pl0{
	padding-left: 0 !important;
}

.social-notice{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
@media screen and (max-width: 767px) {
	.social-notice{
		display: block;
	}
	.social-notice .social-image{
		margin-bottom: 20px;
	}
}


.calc-box{
	display: flex;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: bold;
	color: #004aad;
}
@media screen and (max-width: 767px) {
	.calc-box{
		margin-bottom: 20px;
		font-size: 15px;
	}
}
.calc-box-left{
	width: 170px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.calc-box-left{
		width: 130px;
	}
}
.calc-box-right{
	width: calc(100% - 170px);
	padding-bottom: 0;
	padding-left: 5px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.calc-box-right{
		width: calc(100% - 130px);
		padding-left: 0;
	}
	.social-box ul li{
		margin: 3px 0;
	}
}

.p-socialMT5-modifyE .c-ttl02{
	text-transform: uppercase;
}
.txt-notice{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
	color: #fa0303;
}
@media screen and (max-width: 767px) {
	.txt-notice{
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.social-more{
	font-weight: bold;
	display: flex;
	color: #000;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.social-more{
		font-size: 14px;
	}
}
.social-more-right p{
	margin-bottom: 0;
	padding-left: 5px;
}
.pc-only{
	display: block;
}

@media screen and (max-width: 767px) {
	.pc-only{
		display: none;
	}
}



