/* 重要なお知らせ */
.c-ttl_page .c-txt_main.-important {
    position: relative;
    padding-left: 40px;
}
.c-ttl_page .c-txt_main.-important:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 39px;
    background: url(/library/jpn2/important/common/images/icon_i.png) no-repeat bottom left;
}

@media screen and (max-width:767px){
	.c-ttl_page .c-txt_main.-important {
		padding-left: 25px;
	}
	.c-ttl_page .c-txt_main.-important:before{
		top: 5px;
		width: 15px;
		height: 26px;
		background-size: 100%;
	}
}