
@charset "UTF-8";
html.openModal {
  overflow: hidden;
}

html.openModal .logiGlobalHeader,
html.openModal #page-top {
  z-index: 100;
}

html.openModal #main .searchForm {
  position: fixed;
  top: 5vh;
  left: 50%;
  width: 90vw;
  max-width: 1200px;
  max-height: 90vh;
  height: auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: auto;
  z-index: 10000;
}

html.openModal #main .searchForm .item {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

html.openModal #main .searchForm .item:first-child {
  width: 46%;
}

html.openModal #main .searchForm .item:last-child {
  width: 53%;
}

@media screen and (max-width: 736px) {
  html.openModal #main .searchForm {
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100vh;
    padding: 10px;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
  }
  html.openModal #main .searchForm h2.default {
    margin: 0 -10px;
    padding: 0.5em 10px;
    font-size: 1.3rem;
  }
  html.openModal #main .searchForm .close {
    display: none;
  }
  html.openModal #main .searchForm .item {
    float: none;
    width: auto !important;
  }
  html.openModal #main .searchForm .item:last-child {
    padding-bottom: 10px;
  }
  html.openModal #main .searchForm .item dl dt {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em;
    background: #f0f0f0;
    font-size: 1rem;
  }
  html.openModal #main .searchForm .buttonArea {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-top: 0;
    padding: 10px;
    background: rgba(16, 37, 64, 0.9);
    color: #fff;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    z-index: 1000;
  }
  html.openModal #main .searchForm .buttonArea .result {
    -ms-flex-order: 0;
        order: 0;
    margin-right: 10px;
  }
  html.openModal #main .searchForm .buttonArea .result .all {
    display: none;
  }
  html.openModal #main .searchForm .buttonArea .searchSubmit {
    -ms-flex: 1;
        flex: 1;
  }
  html.openModal #main .searchForm .buttonArea .searchSubmit .logiBtn {
    display: block;
    max-width: 400px;
    width: 52vw;
    margin: 0 0 0 auto;
  }
  html.openModal #main .searchForm .buttonArea .searchClose {
    width: 52px;
    height: 52px;
    margin-left: 10px;
    padding-top: 29px;
    background: #fff url(/resources/public/img_v2/icon_close_gray.png) no-repeat 50% 10px;
    background-size: 14px auto;
    border: 1px solid #c9cdd6;
    border-radius: 3px;
    box-shadow: inset 0 -4px 0 #c9cdd6;
    color: #333;
    font-size: 10px;
    text-align: center;
  }
  html.openModal .rotate {
    display: block;
    text-align: center;
    margin: 0 0 2px 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

html.openModal .js-searchTab:before, html.openModal .js-searchTab:after {
  content: " ";
  display: table;
}

html.openModal .js-searchTab:after {
  clear: both;
}

html.openModal .searchTab-contents {
  float: left;
  width: 63%;
  padding: 10px;
  background: #e4eefe;
}

@media screen and (max-width: 736px) {
  html.openModal .searchTab-contents {
    float: none;
    width: 100%;
  }
}

html.openModal .searchTab-contents .logiSelect,
html.openModal .searchTab-contents .logiSelect select {
  max-width: none;
  width: 244px;
}

html.openModal .searchTab-contents .logiText-wrap {
  margin-top: 0;
}

html.openModal .radioListWrap {
  float: right;
  width: 37%;
  padding: 10px 10px 10px 0;
  background: #e4eefe;
}

@media screen and (max-width: 736px) {
  html.openModal .radioListWrap {
    float: none;
    width: auto;
    padding: 0 10px 10px 10px;
  }
}

html.openModal .radioList li label.on {
  background: #fff !important;
}

#main {
  max-width: none;
  min-width: 0;
  padding: 0;
  /* 条件から探す */
  /* 地域から探す（日本地図） */
  /* マップから探す（Googleマップ） */
}

#main .searchForm-overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: rgba(16, 37, 64, 0.9);
  transition: all 0.6s ease;
  z-index: 110;
}

#main .searchForm {
  height: 448px;
  padding: 0 40px 0 20px;
}

#main .searchForm .item {
  width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 736px) {
  #main .searchForm {
    overflow: hidden;
    height: auto;
    padding: 10px;
  }
  #main .searchForm .item {
    width: auto;
    overflow: hidden;
  }
}

#main .searchForm .close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/resources/public/img_v2/icon_close_gray.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -999px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#main .searchForm .close:focus, #main .searchForm .close:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#main .searchForm h2.default {
  font-size: 20px;
}

#main .searchForm dl {
  margin: 0;
}

#main .searchForm dl dt {
  clear: left;
  float: left;
  width: 85px;
  padding-top: 26px;
  font-size: 16px;
  line-height: 36px;
}

#main .searchForm dl dt:first-child {
  padding-top: 13px;
}

@media screen and (max-width: 736px) {
  #main .searchForm dl dt {
    float: none;
    width: auto;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}

#main .searchForm dl dd {
  margin-left: 85px;
  padding-top: 26px;
  line-height: 36px;
}

#main .searchForm dl dd:nth-child(2) {
  padding-top: 13px;
}

#main .searchForm dl dd .logiSelect,
#main .searchForm dl dd .logiSelect select,
#main .searchForm dl dd .logiText {
  width: 13.7vw;
  max-width: 200px;
  height: 36px;
  line-height: 34px;
  vertical-align: top;
}

#main .searchForm dl dd .logiText {
  width: 8.1vw;
  max-width: 110px;
}

#main .searchForm dl dd .logiText-long {
  width: 24.7vw;
  max-width: none;
}

#main .searchForm dl dd #irnArea,
#main .searchForm dl dd #inArea {
  width: 24.7vw;
  background: #fff;
  line-height: 1.5;
  height: auto;
}

#main .searchForm dl dd #irnArea > div,
#main .searchForm dl dd #inArea > div {
  padding: 3px 7px;
}

#main .searchForm dl dd .logiSelect select {
  max-width: 199px;
}

#main .searchForm dl dd .logiSelect:after {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 736px) {
  #main .searchForm dl dd {
    display: block;
    margin-left: 0;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
  #main .searchForm dl dd .logiSelect,
  #main .searchForm dl dd .logiSelect select,
  #main .searchForm dl dd .logiText {
    width: 100%;
    max-width: none;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  #main .searchForm dl dd .logiSelect:after {
    width: 30px;
    height: 30px;
  }
  #main .searchForm dl dd .logiSelect + .logiCheckbox {
    margin-top: 5px;
  }
}

