@charset "UTF-8";
#annotation{
    margin-top: 40px;
    border-radius: 10px;
    padding: 25px 18px;
    background: #e4d9d9;
    font-weight: normal;
    font-size: 10px;
    border-left: 8px solid #d73d3d;
}
#annotation .annotation__title_main{
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 12px;
    color: #960a0e;
}
#annotation .annotation__title_main img{
    width:18px;
    display: inline;
    vertical-align: text-top;
}
#annotation .annotation__title{
    font-weight: bold;
    margin-bottom: 15px;
}
#annotation p{
    margin-bottom: 25px;
    line-height: 1.6;
}
#annotation p.annotation__left{
    padding-left: 10px;
}
#annotation p:last-child{
    margin-bottom: 0;
}
#annotation a{
    text-decoration: none;
    word-break: break-all;
    color:#0000EE;
}
#annotation a:hover{
    text-decoration: underline;
}
.hosoku{
    color: var(--color-white);
    margin-top: 62px;
}
.hosoku_accent{
    color:#ffd000;
}
.fwb{
    font-weight: bold;
}

@media screen and (min-width: 1024px) {

    #annotation{
        font-size: 14px;
        padding: 40px 30px;
    }

    #annotation .annotation__title_main{
        font-size: 1.1rem;
    }

    #annotation .annotation__title_main img{
        width:20px;
        vertical-align: bottom;
    }

    #annotation p.annotation__left{
        padding-left: 20px;
    }


}