@charset "utf-8";
/* CSS Document */
.tss_body {
    background-color: #FFFFFF;
}


.zkp_phbox{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}
.p.zkp_ph{
    width: 100%;
}
p.zkp_ph img {
    max-height: 72vh;
    width: auto;
    max-width: 100%;
}
p.zkp_phname{
    font-size: clamp(16px,2vw,20px);
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
p.zkp_phmsg {
    font-size: clamp(14px,2vw,16px);
    line-height: 1.25;
}