@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix, .iziModal.searchForm .item dl dd .js-searchTab {
  *zoom: 1;
}
.clearfix:after, .iziModal.searchForm .item dl dd .js-searchTab:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#logiMain {
  margin-bottom: 75px;
  color: #333;
}
#logiMain a {
  color: #505050;
  text-decoration: none;
}

.logiPerformance {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #e1e3e6;
}
.logiPerformance .logiInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logiPerformance .logiPerformance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.logiPerformance .logiPerformance-list dt {
  display: block;
  background: #a5aebd;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.logiPerformance .logiPerformance-list dd {
  margin: 0 0 0 1em;
  font-weight: bold;
}
.logiPerformance .logiPerformance-list dd big {
  font-size: 18px;
}
.logiPerformance .note {
  font-size: 10px;
  margin-left: .8em;
}
@media only screen and (max-width: 736px) {
  .logiPerformance {
    display: none;
  }
}

/*----------------------------------------------------
	トップエリア
----------------------------------------------------*/
.topPrimaryArea {
  background: #e4eefe;
  padding: 15px 0;
}
.topPrimaryArea .logiInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
}
.topPrimaryArea .logiInner > div {
  width: calc(50% - 9px);
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea {
    padding: 5px 0 0;
  }
  .topPrimaryArea .logiInner {
    padding: 0;
    width: 100%;
    display: block;
  }
  .topPrimaryArea .logiInner > div {
    width: 100%;
  }
}
.topPrimaryArea .l_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topPrimaryArea .searchTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e4eefe;
  border-bottom: 5px solid #00a2ee;
}
.topPrimaryArea .searchTab .search-menu {
  border-radius: 4px 4px 0 0;
  background: #fff;
  width: 33.33%;
  margin-right: 3px;
  height: 43px;
  padding-top: 2px;
}
.topPrimaryArea .searchTab .search-menu:focus {
  outline: none;
}
.topPrimaryArea .searchTab .search-menu:not(.active) {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.topPrimaryArea .searchTab .search-menu:not(.active):hover {
  opacity: .6;
}
.topPrimaryArea .searchTab .search-menu strong {
  font-size: 20px;
  font-weight: bold;
}
.topPrimaryArea .searchTab .search-menu.active {
  background: #00a2ee;
  color: #fff;
}
.topPrimaryArea .searchTab .search-btn {
  margin-left: auto;
  width: 33.3%;
  border-radius: 4px;
  height: 40px;
  -webkit-box-shadow: inset 0 -2px 0 #c9cdd6;
          box-shadow: inset 0 -2px 0 #c9cdd6;
  text-align: center;
  line-height: 38px;
  padding-left: 20px;
  background: #fff url("../images/top/icon_search_map.png") no-repeat 20px 5px;
}
.topPrimaryArea .searchTab .search-btn:hover {
  opacity: .6;
}
.topPrimaryArea .searchTab .search-btn strong {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .searchTab {
    padding: 4px 5px 0;
  }
  .topPrimaryArea .searchTab .search-menu {
    height: 50px;
    font-size: 10px;
    line-height: 1.4;
  }
  .topPrimaryArea .searchTab .search-menu strong {
    display: block;
    font-size: 14px;
  }
  .topPrimaryArea .searchTab .search-btn {
    font-size: 10px;
    line-height: 1.4;
    height: 48px;
    padding: 7px 0 3px 30px;
    background-position: 10px 10px;
  }
  .topPrimaryArea .searchTab .search-btn strong {
    display: block;
    font-size: 14px;
  }
}
.topPrimaryArea .search-form {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 25px;
  display: block;
}
@media only screen and (min-width: 737px) {
  .topPrimaryArea .search-form {
    min-height: 448px;
  }
}
.topPrimaryArea .searchForm-overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: rgba(16, 37, 64, 0.9);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 110;
}
.topPrimaryArea .closeDetail .for-detail {
  display: none !important;
}
.topPrimaryArea .closeDetail .searchForm-overlay {
  display: none;
  opacity: 0;
}
.topPrimaryArea .search-form-wrap {
  padding: 20px;
}
.topPrimaryArea .search-form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topPrimaryArea .search-form-wrap dl dt {
  font-weight: bold;
  width: 95px;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.topPrimaryArea .search-form-wrap dl dd {
  width: calc(100% - 95px);
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.topPrimaryArea .search-form-wrap dl dd.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topPrimaryArea .search-form-wrap dl dd.search-area .select-wrap {
  width: 50%;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .search-form-wrap {
    padding: 10px 20px 0;
  }
  .topPrimaryArea .search-form-wrap dl {
    display: block;
  }
  .topPrimaryArea .search-form-wrap dl dt, .topPrimaryArea .search-form-wrap dl dd {
    width: 100%;
  }
  .topPrimaryArea .search-form-wrap dl dt {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .topPrimaryArea .search-form-wrap dl dt:first-of-type {
    margin-top: 0;
  }
  .topPrimaryArea .search-form-wrap dl dd {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.topPrimaryArea .search-form-wrap .select-wrap {
  position: relative;
}
.topPrimaryArea .search-form-wrap .select-wrap:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background: #00a2ee url("../images/icon_selectbox.png") center no-repeat;
  background-size: 12px auto;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
  width: 46px;
  height: 46px;
}
.topPrimaryArea .search-form-wrap .select-wrap select {
  background: transparent;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  color: #333;
  padding: 0 44px 0 12px;
  width: 100%;
  height: 46px;
  line-height: 44px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.topPrimaryArea .search-form-wrap .select-wrap select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .search-form-wrap .select-wrap:after {
    width: 32px;
    height: 32px;
  }
  .topPrimaryArea .search-form-wrap .select-wrap select {
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    padding: 0 32px 0 6px;
  }
}
.topPrimaryArea .search-form-wrap .spaceType-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap input[type="radio"]:checked + label {
  background: #e4eefe;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap input[type="radio"]:checked + label span:before {
  background-position: 0 100%;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap input[type="radio"]#spaceType1 + label {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #c9cdd6;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap input[type="radio"]#spaceType2 + label {
  border-radius: 0 4px 4px 0;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 7px;
  font-size: 16px;
  line-height: 28px;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap label:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #c9cdd6;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap label span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.topPrimaryArea .search-form-wrap .spaceType-wrap label span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_radio.png") 0 0;
  background-size: 20px auto;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -10px;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .search-form-wrap .spaceType-wrap label {
    padding: 2px 7px;
  }
  .topPrimaryArea .search-form-wrap .spaceType-wrap label span {
    padding-left: 22px;
  }
  .topPrimaryArea .search-form-wrap .spaceType-wrap label span:before {
    width: 14px;
    height: 14px;
    background-size: 14px auto;
    margin-top: -7px;
  }
}
.topPrimaryArea .search-btn-inner {
  padding-right: 20px;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .search-btn-inner {
    padding-right: 0;
  }
}
.topPrimaryArea .btn-search {
  display: block;
  border-radius: 3px;
  background: #00a2ee;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
  height: 65px;
  margin: 0 auto;
  line-height: 62px;
  width: 290px;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .btn-search {
    height: 54px;
    line-height: 52px;
    width: 268px;
    margin-top: 20px;
    font-size: 16px;
  }
}
.topPrimaryArea .btn-search:hover {
  opacity: .6;
}
.topPrimaryArea .btn-search span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.topPrimaryArea .btn-search span:before {
  content: "";
  display: block;
  background: url("../images/icon_search.png") no-repeat center;
  width: 19px;
  height: 19px;
  background-size: contain;
  left: 0;
  top: calc(50% - 10px);
  position: absolute;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .btn-search span {
    padding-left: 22px;
  }
  .topPrimaryArea .btn-search span:before {
    width: 17px;
    height: 17px;
    top: calc(50% - 9px);
  }
}
.topPrimaryArea .result {
  text-align: center;
  font-size: 12px;
  padding-right: 20px;
  margin: 20px 0 24px;
}
.topPrimaryArea .result big {
  font-weight: bold;
  color: #00a2ee;
  font-size: 22px;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .result {
    margin: 10px 0 6px;
    padding-right: 0;
  }
  .topPrimaryArea .result big {
    font-size: 16px;
  }
}
.topPrimaryArea .searchDetail {
  text-align: center;
  padding-right: 5px;
}
.topPrimaryArea .searchDetail .btn-searchDetail {
  position: relative;
}
.topPrimaryArea .searchDetail .btn-searchDetail:hover {
  text-decoration: underline;
}
.topPrimaryArea .searchDetail .btn-searchDetail:before {
  background: url("../images/icon_arrow_blue.png") left center no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  left: -1.3rem;
  top: calc(50% - 6px);
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .searchDetail {
    padding-right: 0;
    padding-left: 1.3rem;
  }
}
.topPrimaryArea .searchKeyword {
  background: #fff;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.topPrimaryArea .searchKeyword .search-heading strong {
  font-weight: bold;
  font-size: 20px;
}
.topPrimaryArea .searchKeyword input[type="text"] {
  width: auto;
  height: 36px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  padding: 0 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .searchKeyword input[type="text"] {
    font-size: 16px;
  }
}
.topPrimaryArea .searchKeyword .btn {
  background: #00a2ee;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 90px;
  height: 38px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
  padding: 8px 12px 12px 12px;
  line-height: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.topPrimaryArea .searchKeyword .btn:hover {
  opacity: .6;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea .searchKeyword {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topPrimaryArea .searchKeyword .search-heading {
    width: 100%;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .topPrimaryArea .searchKeyword .search-heading strong {
    font-size: 14px;
  }
  .topPrimaryArea .searchKeyword input[type="text"] {
    margin: 0 5px 0 0;
  }
}
.topPrimaryArea #pickupDevelop {
  position: relative;
  min-height: 150px;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea #pickupDevelop {
    padding-bottom: 20px;
  }
}
.topPrimaryArea #pickupDevelop .heading {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  right: 0;
  background: #102540;
  padding: 2px 5px;
  top: 0;
}
.topPrimaryArea #pickupDevelop .slick-list {
  max-height: 130px;
  overflow: hidden;
}
.topPrimaryArea #pickupDevelop .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
  background: #00a2ee;
  color: #fff;
  overflow: hidden;
}
.topPrimaryArea #pickupDevelop .item a:hover {
  opacity: .6;
}
.topPrimaryArea #pickupDevelop .item a .text {
  width: 50%;
  padding-left: 28px;
  padding-right: 14px;
}
.topPrimaryArea #pickupDevelop .item a .text.text-nodata {
  padding-right: 20px;
}
.topPrimaryArea #pickupDevelop .item a .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .4em;
  color: #fff;
}
.topPrimaryArea #pickupDevelop .item a > img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  pointer-events: none;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea #pickupDevelop .slick-list {
    background: #00a2ee;
    max-height: none;
  }
  .topPrimaryArea #pickupDevelop .item a {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topPrimaryArea #pickupDevelop .item a .text {
    width: 100%;
    padding: 10px;
  }
  .topPrimaryArea #pickupDevelop .item a .text.text-nodata {
    padding: 10px;
  }
  .topPrimaryArea #pickupDevelop .item a > img {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .topPrimaryArea #pickupDevelop .slick-dots {
    text-align: center;
    bottom: -25px;
  }
}
.topPrimaryArea #topics .heading {
  color: #0b3f75;
  font-size: 16px;
  font-weight: bold;
}
.topPrimaryArea #topics .topics-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topPrimaryArea #topics .topics-wrap .article-topics {
  width: calc(33.3% - 4px);
  margin: 6px 6px 0 0;
  background: #fff;
}
.topPrimaryArea #topics .topics-wrap .article-topics:nth-of-type(3n) {
  margin-right: 0;
}
.topPrimaryArea #topics .topics-wrap .article-topics a {
  display: block;
  position: relative;
  height: 100%;
}
.topPrimaryArea #topics .topics-wrap .article-topics a:hover .topics-title {
  text-decoration: underline;
}
.topPrimaryArea #topics .topics-wrap .article-topics a:hover .topics-image {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: .6;
}
.topPrimaryArea #topics .topics-wrap .topics-image {
  overflow: hidden;
  position: relative;
  height: 120px;
  background: #e7e7e7;
}
.topPrimaryArea #topics .topics-wrap .topics-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.topPrimaryArea #topics .topics-wrap .labels {
  position: absolute;
  top: 0;
  left: 0;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label {
  font-size: 10px;
  display: inline-block;
  padding: 2px 5px;
  background: #999;
  color: #fff;
  vertical-align: top;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.columns {
  background: #ecc304;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.wanted {
  background: #ff6e00;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.sneakpreviews, .topPrimaryArea #topics .topics-wrap .labels .topics-label.sneakpreview_reports {
  background: #18bed7;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.forums, .topPrimaryArea #topics .topics-wrap .labels .topics-label.forum_reports {
  background: #00a2ee;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.presses {
  background: #5681c3;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.interviews {
  background: #8ac828;
}
.topPrimaryArea #topics .topics-wrap .labels .topics-label.other_events, .topPrimaryArea #topics .topics-wrap .labels .topics-label.other_event_reports {
  background: #f28f8f;
}
.topPrimaryArea #topics .topics-wrap .topics-companyname {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  left: 0;
  top: 120px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  line-height: 20px;
}
.topPrimaryArea #topics .topics-wrap .topics-date {
  color: #666;
  display: block;
  padding: 5px 10px 2px 10px;
  font-size: 10px;
}
.topPrimaryArea #topics .topics-wrap .topics-title {
  padding: 0 10px 5px 10px;
  height: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea #topics .heading {
    margin-left: 10px;
  }
  .topPrimaryArea #topics .topics-wrap {
    margin: 0 5px;
    padding-bottom: 20px;
  }
  .topPrimaryArea #topics .topics-wrap .topics-image {
    height: 28vw;
  }
  .topPrimaryArea #topics .topics-wrap .topics-companyname {
    top: 28vw;
  }
  .topPrimaryArea #topics .topics-wrap .article-topics {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
    background: #fff;
  }
  .topPrimaryArea #topics .topics-wrap .article-topics:nth-of-type(3n) {
    margin-right: 5px;
  }
  .topPrimaryArea #topics .topics-wrap .topics-title {
    height: auto;
  }
}

