@charset "UTF-8";

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

.b-subTitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto 20px;
  font-size: 20px;
}

.b-subTitle::after {
  content: "";
  display: block;
  background: #E50012 no-repeat left center;
  width: 60px;
  height: 2px;
  margin-top: 3px;
}

.b-contentsInner {
  overflow: hidden;
}

.b-searchInput {
  margin-bottom: 5px;
}

.b-searchInput .inputChild input[type=checkbox] + label {
  width: 14.5% !important;
  float: left;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}

.b-searchInput .inputChild input[type=checkbox] + label::before {
  border: 2px solid #CCCCCC;
}

.b-searchInput .box-search-input_parent {
  padding: 10px 5px 10px 25px;
  background-color: #FF5562;
  overflow: hidden;
}

.b-searchInput .box-search-input_parent input[type=checkbox] + label {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  float: left;
  color: #FFF;
}

.b-searchInput .box-search-input_child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  padding: 10px 5px 10px 25px;
}

.b-searchInput .box-search-input_child input[type=checkbox] + label {
  width: 25%;
}

.b-btn {
  width: 384px;
  margin: 60px auto 110px;
  overflow: hidden;
}

.b-btn .bt-more {
  float: left;
  background-color: #E50012;
}

.b-btn .bt-more input {
  width: 172px;
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  border: 1px solid #E50012;
  background: none;
}

.b-btn .bt-more input:hover {
  opacity: 0.5;
}

.b-btn .bt-more input:disabled {
  -webkit-opacity: 0.5;
  opacity: 0.5 !important;
  cursor: text;
}

.s-area--city .block-search-input {
  margin: -5px 0 20px;
}

.s-area--city .block-search-input .box-search-input_parent {
  margin: 10px 0 5px;
}

.s-area--ooaza .block-search-input {
  margin: -5px 0 20px;
}

.s-area--ooaza .block-search-input .box-search-input_parent {
  margin: 10px 0 5px;
}

.s-btn--ooaza.b-btn {
  width: 748px;
}

.s-btn--aza.b-btn {
  width: 556px;
}

.s-btn--station.b-btn {
  width: 556px;
}

