@charset "UTF-8";

#mv .mv_text > div{
padding-left: 9%;
}
#mv .mv_text p{
    padding-top: 10px;
    font-size: 4rem;
    font-weight: bold;
    color: #161618;
    text-shadow: 1px 2px 3px #fff;
}
.heading.block_header_1 p, .heading.block_header_6 .h{
color: #008055;
/*border-top: 2px dotted #008000;
border-bottom: 2px dotted #008000;*/
padding: 0px;
}

.heading.block_header_1 .h, .heading.block_header_6 p{
color: #9d9d9d;
}

@media screen and (max-width: 800px){
#mv .mv_text > div{
padding-left: 4%;
}
}