@charset "UTF-8";
/* 20260105 add */
.scn-ft-address {
    padding: 32px 0 0 ;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4em;
    margin: 0 auto;
    row-gap: 2em;
    max-width: 1040px;
}
.scn-ft-address-item {
    width: 230px;
    color: #fff;
}
.scn-ft-address-item dt {
    font-size: 15px;
    line-height: 1.5;
}
.scn-ft-address-item dd {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
}
.scn-ft-address-item .scn-tel {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .scn-ft-address {
        padding: 40px 0 0 ;
        width: 95%;
        text-align: center;
    }
    .scn-ft-address-item dt {
        font-size: 14px;
        line-height: 1.4;
    }
    .scn-ft-address-item {
        color: #fff;
    }
    .scn-ft-address-item .scn-tel {
        pointer-events: all;
    }
}