  .contents_body .block-mv .sp{
    width: 100vw;
}
.contents_body .block-wrap p span{
	font-weight: bold;
}

.contents_body .block-wrap p.caution {
	margin: 1em 0 3em;
}

.contents_body .block-wrap a {
    position: relative;
    display: block;
    font-weight: bold;
    color: #0099D9;
    margin-bottom: -3px;
    padding: 0 21px 0 21px;
    margin-top: 0.2em;
}
.contents_body .block-wrap a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0099D9;
    border-right: 2px solid #0099D9;
    transform: rotate(
	45deg
	);
    top: 3px;
    left: 4px;
}
.contents_body .block-wrap a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0099D9;
    bottom: -3px;
    background: url("/jp/en/solution/rare-earth/img/icon-blank.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.2em;
}

.contents_body .block-wrap .row .left01{
	width: 560px;
}

.contents_body .block-wrap .row .left02{
	width: 52%;
}

.contents_body .block-wrap .row .rigth01{
	width: 34%;
}

.contents_body .block-wrap .row .rigth02{
	width: 38%;
    margin-left: 0.5em;
}


@media screen and (max-width: 767px) {
	.contents_body .block-wrap a {
		line-height: 1.5;
	}
	.contents_body .block-wrap a:before {
	    top: 6px;
	}	
	.contents_body .block-wrap a:after {
		width: 15px;
		height: 15px;
	    bottom: 3px;
	}
	.contents_body .block-wrap .row .left01{
		width: 100%;
	}
	
	.contents_body .block-wrap .row .left02{
		width: 100%;
	}
	
	.contents_body .block-wrap .row .rigth01{
		width: 100%;
	}
	
	.contents_body .block-wrap .row .rigth02{
		width: 100%;
	}
	.contents_body .block-wrap a {
		line-height: 2;
	}
	.contents_body .block-wrap a:before {
	    top: 10px;
	}
	.contents_body .block-wrap a :after {
	    bottom: 4px;
	}


}