.warn {
    padding:20px;
    border:1px solid #ddd;
    background: #f5f5f5;
    font-size: 0.9375rem;
    color:#7e7e7e;
    letter-spacing: -0.025em;
    margin-top: 20px;
}

#summary01 {
    padding:100px 0;
}

#summary01 .con {
    width: 90%;
    max-width:1100px;
}

#summary01 .dl_box {
    margin-top: 50px;
    border-top:2px solid #4d4d4d;
}

#summary01 .dl_box dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #ededed;
}

#summary01 .dl_box dl dt {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    text-align: center;
    padding:25px;
    background: #f9f9f9;
}

#summary01 .dl_box dl dd {
    width: 78%;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
    padding:25px;
    line-height: 1.5;
}

#summary01 .dl_box dl dd p {
    font-size: 1rem;
}

#location01 {
    padding:100px 0;
    overflow: hidden;
}

#location01 .wraparea {
    position:relative;
}

#location01 .magnifier {
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 2;
}

@media all and (max-width:780px){
    #summary01 .dl_box,
    #summary01 .dl_box dl {
        border:none;
    }

    #summary01 .dl_box dl:not(:last-child){
        margin-bottom: 20px;
    }

    #summary01 .dl_box dl dt,
    #summary01 .dl_box dl dd {
        width: 100%;
        border:1px solid #ededed;
    }

    #summary01 .dl_box dl dd {
        border-top:none;
        text-align: center;
    }

    #location01 .magnifier {
        display: none;
    }
}