@charset "UTF-8";
.notebox-recycle-wrapper{
    display:flex;
    align-items:flex-start;
    margin-bottom:1em;
    width:100%;
    box-sizing:border-box;
    border:3px solid #996699;
    padding :1em;
    }
    
.contens_wrap h5.h5-recycle{
    color:#996699;
    border-top: solid 4px #996699;
    border-bottom: solid 4px #996699;
    }
    .notebox-recycle-left{
    padding : 0 1em;
    flex:0 0 40%;
    }
    .notebox-recycle-left strong,
    .notebox-recycle-1col strong{
    font-size:130%;
    }
    .notebox-recycle-left span{
    font-size:80%;
    color: #666666;
    display:block;
    line-height:1.8em;
    text-align :center;
    }
    .notebox-recycle-right{
    flex: 1;
    }
    
    .notebox-recycle-right span{
    color: rgb(255, 0, 0);
    }
    
  .notebox-recycle-1col{
    display:block;
    }   
    
    .notebox-recycle-1col span.caption{
    font-size:80%;
    color: #666666;
    display:block;
    line-height:1.8em;
    text-align :center;
    }

    .notebox-recycle-1col ul li span{
        color: rgb(255, 0, 0);
        }
.kaikae_wrapper {
     margin-bottom: 10px;
     padding: 20px 10px;
     border: 2px solid #7aa064;
 }
 .kaikae_wrapper .stit{
     color : #7aa064;
     font-weight : bold;
     font-size :110%;
 }
 .kaikae_wrapper .stit .small,
 .kaikae_wrapper p.small{
    font-size : 90%; 
}
 .igai_wrapper {
    margin-bottom: 10px;
    padding: 20px 10px;
    border: 2px solid #d08f50;
}
.igai_wrapper .stit{
    color : #d08f50;
    font-weight : bold;
    font-size :110%;
}
.igai_wrapper .stit .small,
.igai_wrapper p.small{
   font-size : 90%; 
}
.kaikae_wrapper .stit .red,
.igai_wrapper .stit .red{
    color: #d05050;
}

    @media screen and (max-width: 999px) {
    .notebox-recycle-wrapper{
    display:block;
    }
    }
    