@charset "UTF-8";

.profile-title{
    margin: 20px 0 45px;
    padding: 0;
    font-size: 1.80rem;
    line-height: 1.4;
    text-align: center;
}
.page_content img{
    margin-bottom: 10px;
}
dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
}
dd{
    font-size: 14px;
}
.business_box_model img{
    margin-bottom: 10px ;
}
.business_box_model a{
    color: black;
}
@media (max-width: 991px){
.profile-title{
    margin: 10px 0 35px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
}
img{
    margin-bottom: 5px;
}
dt{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
}
dd{
    font-size: 12px;
}

}