@media screen and (max-width: 736px) {
  #main .searchForm .fromTo {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 3px;
    text-align: center;
  }
}

#main .searchForm .selectWrap {
  -ms-flex: 1;
      flex: 1;
  line-height: 1;
  margin: 0 23px 0 0;
  float: left;
}

#main .searchForm .radioList {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #c9cdd6;
  border-radius: 4px;
  overflow: hidden;
  line-height: 34px;
}

#main .searchForm .radioList li {
  width: 50%;
  background: #fff;
}

#main .searchForm .radioList li:first-child {
  border-right: 1px solid #c9cdd6;
}

#main .searchForm .radioList li label {
  display: block;
  padding: 0 7px;
}

#main .searchForm .radioList li label.on {
  background: #e4eefe;
}

@media screen and (max-width: 736px) {
  #main .searchForm .radioList {
    float: none;
    width: auto;
    max-width: none;
    margin-right: 0;
    line-height: 28px;
  }
  #main .searchForm .radioList li label > input ~ span:before {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-size: 14px auto;
  }
}

#main .searchForm .checkboxList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .searchForm .checkboxList li {
  width: 33.3%;
  margin: -1px 0 0 -1px;
  padding: 0;
  border: 1px solid #ccc;
}

#main .searchForm .checkboxList li:nth-child(3n+2) {
  width: 33.4%;
}

#main .searchForm .checkboxList .logiCheckbox {
  padding: 4px 8px;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  #main .searchForm .checkboxList {
    display: block;
  }
  #main .searchForm .checkboxList li {
    width: auto !important;
    margin: 0;
    border-bottom: none;
  }
  #main .searchForm .checkboxList li:first-child {
    border-radius: 3px 3px 0 0;
  }
  #main .searchForm .checkboxList li:last-child {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
  }
  #main .searchForm .checkboxList .logiCheckbox {
    display: block;
    padding: 8px;
  }
}

#main .searchForm .js-searchTab {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}

#main .searchForm .searchTab {
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
  padding: 0;
}

#main .searchForm .searchTab li {
  -ms-flex: 1;
      flex: 1;
  list-style: none;
  margin: 0 2px;
  padding: 5px;
  background: #b5b5b5;
  border-radius: 3px 3px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #main .searchForm .searchTab li {
    font-size: 14px;
  }
}

#main .searchForm .searchTab li.active {
  background: #00a2ee;
  font-weight: bold;
}

#main .searchForm .searchTab-contents .logiSelect,
#main .searchForm .searchTab-contents .logiSelect select {
  max-width: none;
  width: 244px;
}

@media screen and (max-width: 736px) {
  #main .searchForm .searchTab-contents .logiSelect,
  #main .searchForm .searchTab-contents .logiSelect select {
    width: 100%;
  }
}

#main .searchForm .searchTab-contents .logiText-wrap {
  margin-top: 0;
}

#main .searchForm .useList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: none;
  line-height: 1.5;
}

#main .searchForm .useList ul, #main .searchForm .useList li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .searchForm .useList > li {
  width: 50%;
  margin-top: -1px;
  border-top: 1px solid #c9cdd6;
}

@media screen and (max-width: 736px) {
  #main .searchForm .useList > li {
    width: 100%;
  }
}

#main .searchForm .useList > li .useListTitle {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px 0 30px;
  background: #fff;
  border-bottom: 1px solid #c9cdd6;
  border-left: 1px solid #c9cdd6;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #main .searchForm .useList > li .useListTitle {
    font-size: 16px;
  }
}

#main .searchForm .useList > li .useListTitle:before {
  position: absolute;
  top: 8px;
  left: 7px;
  background-image: url(/resources/public/img_v2/icon_checkbox.png);
  background-position: 0 0;
  background-size: 20px 40px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 7px;
  vertical-align: middle;
}

#main .searchForm .useList > li .useListTitle.is-allChecked:before {
  background-position: 0 20px;
}

#main .searchForm .useList > li .useListTitle span {
  display: block;
  padding: 9px 0 7px 33px;
}

#main .searchForm .useList > li .useListTitle i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #00a2ee;
  cursor: pointer;
}

#main .searchForm .useList > li .useListTitle i:before, #main .searchForm .useList > li .useListTitle i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

#main .searchForm .useList > li .useListTitle.warehouse span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse.png) no-repeat 0 0;
}

#main .searchForm .useList > li .useListTitle.factory span {
  background: url(/resources/public/img_v2/search/icon_search_factory.png) no-repeat 0 0;
}

#main .searchForm .useList > li .useListTitle.space span {
  background: url(/resources/public/img_v2/search/icon_search_space.png) no-repeat 0 0;
}

#main .searchForm .useList > li .useListTitle.other {
  padding-left: 0;
}

#main .searchForm .useList > li.is-close .useListTitle i:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#main .searchForm .useList > li ul {
  background: #f7f7f7;
}

#main .searchForm .useList > li:nth-child(odd) ul {
  margin-right: -1px;
}

#main .searchForm .useList > li li {
  padding-left: 30px;
  border-right: 1px solid #c9cdd6;
  border-left: 1px solid #c9cdd6;
  border-bottom: 1px solid #c9cdd6;
}

#main .searchForm .useList .logiCheckbox {
  display: block;
}

#main .searchForm .useList .logiCheckbox input ~ span {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 30px 5px 33px;
  text-indent: 0;
}

#main .searchForm .useList .logiCheckbox input ~ span:before {
  position: absolute;
  left: 6px;
  bottom: 6px;
}

@media screen and (max-width: 736px) {
  #main .searchForm .useList .logiCheckbox input ~ span {
    padding: 7px 7px 7px 32px !important;
    text-align: left;
  }
}

#main .searchForm .useList li.warehouseOnly .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_only.png) no-repeat 100% 0;
}

#main .searchForm .useList li.warehouseOffices .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_offices.png) no-repeat 100% 0;
}

#main .searchForm .useList li.WarehousesFactories .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_factories.png) no-repeat 100% 0;
}

#main .searchForm .useList li.WarehousesStores .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_stores.png) no-repeat 100% 0;
}

#main .searchForm .useList li.WarehousesRent .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_rent.png) no-repeat 100% 0;
}

#main .searchForm .useList li.factoryOnly .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_factory_only.png) no-repeat 100% 0;
}

#main .searchForm .useList li.factoryOffices .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_factory_offices.png) no-repeat 100% 0;
}

#main .searchForm .useList li.factoryRent .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_factory_rent.png) no-repeat 100% 0;
}

#main .searchForm .useList li.rent .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_rent.png) no-repeat 100% 0;
}

