@charset "UTF-8";

#img_start + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/start.png) no-repeat center left/contain;
}
#img_tuikyu + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/tuikyu.png) no-repeat center left/contain;
}
#img_jisseki + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/jisseki.png) no-repeat center left/contain;
}
#img_program + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/program.png) no-repeat center left/contain;
}
#img_shikaku + section .heading.block_header_2 .h::before{
	background: url(/common/upload_data/climbitscom/image/shikaku.png) no-repeat center left/contain;
}

#img_start + section .heading.block_header_2 .h::before{
	top: -15px;
}
#img_tuikyu + section .heading.block_header_2 .h::before{
	top: -16px;
}
#img_jisseki + section .heading.block_header_2 .h::before{
	top: -10px;
}
#img_program + section .heading.block_header_2 .h::before{
	top: -16px;
}
#img_shikaku + section .heading.block_header_2 .h::before{
	top: -17px;
}

@media screen and (max-width: 800px) {
	#img_start + section .heading.block_header_2 .h::before{
	top: 13px;
}
#img_tuikyu + section .heading.block_header_2 .h::before{
	top: 11px;
}
#img_jisseki + section .heading.block_header_2 .h::before{
	top: 17px;
}
#img_program + section .heading.block_header_2 .h::before{
	top: 13px;
}
#img_shikaku + section .heading.block_header_2 .h::before{
	top: 12px;
}
}
@media screen and (max-width: 498px) {
	#img_start + section .heading.block_header_2 .h::before{
	top: 35px;
}
}
@media screen and (max-width: 454px) {
	#img_tuikyu + section .heading.block_header_2 .h::before {
    top: 38px;
}
#img_program + section .heading.block_header_2 .h::before {
    top: 37px;
}
}
@media screen and (max-width: 434px) {
	#img_jisseki + section .heading.block_header_2 .h::before {
    top: 33px;
}
}
@media screen and (max-width: 413px) {
	#img_shikaku + section .heading.block_header_2 .h::before {
    top: 34px;
}
}