/*詳細検索*/
.iziModal-overlay {
  background: rgba(16, 37, 64, 0.9) !important;
}

.iziModal.searchForm {
  background: #fff;
  overflow-y: auto;
  z-index: 10000;
}
@media only screen and (min-width: 737px) {
  .iziModal.searchForm {
    width: 90vw;
    top: 5vh;
    width: 90vw;
    max-width: 1200px !important;
    max-height: 90vh;
    height: auto !important;
    border-radius: 10px !important;
    bottom: auto;
  }
}
.iziModal.searchForm .iziModal-wrap {
  padding: 20px;
}
.iziModal.searchForm .close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_close_gray.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -999px;
  opacity: 1;
}
.iziModal.searchForm h2.default {
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 13px;
}
.iziModal.searchForm .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 737px) {
  .iziModal.searchForm .row {
    overflow: hidden;
    position: relative;
  }
}
.iziModal.searchForm .item {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.iziModal.searchForm .item:first-child {
  width: 46%;
}
.iziModal.searchForm .item:last-child {
  width: 53%;
}
.iziModal.searchForm .item dl dt {
  clear: left;
  float: left;
  width: 85px;
  padding-top: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
.iziModal.searchForm .item dl dt:first-child {
  padding-top: 13px;
}
.iziModal.searchForm .item dl dd {
  margin-left: 85px;
  padding-top: 26px;
  line-height: 36px;
  font-size: 14px;
}
.iziModal.searchForm .item dl dd:nth-child(2) {
  padding-top: 13px;
}
.iziModal.searchForm .item dl dd .logiSelect, .iziModal.searchForm .item dl dd .logiSelect select, .iziModal.searchForm .item dl dd .logiText {
  width: 13.7vw;
  max-width: 200px;
  height: 36px;
  line-height: 34px;
  vertical-align: top;
  font-size: 12px;
}
.iziModal.searchForm .item dl dd .logiText {
  width: 8.1vw;
  max-width: 110px;
}
.iziModal.searchForm .item dl dd .logiText-long {
  width: 24.7vw;
  max-width: none;
}
.iziModal.searchForm .item dl dd .logiSelect:after {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchForm .item dl dd .logiSelect + .logiSelect {
    margin-top: 10px;
  }
}
.iziModal.searchForm .item dl dd .searchTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}
.iziModal.searchForm .item dl dd .searchTab li {
  background: #b5b5b5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2px;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
}
.iziModal.searchForm .item dl dd .searchTab li.active {
  background: #00a2ee;
  font-weight: bold;
}
.iziModal.searchForm .item dl dd .searchTab-contents {
  background: #e4eefe;
  padding: 10px;
  float: left;
  width: 63%;
}
.iziModal.searchForm .item dl dd .searchTab-contents.hidden {
  display: none;
}
.iziModal.searchForm .item dl dd .searchTab-contents .logiSelect {
  width: 100%;
  max-width: none;
}
.iziModal.searchForm .item dl dd .searchTab-contents .logiSelect select {
  width: 100%;
  max-width: none;
}
.iziModal.searchForm .item dl dd .searchTab-contents .logiText-wrap {
  margin-top: 0;
}
.iziModal.searchForm .item dl dd .radioListWrap {
  padding: 10px 10px 10px 0;
  background: #e4eefe;
  float: right;
  width: 37%;
}
.iziModal.searchForm .item dl dd .radioListWrap .radioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c9cdd6;
  border-radius: 4px;
  overflow: hidden;
  line-height: 34px;
}
.iziModal.searchForm .item dl dd .radioListWrap .radioList li {
  width: 50%;
  background: #fff;
}
.iziModal.searchForm .item dl dd .radioListWrap .radioList li:first-child {
  border-right: 1px solid #c9cdd6;
}
.iziModal.searchForm .item dl dd .radioListWrap .radioList li label {
  display: block;
  padding: 0 7px;
}
.iziModal.searchForm .item dl dd .logiText-wrap {
  margin-top: 10px;
  position: relative;
}
.iziModal.searchForm .item dl dd .checkboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.iziModal.searchForm .item dl dd .checkboxList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin: -1px 0 0 -1px;
  padding: 0;
  border: 1px solid #ccc;
}
.iziModal.searchForm .item dl dd .checkboxList .logiCheckbox {
  padding: 4px 8px;
  line-height: 1.5;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchForm .item dl dd .checkboxList {
    display: block;
    overflow: hidden;
    margin: 0;
    border: 1px solid #c9cdd6;
    border-radius: 4px;
  }
  .iziModal.searchForm .item dl dd .checkboxList li {
    border: none;
    border-top: 1px solid #c9cdd6;
    width: 100%;
  }
  .iziModal.searchForm .item dl dd .checkboxList li:first-of-type {
    border-top: 0;
  }
  .iziModal.searchForm .item dl dd .checkboxList li .logiCheckbox {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.iziModal.searchForm .item dl dd .useList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: none;
  line-height: 1.5;
}
.iziModal.searchForm .item dl dd .useList .logiCheckbox {
  display: block;
}
.iziModal.searchForm .item dl dd .useList .logiCheckbox input ~ span {
  display: block;
  padding: 9px 30px 5px 33px;
  width: 100%;
  position: relative;
}
.iziModal.searchForm .item dl dd .useList > li {
  width: 50%;
  margin-top: -1px;
  border-top: 1px solid #c9cdd6;
}
.iziModal.searchForm .item dl dd .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;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle:before {
  position: absolute;
  top: 8px;
  left: 7px;
  background-image: url(../images/icon_checkbox.png?v2);
  background-position: 0 0;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 7px;
  vertical-align: middle;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchForm .item dl dd .useList > li .useListTitle:before {
    background-image: url(../images/icon_checkbox_sp.png?v2);
    background-position: 0 0;
    background-size: 20px auto;
  }
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle.is-allChecked:before {
  background-position: 0 20px;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle span {
  display: block;
  padding: 9px 0 7px 33px;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #00a2ee;
  cursor: pointer;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle i:before, .iziModal.searchForm .item dl dd .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);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle.warehouse span {
  background: url(../images/search/icon_search_warehouse.png) no-repeat 0 0;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle.factory span {
  background: url(../images/search/icon_search_factory.png) no-repeat 0 0;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle.space span {
  background: url(../images/search/icon_search_space.png) no-repeat 0 0;
}
.iziModal.searchForm .item dl dd .useList > li .useListTitle.other {
  padding-left: 0;
}
.iziModal.searchForm .item dl dd .useList > li.is-close .useListTitle i:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.iziModal.searchForm .item dl dd .useList > li ul {
  background: #f7f7f7;
}
.iziModal.searchForm .item dl dd .useList > li ul.useListChild {
  width: 100% !important;
}
.iziModal.searchForm .item dl dd .useList > li li {
  padding-left: 30px;
  border-right: 1px solid #c9cdd6;
  border-left: 1px solid #c9cdd6;
  border-bottom: 1px solid #c9cdd6;
}
.iziModal.searchForm .item dl dd .useList > li li.warehouse span {
  background: url("../images/search/icon_search_warehouse_only.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.warehouse-office span {
  background: url("../images/search/icon_search_warehouse_offices.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.warehouse-factory span {
  background: url("../images/search/icon_search_warehouse_factories.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.warehouse-shop span {
  background: url("../images/search/icon_search_warehouse_stores.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.warehouse-land span {
  background: url("../images/search/icon_search_warehouse_rent.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.factory span {
  background: url("../images/search/icon_search_factory_only.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.factory-office span {
  background: url("../images/search/icon_search_factory_offices.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.factory-land span {
  background: url("../images/search/icon_search_factory_rent.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.land span {
  background: url("../images/search/icon_search_rent.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.parking span {
  background: url("../images/search/icon_search_parking.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.space span {
  background: url("../images/search/icon_search_yard.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.office span {
  background: url("../images/search/icon_search_office.png") no-repeat 100% 0;
}
.iziModal.searchForm .item dl dd .useList > li li.shop span {
  background: url("../images/search/icon_search_store.png") no-repeat 100% 0;
}
.iziModal.searchForm .other-subTitle {
  font-weight: bold;
}
.iziModal.searchForm .buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.iziModal.searchForm .buttonArea .result {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 12px;
}
.iziModal.searchForm .buttonArea #spaceCount {
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #00a2ee;
}
.iziModal.searchForm .buttonArea .searchSubmit .logiBtn {
  margin: 0 20px;
  width: 200px;
  height: 52px;
  line-height: calc(52px - 20px);
}
.iziModal.searchForm .buttonArea .searchSubmit .logiBtn:hover {
  opacity: .6;
}
.iziModal.searchForm .buttonArea .searchSubmit .logiBtn span {
  padding-left: 26px;
  background: none;
  position: relative;
}
.iziModal.searchForm .buttonArea .searchSubmit .logiBtn span:before {
  content: "";
  display: block;
  background: url("../images/icon_search.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 0;
  top: calc(50% - 11px);
  position: absolute;
}
.iziModal.searchForm .buttonArea .searchSubmit .logiBtn.search {
  height: 52px;
  padding-bottom: 12px;
  border: none;
  background: #00a2ee;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchForm .buttonArea .searchSubmit {
    margin-left: auto;
  }
  .iziModal.searchForm .buttonArea .searchSubmit .logiBtn.search {
    font-size: 16px;
  }
  .iziModal.searchForm .buttonArea .searchSubmit .logiBtn.search span {
    padding-left: 22px;
  }
  .iziModal.searchForm .buttonArea .searchSubmit .logiBtn.search span:before {
    width: 17px;
    height: 17px;
    top: calc(50% - 9px);
  }
}
.iziModal.searchForm .buttonArea .searchCancel {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 12px;
  position: relative;
}
.iziModal.searchForm .buttonArea .searchCancel:hover {
  text-decoration: underline;
}
.iziModal.searchForm .buttonArea .searchCancel:before {
  background-image: url(../images/icon_arrow_blue.png);
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.iziModal.searchForm .buttonArea .searchDetail {
  display: none;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchForm {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0 !important;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    z-index: 997;
    background: #fff;
    -webkit-transform: none;
            transform: none;
  }
  .iziModal.searchForm .iziModal-wrap {
    padding: 0;
    overflow-y: scroll;
  }
  .iziModal.searchForm .iziModal-wrap .iziModal-content {
    height: 100vh !important;
  }
  .iziModal.searchForm .iziModal-wrap .iziModal-content .search-form-content {
    padding: 10px 10px 100px;
    width: auto !important;
  }
  .iziModal.searchForm h2.default {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em 10px;
    font-size: 20px;
    text-align: left;
  }
  .iziModal.searchForm .rotate {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 3px;
    text-align: center;
  }
  .iziModal.searchForm .buttonArea {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 10px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(16, 37, 64, 0.9);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1000;
  }
  .iziModal.searchForm .buttonArea .result {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 10px;
    white-space: nowrap;
  }
  .iziModal.searchForm .buttonArea .result #spaceCount {
    font-size: 16px;
    margin-right: 2px;
  }
  .iziModal.searchForm .buttonArea .result .all {
    display: none;
  }
  .iziModal.searchForm .buttonArea .logiBtn.search {
    margin: 0 0 0 auto;
    width: 52vw;
    max-width: 400px;
    display: block;
  }
  .iziModal.searchForm .buttonArea .searchClose {
    width: 52px;
    height: 52px;
    padding: 29px 0 4px;
    background: #fff url(../images/icon_close_gray.png) no-repeat 50% 10px;
    background-size: 14px auto;
    border: 1px solid #c9cdd6;
    border-radius: 3px;
    margin-left: 10px;
    display: block;
    -webkit-box-shadow: inset 0 -4px 0 #c9cdd6;
            box-shadow: inset 0 -4px 0 #c9cdd6;
    color: #333;
    font-size: 10px;
    text-align: center;
  }
  .iziModal.searchForm .item {
    float: none;
    width: auto !important;
  }
  .iziModal.searchForm .item:last-child {
    padding-bottom: 10px;
  }
  .iziModal.searchForm .item dl dt {
    float: none;
    width: auto;
    line-height: 1.5;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em;
    background: #f0f0f0;
    font-size: 16px;
  }
  .iziModal.searchForm .item dl dd {
    display: block;
    margin-left: 0;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
  .iziModal.searchForm .item dl dd:nth-child(2) {
    padding-top: 6px;
  }
  .iziModal.searchForm .item dl dd .other-subTitle {
    margin: 1.5em 0 .5em;
  }
  .iziModal.searchForm .item dl dd .other-subTitle:first-of-type {
    margin-top: 0;
  }
  .iziModal.searchForm .item dl dd .logiSelect, .iziModal.searchForm .item dl dd .logiSelect select, .iziModal.searchForm .item dl dd .logiText {
    width: 100%;
    max-width: none;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .iziModal.searchForm .item dl dd .logiSelect {
    position: relative;
  }
  .iziModal.searchForm .item dl dd .logiSelect select {
    position: relative;
  }
  .iziModal.searchForm .item dl dd .logiSelect:after {
    width: 30px;
    height: 30px;
  }
  .iziModal.searchForm .item dl dd .logiSelect-inline {
    margin-bottom: 4px;
  }
  .iziModal.searchForm .item dl dd .searchTab-contents {
    float: none;
    width: 100%;
  }
  .iziModal.searchForm .item dl dd .searchTab-contents .logiSelect select {
    z-index: 1;
  }
  .iziModal.searchForm .item dl dd .radioListWrap {
    float: none;
    width: auto;
    padding: 0 10px 10px 10px;
  }
  .iziModal.searchForm .item dl dd .useList > li {
    width: 100%;
  }
  .iziModal.searchForm .item dl dd .useList > li .useListTitle {
    font-size: 16px;
  }
}

/*地域から探す*/
.topPrimaryArea-child {
  position: relative;
}
.topPrimaryArea-child #search-wrapper {
  position: absolute;
  top: 48px;
  height: 448px;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .topPrimaryArea-child #search-wrapper {
    top: 57px;
    height: auto;
    min-height: 305px;
  }
}

.position-rel {
  position: relative;
}

#search-area > #area-japan,
#search-area > .pc {
  margin-top: -20px;
}
@media only screen and (max-width: 736px) {
  #search-area > #area-japan,
  #search-area > .pc {
    margin-top: 0;
  }
}
#search-area .movWrap {
  padding: 10px 10px 15px;
  border-bottom: 8px solid #e4eefe;
}
#search-area .movWrap .box {
  margin-bottom: 0 !important;
}
#search-area .movWrap .panelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -5px 0 -5px;
}
#search-area .movWrap .panelWrap .panel-title {
  display: table;
  width: 50%;
  padding: 8px 5px 0 5px;
}
#search-area .movWrap .panelWrap .btn {
  display: table-cell;
  height: 46px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}
#search-area .movWrap .btn {
  background: #fff;
  font-size: 14px;
  height: 36px;
  padding: 0 10px 0 24px;
  display: block;
  -webkit-appearance: none;
  border-radius: 3px;
  color: #515151;
  line-height: 34px;
  text-decoration: none;
  border: solid 1px #D8D8D8;
  cursor: pointer;
  -webkit-box-shadow: 0 -2px 0 #c9cdd6 inset;
          box-shadow: 0 -2px 0 #c9cdd6 inset;
  position: relative;
  line-height: 34px;
  vertical-align: middle;
}
#search-area .movWrap .btn:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
#search-area .movWrap .btn .num {
  font-size: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
#search-area .movWrap .btn:hover, #search-area .movWrap .btn:focus {
  color: #000;
  opacity: .6;
}
#search-area .movWrap .btn[disabled] {
  cursor: default;
  text-align: center;
  opacity: .65;
  pointer-events: none;
  padding-left: 10px;
}
#search-area .movWrap .btn[disabled]:before {
  content: none;
}
#search-area .movWrap .returnWrap .returnName {
  margin-top: 20px;
}
#search-area .movWrap .returnName {
  position: relative;
}
#search-area .movWrap .returnName #nav-return-japan {
  position: static;
  width: 100%;
  text-align: center;
}
#search-area .area-image {
  position: relative;
  padding-top: 8%;
  margin-left: 10px;
}
#search-area .area-image > img {
  position: absolute;
}
#search-area .areaName div {
  min-width: 20%;
  font-size: 80%;
}
#search-area .areaName .btn {
  display: block;
  -webkit-appearance: none;
  border-radius: 3px;
  color: #515151;
  line-height: 34px;
  text-decoration: none;
  border: solid 1px #D8D8D8;
  cursor: pointer;
}
#search-area .areaName .btn.areaNav {
  background: #fff;
  -webkit-box-shadow: 0 -2px 0 #c9cdd6 inset;
          box-shadow: 0 -2px 0 #c9cdd6 inset;
  font-size: 14px;
  height: 36px;
  padding: 0 10px 0 24px;
}
#search-area .areaName .btn.areaNav:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
#search-area .areaName .btn.areaNav .num {
  font-size: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