#main .searchForm .useList li.store .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_store.png) no-repeat 100% 0;
}

#main .searchForm .useList li.office .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_office.png) no-repeat 100% 0;
}

#main .searchForm .useList li.yard .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_yard.png) no-repeat 100% 0;
}

#main .searchForm .useList li.parking .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_parking.png) no-repeat 100% 0;
}

#main .searchForm .other-subTitle {
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #main .searchForm .other-subTitle {
    margin: 1.5em 0 0.5em;
  }
  #main .searchForm .other-subTitle:first-child {
    margin-top: 0;
  }
}

#main .searchForm .buttonArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#main .searchForm .buttonArea p {
  margin: 0;
}

#main .searchForm .buttonArea .result {
  -ms-flex-order: 1;
      order: 1;
  font-size: 12px;
}

#main .searchForm .buttonArea #spaceCount {
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #00a2ee;
}

@media screen and (max-width: 736px) {
  #main .searchForm .buttonArea #spaceCount {
    margin-right: 2px;
    font-size: 16px;
  }
}

#main .searchForm .buttonArea .searchSubmit .logiBtn {
  margin: 0 20px;
  width: 200px;
  height: 52px;
  line-height: calc(52px - 20px);
}

#main .searchForm .buttonArea .searchSubmit .logiBtn span {
  padding-left: 0;
  background: none;
}

#main .searchForm .buttonArea .searchSubmit .logiBtn span:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.1em;
  font-weight: normal;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  color: #fff;
}

#main .searchForm .buttonArea .searchCancel {
  font-size: 16px;
  font-weight: bold;
}

#main .searchForm .buttonArea .searchDetail {
  display: none;
}

#main .closeDetail .for-detail {
  display: none !important;
}

#main .closeDetail .searchForm-overlay {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#main .closeDetail .searchForm dl dt {
  width: 95px;
  padding-top: 40px;
  line-height: 46px;
}

#main .closeDetail .searchForm dl dd {
  display: -ms-flexbox;
  display: flex;
  margin-left: 95px;
  padding-top: 40px;
  font-size: 16px;
}

#main .closeDetail .searchForm dl dd .logiSelect,
#main .closeDetail .searchForm dl dd .logiSelect select,
#main .closeDetail .searchForm dl dd .logiText {
  width: 100%;
  max-width: none;
  height: 46px;
  line-height: 44px;
  font-size: 16px;
}

#main .closeDetail .searchForm dl dd .logiSelect:after {
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm dl {
    overflow: hidden;
    margin-top: -10px;
  }
  #main .closeDetail .searchForm dl dt {
    width: auto;
    padding-top: 10px;
    line-height: 1.5;
  }
  #main .closeDetail .searchForm dl dd {
    display: block;
    margin-left: 0;
    padding-top: 6px;
    font-size: 12px;
  }
  #main .closeDetail .searchForm dl dd .logiSelect,
  #main .closeDetail .searchForm dl dd .logiSelect select,
  #main .closeDetail .searchForm dl dd .logiText {
    width: 100%;
    height: 32px;
    line-height: 28px;
    font-size: 12px;
  }
  #main .closeDetail .searchForm dl dd .logiSelect:after {
    width: 32px;
    height: 32px;
  }
}

#main .closeDetail .searchForm .radioList {
  width: 195px;
  height: 46px;
}

#main .closeDetail .searchForm .radioList label {
  padding: 7px;
}

#main .closeDetail .searchForm .radioList .logiRadio {
  line-height: 32px;
}

#main .closeDetail .searchForm .radioList + .selectWrap {
  overflow: hidden;
  height: 48px;
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm .radioList {
    width: auto;
    height: 32px;
  }
  #main .closeDetail .searchForm .radioList label {
    padding: 2px 7px;
  }
  #main .closeDetail .searchForm .radioList .logiRadio {
    line-height: 30px;
  }
  #main .closeDetail .searchForm .radioList + .selectWrap {
    height: 32px;
    margin-top: 10px;
  }
}

#main .closeDetail .searchForm .searchTab-contents {
  float: left;
  width: 50%;
}

#main .closeDetail .searchForm .searchTab-contents[data-tab-target="Select"] {
  display: block !important;
  visibility: visible !important;
}

#main .closeDetail .searchForm .radioListWrap {
  float: right;
  width: 45%;
}

#main .closeDetail .searchForm .buttonArea {
  margin-top: 40px;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm .buttonArea {
    margin-top: 25px;
    height: 124px;
  }
}

#main .closeDetail .searchForm .buttonArea .result {
  -ms-flex-order: 2;
      order: 2;
  margin: 20px 0 25px 0;
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm .buttonArea .result {
    margin: 10px 0 6px 0;
    font-size: 14px;
  }
  #main .closeDetail .searchForm .buttonArea .result .all {
    display: none;
  }
}

#main .closeDetail .searchForm .buttonArea #spaceCount {
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #00a2ee;
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm .buttonArea #spaceCount {
    font-size: 16px;
  }
}

#main .closeDetail .searchForm .buttonArea .searchSubmit {
  -ms-flex-order: 1;
      order: 1;
}

#main .closeDetail .searchForm .buttonArea .searchSubmit .logiBtn {
  margin: 0 20px;
  width: 290px;
  height: 65px;
  line-height: calc(65px - 20px);
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm .buttonArea .searchSubmit .logiBtn {
    width: 269px;
    height: 54px;
    line-height: calc(54px - 20px);
  }
}

#main .closeDetail .searchForm .searchDetail {
  display: block;
  -ms-flex-order: 3;
      order: 3;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #main .closeDetail .searchForm .searchDetail {
    font-size: 14px;
  }
}

#main #search-wrapper {
  position: absolute;
  top: 48px;
  width: 100%;
  height: 448px;
  min-height: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  #main #search-wrapper {
    top: 53px;
    height: auto;
    min-height: 305px;
  }
}

#main #search-area > #area-japan,
#main #search-area > .hidden-xs.hidden-sm:first-child {
  margin-top: -20px;
}

@media screen and (max-width: 736px) {
  #main #search-area > #area-japan,
  #main #search-area > .hidden-xs.hidden-sm:first-child {
    margin-top: 0;
  }
}

#main .area-image {
  position: relative;
  padding-top: 8%;
  margin-left: 10px;
}

#main .area-image > img {
  position: absolute;
}

#main .areaName .btn.areaNav,
#main .movWrap .btn {
  position: relative;
  background: #fff;
  box-shadow: inset 0 -2px 0 #c9cdd6;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  padding: 0 10px 0 24px !important;
  text-align: left;
  transition: opacity .2s ease;
}

