@charset "utf-8";

/****************************************
    コンテンツ部 
****************************************/
.contents{
    max-width: 900px;
}
#brand_make_bag_wallet{/*全体処理*/
    text-align: center;
}
#brand_make_bag_wallet h1{
    margin: 0 0 20px 0;
    padding-top: 60px;
}
#brand_make_bag_wallet h2{
    font-weight: bold;
    color: #fff;
    background-color: #594e52;
    margin: 150px 0 20px 0;
    padding: 8px;
}
#brand_make_bag_wallet h3{
    text-align: left;
    background-color: #e5e4e6;
    border-left: 6px solid #594e52;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 5px 5px 5px 8px;
}
#brand_make_bag_wallet p{
    text-align: left;
}
.color_link{
    background-color: #192f60 !important;
}
.now_bg{
    background-color: #f6f6f6 !important;
}

/****************************************
    レスポンシブ 
****************************************/
@media (max-width: 768px) {

}