@charset "UTF-8";
.notebox-shigen-wrapper{
    display:flex;
    align-items:flex-start;
    margin-bottom:1em;
    width:100%;
    box-sizing:border-box;
    border:3px solid #339900;
    padding :1em;
    }
    
.contens_wrap h5.h5-shigen{
    color:#339900;
    border-top: solid 4px #339900;
    border-bottom: solid 4px #339900;
    }
    .notebox-shigen-left{
    padding : 0 1em;
    flex:0 0 40%;
    }
    .notebox-shigen-left strong{
    font-size:130%;
    }
    .notebox-shigen-left span{
    font-size:80%;
    color: #666666;
    display:block;
    line-height:1.8em;
    text-align :center;
    }
    .notebox-shigen-right{
    flex: 1;
    }
    
    .notebox-shigen-right span{
    color: rgb(255, 0, 0);
    }
    
    @media screen and (max-width: 999px) {
    .notebox-shigen-wrapper{
    display:block;
    }
    }
    