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

.wcm01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

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

.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}
.c-ttl01 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}
.c-ttl01--center,
.u-center{
	text-align: center;
}
.ib-guide {
	color: #000;
}

.ib-guide > .container > p{
    margin-bottom:35px;
    color:#222;
}

.guide-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:50px 0;
	font-size: 16px;
	color: #000;
}

.guide-left{
    flex: 1;
	padding-right: 40px;
}

.guide-right{
    flex:0 0 45%;
}

.guide-right img{
    width: 100%;
    display:block;
    border:1px solid #999;
}

.step{
    margin-bottom:50px;
}

.step strong{
    display:inline;
    font-weight:700;
}

.step p{
    display:inline;
}

.step a{
    display:inline-block;
	text-decoration: underline;
    margin-top:25px;
    margin-left: 10%;
    color:#0b51d8;
    font-weight:700;
	font-size: 18px;
}

.highlight{
    color:#d72800;
    font-weight:700;
}
.txt-red{
	color: #bf1700;
}
.fs18{
	font-size: 18px;
}
/* Responsive */

@media (max-width:992px){
    .guide-content{
        flex-direction:column;
		gap: 20px;
    }

    .guide-right{
        flex:unset;
        max-width:500px;
        margin:auto;
    }
	.guide-left{
		padding-right: 0;
	}

    .step a{
        margin-left:0;
    }
	.fs18{
		font-size: 16px;
	}

}

.referral-block{
	margin: 40px 0;
}
@media (max-width:767px){
	.referral-block{
		margin: 20px 0;
	}
	.guide-content{
		gap: 0;
	}
}

.referral-block__head{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 30px;
}
@media (max-width:767px){
	.referral-block__head{
		font-size: 19px;
		margin-bottom: 15px;
	}
	.guide-content{
		margin: 15px 0;	
	}
	.step{
		margin-bottom: 20px;	
	}
	.step a{
		margin: 0 !important;
		display: block;
		font-size: 16px;
	}
	.referral-block .icon{
		width: 34px !important;
		margin: 0 5px !important;
	}
}
