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

.box{
  position: relative;
}

.bottom-left {
  position: absolute;
  width: 50%;
  bottom: 25px;
  left: 10px;
  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;
}

.bottom-right {
  position: absolute;
  width: 50%;
  bottom: 25px;
  right: 10px;
  text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}

.bottom-right02 {
  position: absolute;
  width: 80%;
  bottom: 25px;
  right: 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;
}
}