#search-area .areaName .btn:hover, #search-area .areaName .btn:focus {
  color: #000;
  opacity: .6;
}
#search-area .areaName .btn[disabled] {
  cursor: default;
  opacity: .65;
  pointer-events: none;
  padding-left: 10px;
  text-align: center;
}
#search-area .areaName .btn[disabled]:before {
  content: none;
}
#search-area .areaName #nav-hokkaidou1 {
  position: absolute;
  top: 100%;
  right: 28%;
}
#search-area .areaName #nav-touhoku {
  position: absolute;
  top: 450%;
  right: 7%;
}
#search-area .areaName #nav-kantou {
  position: absolute;
  top: 660%;
  right: 15.5%;
}
#search-area .areaName #nav-tyubu {
  position: absolute;
  top: 305%;
  left: 43%;
}
#search-area .areaName #nav-toukai {
  position: absolute;
  top: 770%;
  right: 27%;
}
#search-area .areaName #nav-kansai {
  position: absolute;
  top: 440%;
  left: 28%;
}
#search-area .areaName #nav-tyugoku {
  position: absolute;
  top: 540%;
  left: 7%;
}
#search-area .areaName #nav-shikoku {
  position: absolute;
  top: 800%;
  left: 30%;
}
#search-area .areaName #nav-kyushu {
  position: absolute;
  top: 850%;
  left: 2.7%;
}
#search-area .areaName #nav-okinawa1 {
  position: absolute;
  top: 100%;
  left: 5%;
}
#search-area .areaName #nav-nishitama {
  left: 30%;
}
#search-area .areaName #nav-ibaraki {
  position: absolute;
  top: 350%;
  right: 10%;
}
#search-area .areaName #nav-tochigi {
  position: absolute;
  top: 150%;
  right: 25%;
}
#search-area .areaName #nav-gunma {
  position: absolute;
  top: 200%;
  left: 12%;
}
#search-area .areaName #nav-saitama {
  position: absolute;
  top: 430%;
  left: 18%;
}
#search-area .areaName #nav-tokyo {
  position: absolute;
  top: 530%;
  left: 16%;
}
#search-area .areaName #nav-chiba {
  position: absolute;
  top: 680%;
  right: 16%;
}
#search-area .areaName #nav-kanagawa {
  position: absolute;
  top: 650%;
  left: 14%;
}
#search-area .areaName #nav-23ku {
  position: absolute;
  top: 350%;
  right: 10%;
}
#search-area .areaName #nav-tamahachiouji {
  position: absolute;
  top: 660%;
  left: 25%;
}
#search-area .areaName #nav-nishitama {
  position: absolute;
  top: 300%;
  left: 40%;
}
#search-area .areaName #nav-hokusou {
  position: absolute;
  top: 250%;
  right: 16%;
}
#search-area .areaName #nav-nansou {
  position: absolute;
  top: 580%;
  right: 24%;
}
#search-area .areaName #nav-toukatsu {
  position: absolute;
  top: 150%;
  left: 16%;
}
#search-area .areaName #nav-wangan {
  position: absolute;
  top: 300%;
  left: 18%;
}
#search-area .areaName #nav-yokohamakawasaki {
  position: absolute;
  top: 400%;
  right: 5%;
}
#search-area .areaName #nav-sagamihara {
  position: absolute;
  top: 220%;
  left: 14%;
}
#search-area .areaName #nav-seibu {
  position: absolute;
  top: 500%;
  left: 10%;
}
#search-area .areaName #nav-gaikan {
  position: absolute;
  top: 650%;
  right: 2%;
}
#search-area .areaName #nav-16nishi {
  position: absolute;
  top: 760%;
  right: 40%;
}
#search-area .areaName #nav-nishigawa {
  position: absolute;
  top: 550%;
  right: 20%;
}
#search-area .areaName #nav-nikkou {
  position: absolute;
  top: 450%;
  right: 1%;
}
#search-area .areaName #nav-touhokudou {
  position: absolute;
  top: 300%;
  right: 6%;
}
#search-area .areaName #nav-kanetsudou {
  position: absolute;
  top: 140%;
  right: 40%;
}
#search-area .areaName #nav-titibu {
  position: absolute;
  top: 350%;
  left: 10%;
}
#search-area .areaName #nav-gifu {
  position: absolute;
  top: 200%;
  left: 22%;
}
#search-area .areaName #nav-shizuoka {
  position: absolute;
  top: 420%;
  right: 10%;
}
#search-area .areaName #nav-aichi {
  position: absolute;
  top: 500%;
  left: 38%;
}
#search-area .areaName #nav-mie {
  position: absolute;
  top: 600%;
  left: 10%;
}
#search-area .areaName #nav-shiga {
  position: absolute;
  top: 300%;
  right: 8%;
}
#search-area .areaName #nav-kyoto {
  position: absolute;
  top: 120%;
  right: 30%;
}
#search-area .areaName #nav-hyougo {
  position: absolute;
  top: 250%;
  left: 12%;
}
#search-area .areaName #nav-osaka {
  position: absolute;
  top: 480%;
  left: 30%;
}
#search-area .areaName #nav-nara {
  position: absolute;
  top: 550%;
  right: 15%;
}
#search-area .areaName #nav-wakayama {
  position: absolute;
  top: 680%;
  left: 20%;
}
#search-area .areaName #nav-fukuoka {
  position: absolute;
  top: 180%;
  right: 22%;
}
#search-area .areaName #nav-saga {
  position: absolute;
  top: 120%;
  left: 28%;
}
#search-area .areaName #nav-nagasaki {
  position: absolute;
  top: 300%;
  left: 12%;
}
#search-area .areaName #nav-kumamoto {
  position: absolute;
  top: 400%;
  left: 40%;
}
#search-area .areaName #nav-oita {
  position: absolute;
  top: 320%;
  right: 12%;
}
#search-area .areaName #nav-miyazaki {
  position: absolute;
  top: 550%;
  right: 20%;
}
#search-area .areaName #nav-kagoshima {
  position: absolute;
  top: 650%;
  left: 20%;
}
#search-area .areaName #nav-aomori {
  position: absolute;
  top: 200%;
  right: 18%;
}
#search-area .areaName #nav-iwate {
  position: absolute;
  top: 400%;
  right: 13%;
}
#search-area .areaName #nav-miyagi {
  position: absolute;
  top: 600%;
  right: 20%;
}
#search-area .areaName #nav-hukushima {
  position: absolute;
  top: 780%;
  right: 26%;
}
#search-area .areaName #nav-akita {
  position: absolute;
  top: 300%;
  left: 25%;
}
#search-area .areaName #nav-yamagata {
  position: absolute;
  top: 500%;
  left: 20%;
}
#search-area .areaName #nav-niigata {
  position: absolute;
  top: 300%;
  right: 3%;
}
#search-area .areaName #nav-nagano {
  position: absolute;
  top: 550%;
  right: 20%;
}
#search-area .areaName #nav-yamanashi {
  position: absolute;
  top: 720%;
  right: 16%;
}
#search-area .areaName #nav-toyama {
  position: absolute;
  top: 460%;
  right: 42%;
}
#search-area .areaName #nav-ishikawa {
  position: absolute;
  top: 300%;
  left: 22%;
}
#search-area .areaName #nav-fukui {
  position: absolute;
  top: 550%;
  left: 10%;
}
#search-area .areaName #nav-kagawa {
  position: absolute;
  top: 180%;
  right: 12%;
}
#search-area .areaName #nav-tokushima {
  position: absolute;
  top: 350%;
  right: 5%;
}
#search-area .areaName #nav-ehime {
  position: absolute;
  top: 280%;
  left: 20%;
}
#search-area .areaName #nav-kouchi {
  position: absolute;
  top: 600%;
  left: 40%;
}
#search-area .areaName #nav-tottori {
  position: absolute;
  top: 230%;
  right: 3%;
}
#search-area .areaName #nav-okayama {
  position: absolute;
  top: 580%;
  right: 5%;
}
#search-area .areaName #nav-shimane {
  position: absolute;
  top: 280%;
  right: 50%;
}
#search-area .areaName #nav-hiroshima {
  position: absolute;
  top: 680%;
  right: 36%;
}
#search-area .areaName #nav-yamaguchi {
  position: absolute;
  top: 650%;
  left: 10%;
}
#search-area .returnName .inverse {
  background: #fff;
  border: 1px solid #c9cdd6;
  -webkit-box-shadow: inset 0 -2px 0 #c9cdd6;
          box-shadow: inset 0 -2px 0 #c9cdd6;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px 0 24px;
  line-height: 34px;
  height: 36px;
  color: #333;
  cursor: pointer;
}
#search-area .returnName .inverse:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#search-area .returnName #nav-return-kantou {
  position: absolute;
  top: 370px;
  right: 20px;
}
#search-area .returnName #nav-return-japan {
  position: absolute;
  top: 410px;
  right: 20px;
}

