@charset "utf-8";
/*------------ branch ------------*/
.branch-list.type3 .item .name{
    border-bottom: solid 4px #BDD5F9;
    transition: all .3s ease;
}
.branch-list .item .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.015em;
    line-height: 1.4;
    transition: all .3s ease;
}
.branch-list.type3 .item .box:hover .name{
	border-color: #2E6091;
}
.branch-list.type1 .map_box,
.branch-list.type2 .map_box{
	background:rgba(47,97,145,.8);
	color:   #fff;
}
.branch-list.type1 .box .map_box:hover,
.branch-list.type2 .box .map_box:hover{
    background:rgba(47,97,145,1);
	color: #fff;
}
.branch-list.type3 .map_box{
	width: 100%;
    max-width: inherit;
    border-radius: 0;
    background: rgba(47,97,145,.8);
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
}
.branch-list.type3 .map_box:before{
    font-family: 'icon-font2' !important;	
    content: "\e1026";
    font-size: 18px;
    margin: 0px 8px 3px 0;
    display: inline-block;
    vertical-align: middle;
}
.branch-list.type3 .box .map_box:hover{
	background: #2E6091;
    color: #fff;
}
.branch-list.type1 .item +.item {
    border-top: 1px solid #ddd;
}
.branch-list.type1 .three-box .col+.col:before,
.branch-list.type2 .three-box .col+.col:before{
    background: #ddd;
}
.branch-list.type2 .item{
    border: 1px solid #ddd;
        border-width: 1px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
}
