@charset "UTF-8";
:root {
    --fontBaseSize: 16;
}

* {
    box-sizing: border-box;
}

#trouble_data{
    width: 100%!important;
}
.trouble_image.trouble66{
    margin-bottom: auto;
    margin-block-end: 16px!important;
}
.trouble66_text{
    font-weight: bold;
    font-size: calc(1rem * 30 / var(--fontBaseSize));
    line-height: 1.6;
}
section#point p.point_img {
    right: 17px!important;
    bottom: 5px!important;
}