/*----------------------------------------------------
	緊急のお知らせ
----------------------------------------------------*/
#emergencyNotice {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
}
#emergencyNotice .contents-emergency {
  border: 1px solid #df1f00;
  background: #fff;
  padding: 8px 32px;
  display: block;
}
#emergencyNotice .contents-emergency .article-emergency {
  border-bottom: 1px solid rgba(223, 31, 0, 0.15);
}
#emergencyNotice .contents-emergency .article-emergency:last-of-type {
  border-bottom: 0;
}
#emergencyNotice .contents-emergency .article-emergency a:hover .emergency-title {
  text-decoration: underline;
}
#emergencyNotice .contents-emergency .article-emergency .flex-emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #df1f00;
  padding: 12px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#emergencyNotice .contents-emergency .article-emergency .flex-emergency .emergency-date {
  display: block;
  font-size: 13px;
  width: 150px;
}
#emergencyNotice .contents-emergency .article-emergency .flex-emergency .emergency-label {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  background: #df1f00;
  padding: 2px 5px;
  margin-right: 20px;
}
#emergencyNotice .contents-emergency .article-emergency .flex-emergency .emergency-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  #emergencyNotice {
    margin: 10px 0;
    padding: 0 10px;
  }
  #emergencyNotice .contents-emergency {
    padding: 5px 15px;
  }
  #emergencyNotice .contents-emergency .article-emergency .flex-emergency {
    padding: 8px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #emergencyNotice .contents-emergency .article-emergency .flex-emergency .emergency-date {
    font-size: 10px;
    width: auto;
    margin-right: 10px;
  }
  #emergencyNotice .contents-emergency .article-emergency .flex-emergency .emergency-label {
    margin-right: 0;
  }
  #emergencyNotice .contents-emergency .article-emergency .flex-emergency .emergency-title {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 5px;
  }
}

