@charset "UTF-8";

@media screen and (max-width: 980px) {
/*---------------------------------
          item container
---------------------------------*/
.item-container {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
}
.btn {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  width: 400px;
  height: 60px;
  font-size: 38px;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 20px;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.traiangle-left {
  width:0px;
  height:0px;
  border-top:solid 12px transparent;
  border-bottom:solid 12px transparent;
  border-left:solid 12px #FFFFFF;
  border-right:solid 12px transparent;
  margin-right: 70px;
}
.traiangle-right {
  width:0px;
  height:0px;
  border-top:solid 12px transparent;
  border-bottom:solid 12px transparent;
  border-left:solid 12px transparent;
  border-right:solid 12px #FFFFFF;
  margin-left: 70px;
}
.line {
  margin: 50px 0;
}
.btn2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  width: 830px;
  height: 140px;
  font-size: 60px;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: #000000;
  margin: 60px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.traiangle-left2 {
  width:0px;
  height:0px;
  border-top:solid 22px transparent;
  border-bottom:solid 22px transparent;
  border-left:solid 22px #FFFFFF;
  border-right:solid 22px transparent;
  margin-right: 70px;
}
.traiangle-right2 {
  width:0px;
  height:0px;
  border-top:solid 22px transparent;
  border-bottom:solid 22px transparent;
  border-left:solid 22px transparent;
  border-right:solid 22px #FFFFFF;
  margin-left: 70px;
}



















}