#main .areaName .btn.areaNav:focus, #main .areaName .btn.areaNav:hover,
#main .movWrap .btn:focus,
#main .movWrap .btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#main .areaName .btn.areaNav:before,
#main .movWrap .btn:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1.5em;
  font-weight: normal;
  display: block;
  left: 10px;
  position: absolute;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  color: #00a2ee;
}

@media screen and (max-width: 736px) {
  #main .areaName .btn.areaNav:before,
  #main .movWrap .btn:before {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

#main .areaName .btn.areaNav[disabled],
#main .movWrap .btn[disabled] {
  padding: 0 10px !important;
  text-align: center;
}

#main .areaName .btn.areaNav[disabled]:before,
#main .movWrap .btn[disabled]:before {
  content: none;
}

#main .areaName .btn.areaNav .num,
#main .movWrap .btn .num {
  margin-left: 5px;
  font-size: 10px;
  vertical-align: middle;
}

#main .areaName #nav-nishitama {
  left: 30%;
}

#main .returnName .inverse {
  background: #fff;
  border: 1px solid #c9cdd6;
  box-shadow: inset 0 -2px 0 #c9cdd6;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px 0 24px !important;
  line-height: 36px;
  height: 36px;
  color: #333 !important;
}

#main .returnName .inverse:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1.5em;
  font-weight: normal;
  display: block;
  left: 10px;
  position: absolute;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  color: #00a2ee;
}

#main .movWrap {
  padding: 10px 10px 5px;
  border-bottom: 8px solid #e4eefe;
}

#main .movWrap .box {
  margin-bottom: 0 !important;
}

#main .movWrap .panelWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -5px 0 -5px;
}

#main .movWrap .panelWrap .panel-title {
  display: table;
  width: 50%;
  padding: 8px 5px 0 5px;
}

#main .movWrap .panelWrap .btn {
  display: table-cell;
  height: 46px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

#main .movWrap .returnWrap {
  margin-top: 20px;
}

#main .movWrap .returnWrap .returnNav:before {
  left: 18px;
}

#main #search-ic-map {
  width: 100%;
  height: 100%;
}

#main #search-area .backmap {
  height: 400px;
}

@media screen and (max-width: 736px) {
  #main #search-area .backmap {
    height: 270px;
  }
}

#main #search-area .mapError {
  margin-top: 3px;
  padding: 3px 3px;
  display: inline-block;
  font-size: 11px;
  background: #fff;
  color: #e00;
}

#main .searchmap-wrap {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 736px) {
  #main .searchmap-wrap {
    padding: 5px;
  }
}

#main .searchmap-wrap .searchmap-input {
  display: -ms-flexbox;
  display: flex;
}

#main .searchmap-wrap .logiText {
  width: 100%;
}

#main .searchmap-wrap .highName-wrap {
  width: 45%;
  margin: 0 10px 0 0;
}

#main .searchmap-wrap .icName-wrap {
  position: relative;
  width: 45%;
  margin: 0 10px 0 0;
}

#main .searchmap-wrap .text a {
  display: inline-block;
  padding: 6px 0 3px 0;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
  color: #333;
}

#main .searchmap-wrap .text a:focus, #main .searchmap-wrap .text a:hover {
  text-decoration: underline;
}

#main .searchmap-wrap .highName-clr, #main .searchmap-wrap .icName-clr, #main .searchmap-wrap .routeName-clr, #main .searchmap-wrap .stName-clr {
  right: 10px;
}

#main .searchmap-wrap #irnArea,
#main .searchmap-wrap #inArea {
  background: #fff;
}

#main .searchmap-wrap #irnArea > div,
#main .searchmap-wrap #inArea > div {
  padding: 4px 8px;
}

#main .mapIcon {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  font-size: 14px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

#main .mapIcon .icon {
  margin-left: 14px;
  white-space: nowrap;
}

#main .mapIcon .icon img {
  margin-right: 5px;
}

#main .mapIcon .note {
  display: block;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 736px) {
  #main .mapIcon {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 5px 10px;
    font-size: 10px;
    border-bottom: 8px solid #e4eefe;
  }
  #main .mapIcon .icon {
    margin-left: 14px;
  }
  #main .mapIcon .icon img {
    width: 14px;
    height: auto;
  }
  #main .mapIcon .note {
    display: none;
  }
}

#main .gm-style-iw {
  font-size: 14px;
}

#main .gm-style-iw > div,
#main .gm-style-iw > div > div {
  overflow: visible !important;
}

#main .gm-style-iw .text {
  padding: 0;
}

#main .gm-style-iw .btnArea {
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 5px 0;
  font-weight: bold;
  -ms-flex-pack: center;
      justify-content: center;
}

#main .gm-style-iw .btnArea .detail {
  width: 108px;
  display: inline-block;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 #c9cdd6;
  color: #333;
  text-decoration: none;
  text-align: center;
  margin-right: 5px;
}

#main .gm-style-iw .btnArea .detail:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#main .gm-style-iw .btnArea .contact {
  width: 105px;
  display: inline-block;
  padding: 9px 12px;
  background: #fd9321;
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 #ab5e0b;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#main .gm-style-iw .btnArea .contact:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#main .searchKeyword {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-top: 8px solid #e4eefe;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#main .searchKeyword .title em {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #main .searchKeyword {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 10px;
  }
  #main .searchKeyword .title {
    width: 100%;
  }
  #main .searchKeyword .title em {
    font-size: 14px;
  }
}

#main .searchKeyword .logiText {
  -ms-flex: 1;
      flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 736px) {
  #main .searchKeyword .logiText {
    width: calc( 100% - 38px);
    margin-left: 0;
  }
}

#main .searchKeyword .logiBtn.search {
  width: 90px;
  height: 38px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

#logiMain {
  margin-bottom: 75px;
}

@media screen and (max-width: 736px) {
  #logiMain {
    margin-bottom: 92px;
  }
}

#logiMain a {
  text-decoration: none;
}

#logiMain .logiPerformance {
  padding: 5px 0;
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #logiMain .logiPerformance {
    display: none;
  }
}

#logiMain .logiPerformance a {
  color: #333;
}

#logiMain .logiPerformance .logiPerformance-list {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}

#logiMain .logiPerformance .logiPerformance-list dt {
  display: inline-block;
  padding: 5px;
  background: #a5aebd;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

#logiMain .logiPerformance .logiPerformance-list dd {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 12px;
}

#logiMain .logiPerformance .logiPerformance-list dd .num {
  font-size: 18px;
}

