.refusal{
    margin: 3rem 0;
    font-size: 1.0rem;
}
.refusal h4 img{
    width: 20px;
    height: auto;
}
.refusal p{
    line-height: 2;
}
.refusal-inner{
    line-height: 1.4;
    font-size: 0.85rem;
}

/******************************/
/************************ mb **/
/******************************/
@media (max-width:600px){
main{
    font-size: 1.2rem;
}

/*****/
.note-title{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1rem;
}
.note-item{
    margin-bottom: 30px;
    line-height: 1.2;
}
.note-item h3{
    display: flex;
}
.note-item-img{
    display: block;
    width: 20px;
    margin-right: 0.5rem;
}
.note-item-img img{
    width: 100%;
    height: auto;
}
.note-item-caption{
    display: block;
    font-size: 1.2rem;
    margin-top: -2px;
}
.note-item p{
    font-size: 1.0rem;
    padding: 0.5rem 0;
}
    
}


/******************************/
/************************ pc **/
/******************************/
@media (min-width:600px){
main{
    padding-top: 3rem;
    letter-spacing: 2px;
}

/*****/
.note-title{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1rem;
}
.note-item{
    margin-bottom: 30px;
    line-height: 1.2;
}
.note-item h3{
    display: flex;
}
.note-item-img{
    display: block;
    width: 20px;
    margin-right: 0.5rem;
}
.note-item-img img{
    width: 100%;
    height: auto;
}
.note-item-caption{
    display: block;
    font-size: 1.2rem;
    margin-top: -2px;
}
.note-item p{
    font-size: 1.0rem;
    padding: 0.5rem 0;
}
/*****/

}