@charset "utf-8";
.advice_wrap dl {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 640px) {
    .advice_wrap dl dt img {
        width: 13.33vw;
        height: auto;
    }
    
    .advice_wrap dl dd p {
        padding-left: 20px;
    }
}

@media (min-width: 641px) {
    .heatstroke_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .heatstroke_wrap .section_round {
        width: 590px;
        box-sizing: border-box;
    }
    
    .advice_wrap dl dd p {
        padding-left: 40px;
    }
}