.warn {
    padding:20px;
    border:1px solid #ddd;
    background: #f5f5f5;
    font-size: 0.9375rem;
    color:#7e7e7e;
    letter-spacing: -0.025em;
    margin-top: 20px;
}



.tab_list {
    display: flex;
    flex-wrap: wrap;
}

.tab_list li {
    flex:1;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    font-weight: 500;
    padding:15px 0;
    margin-left: -1px;
    cursor: pointer;
}


#cyberhouse01 {
    padding:100px 0;
}
.cont_wrap {
    margin-top: 70px;
}

.cont_wrap .cont {
    display: none;
	text-align: center;
}

.cont_wrap .cont.on {
    display: block;
}

.cont_wrap .cont .show_list {
    width: 150px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    background: #114761;
    font-size: 1rem;
    font-weight: 500;
    color:#fff;
    border:none;
    border-radius: 7px;
    margin-left: auto;
}

.tab_list li.on {
    background:#142430;
    color:#fff;
    border-color: #142430;
}

#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 {
    max-width: 1100px;
    margin:0 auto;
    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;
    }
}