/*----------------------------------------------------
	物流・倉庫に関する お役立ち情報
----------------------------------------------------*/
#topInfo > .heading {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #0b3f75;
  margin-top: 40px;
}
#topInfo .topInfo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
#topInfo .topInfo {
  border: 1px solid #e1e3e6;
  width: calc( 33.3% - 24px);
  margin: 24px 12px 0;
  background: #f9f9f9;
}
#topInfo .topInfo-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 0 32px 0 85px;
  height: 95px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#topInfo .topInfo-head:hover {
  opacity: .6;
}
#topInfo .topInfo-head:before {
  position: absolute;
}
#topInfo .topInfo-head:after {
  position: absolute;
  left: -1px;
  bottom: 0;
  display: block;
  content: "";
  width: calc(100% + 2px);
  height: 6px;
}
#topInfo .topInfo-head .topInfo-category {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#topInfo .topInfo-head .topInfo-category:after {
  content: "";
  background: url(../images/icon_arrow_gray.png) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
#topInfo .topInfo-head .topInfo-category a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 736px) {
  #topInfo > .heading {
    font-size: 21px;
  }
  #topInfo .logiInner {
    width: 100%;
  }
  #topInfo .topInfo-wrap {
    display: block;
    margin: 20px 0 0;
  }
  #topInfo .topInfo {
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
  }
  #topInfo .topInfo-head {
    position: relative;
    height: 78px;
  }
  #topInfo .topInfo-head:before {
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
  #topInfo .topInfo-head:after {
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 100%;
  }
  #topInfo .topInfo-head .topInfo-category {
    font-size: 16px;
  }
  #topInfo .topInfo-head .topInfo-category:after {
    background-size: 9px auto;
  }
  #topInfo .topInfo-head p {
    font-size: 12px;
  }
}
#topInfo .column .topInfo-head:before {
  left: 20px;
  top: 20px;
  content: url(../images/icon_column.png);
}
@media only screen and (max-width: 736px) {
  #topInfo .column .topInfo-head:before {
    top: 15px;
  }
}
#topInfo .column .topInfo-head:after {
  background: #ecc304;
}
#topInfo .column .report {
  border-color: #ecc304;
  color: #ecc304;
}
#topInfo .column .open {
  background: #ecc304;
}
#topInfo .release .topInfo-head:before {
  left: 18px;
  top: 20px;
  content: url(../images/icon_other.png);
}
@media only screen and (max-width: 736px) {
  #topInfo .release .topInfo-head:before {
    top: 15px;
  }
}
#topInfo .release .topInfo-head:after {
  background: #f28f8f;
}
#topInfo .release .report {
  border-color: #f28f8f;
  color: #f28f8f;
}
#topInfo .release .open {
  background: #e76060;
}
#topInfo .sneakpreview .topInfo-head:before {
  left: 15px;
  top: 20px;
  content: url(../images/icon_exhibition.png);
}
#topInfo .sneakpreview .topInfo-head:after {
  background: #18bed7;
}
#topInfo .sneakpreview .report {
  border-color: #18bed7;
  color: #18bed7;
}
#topInfo .sneakpreview .open {
  background: #058da1;
}
#topInfo .seminar .topInfo-head:before {
  left: 20px;
  top: 15px;
  content: url(../images/icon_forum.png);
}
@media only screen and (max-width: 736px) {
  #topInfo .seminar .topInfo-head:before {
    top: 10px;
  }
}
#topInfo .seminar .topInfo-head:after {
  background: #00a2ee;
}
#topInfo .seminar .report {
  border-color: #00a2ee;
  color: #00a2ee;
}
#topInfo .seminar .open {
  background: #2174d2;
}
#topInfo .development .topInfo-head:before {
  left: 20px;
  top: 20px;
  content: url(../images/icon_development.png);
}
@media only screen and (max-width: 736px) {
  #topInfo .development .topInfo-head:before {
    top: 13px;
  }
}
#topInfo .development .topInfo-head:after {
  background: #5681c3;
}
#topInfo .interview .topInfo-head:before {
  left: 20px;
  top: 20px;
  content: url(../images/icon_interview.png);
}
@media only screen and (max-width: 736px) {
  #topInfo .interview .topInfo-head:before {
    top: 15px;
  }
}
#topInfo .interview .topInfo-head:after {
  background: #8ac828;
}
#topInfo .info-wrap {
  padding: 0 10px;
}
#topInfo .info-wrap .article_info {
  border-bottom: 1px solid #e4eefe;
  padding: 10px 0;
  font-size: 12px;
}
#topInfo .info-wrap .article_info:last-of-type {
  border-bottom: 0;
}
#topInfo .info-wrap .article_info a:hover .info-title {
  text-decoration: underline;
}
#topInfo .info-wrap .article_info .statusLabel {
  display: inline-block;
  width: 5.5em;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 10px;
  text-align: center;
}
#topInfo .info-wrap .article_info .statusLabel.open {
  color: #fff;
}
#topInfo .info-wrap .article_info .statusLabel.closed {
  background: #e5e5e5;
}
#topInfo .info-wrap .article_info .statusLabel.report {
  background: #fff;
  border: 1px solid;
}
#topInfo .info-wrap .article_info .companyname {
  margin-left: 10px;
}
#topInfo .info-wrap .article_info .info-title {
  margin-top: 3px;
}
@media only screen and (max-width: 736px) {
  #topInfo .info-wrap {
    display: none;
  }
}