#logiMain .logiPerformance .note {
  display: inline-block;
  margin: 0;
  font-size: 10px;
}

#logiMain .importantArea {
  padding: 20px 0;
  margin: 0 auto;
  background: #e4eefe;
}

#logiMain .importantArea .item {
  width: 1200px;
  margin: 0 auto 20px;
  background: #fff;
  border: 2px solid #949494;
  color: #333333;
}

#logiMain .importantArea .item:last-of-type {
  margin-bottom: 0;
}

#logiMain .importantArea .item dl {
  margin: 0;
}

#logiMain .importantArea .item dl dt {
  padding: 8px 14px 8px 14px;
  width: 9em;
  background: #949494;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  font-weight: normal;
}

#logiMain .importantArea .item dl dd {
  padding: 8px 14px;
  display: table-cell;
}

#logiMain .importantArea a {
  color: #333333;
}

#logiMain .importantArea a:focus, #logiMain .importantArea a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  #logiMain .importantArea {
    width: auto;
    margin: 0;
    padding: 1px 10px;
    background: #e4eefe;
  }
  #logiMain .importantArea .item {
    width: auto;
    margin: 5px 0 0 0;
  }
  #logiMain .importantArea .item dl {
    display: block;
  }
  #logiMain .importantArea .item dl dt {
    display: block;
    width: auto;
    font-size: 14px;
  }
  #logiMain .importantArea .item dl dd {
    display: block;
    font-size: 12px;
  }
}

#logiMain .topSearchTab {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 5px solid #00a2ee;
  background: #e4eefe;
}

#logiMain .topSearchTab > button {
  width: 195px;
  height: 43px;
  margin-right: 3px;
  line-height: 43px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: #333;
  border: none;
  transition: opacity .3s ease;
}

#logiMain .topSearchTab > button:first-child {
  margin-left: 0;
}

#logiMain .topSearchTab > button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .topSearchTab > button.active {
  background: #00a2ee;
  color: #fff;
}

#logiMain .topSearchTab > button.active:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#logiMain .topSearchTab > button em {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 736px) {
  #logiMain .topSearchTab {
    border-bottom: 3px solid #00a2ee;
  }
  #logiMain .topSearchTab > button {
    width: calc(33.3% - 4px);
    height: 50px;
    font-size: 10px;
    line-height: 1.4;
  }
  #logiMain .topSearchTab > button em {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}

#logiMain .topSearchTab > .search-btn {
  width: 195px;
  height: 40px;
  line-height: 40px;
  padding-left: 62px;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 #c9cdd6;
  background: #fff url(/resources/public/img_v2/top/icon_search_map.png) no-repeat 20px 5px;
  color: #333;
  transition: opacity .3s ease;
}

#logiMain .topSearchTab > .search-btn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .topSearchTab > .search-btn em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 736px) {
  #logiMain .topSearchTab > .search-btn {
    width: calc(33.3% - 4px);
    height: 48px;
    font-size: 10px;
    line-height: 1.4;
    padding: 7px 0 3px 30px;
    background-position: 5px 50%;
    text-align: center;
  }
  #logiMain .topSearchTab > .search-btn em {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}

#logiMain.topMain {
  font-size: 14px;
  color: #333;
}

#logiMain.topMain .heading2 {
  margin-top: 40px;
  color: #0b3f75;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #logiMain.topMain .heading2 {
    font-size: 21px;
  }
}

#logiMain.topMain .heading2-small {
  margin-top: 60px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #d8d8d8;
}

@media screen and (max-width: 736px) {
  #logiMain.topMain .heading2-small {
    margin-top: 30px;
  }
}

#logiMain.topMain .heading3 {
  color: #0b3f75;
  text-align: center;
}

#logiMain.topMain .bg-blue {
  margin-top: 60px;
  padding: 15px 0;
  background: #e4eefe;
}

@media screen and (max-width: 736px) {
  #logiMain.topMain .bg-blue {
    margin-top: 30px;
    padding: 10px 0;
  }
}

#logiMain .topBanner {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 736px) {
  #logiMain .topPrimaryArea .topBanner {
    margin: 20px 10px;
  }
}

#logiMain .topBanner .topBanner-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner .topBanner-slider {
    display: block;
    position: relative;
  }
  #logiMain .topBanner .topBanner-slider .slick-list.draggable {
    overflow: hidden;
  }
}

#logiMain .topBanner .topBanner-slider .item {
  float: left;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#logiMain .topBanner .topBanner-slider .item a {
  display: block;
  width: 100%;
}

#logiMain .topBanner .topBanner-slider .item a img {
  width: 100%;
}

#logiMain .topBanner .topBanner-slider .item:only-child {
  margin: 0 auto;
}

#logiMain .topBanner .topBanner-slider .slick-arrow {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: calc(50% - 600px);
  z-index: 100;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner .topBanner-slider .slick-arrow {
    background: transparent;
    height: 27px;
    width: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#logiMain .topBanner .topBanner-slider .slick-arrow span {
  display: block;
  background: #7a7a7a;
  height: 35px;
  position: absolute;
  right: -4px;
  width: 35px;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner .topBanner-slider .slick-arrow span {
    height: 27px;
    width: 27px;
    top: 0;
    right: 0;
  }
}

#logiMain .topBanner .topBanner-slider .slick-arrow span:after {
  background-image: url(/resources/public/img_v2/icon_arrow_white.png);
  background-size: 9px 15px;
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 9px;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner .topBanner-slider .slick-arrow span:after {
    background-size: 7px 11px;
    margin-left: -4px;
    margin-top: 0;
    height: 11px;
    width: 7px;
  }
}

#logiMain .topBanner .topBanner-slider .slick-arrow.slick-prev {
  left: -10px !important;
}

#logiMain .topBanner .topBanner-slider .slick-arrow.slick-prev span {
  top: 145px;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner .topBanner-slider .slick-arrow.slick-prev span {
    top: 0;
  }
}

#logiMain .topBanner .topBanner-slider .slick-arrow.slick-next {
  right: -10px !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#logiMain .topBanner .topBanner-slider .slick-arrow.slick-next span {
  bottom: 145px;
}

@media screen and (max-width: 736px) {
  #logiMain .topBanner .topBanner-slider .slick-arrow.slick-next {
    margin-top: -13px;
  }
  #logiMain .topBanner .topBanner-slider .slick-arrow.slick-next span {
    bottom: 0;
  }
}

#logiMain .topPrimaryArea.bg-blue {
  margin-top: 0;
}

