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

.box{
  position: relative;
}
.bottom-right {
  position: absolute;
  width: 30%;
  bottom: 50px;
  right: 10px;
  text-align: right;
  color: #FFF;
  a:link {color:#FFF;} 
a:visited {color:#FFF;} 
a:hover {color:#FFF;} 
a:active {color:#FFF;} 
}


.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-right {
  position: absolute;
  width: 70%;
  bottom: 10px;
  right: 10px;
  text-align: right;
  color: #FFF!important;
    font-weight: 600;}
    
.bottom-right a:link {color:#FFF!important;}
a:visited {color:#FFF!important;} /*訪問済みのリンクの色*/
a:hover {color:#FFF!important;} /*カーソルが乗っているリンクの色*/
a:active {color:#FFF!important;} /*クリック中のリンクの色*/


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