
@charset "UTF-8";

/* top */


/*---共通---*/

#lv{
    width: 100%;
}
#lv_outer {
    background-image: none;
    padding: 0;
}

#lv div {
    top: initial !important;
}
#lv p span {
    top: 2rem;
    left: -25rem;
    color: #1E4066;
    font-weight: bold;
text-shadow: 3px 2px 5px #1E4066;
}
#pan {
    background: #1E4066;
}
#pan ul li a {
    color: #fff;
}
.heading.block_header_1{
    background-image: none; 
}
.heading.block_header_1 .h:last-child{
    color: #333 !important; text-shadow: none;
}
.contents_box01:first-of-type .content_wrapper .heading.block_header_1:before {
    content: "";
    position: absolute; 
    background: url(/common/upload_data/mame-shibacojp/image/20210114124413.png);
    background-size: contain;
    background-repeat: no-repeat; 
    height: 100%; 
    left: 50%; 
    top: 85%; 
    width: 10rem; 
    transform: translate(-50%, -50%);
} 




@media (max-width: 768px) {
#lv p span {
    left: 0;
    width: 90%;
    text-align: left;
}
    }