#logiMain .topPrimaryArea.bg-blue > .logiInner {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

#logiMain .topPrimaryArea.bg-blue .topPrimaryArea-child {
  width: calc(50% - 9px);
}

#logiMain .topPrimaryArea.bg-blue .topPrimaryArea-child:first-child {
  position: relative;
  margin-right: 9px;
  background: #fff;
}

#logiMain .topPrimaryArea.bg-blue .topPrimaryArea-child:last-child {
  margin-left: 9px;
}

@media screen and (max-width: 736px) {
  #logiMain .topPrimaryArea.bg-blue {
    padding: 5px 0 0 0;
  }
  #logiMain .topPrimaryArea.bg-blue > .logiInner {
    display: block;
    padding: 0;
  }
  #logiMain .topPrimaryArea.bg-blue .topPrimaryArea-child {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#logiMain .topPickUpDevelop {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding-bottom: 10px;
}

#logiMain .topPickUpDevelop .heading2 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 2px 5px;
  background: #102540;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop {
    height: auto;
    padding-bottom: 22px;
  }
}

#logiMain .topPickUpDevelop .topPickUpDevelop-slider {
  position: relative;
  height: 130px;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .topPickUpDevelop-slider {
    position: static;
    height: auto;
    background: #00a2ee;
  }
  #logiMain .topPickUpDevelop .topPickUpDevelop-slider:before, #logiMain .topPickUpDevelop .topPickUpDevelop-slider:after {
    content: " ";
    display: table;
  }
  #logiMain .topPickUpDevelop .topPickUpDevelop-slider:after {
    clear: both;
  }
}

#logiMain .topPickUpDevelop .topPickUpDevelop-slider a {
  cursor: pointer;
}

#logiMain .topPickUpDevelop .topPickUpDevelop-slider:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}

#logiMain .topPickUpDevelop .noPickup {
  position: relative;
  height: 140px;
}

#logiMain .topPickUpDevelop .noPickup a {
  display: -ms-flexbox;
  display: flex;
  background: #00a2ee;
  color: #fff;
  transition: all 0.4s ease;
}

#logiMain .topPickUpDevelop .noPickup a:focus, #logiMain .topPickUpDevelop .noPickup a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .topPickUpDevelop .noPickup a .text {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 140px;
  padding: 0 20px 0 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

#logiMain .topPickUpDevelop .noPickup a .text p {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

#logiMain .topPickUpDevelop .noPickup a img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

#logiMain .topPickUpDevelop .slick-dots {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 0;
  left: 0;
  line-height: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .slick-dots {
    bottom: 0;
    text-align: center;
  }
}

#logiMain .topPickUpDevelop .slick-dots li {
  display: inline-block;
}

#logiMain .topPickUpDevelop .slick-dots li:not(:last-child) {
  margin-right: 2px;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .slick-dots li:not(:last-child) {
    margin-right: 2.5px;
  }
}

#logiMain .topPickUpDevelop .slick-dots li button {
  background-color: #999;
  border: none;
  cursor: pointer;
  display: block;
  height: 3px;
  outline: none;
  padding: 0;
  text-indent: -999em;
  width: 30px;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .slick-dots li button {
    height: 3px;
    width: 35px;
  }
}

#logiMain .topPickUpDevelop .slick-dots li.slick-active button {
  background-color: #00a2ee;
}

#logiMain .topPickUpDevelop .item {
  float: left;
  height: 130px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .item {
    position: relative;
    height: auto;
  }
}

#logiMain .topPickUpDevelop .item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 130px;
  overflow: hidden;
  background: #00a2ee;
  color: #fff;
  transition: all 0.4s ease;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .item a {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    height: 100%;
  }
}

#logiMain .topPickUpDevelop .item a:focus, #logiMain .topPickUpDevelop .item a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .topPickUpDevelop .item a img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 301px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .item a img {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

#logiMain .topPickUpDevelop .item .text {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 14px 0 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

#logiMain .topPickUpDevelop .item .text h3 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#logiMain .topPickUpDevelop .item .text p {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  #logiMain .topPickUpDevelop .item .text {
    width: 100%;
    min-height: 80px;
    padding: 10px 10px;
  }
}

#logiMain .topics .heading2 {
  margin-top: 18px;
  font-size: 16px;
  color: #0b3f75;
  text-align: left;
}

@media screen and (max-width: 736px) {
  #logiMain .topics .heading2 {
    margin-left: 10px;
    margin-top: 30px;
  }
}

#logiMain .topics .topics-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

@media screen and (max-width: 736px) {
  #logiMain .topics .topics-wrap {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
  }
}

#logiMain .topics .topics-child {
  position: relative;
  display: block;
  width: calc(33.2% - 6px);
  margin: 6px 3px 0 3px;
  background: #fff;
  color: #333;
}

#logiMain .topics .topics-child:visited {
  color: #333;
}

@media screen and (max-width: 736px) {
  #logiMain .topics .topics-child {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
}

#logiMain .topics .labels {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#logiMain .topics .topics-label {
  display: inline-block;
  padding: 2px 5px;
  background: #999;
  color: #fff;
  font-size: 10px;
  vertical-align: top;
}

#logiMain .topics .topics-label.seminar {
  background-color: #00a2ee;
}

#logiMain .topics .topics-label.development {
  background-color: #5681c3;
}

#logiMain .topics .topics-label.sneakpreview {
  background-color: #18bed7;
}

#logiMain .topics .topics-label.interview {
  background-color: #8ac828;
}

#logiMain .topics .topics-label.column {
  background-color: #ecc304;
}

#logiMain .topics .topics-label.release {
  background-color: #f28f8f;
}

#logiMain .topics .topics-label.wanted {
  background-color: #ff6e00;
}

#logiMain .topics .topics-companyname {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 736px) {
  #logiMain .topics .topics-companyname {
    top: 28vw;
  }
}

#logiMain .topics .topics-image {
  overflow: hidden;
  position: relative;
  height: 120px;
  background: #e7e7e7;
}

@media screen and (max-width: 736px) {
  #logiMain .topics .topics-image {
    height: 28vw;
  }
}

#logiMain .topics .topics-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#logiMain .topics .topics-date {
  display: block;
  padding: 5px 10px 2px 10px;
  color: #666;
  font-size: 10px;
}

#logiMain .topics .topics-text {
  display: block;
  padding: 0 10px 5px 10px;
}

#logiMain .topics .topics-child:focus .topics-text,
#logiMain .topics .topics-child:hover .topics-text {
  text-decoration: underline;
}

.topInfo-date .statusLabel {
  display: inline-block;
  width: 5.5em;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
}

