.pg__breakall{
  word-break: break-all;
}


.trouble_up{
    margin-top: 10px;
    position: relative;
    width: 130px;
    height: 130px; 
    background-image: url('../../../../../jp/support/trouble/img/trouble_up.png'); 
    background-size: cover; 
    left:130px; 
}

.arrow_upperRight{
    position: relative;
    width: 60px;
    height: 60px; 
    background-image: url('../../../../../jp/support/trouble/img/arrow_upperRight.png'); 
    background-size: cover; 
    top:-40px;
    left:230px; 
}
.trouble_right{
    position: relative;
    width: 130px;
    height: 130px; 
    background-image: url('../../../../../jp/support/trouble/img/trouble_right.png'); 
    background-size: cover; 
    top:-75px;
    left:250px; 
}
.arrow_lowerRight{
    position: relative;
    width: 60px; 
    height: 60px; 
    background-image: url('../../../../../jp/support/trouble/img/arrow_lowerRight.png'); 
    background-size: cover; 
    top:-110px;
    left:220px; 
}
.trouble_down{
    position: relative;
    width: 130px; 
    height: 130px; 
    background-image: url('../../../../../jp/support/trouble/img/trouble_down.png');
    background-size: cover; 
    top:-150px;
    left:130px; 
}
.arrow_lowerLeft{
    position: relative;
    width: 60px; 
    height: 60px; 
    background-image: url('../../../../../jp/support/trouble/img/arrow_lowerLeft.png');
    background-size: cover; 
    top:-300px;
    left:105px; 
}
.trouble_left{
    position: relative;
    width: 130px;
    height: 130px;
    background-image: url('../../../../../jp/support/trouble/img/trouble_left.png');
    background-size: cover;
    top:-455px;
    left:10px; 
}
.arrow_upperLeft{
    position: relative;
    width: 60px; 
    height: 60px; 
    background-image: url('../../../../../jp/support/trouble/img/arrow_upperLeft.png'); 
    background-size: cover; 
    top:-615px;
    left:95px; 
}

.image-link{    
    display: block;    
    width: 100%;    
    height: 100%;
}  

.fillBlank{
    margin-top: -400px;
}

@media screen and (max-width:440px){
    .trouble_up{
        margin-top: 10px;
        position: relative;
        width: 100px;
        height: 100px; 
        background-image: url('../../../../../jp/support/trouble/img/trouble_up.png'); 
        background-size: cover; 
        left:95px; 
    }
    .arrow_upperRight{
        position: relative;
        width: 50px;
        height: 50px; 
        background-image: url('../../../../../jp/support/trouble/img/arrow_upperRight.png'); 
        background-size: cover; 
        top:-35px;
        left:170px; 
    }
    .trouble_right{
        position: relative;
        width: 100px;
        height: 100px; 
        background-image: url('../../../../../jp/support/trouble/img/trouble_right.png'); 
        background-size: cover; 
        top:-72px;
        left:190px; 
    }
    .arrow_lowerRight{
        position: relative;
        width: 50px;
        height: 50px; 
        background-image: url('../../../../../jp/support/trouble/img/arrow_lowerRight.png'); 
        background-size: cover; 
        top:-95px;
        left:170px; 
    }
    .trouble_down{
        position: relative;
        width: 100px;
        height: 100px; 
        background-image: url('../../../../../jp/support/trouble/img/trouble_down.png');
        background-size: cover; 
        top:-130px;
        left:100px; 
    }
    .arrow_lowerLeft{
        position: relative;
        width: 50px;
        height: 50px; 
        background-image: url('../../../../../jp/support/trouble/img/arrow_lowerLeft.png');
        background-size: cover; 
        top:-245px;
        left:75px; 
    }
    .trouble_left{
        position: relative;
        width: 100px;
        height: 100px; 
        background-image: url('../../../../../jp/support/trouble/img/trouble_left.png');
        background-size: cover;
        top:-370px;
        left:0px; 
    }
    .arrow_upperLeft{
        position: relative;
        width: 50px;
        height: 50px; 
        background-image: url('../../../../../jp/support/trouble/img/arrow_upperLeft.png'); 
        background-size: cover; 
        top:-488px;
        left:70px; 
    }
 
    .fillBlank{
        margin-top: -350px;
    }
}
