@charset "utf-8";

/*------------------------------------SP---------------------------------------*/
@media screen and  (max-width: 640px) {

  #HeadWrap #Wrap #Main #Contents table {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  #HeadWrap #Wrap #Main #Contents table tr {
    display: block;
    width: auto;
    border-bottom: 1px solid #e5e5e5;
  }
  #HeadWrap #Wrap #Main #Contents table tr:first-child {
    border-top: 1px solid #e5e5e5;
  }
  #HeadWrap #Wrap #Main #Contents table td {
    display: block;
    width: auto;
    border: none;
    box-sizing: border-box;
    padding: 1em;
    padding-bottom: 0;
  }
  #HeadWrap #Wrap #Main #Contents table td:first-child {
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #HeadWrap #Wrap #Main #Contents table td:last-child {
    padding-bottom: 1.5em;
  }
}

