@charset "UTF-8";

#img_merit + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/merit.png) no-repeat center left/contain;
}
#img_custom + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/custom.png) no-repeat center left/contain;
}

a[id^="img_"] + section .heading.block_header_2 .h::before {
    top: -15px;
}

@media screen and (max-width: 800px) {
a[id^="img_"] + section .heading.block_header_2 .h::before {
    top: 13px;
}
}

@media screen and (max-width: 413px) {
a#img_merit+section .heading.block_header_2 .h::before {
    top: 37px;
}
}

@media screen and (max-width: 393px) {
a#img_custom+section .heading.block_header_2 .h::before {
    top: 35px;
}
}