/*----------------------------------------------------
	CRE開発物件
----------------------------------------------------*/
#topDevelop {
  width: 100%;
  height: 360px;
  margin: 60px 0 0 0;
  position: relative;
  overflow: hidden;
}
#topDevelop:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../images/top/bg_develop.png) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#topDevelop:hover:after {
  opacity: .9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#topDevelop .bgInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topDevelop .text {
  width: 610px;
  height: 210px;
  padding: 30px 0 27px;
  background: rgba(16, 37, 64, 0.8);
  text-align: center;
  color: #fff;
}
#topDevelop .text .heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}
#topDevelop .text p {
  margin-bottom: 20px;
}
#topDevelop .text .btn {
  display: inline-block;
  background: #00a2ee;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
}
#topDevelop .text .btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#topDevelop .text .btn span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
#topDevelop .text .btn span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon_arrow_white.png) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 9px;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
@media only screen and (max-width: 736px) {
  #topDevelop {
    margin-top: 30px;
    height: auto;
  }
  #topDevelop .text {
    width: 90vw;
    height: auto;
    padding: 15px .5em;
    margin: 15px auto;
  }
  #topDevelop .text .heading {
    font-size: 21px;
  }
  #topDevelop .text p {
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------
	おすすめ物件
----------------------------------------------------*/
#reccomended .heading {
  font-size: 28px;
  font-weight: bold;
  color: #0b3f75;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  border: none;
}
#reccomended .slick-list .item a {
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 736px) {
  #reccomended .heading {
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 5px;
  }
}

