.branch-area
{
width: 100%;
height: 2300px;
background-color: #FFB469;
}
.branch-container
{
width: 1300px;
height: 2200px;
position: relative;
top: 20px;
left: 25px;
background-color: #fff;
display: flex;
align-items: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
.branch
{
width: 370px;
min-width: 370px;
text-align: center;
line-height: 46px;
margin: 32px;
}
.branch-title
{
width: 100%;
height: 50px;
text-align: center;
line-height: 50px;
border: 2px solid #ededed;
font-family: 'Source Sans Pro', sans-serif;
font-size: 28px;
font-weight: 600;
}
.branch-category-list
{
list-style-type: none;
}
.branchListFor
{
width: 100%;
background-color: darkorange;
border-bottom: 1px solid #d5d5d5;
margin-top: 5px;
height: 30px;
}
.branchListFor:first-child
{
border-top: 1px solid #d5d5d5;
}
.edit
{
padding-left: 15px;
position: relative;
top: -31%;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
font-weight: 400;
}