@charset "utf-8";



/* online */



.tdt{
    width: 60%;
}

table .tdtd{
    text-align: left;
    font-size: 21px;
}

.tdb{
    background-color: #F0F0F0;
    color: #777777;
}

.tdb02{
    background-color: #003E1D;
    color: #fff;
}


.cobtn {
    color: #fff;
    float: right;
    padding: 20px;
    font-size: 21px;
}
.cobtn img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}


@media screen and (max-width:860px) {

  .couns .part,
  .couns th,
  .cobtn{
    display: none;
  }


table{
  width: 95%;
  margin: auto;
}
.m_title{
  display: block;
  margin-bottom: 15px;
  margin-top: 50px;
}

.m_title .title02{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.m_title .cobtn02{
  margin: auto;
  text-align: center;
  display: block;
  float: none;
  font-size: 15px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  padding: 15px;
  font-weight: 500;
}

table{
    border-top: 1px solid #000;
}

table td{
  position: relative;
  font-size: 16px;
  margin: auto;
}


 table .tdtd{
  display: block;
  width: 100%;

}

table .tdtd a{
  font-size: 16px;
}
table .tdin{
    font-size:13px ;
}

}









/* mobile table */

.mtab02{
  display: none;
}

@media screen and (max-width:860px) {

  .mtab01{
    display: none;
  }
  .mtab02{
    display: block;
  }
tbody{
  border-bottom:1px solid #e0e0e0; ;
}

  table td{
    border-bottom: 0;
  }
.mtt{
  height: 19px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-align: left;
  padding: 15px 0 0 0;
}
  .tdfi{
    width: 70%;
  }
  .tdri{
    width: 20%;
    height: 16px;
    font-size: 13px;
    letter-spacing: -0.13px;

    color: #000;
  }
  .tdfi .tdb{
    width: 60px;
    height: 24px;
    font-size: 13px;
  }

}

@media screen and (max-width:550px) {
  .tdfi{
    width: 250px;
  }
}