#multi-stakeholder {
    width: 90%;
    margin: 0 auto 0 auto;
}

.multi-stakeholder_ttl {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
}

.notice{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

#multi-stakeholder  h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 25px 0 5px;
}

.honbun02 dd{
    padding-left: 12px;
}

.boxright {
    margin-top: 30px;
}

.boxright p {
    text-align: right;
}

.boxright p.name {
    margin-top: 10px;
}

.sp_br{
    display: none;
}

@media only screen and (min-width:479px) and (max-width:768px){
    .sp_br{
        display:block;
    }
}