@charset "UTF-8";
/* CSS Document */
/*////////////////////////////////////////////////////////

 ご利用案内のみに使用するスタイル

///////////////////////////////////////////////////////*/
#sigGuide {}
/*------------------------------------------------------

 =table
 
-------------------------------------------------------*/
table.guide-table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
}
table.guide-table th, table.guide-table td {
  border: solid 1px #e6e6e6;
  padding: 20px 20px;
}
table.guide-table th {
  font-weight: 600;
  text-align: left;
}
table.guide-table thead th {
  font-weight: normal;
  background-color: #f5f5f5;
  text-align: center;
}
table.guide-table td.text-align-c {
  text-align: center;
}
.lq-list-date {
	text-align: right;
	color: #666666;
	margin-bottom: 10px;
}
.note-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  table.guide-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 10px;
  }
  table.guide-table th {
    text-align: left;
  }
  table.guide-table th, table.guide-table td {
    padding: 20px 10px;
  }
  .note-sp {
    display: block;
    font-size: clamp(1.2rem, 0.933vw, 0.933vw); /*1500px:14px*/
  }
}
@media screen and (max-width: 599px) {}