@charset "utf-8";

.arg header.column  h2 img {
  width: 89px;
}
.arg header.column  h3 img {
  width: 290px;
}

.table {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin: 0 15px;
  padding: 25px 0;
}
.table .column {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.table .column:first-child {
  width: 134px;
}
.table .column:first-child img {
  width: 84px;
  margin-left: 10px;
}
.table .column li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
}
.table .column li:first-child {
  margin-top: 0;
}
.table .column li:before {
  content: '●';
  color: #C28941;
}
.row h4 img {
  width: 173px;
  margin-bottom: 19px;
}
.row-1,
.row-3 {
  margin-bottom: 40px;
}
.row-2 {
  margin-bottom: 20px;
}

/* ===================================================================================
for SP max-width: 640px
=================================================================================== */
@media screen and (max-width: 640px) {

.arg header h3 img {
  width: 87% !important;
}
.arg header {
  margin-bottom: 20px;
}
.row-1,
.row-2 {
  margin-bottom: 0;
}
.column {
  margin-bottom: 20px;
}
.table {
  padding: 15px 0;
  margin-bottom: 30px;
}
.table .column {
  display: block;
  width: auto !important;
  margin-bottom: 0;
}
.table .column:first-child {
  text-align: center;
  margin-bottom: 10px;
}
.table .column:first-child img {
  width: 28.1666%;
  margin: 0;
}
.row h4 img {
  width: 57.8333%;
}
}


