/******************************/
/********************** 共通 **/
/******************************/
.menu-area .page-title{
    border-left: 10px solid var(--baseBlack);
}

.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){
.page-img{
    background-image: url(../img/sitemap-img01.png);
}

/*****/
.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){
.page-img{
    background-image: url(../img/sitemap-img01.png);
}

/*****/
.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;
}
/*****/

}