@charset "UTF-8";

.contents_hr.block_line_3 {
    height: 45px;
}
.contents_hr.block_line_3 hr {
    position: relative; 
    width: 45px;
    height: 45px;
    border-bottom: none;
    border-right: none;
    margin: 0 auto;
    transform: rotate(0deg);
    top: 0;
    left: 0;
}
.contents_hr.block_line_3 hr:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("/common/upload_data/taisho-reiencom/image/20221104112943.png") no-repeat center center / contain;
    width: 45px;
    height: 45px;
}