/*----------------------------------------------------
    共通：テーブル横スクロール用CSS
----------------------------------------------------*/
.scrollable-table {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.scrollable-table table {
  width: 100% !important;
  min-width: 600px !important;
  border-collapse: collapse !important;
  display: table !important;  /* display: block を上書き */
  table-layout: auto !important;
}

.scrollable-table th,
.scrollable-table td {
  white-space: nowrap !important;
  padding: 8px !important;
  border: 1px solid #ccc !important;
  text-align: left !important;
  display: table-cell !important;  /* block化されたth/tdの復元 */
}

.addParts04 h3{
	font-size:2.9rem;
	font-weight:bold;
	margin-bottom:2rem;
}

.addParts04 h5 {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 1rem;
    text-align: center;
    border-bottom: solid 4px #2ba4b9;
}







/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

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


}