@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : law.css
 style info : 特定商取引法に基づく表記
 ※2016/09/09　旧CSSから移植。
 ※2017/03/21　RWD対応
=================================================================== */
/* -----------------------------------------------------------
  .con_law
----------------------------------------------------------- */
.con_law {
  margin-bottom: 50px;
}
.con_law table tr th, .con_law table tr td {
  width: 100%;
  display: block;
}
.con_law table tr th {
  background: #f4edbb;
}
@media only screen and (min-width: 741px) {
  .con_law {
    max-width: 920px;
    margin: 0 auto 50px;
  }
  .con_law table tr th, .con_law table tr td {
    width: auto;
    display: table-cell;
    padding: 15px;
  }
  .con_law table tr th {
    width: 20%;
  }
  .con_law table tr td {
    width: 80%;
  }
}
