@charset "UTF-8";

#note + section .heading.block_header_3 {
    background: none;
	color: var(--i_txt_color);
}

#note + section .heading.block_header_3 .h {
    font-size: 1.7rem;
    position: relative;
    display: inline-block;
}

#note + section .heading.block_header_3 .h:before {
    content: "";
    display: inline-block;
    top: 50%;
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(/common/upload_data/p-hotelsnet/image/20220928091356.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 497px) {
#note + section .heading.block_header_3 .h {
    width: 90%;
}
#note + section .heading.block_header_3 .h:before {
    right: -25px;
}
}