@charset "UTF-8";
.mv h1 {
  width: 724px;
}

.transaction {
  margin: 0 auto;
  padding-bottom: 110px;
  width: 1000px;
}

.transaction table {
  box-sizing: border-box;
  border: 1px solid #C9C9C6;
  font-size: 15px;
  line-height: 1.8;
  width: 100%;
}

.transaction table th {
  background: #f2f2f2;
  box-sizing: border-box;
  border-top: 1px solid #C9C9C6;
  padding: 15px 20px;
  width: 20%;
}

.transaction table td {
  box-sizing: border-box;
  border-top: 1px solid #C9C9C6;
  border-left: 1px solid #C9C9C6;
  padding: 15px 20px;
  width: 80%;
}

.transaction table td a {
  color: #112B58;
  text-decoration: underline;
}

.transaction table td a:hover {
  text-decoration: none;
}

.transaction table td .ano {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: .5em;
}

/*------------------------------
        add-media-1020
------------------------------*/
@media screen and (max-width: 1020px) {
  .transaction {
    width: 90%;
  }
  .transaction table th {
    width: 25%;
  }
  .transaction table td {
    width: 65%;
  }
}

/*------------------------------
        add-media-740
------------------------------*/
@media screen and (max-width: 740px) {
  .mv h1 {
    width: 80%;
  }
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 600px) {
  .mv {
    margin-top: 60px;
    padding: 50px 0;
  }
  .mv h1 {
    width: 80%;
  }
  .transaction {
    padding-bottom: 35px;
  }
  .transaction table {
    display: block;
    font-size: 13px;
  }
  .transaction table tbody,
  .transaction table tr {
    display: block;
  }
  .transaction table tr:first-child th {
    border-top: none;
  }
  .transaction table th {
    display: block;
    padding: 10px 15px;
    width: 100%;
  }
  .transaction table th br {
    display: none;
  }
  .transaction table td {
    border-left: none;
    display: block;
    padding: 15px;
    width: 100%;
  }
  .transaction table td .ano {
    font-size: 12px;
    line-height: 1.6;
  }
}