.topInfo-date .statusLabel.open {
  color: #fff;
}

.topInfo-date .statusLabel.closed {
  background-color: #e5e5e5;
}

.topInfo-date .statusLabel.report {
  background: #fff;
}

#logiMain .topInfo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap {
    display: block;
    margin: 20px -10px 0 -10px;
  }
}

#logiMain .topInfo-wrap .topInfo {
  width: calc( 33.3% - 24px);
  margin: 24px 12px 0 12px;
  border: 1px solid #dbdee5;
  background: #f9f9f9;
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap .topInfo {
    display: table;
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
    background: #fff;
  }
  #logiMain .topInfo-wrap .topInfo:not(:first-child) {
    border-top: none;
  }
}

#logiMain .topInfo-wrap .topInfo a,
#logiMain .topInfo-wrap .topInfo a:visited {
  color: #333;
}

#logiMain .topInfo-wrap .topInfo .topInfo-head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  width: 381px;
  padding: 0 32px 0 85px;
  background: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all 0.4s ease;
}

#logiMain .topInfo-wrap .topInfo .topInfo-head:before {
  position: absolute;
}

#logiMain .topInfo-wrap .topInfo .topInfo-head:after {
  position: absolute;
  left: -1px;
  bottom: 0;
  display: block;
  content: "";
  width: calc( 100% + 2px);
  height: 6px;
  background: #999;
}

#logiMain .topInfo-wrap .topInfo .topInfo-head:focus, #logiMain .topInfo-wrap .topInfo .topInfo-head:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap .topInfo .topInfo-head {
    height: 78px;
    width: auto;
  }
  #logiMain .topInfo-wrap .topInfo .topInfo-head:before {
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
  #logiMain .topInfo-wrap .topInfo .topInfo-head:after {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 6px;
  }
}

#logiMain .topInfo-wrap .topInfo .topInfo-head h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

#logiMain .topInfo-wrap .topInfo .topInfo-head h3:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1.7em;
  font-weight: normal;
  display: block;
  right: 20px;
  position: absolute;
  top: 35px;
  color: #b5b9c4;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap .topInfo .topInfo-head h3 {
    width: 100%;
    font-size: 16px;
  }
  #logiMain .topInfo-wrap .topInfo .topInfo-head h3:before {
    -webkit-transform: translateY(-46%);
            transform: translateY(-46%);
  }
}

#logiMain .topInfo-wrap .topInfo .topInfo-head p {
  margin: 5px 0 0 0;
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap .topInfo .topInfo-head p {
    font-size: 12px;
  }
}

#logiMain .topInfo-wrap .topInfo.seminar .topInfo-head:before {
  left: 20px;
  top: 15px;
  content: url(/resources/public/img_v2/icon_forum.png);
}

#logiMain .topInfo-wrap .topInfo.seminar .topInfo-head:after {
  background: #00a2ee;
}

#logiMain .topInfo-wrap .topInfo.seminar .statusLabel.open {
  background: #2174d2;
}

#logiMain .topInfo-wrap .topInfo.seminar .statusLabel.report {
  color: #00a2ee;
  border: 1px solid #00a2ee;
}

#logiMain .topInfo-wrap .topInfo.development .topInfo-head:before {
  left: 20px;
  top: 25px;
  content: url(/resources/public/img_v2/icon_development.png);
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap .topInfo.development .topInfo-head:before {
    top: 13px;
  }
}

#logiMain .topInfo-wrap .topInfo.development .topInfo-head:after {
  background: #5681c3;
}

#logiMain .topInfo-wrap .topInfo.sneakpreview .topInfo-head:before {
  left: 15px;
  top: 20px;
  content: url(/resources/public/img_v2/icon_exhibition.png);
}

#logiMain .topInfo-wrap .topInfo.sneakpreview .topInfo-head:after {
  background: #18bed7;
}

#logiMain .topInfo-wrap .topInfo.sneakpreview .statusLabel.open {
  background: #058da1;
}

#logiMain .topInfo-wrap .topInfo.sneakpreview .statusLabel.report {
  color: #18bed7;
  border: 1px solid #18bed7;
}

#logiMain .topInfo-wrap .topInfo.interview .topInfo-head:before {
  left: 20px;
  top: 20px;
  content: url(/resources/public/img_v2/icon_interview.png);
}

#logiMain .topInfo-wrap .topInfo.interview .topInfo-head:after {
  background: #8ac828;
}

#logiMain .topInfo-wrap .topInfo.column .topInfo-head:before {
  left: 20px;
  top: 20px;
  content: url(/resources/public/img_v2/icon_column.png);
}

#logiMain .topInfo-wrap .topInfo.column .topInfo-head:after {
  background: #ecc304;
}

#logiMain .topInfo-wrap .topInfo.release .topInfo-head:before {
  left: 18px;
  top: 20px;
  content: url(/resources/public/img_v2/icon_other.png);
}

#logiMain .topInfo-wrap .topInfo.release .topInfo-head:after {
  background: #f28f8f;
}

#logiMain .topInfo-wrap .topInfo.release .statusLabel.open {
  background: #e76060;
}

#logiMain .topInfo-wrap .topInfo.release .statusLabel.report {
  color: #f28f8f;
  border: 1px solid #f28f8f;
}

#logiMain .topInfo-wrap .topInfo .topInfo-date {
  margin: 0;
  padding: 10px;
  font-size: 12px;
}

#logiMain .topInfo-wrap .topInfo .topInfo-date a:focus,
#logiMain .topInfo-wrap .topInfo .topInfo-date a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  #logiMain .topInfo-wrap .topInfo .topInfo-date {
    display: none;
  }
}

#logiMain .topInfo-wrap .topInfo .topInfo-date dt {
  margin: 10px 0 0 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #e4eefe;
  font-size: 12px;
  font-weight: normal;
}

#logiMain .topInfo-wrap .topInfo .topInfo-date dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#logiMain .topInfo-wrap .topInfo .topInfo-date dt .companyname {
  margin-left: 10px;
}

#logiMain .topInfo-wrap .topInfo .topInfo-date dd {
  margin: 3px 0 0 0;
}

#logiMain .topDevelop {
  width: 100%;
  height: 360px;
  margin: 60px 0 0 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  #logiMain .topDevelop {
    height: auto;
    margin: 30px 0 0 0;
  }
}

#logiMain .topDevelop:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(/resources/public/img_v2/top/bg_develop.png) no-repeat 50% 50%;
  background-size: cover;
  transition: all .3s ease-out;
}

