/* -------- how_to_use -------- */
#contents {
  padding-bottom: 10px;
}

.how_to_use_wrap {
  border-top-color: #999;
}

.how_to_use_content {
  padding-bottom: 26px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.how_to_use_content .notice {
  padding: 19px 0 0 21px;
  font-size: 16px;
  line-height: 1.9;
}
.how_to_use_content .main_title {
  padding: 38px 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.how_to_use_content .contents_wrap {
  padding: 0 0px 0px 17px;
}
.how_to_use_content .contents_wrap li:first-child {
  padding-top: 24px;
}
.how_to_use_content .contents_wrap .sub_content_wrap {
  padding-top: 36px;
}
.how_to_use_content .contents_wrap .sub_title {
  padding-left: 19px;
  font-size: 16px;
  font-weight: bold;
  background-image: url(../../img/common/icon_maru1.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 0 4px;
  max-height: 100%;
}
.how_to_use_content .contents_wrap .sub_content {
  padding: 5px 0 0 19px;
  width: 920px;
  font-size: 16px;
  line-height: 2;
  max-height: 100%;
}
.how_to_use_content .station_info {
  margin: 21px 0 0 23px;
}
.how_to_use_content .station_info th, .how_to_use_content .station_info td {
  width: 57px;
  border: 1px solid #fff;
}
.how_to_use_content .station_info th {
  height: 35px;
  font-size: 16px;
  line-height: 1.0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #666;
}
.how_to_use_content .station_info td {
  padding: 4px 0 3px 0;
  font-size: 16px;
  text-align: center;
  background-color: #e6e6e6;
}
.how_to_use_content .station_info th:nth-child(1) {
  width: 188px;
}
.how_to_use_content .station_info th:nth-child(2) {
  width: 127px;
}
.how_to_use_content .station_info td:nth-child(1) {
  padding-left: 13px;
  width: 175px;
  text-align: left;
}
.how_to_use_content .station_info td:nth-child(2) {
  padding-left: 8px;
  width: 119px;
  text-align: left;
}

.how_to_use_content.iijima .station_info th:nth-child(1) {
  width: 218px;
}
.how_to_use_content.iijima .station_info td:nth-child(1) {
  padding-left: 13px;
  width: 205px;
  text-align: left;
}