/*----------------------------------------------------
	バナー
----------------------------------------------------*/
.topBanner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.topBanner .logiInner .topBanner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.9%;
  width: 101.8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBanner .logiInner .topBanner-list .topBanner-item {
  margin: 8px .9%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topBanner .logiInner .topBanner-list .topBanner-item a {
  display: inline-block;
  max-width: 588px;
  margin: 0 auto;
}
.topBanner .logiInner .topBanner-list .topBanner-item a img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.topBanner .topBanner-item img {
  pointer-events: none;
}
.topBanner .topBanner-item .note {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}
@media only screen and (max-width: 736px) {
  .topBanner .topBanner-item .note {
    font-size: 10px;
  }
}
.topBanner .slide03 {
  padding: 0 10px;
}
.topBanner .slide03 .slick-arrow {
  display: block;
  cursor: pointer;
  height: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  z-index: 100;
}
.topBanner .slide03 .slick-arrow:before {
  content: "";
  display: block;
  background: url("../images/icon_arrow_white.png") #7a7a7a no-repeat center;
  background-size: 9px 15px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
}
.topBanner .slide03 .slick-arrow.slick-next {
  right: 0 !important;
}
.topBanner .slide03 .slick-arrow.slick-prev {
  left: 0 !important;
}
.topBanner .slide03 .slick-arrow.slick-prev:before {
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 736px) {
  .topBanner .slide03 .slick-arrow {
    background: transparent;
    width: 27px;
    height: 27px;
    top: 50%;
  }
  .topBanner .slide03 .slick-arrow:before {
    height: 27px;
    width: 27px;
    background-size: 8px auto;
  }
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
#information {
  margin-bottom: 48px;
}
#information .heading {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 5px;
}
#information .infoLink {
  text-align: right;
  position: relative;
  margin-top: 20px;
}
#information .infoLink a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
#information .infoLink a:before {
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: 7px auto;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
#information .infoLink a:hover {
  text-decoration: underline;
}
#information .contents-info {
  margin: 10px 0 24px;
}
#information .contents-info .article-info {
  border-bottom: 1px solid #ddd;
}
#information .contents-info .article-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 0;
}
#information .contents-info .article-info a:hover .info-title {
  text-decoration: underline;
}
#information .contents-info .article-info .info-date {
  width: 160px;
}
#information .contents-info .article-info .info-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  #information .contents-info .article-info a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  #information .contents-info .article-info .info-date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #666;
  }
  #information .contents-info .article-info .info-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 14px;
    margin-top: 4px;
  }
}

