<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#linelive main{
  width: 1000px;
  margin: 0 auto;
}

/*  secttion1  */

#linelive section,
#linelive dt,
#linelive div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#linelive h2{
  background-color: #29a4e2;
  padding: 1em 3em;
  margin: 10%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

#linelive h2 span{
  color: #ffff00;
  font-weight: bold;
  font-size: 20px;
}

#linelive .aisatu p{
  width: 50%;
  line-height: 2em;
  margin-right: 5%;
  text-align: left;
}

#linelive .aisatu span{
  border-bottom: 3px solid #fba93b;
}

#linelive h4{
  font-size: 18px;
  font-weight: bold;
}

#linelive h4 img{
  vertical-align: sub;
}

#linelive .eye{
  margin-right: 10%;
}

#linelive .max{
  width:100%;
  text-align:center;
  margin: 5% 0;
    }

#linelive .left{
  text-align: left;
 }


/*  secttion2  */


#linelive h3{
  font-size: 20px;
  border-bottom: 5px solid #8cc64f;
  font-weight: bold;
}

#linelive .touroku{
  align-items: flex-start;
  margin-bottom: 10%;
}

#linelive .touroku dl{
  width: 30%;
  margin: 1.6%;
  }

#linelive .touroku dl dd{
  text-align: left;
}

#linelive .qr_code{
  width: 360px;
  }

#linelive .qr_code dl{
  width: 50%;
}

#linelive .qr_code dt{
  padding: 15px;
}

#linelive .qr_code dd{
  text-align: center;
}

#linelive .qr_code img{
  width: 150px;
  height: auto;
  padding: 15px;
}

#linelive .orange dt{
  justify-content: flex-end;
}

#linelive .orange img{
  background-color: #fba93b;
}

#linelive .orange dd{
  text-align: center;
}

#linelive .blue dt{
  justify-content: flex-start;
}

#linelive .blue img{
  background-color: #29a4e2;
}

#linelive .blue dd{
  text-align: center;
}

#linelive .end{
  width: 60%;
  margin: 10% 20% ;
  background-color: #8cc64f;
  padding: 1em 6em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #linelive main{
    margin: 0;
    padding: 0 2.5%;
  }

  #linelive p,
  #linelive dd{
    font-weight: normal;
  }

  #linelive main,
  #linelive .touroku dl,
  #linelive .touroku dl dt,
  #linelive .touroku dl dd,
  #linelive section,
  #linelive .aisatu p,
  #linelive .qr_code,
  #linelive .end{
    width: 100%;
  }

  /*  secttion1  */

  #linelive section,
  #linelive dt,
  #linelive div{
    display: initial;
  }

  #linelive h2{
    background-color: #29a4e2;
    padding: 15px 30px;
    margin: 0;
  }

  #linelive h2 span{
    color: #ffff00;
    font-weight: bold;
    font-size: 20px;
  }

  #linelive .aisatu p{
    line-height: 2em;
    margin: 30px 0;
    text-align: left;
  }

  #linelive h4{
    margin: 50px 0 20px;
  }

  #linelive .eye{
    display: none;
  }

  #linelive .convehi{
    width: 100%;
  }

  #linelive .max{
    text-align:left;
    }

  #linelive .left{
    text-align: left;
   }


  /*  secttion2  */


  #linelive h3{
    font-size: 20px;
    border-bottom: 5px solid #8cc64f;
    font-weight: bold;
  }

  #linelive .touroku{
    align-items: flex-start;
    margin-bottom: 10%;
  }

  #linelive .touroku dl{
    margin: 0;
    }

  #linelive .touroku dl dd{
    padding: 20px 0 30px;
    text-align: left;
  }

  #linelive .qr_code{
    display: flex;
  }

  #linelive .end{
   margin: 50px 0 0;
  }

}</pre></body></html>