#logiMain .topDevelop:hover:after {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 736px) {
  #logiMain .topDevelop:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#logiMain .topDevelop .bgInner {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 1;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#logiMain .topDevelop .text {
  width: 610px;
  height: 210px;
  padding: 30px 0 27px;
  background: rgba(16, 37, 64, 0.8);
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #logiMain .topDevelop .text {
    width: 90vw;
    height: auto;
    margin: 15px 0;
    padding: 15px 0.5em;
  }
}

#logiMain .topDevelop .text .heading2 {
  margin: 0 0 20px;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  #logiMain .topDevelop .text .heading2 {
    margin: 0 0 10px;
  }
}

#logiMain .topDevelop .text .topDevelop-text {
  margin: 0 0 26px 0;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  #logiMain .topDevelop .text .topDevelop-text {
    margin: 0 0 13px;
  }
}

#logiMain .topDevelop .text .button {
  display: inline-block;
  padding: 10px 20px;
  background: #00a2ee;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s ease;
}

#logiMain .topDevelop .text .button span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

#logiMain .topDevelop .text .button span:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1em;
  font-weight: normal;
  display: block;
  left: 0;
  top: 5px;
  position: absolute;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

#logiMain .logiSliderWrapper {
  padding: 50px 0;
}

#logiMain .logiSliderWrapper h2.default {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  color: #0b3f75;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #logiMain .logiSliderWrapper {
    padding: 25px 0;
  }
  #logiMain .logiSliderWrapper h2.default {
    font-size: 21px;
  }
}

#logiMain .logiSliderWrapper .logiSliderMain {
  margin-bottom: 15px;
  overflow: hidden;
}

#logiMain .logiSliderWrapper .slick-track {
  display: -ms-flexbox;
  display: flex;
}

#logiMain .logiSliderWrapper .logiSlider .slick-arrow {
  background: rgba(255, 255, 255, 0.5);
}

#logiMain .logiSliderWrapper .logiSlider .item {
  position: relative;
}

#logiMain .logiSliderWrapper .logiSlider .item a {
  position: relative;
  height: 100%;
  padding-bottom: 45px;
  margin-bottom: 1px;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 736px) {
  #logiMain .logiSliderWrapper .logiSlider .item a {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
  }
}

#logiMain .topRelease {
  margin-bottom: 48px;
}

#logiMain .topRelease .topTopics {
  position: relative;
  width: 100%;
  margin: 24px 0 24px 0;
  font-size: 14px;
}

#logiMain .topRelease .topTopics td {
  border-bottom: 1px solid #dae1eb;
  padding-top: 14px;
  padding-bottom: 14px;
}

#logiMain .topRelease .topTopics tr:first-child td {
  padding-top: 0;
}

#logiMain .topRelease .topTopics a {
  color: #333;
  text-decoration: none;
}

#logiMain .topRelease .topTopics a:focus, #logiMain .topRelease .topTopics a:hover {
  text-decoration: underline;
}

#logiMain .topRelease .topTopics .date {
  position: relative;
  padding-right: 60px;
  width: 15.3em;
  white-space: nowrap;
}

#logiMain .topRelease .topTopics .statusLabel {
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  padding: 2px 0;
  text-align: center;
  position: absolute;
  right: 0;
  width: 50px;
  vertical-align: middle;
}

#logiMain .topRelease .topTopics .statusLabel.domestic {
  color: #0e2fad;
  border: 1px solid #0e2fad;
}

#logiMain .topRelease .topTopics .statusLabel.international {
  color: #333;
  border: 1px solid #666;
}

@media screen and (max-width: 736px) {
  #logiMain .topRelease .topTopics td {
    display: block;
  }
  #logiMain .topRelease .topTopics .date {
    padding: 10px 0 7px 60px;
    border-bottom: none;
    font-size: 12px;
    color: #666;
  }
  #logiMain .topRelease .topTopics .text {
    padding: 0 0 10px 0;
  }
  #logiMain .topRelease .topTopics .statusLabel {
    right: auto;
    left: 0;
  }
}

#logiMain .topFooter {
  display: -ms-flexbox;
  display: flex;
  margin: 50px -12px 0 -12px;
}

@media screen and (max-width: 736px) {
  #logiMain .topFooter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px -5px 0 -5px;
  }
}

#logiMain .topFooter .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 282px;
  height: 80px;
  margin: 0 12px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  #logiMain .topFooter .item {
    width: calc(50% - 10px);
    height: auto;
    margin: 10px 5px 0 5px;
  }
}

#logiMain .topFooter .item a {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
}

#logiMain .topFooter .item a:before {
  position: absolute;
  top: 14px;
}

#logiMain .topFooter .item a:focus, #logiMain .topFooter .item a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 736px) {
  #logiMain .topFooter .item a {
    font-size: 11px;
    text-align: left;
    padding: 5px !important;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  #logiMain .topFooter .item a:before {
    position: static;
    width: 14vw;
    -webkit-transform: scale3d(0.7, 0.7, 1);
            transform: scale3d(0.7, 0.7, 1);
    text-align: center;
  }
}

#logiMain .topFooter .item.qa a {
  padding-left: 20px;
}

#logiMain .topFooter .item.qa a:before {
  left: 15px;
  content: url(/resources/public/img_v2/top/icon_qa.png);
}

#logiMain .topFooter .item.owner a {
  padding-left: 60px;
}

#logiMain .topFooter .item.owner a:before {
  left: 14px;
  content: url(/resources/public/img_v2/top/icon_owner.png);
}

#logiMain .topFooter .item.findPerson a {
  padding-left: 40px;
}

#logiMain .topFooter .item.findPerson a:before {
  left: 17px;
  content: url(/resources/public/img_v2/top/icon_find_person.png);
}

#logiMain .topFooter .item.download a {
  padding-left: 20px;
}

#logiMain .topFooter .item.download a:before {
  left: 12px;
  content: url(/resources/public/img_v2/top/icon_download.png);
}

#logiMain .topFooter .item.download a span:after {
  margin-left: 5px;
  content: url(/resources/public/img_v2/icon_pdf.png);
  vertical-align: text-bottom;
}

@media screen and (max-width: 736px) {
  #logiMain .topFooter .item.download a span:after {
    position: absolute;
    -webkit-transform: scale3d(0.5, 0.5, 1) translateY(-25%);
            transform: scale3d(0.5, 0.5, 1) translateY(-25%);
  }
}

#logiMain .topFooter .item.download .date {
  position: absolute;
  right: 0;
  bottom: -2em;
  font-size: 12px;
  margin: 0;
}