/*----------------------------------------------------
	物流ニュース
----------------------------------------------------*/
#logiNews {
  margin-bottom: 48px;
}
#logiNews .heading {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 5px;
}
#logiNews .contents-logiNews {
  margin: 10px 0 24px;
}
#logiNews .contents-logiNews .article-logiNews {
  border-bottom: 1px solid #dae1eb;
}
#logiNews .contents-logiNews .article-logiNews a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 14px 0;
}
#logiNews .contents-logiNews .article-logiNews a:hover .logiNews-title {
  text-decoration: underline;
}
#logiNews .contents-logiNews .article-logiNews .logiNews-date {
  width: 160px;
}
#logiNews .contents-logiNews .article-logiNews .statusLabel {
  display: inline-block;
  font-size: 10px;
  margin-right: 10px;
  padding: 2px 0;
  text-align: center;
  width: 50px;
  vertical-align: middle;
  border: 1px solid;
}
#logiNews .contents-logiNews .article-logiNews .statusLabel.domestic {
  border-color: #0e2fad;
  color: #0e2fad;
}
#logiNews .contents-logiNews .article-logiNews .statusLabel.international {
  border-color: #333;
  color: #333;
}
#logiNews .contents-logiNews .article-logiNews .logiNews-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  #logiNews .contents-logiNews .article-logiNews a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  #logiNews .contents-logiNews .article-logiNews .logiNews-date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #666;
  }
  #logiNews .contents-logiNews .article-logiNews .statusLabel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #logiNews .contents-logiNews .article-logiNews .logiNews-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 14px;
    margin-top: 4px;
  }
}
#logiNews .logiNewsLink {
  text-align: right;
  position: relative;
}
#logiNews .logiNewsLink a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
#logiNews .logiNewsLink a:before {
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: 7px auto;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
#logiNews .logiNewsLink a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------
	ロジスクエアで物件をお探しの方へ
----------------------------------------------------*/
#newsContact {
  margin-top: 40px;
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
#topFooter {
  margin-top: 40px;
}
#topFooter .logiInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#topFooter .logiInner .link {
  width: calc((100% - 60px) * .25);
  margin-right: 20px;
}
#topFooter .logiInner .link:nth-of-type(4n) {
  margin-right: 0;
}
#topFooter .logiInner .link a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
}
#topFooter .logiInner .link a:hover {
  opacity: .6;
}
#topFooter .logiInner .link .note {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
@media only screen and (max-width: 736px) {
  #topFooter .logiInner .link .note {
    margin-top: 4px;
    font-size: 10px;
  }
}
#topFooter .logiInner .link.qa a {
  background: url("../images/top/icon_qa.png") no-repeat 7% center;
}
@media only screen and (max-width: 736px) {
  #topFooter .logiInner .link.qa a {
    background-size: 37px auto;
  }
}
#topFooter .logiInner .link.owner a {
  background: url("../images/top/icon_owner.png") no-repeat 6% center;
}
@media only screen and (max-width: 736px) {
  #topFooter .logiInner .link.owner a {
    background-size: 37px auto;
  }
}
#topFooter .logiInner .link.download a {
  background: url("../images/top/icon_download.png") no-repeat 7% center;
}
@media only screen and (max-width: 736px) {
  #topFooter .logiInner .link.download a {
    background-size: 32px auto;
  }
}
#topFooter .logiInner .link.download .date_upload {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-top: 6px;
}
@media only screen and (max-width: 736px) {
  #topFooter .logiInner .link.download .date_upload {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 736px) {
  #topFooter .logiInner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topFooter .logiInner .link {
    width: 48.5%;
    margin: 0 0 12px;
  }
  #topFooter .logiInner .link a {
    font-size: 11px;
    text-align: left;
    height: 65px;
    padding-left: 35px;
  }
}
