@charset "UTF-8";
/* CSS Document */
a[target=_blank] {
	
	background: url("../../img/gaibu_2.png") right center/40px auto no-repeat;
    width: 
}
.f_bg_1{
    width: 84px;
}
.m_img_2 {
    transform: translate(-50%, -43%);
}
.m_img_3 {
    transform: translate(-83%, 133%);
}
.m_img_3 img {
    width: 31.25vw;
}
.first_2 {
  position: relative;
  max-width: 170px;
}
.first_2::before {
  content: "";
  position: absolute;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  top: 23.7px;
  left: 13%;
}

.test_bg.active {
  transition: all.6s;
     
}
.test_en{
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-left: 40px;
     transition-timing-function: ease;
 
}
.test_en.active{
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-left: 2px;
  transition: all .6s;
    transition-timing-function: ease;
    
}
@media(max-width:1820px){
    
    .m_img_2{
            transform: translate(-50%, -52%);
    }
        .m_img_3 {
        transform: translate(-91%, 142%);
    }
        .m_img_3 img {
        width: 45.25vw;
       
    }
}
@media(max-width:999px){
    
    .n{
        opacity: 0;
    }
       .m_img_3 {
              transform: translate(-88%, 181%);
    }
        .m_img_3 img {
        width: 49.25vw;
    }
}
