@charset "utf-8";
/* CSS Document */

.box{
  position: relative;
}
.bottom-left {
  position: absolute;
  width: 30%;
  bottom: 50px;
  left: 50px;
  text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}

.bottom-left02 {
  position: absolute;
  width: 80%;
  bottom: 25px;
  left: 15px;
  text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}

@media only screen and (max-width: 980px) {
    
.box{
  position: relative;
}
.bottom-left {
  position: absolute;
  width: 70%;
  bottom: 25px;
  left: 15px;
  text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}

.bottom-left02 {
  position: absolute;
  width: 80%;
  bottom: 25px;
  left: 15px;
  text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}
}