@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix, .l-contents.main .article-detail .sec-article .articleFloatContent, .iziModal.searchNav .searchNav-main dl dd .js-searchTab {
  *zoom: 1;
}
.clearfix:after, .l-contents.main .article-detail .sec-article .articleFloatContent:after, .iziModal.searchNav .searchNav-main 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);
  }
}
.iziModal-overlay {
  background-color: rgba(16, 37, 64, 0.8);
}

.iziModal {
  border-bottom: 0 !important;
}
.iziModal.areaModal {
  border-radius: 10px !important;
  max-width: 820px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 24px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  padding-top: 10px;
  padding-bottom: 12px;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .iziModal {
    width: 92%;
  }
  .iziModal iframe {
    max-width: 100%;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle {
    padding: 8px 16px !important;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.iziModal .iziModal-header-buttons {
  right: 20px !important;
}
.iziModal .iziModal-header-buttons .iziModal-button-close {
  position: relative;
}
.iziModal .iziModal-header-buttons .iziModal-button-close:before, .iziModal .iziModal-header-buttons .iziModal-button-close:after {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background: #333;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 1px);
}
.iziModal .iziModal-header-buttons .iziModal-button-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.iziModal .iziModal-header-buttons .iziModal-button-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wrap_areaModal {
  padding: 24px;
}
.wrap_areaModal .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.wrap_areaModal .area_list:last-of-type {
  border-bottom: 0;
}
.wrap_areaModal .area_list li {
  margin: 2px 5px;
  width: calc(1/6 * 100% - 10px);
}
@media only screen and (max-width: 736px) {
  .wrap_areaModal {
    padding: 16px;
  }
  .wrap_areaModal .area_list li {
    width: auto;
    min-width: calc(1/3 * 100% - 10px);
    font-size: 14px;
  }
}
.wrap_areaModal .areaBtns {
  text-align: center;
}
.wrap_areaModal .areaBtns .logiBtn {
  border: none;
  font-weight: bold;
  padding: 10px 12px 12px 12px;
}
.wrap_areaModal .areaBtns .logiBtn:hover {
  opacity: .6;
}
.wrap_areaModal .areaBtns .btn-cancel {
  font-size: 15px;
  background: #dfdfdf;
  -webkit-box-shadow: 0 -4px 0 #bbb inset;
          box-shadow: 0 -4px 0 #bbb inset;
  width: 120px;
  margin-right: 10px;
}
.wrap_areaModal .areaBtns .btn-narrowDown {
  font-size: 18px;
  background: #00a2ee;
  color: #fff;
  width: 160px;
  -webkit-box-shadow: 0 -4px 0 #007eb9 inset;
          box-shadow: 0 -4px 0 #007eb9 inset;
}

.searchConditionModal {
  margin-top: 50px;
  max-width: 400px !important;
  min-height: 118px;
}
@media only screen and (max-width: 736px) {
  .searchConditionModal {
    margin-top: auto;
  }
}
.searchConditionModal .wrap_searchConditionModal .search-condition-message {
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
.searchConditionModal .wrap_searchConditionModal .areaBtns {
  padding: 10px;
  text-align: right;
}
.searchConditionModal .wrap_searchConditionModal .areaBtns .glyphicon-ok {
  color: #00a2ee;
}

.hidden {
  display: none;
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
#logiMain {
  margin-bottom: 75px;
}

.main_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.main_contents > .w-contents {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.main_contents > .l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_contents > .r-contents {
  width: 282px;
}
.main_contents .main .heading {
  font-size: 30px;
  border-bottom: 4px solid #e4e4e4;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  .main_contents .main .heading {
    font-size: 22px;
    margin-bottom: 18px;
    padding-bottom: 8px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 736px) {
  .main_contents {
    display: block;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .main_contents > .w-contents {
    width: 100%;
  }
  .main_contents > .r-contents {
    width: 100%;
  }
}

/* 物件詳細 コメント */
.detailComment {
  border: 2px solid #e4eefe;
  margin-bottom: 30px;
  width: 100%;
}
.detailComment.pc {
  display: table;
}
.detailComment .title, .detailComment .description {
  display: table-cell;
  vertical-align: middle;
}
.detailComment .title {
  background: #e4eefe;
  color: #093f75;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.detailComment .title span {
  display: block;
  width: 130px;
}
.detailComment .description {
  line-height: calc(24/14);
  padding: 15px 20px;
  width: 99%;
}
.detailComment .description b {
  font-weight: bold;
}
.detailComment .description u {
  text-decoration: none;
}
.detailComment .description a {
  text-decoration: underline;
}
.detailComment .description a:hover {
  text-decoration: none;
}
.detailComment .description * {
  font-size: 14px !important;
  text-align: left !important;
}
@media only screen and (max-width: 736px) {
  .detailComment {
    border-width: 1px;
    display: block;
    margin-bottom: 20px;
  }
  .detailComment .title, .detailComment .description {
    font-size: 12px;
    display: block;
  }
  .detailComment .title {
    padding: 5px 10px;
    text-align: left;
  }
  .detailComment .description {
    padding: 6.5px 10px 5.5px;
    line-height: calc(19/12);
  }
  .detailComment .description * {
    font-size: 12px !important;
  }
}

.w-contents.main {
  /* 物件詳細 */
}
.w-contents.main.detail-main {
  position: relative;
}
@media only screen and (max-width: 736px) {
  .w-contents.main.detail-main > .heading {
    margin: 0 -3vw 15px;
    padding: 0 10px 10px;
  }
  .w-contents.main.detail-main > .heading + .detailComment ~ .sec-detail .detailGallery {
    margin-top: 0;
  }
}
.w-contents.main .h1Label {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #cc0a0a;
  color: #fff;
  margin-left: 15px;
  vertical-align: 6px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .h1Label {
    font-size: 10px;
    line-height: 20px;
    margin-left: 10px;
    padding: 0 5px;
  }
}
.w-contents.main .wrap-btn_panorama {
  margin-top: -64px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 1;
}
.w-contents.main .wrap-btn_panorama.m_fixed {
  position: fixed;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
  top: 120px;
  left: calc(50% + 600px - 64px);
  z-index: 99;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .wrap-btn_panorama {
    margin-top: 0;
    margin-bottom: -28px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .w-contents.main .wrap-btn_panorama .btn_panorama {
    margin-left: auto;
  }
  .w-contents.main .wrap-btn_panorama.m_fixed {
    position: fixed;
    left: auto;
    top: 96px;
    margin-bottom: 0;
    right: 8px;
  }
}
.w-contents.main .wrap-btn_panorama .btn_panorama {
  background: #fff url("../images/icon_panorama.png") no-repeat center top 8px;
  background-size: 44px auto;
  font-size: 10px;
  line-height: 1.1;
  color: #333;
  text-align: center;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 2px solid #c9cdd6;
  padding-top: 38px;
  margin-left: auto;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .wrap-btn_panorama .btn_panorama {
    width: 56px;
    height: 56px;
    font-size: 8px;
    padding-top: 38px;
  }
}
.w-contents.main .wrap-btn_panorama .btn_panorama:hover {
  background-color: #f7f7f7;
}
.w-contents.main .sec-detail {
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail {
    margin-bottom: 24px;
  }
}
.w-contents.main .sec-detail .secTitle {
  font-size: 22px;
  font-weight: bold;
  height: 30px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.w-contents.main .sec-detail .secTitle:before {
  content: "";
  display: block;
  position: absolute;
  background: #00a2ee;
  width: 7px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 7px;
}
.w-contents.main .sec-detail .detailAction {
  margin-top: -34px;
  top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  text-align: center;
  position: relative;
}
.w-contents.main .sec-detail .detailAction a {
  display: block;
  border-radius: 3px;
}
.w-contents.main .sec-detail .detailAction a:hover {
  opacity: .6;
}
.w-contents.main .sec-detail .detailAction a span {
  position: relative;
  display: block;
}
.w-contents.main .sec-detail .detailAction a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.w-contents.main .sec-detail .detailAction .download {
  margin-right: 5px;
  width: 153px;
}
.w-contents.main .sec-detail .detailAction .download a {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -2px 0 #ccc;
          box-shadow: inset 0 -2px 0 #ccc;
  color: #333;
  padding: 10px 10px 11px;
}
.w-contents.main .sec-detail .detailAction .download a span {
  padding-left: 15px;
}
.w-contents.main .sec-detail .detailAction .download a span:before {
  background: url("../images/icon_download_blue.png") no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 16px;
}
.w-contents.main .sec-detail .detailAction .favorite {
  margin-right: 5px;
}
.w-contents.main .sec-detail .detailAction .favorite .favorite-button {
  padding: 10px 11px 11px;
}
.w-contents.main .sec-detail .detailAction .favorite .favorite-button span {
  padding-left: 16px;
  display: block;
  position: relative;
}
.w-contents.main .sec-detail .detailAction .favorite .favorite-button span:before {
  content: "";
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  position: absolute;
  background-image: url(../images/icon_favorite_gray.png);
  background-size: 16px 14px;
  height: 14px;
  width: 16px;
}
.w-contents.main .sec-detail .detailAction .favorite.star .favorite-button span:before {
  background-image: url(../images/icon_favorite_active.png);
}
.w-contents.main .sec-detail .detailAction .contact {
  font-weight: bold;
  width: 190px;
}
.w-contents.main .sec-detail .detailAction .contact a {
  background: #fd9321;
  -webkit-box-shadow: inset 0 -3px 0 #ab5e0b;
          box-shadow: inset 0 -3px 0 #ab5e0b;
  color: #fff !important;
  padding: 11px 11px 12px;
}
.w-contents.main .sec-detail .detailAction .contact a span {
  padding-left: 20px;
}
.w-contents.main .sec-detail .detailAction .contact a span:before {
  background: url("../images/icon_mail_white.png") no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 15px;
}
.w-contents.main .sec-detail .detailGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.w-contents.main .sec-detail .detailGrid > div {
  width: 49%;
}
.w-contents.main .sec-detail .detailGrid .detailGallery {
  max-width: 588px;
  background: #e8e8e8;
  margin-bottom: 40px;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .detailGalleryImage {
  max-height: 344px;
  overflow: hidden;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .detailGalleryImage .slider {
  max-height: 344px;
  overflow: hidden;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .detailGalleryImage .item {
  height: 344px;
  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;
  outline: none;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .detailGalleryImage .item img {
  max-width: 588px;
  max-height: 344px;
  display: inline-block;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .detailGalleryImage .item .modal-slide {
  cursor: pointer;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails {
  padding: 10px 45px;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slider {
  max-height: 72px;
  overflow: hidden;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item:hover {
  opacity: .6;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 115px;
  height: 72px;
  pointer-events: none;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item.slick-current img {
  border: 3px solid #00a2ee;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item.slick-current img {
    border-width: 1.5px;
  }
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow {
  width: 50px;
  height: 50px;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow:before {
  display: none;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow:after {
  background: url("../images/icon_arrow_gray.png") center;
  background-size: 9px 16px;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  width: 9px;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow.slick-next {
  right: -45px;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow.slick-prev {
  left: -45px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow.slick-disabled {
  opacity: .4;
  cursor: default;
}
.w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-dots {
  bottom: -24px;
  font-size: 0;
  left: 0;
  line-height: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-dots li button:before {
    height: 4px;
  }
}
.w-contents.main .sec-detail .detailGrid .detailDataTable {
  margin-top: -10px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable table {
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable table th {
  background: #f4f4f4;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 8px 10px;
  white-space: nowrap;
  font-weight: bold;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable table td {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  position: relative;
  width: 99%;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable table td:after {
  background: #ececec;
  bottom: -5px;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .note_update {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  margin-bottom: 16px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint {
  margin-bottom: 30px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint h3 {
  color: #093f75;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list {
  font-size: 12px;
  margin-bottom: -5px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  height: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  line-height: 1.4;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li > div {
  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;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 5px 0 5px 55px;
  width: 100%;
  background-position: 7px 7px;
  background-repeat: no-repeat;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li > div small {
  font-size: 10px;
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-ic div {
  background-image: url(../images/detail/icon_point_ic.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-station div {
  background-image: url(../images/detail/icon_point_station.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-24h div {
  background-image: url(../images/detail/icon_point_24h.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-large div {
  background-image: url(../images/detail/icon_point_large.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-turnkey div {
  background-image: url(../images/detail/icon_point_turnkey.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-flat div {
  background-image: url(../images/detail/icon_point_flat.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-office div {
  background-image: url(../images/detail/icon_point_office.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-cool div {
  background-image: url(../images/detail/icon_point_cool.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li.listIcon-dry div {
  background-image: url(../images/detail/icon_point_dry.png);
}
.w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .detailNote {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint {
    margin-bottom: 20px;
    padding: 0 3vw;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list {
    font-size: 11px;
    margin-bottom: -2.5px;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul {
    margin-left: -1.25px;
    margin-right: -1.25px;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%;
    margin-bottom: 2.5px;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .list ul li > div {
    margin-left: 1.25px;
    margin-right: 1.25px;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable .detailPoint .detailNote {
    margin-top: 5px;
    font-size: 10px;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail .secTitle {
    font-size: 16px;
    height: 23px;
    margin-bottom: 10px;
  }
  .w-contents.main .sec-detail .secTitle:before {
    width: 5px;
  }
  .w-contents.main .sec-detail .detailGrid {
    margin: 0 -3vw;
    display: block;
  }
  .w-contents.main .sec-detail .detailGrid > div {
    width: 100%;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery {
    margin-top: -22px;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails {
    padding: 5px 22.5px;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item {
    margin-left: 2.5px;
    margin-right: 2.5px;
    text-align: center;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .item img {
    max-width: 100%;
    height: 12.48vw;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow:after {
    background-size: 5px 9px;
    height: 9px;
    width: 5px;
    margin-left: -2px;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow.slick-next {
    right: -20px;
  }
  .w-contents.main .sec-detail .detailGrid .detailGallery .thumbnails .slick-arrow.slick-prev {
    left: -20px;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable table th {
    font-size: 10px;
    padding: 7px 5px;
  }
  .w-contents.main .sec-detail .detailGrid .detailDataTable table td {
    font-size: 12px;
    line-height: 1.6;
  }
  .w-contents.main .sec-detail .detailGrid .note_update {
    margin-right: 10px;
  }
  .w-contents.main .sec-detail .detailGrid .download {
    margin-top: 10px;
    padding: 0 3vw;
    margin-bottom: 24px;
  }
  .w-contents.main .sec-detail .detailGrid .download a {
    display: block;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -3px 0 #ccc;
            box-shadow: inset 0 -3px 0 #ccc;
    color: #333;
    padding: 17px 16px 19px;
    text-align: center;
    line-height: 1;
  }
  .w-contents.main .sec-detail .detailGrid .download a span {
    position: relative;
    display: block;
  }
  .w-contents.main .sec-detail .detailGrid .download a span:before {
    content: "";
    background: url("../images/icon_download_blue.png") no-repeat center;
    background-size: 16px auto;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 20px;
  }
}
.w-contents.main .sec-detail input[type="text"], .w-contents.main .sec-detail input[type="email"] {
  height: 36px;
}
.w-contents.main .sec-detail textarea {
  height: 172px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail textarea {
    height: 100px;
  }
}
.w-contents.main .sec-detail .mapContents .btn_app {
  display: none;
}
.w-contents.main .sec-detail .mapContents .gmap_wrap {
  height: 430px;
}
.w-contents.main .sec-detail .mapContents .gmap_wrap iframe {
  height: 100%;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail .mapContents .btn_app {
    font-size: 11.5px;
    display: block;
    margin-left: auto;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 2px;
    padding: 5.5px 0 4px;
    text-align: center;
    width: 88px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .w-contents.main .sec-detail .mapContents .gmap_wrap {
    height: 270px;
  }
}
.w-contents.main .sec-detail .map_note {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .sec-detail .map_note {
    font-size: 10px;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.w-contents.main .detailContact {
  background: #f5eedd;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  color: #46311a;
}
.w-contents.main .detailContact .contact {
  margin-bottom: 20px;
}
.w-contents.main .detailContact .contact a:hover {
  opacity: .6;
}
.w-contents.main .detailContact .contact .tel a, .w-contents.main .detailContact .contact .btn-mail {
  background: #fd9321;
  border-radius: 4px;
  line-height: 1;
  display: block;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 20px 22px;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 -4px 0 #ab5e0b;
          box-shadow: inset 0 -4px 0 #ab5e0b;
}
.w-contents.main .detailContact .contact .tel a span, .w-contents.main .detailContact .contact .btn-mail span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.w-contents.main .detailContact .contact .tel a span:before, .w-contents.main .detailContact .contact .btn-mail span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_02.png") no-repeat center;
  background-size: 30px auto;
  height: 26px;
  width: 30px;
}
.w-contents.main .detailContact .contact .tel.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .detailContact .favorite {
    margin-top: 10px;
  }
  .w-contents.main .detailContact .favorite .favorite-button {
    display: block;
    font-size: 14px;
    padding: 17px 12px 19px;
    -webkit-box-shadow: inset 0 -3px 0 #ccc;
            box-shadow: inset 0 -3px 0 #ccc;
  }
  .w-contents.main .detailContact .favorite .favorite-button span {
    padding-left: 16px;
    display: block;
    position: relative;
  }
  .w-contents.main .detailContact .favorite .favorite-button span:before {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    position: absolute;
    background-image: url(../images/icon_favorite_gray.png);
    background-size: 23px 22px;
    height: 22px;
    width: 23px;
  }
  .w-contents.main .detailContact .favorite.star .favorite-button span:before {
    background-image: url(../images/icon_favorite_active.png);
  }
}
.w-contents.main .detailContact .title {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
}
.w-contents.main .detailContact .number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.w-contents.main .detailContact .note {
  font-size: 12px;
}
#logiMain .w-contents.main .detailContact .note {
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .detailContact {
    margin-left: -3vw;
    margin-right: -3vw;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .w-contents.main .detailContact .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .w-contents.main .detailContact .contact .tel a, .w-contents.main .detailContact .contact .mail a {
    font-size: 14px;
    line-height: 1.4;
    padding: 9.5px 12.5px 12.5px;
  }
  .w-contents.main .detailContact .contact .tel a span, .w-contents.main .detailContact .contact .mail a span {
    display: block;
    padding-left: 23px;
  }
  .w-contents.main .detailContact .contact .mail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .w-contents.main .detailContact .contact .mail .btn-mail span:before {
    background-size: 23px auto;
  }
  .w-contents.main .detailContact .contact .tel.sp {
    width: 41%;
    margin-right: 5px;
    display: block !important;
  }
  .w-contents.main .detailContact .contact .tel.sp a span:before {
    background: url("../images/icon_tel_white.png") no-repeat center;
    background-size: 26px 29px;
    width: 26px;
    height: 29px;
  }
}
.w-contents.main .form-contact .detailContactComment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.w-contents.main .form-contact .detailContactComment .title {
  font-size: 14px;
  font-weight: bold;
  width: 208px;
}
.w-contents.main .form-contact .detailContactComment .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.w-contents.main .form-contact .detailContactComment .content .image {
  margin-right: 10px;
  width: 80px;
  text-align: center;
}
.w-contents.main .form-contact .detailContactComment .content .image img {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 6px;
}
.w-contents.main .form-contact .detailContactComment .content .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 24px;
  position: relative;
}
.w-contents.main .form-contact .detailContactComment .content .description:before {
  background-image: url(../images/detail/bg_01.png);
  background-size: 16px 11px;
  content: "";
  height: 11px;
  left: -14px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.w-contents.main .form-contact .detailContactComment .content .description .txt_description {
  background-color: #eefaff;
  border: 2px solid #00a2ee;
  border-radius: 10px;
  padding: 15px 20px;
}
.w-contents.main .form-contact .detailContactComment .content .description .txt_description b {
  font-weight: bold;
}
.w-contents.main .form-contact .detailContactComment .content .description .txt_description u {
  text-decoration: none;
}
.w-contents.main .form-contact .detailContactComment .content .description .txt_description a {
  text-decoration: underline;
}
.w-contents.main .form-contact .detailContactComment .content .description .txt_description a:hover {
  text-decoration: none;
}
.w-contents.main .form-contact .detailContactComment .content .description .txt_description * {
  font-size: 14px !important;
  text-align: left !important;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact .detailContactComment {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 3vw 0;
  }
  .w-contents.main .form-contact .detailContactComment .title {
    margin-bottom: 14px;
    width: auto;
  }
  .w-contents.main .form-contact .detailContactComment .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .w-contents.main .form-contact .detailContactComment .content .image {
    width: 50px;
  }
  .w-contents.main .form-contact .detailContactComment .content .description {
    font-size: 12px;
    line-height: calc(19/12);
  }
  .w-contents.main .form-contact .detailContactComment .content .description .txt_description {
    padding: 6.5px 10px 5.5px;
  }
  .w-contents.main .form-contact .detailContactComment .content .description .txt_description * {
    font-size: 12px !important;
  }
}
.w-contents.main .form-contact .item-form {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-contents.main .form-contact .item-form:first-of-type {
  border-top: 1px solid #ccc;
}
.w-contents.main .form-contact .item-form > label {
  width: 282px;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 26px 0;
}
.w-contents.main .form-contact .item-form.required > label:after {
  background: #d50002;
  border-radius: 3px;
  color: #fff;
  content: "必須";
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  padding: 4px 8px;
  right: 30px;
  top: 20px;
}
.w-contents.main .form-contact .item-form .form-content {
  padding: 18px 0 18px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.w-contents.main .form-contact .item-form .form-content input[type="text"], .w-contents.main .form-contact .item-form .form-content input[type="email"] {
  max-width: 540px;
}
.w-contents.main .form-contact .item-form .form-content textarea {
  max-width: 700px;
}
.w-contents.main .form-contact .item-form .form-content select {
  width: 253px;
}
.w-contents.main .form-contact .item-form .form-content .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
}
.w-contents.main .form-contact .item-form .form-content .name .item:first-of-type {
  padding-right: 15px;
}
.w-contents.main .form-contact .item-form .form-content .name .item:last-of-type {
  padding-left: 15px;
}
.w-contents.main .form-contact .item-form .form-content .name .item .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
}
.w-contents.main .form-contact .item-form .form-content .name .item .inline .control {
  padding: 0 5px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact .item-form .form-content .name {
    display: block;
  }
  .w-contents.main .form-contact .item-form .form-content .name .item {
    padding: 0 !important;
  }
  .w-contents.main .form-contact .item-form .form-content .name .item:first-of-type {
    margin-bottom: 10px;
  }
  .w-contents.main .form-contact .item-form .form-content .name .item .inline {
    margin: 0;
  }
  .w-contents.main .form-contact .item-form .form-content .name .item .inline .control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.w-contents.main .form-contact .item-form .form-content .checkboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
}
.w-contents.main .form-contact .item-form .form-content .checkboxList.grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
.w-contents.main .form-contact .item-form .form-content .checkboxList.grid label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 10px !important;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact .item-form .form-content .checkboxList {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
  }
  .w-contents.main .form-contact .item-form .form-content .checkboxList.grid {
    margin-top: 0;
  }
  #logiMain .w-contents.main .form-contact .item-form .form-content .checkboxList .logiCheckbox {
    display: block;
    padding: 10px;
    margin-top: 0 !important;
    border-bottom: 1px solid #ccc;
  }
  #logiMain .w-contents.main .form-contact .item-form .form-content .checkboxList .logiCheckbox:last-of-type {
    border-bottom: 0;
  }
}
.w-contents.main .form-contact .item-form .form-content .note {
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact .item-form .form-content .note {
    font-size: 12px;
  }
}
.w-contents.main .form-contact .item-form .form-content .item-registered {
  line-height: 34px;
}
.w-contents.main .form-contact .note_privacy {
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact .note_privacy {
    text-align: left;
    margin: 30px 3vw 15px;
  }
}
.w-contents.main .form-contact .privacy {
  background: #f4f4f4;
  border-radius: 3px;
  padding: 24px 20px;
}
.w-contents.main .form-contact .privacy p {
  margin-top: 10px;
  line-height: 1.6;
}
.w-contents.main .form-contact .privacy .title {
  font-size: 16px;
  margin-top: 0;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact .privacy {
    padding: 15px;
    margin: 0 3vw;
  }
  .w-contents.main .form-contact .privacy .title {
    font-size: 14px;
  }
  .w-contents.main .form-contact .privacy p {
    font-size: 12px;
  }
}
.w-contents.main .form-contact .wrap-btn {
  margin-bottom: 50px;
}
.w-contents.main .form-contact .wrap-btn .btn-send {
  background: #00a2ee;
  border-radius: 4px;
  line-height: 1;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 20px 22px;
  min-width: 340px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.w-contents.main .form-contact .wrap-btn .btn-send:hover {
  opacity: .6;
}
.w-contents.main .form-contact .wrap-btn .btn-send span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.w-contents.main .form-contact .wrap-btn .btn-send span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  background: url("../images/icon_arrow_white.png") no-repeat center;
  background-size: 8px auto;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .form-contact {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .w-contents.main .form-contact .toggleHeader {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative;
  }
  .w-contents.main .form-contact .toggleHeader .secTitle {
    margin-bottom: 0;
  }
  .w-contents.main .form-contact .toggleHeader i {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 45px;
    bottom: -1px;
    background: #b5b8be;
  }
  .w-contents.main .form-contact .toggleHeader i:before, .w-contents.main .form-contact .toggleHeader i:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .w-contents.main .form-contact .toggleHeader i:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
            transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .w-contents.main .form-contact.is-expanded .toggleHeader i:after {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .w-contents.main .form-contact .item-form {
    display: block;
    border: none;
  }
  .w-contents.main .form-contact .item-form:first-of-type {
    border-top: 0;
  }
  .w-contents.main .form-contact .item-form > label {
    width: 100%;
    background: #f7f7f7;
    padding: 10px;
  }
  .w-contents.main .form-contact .item-form.required > label:after {
    position: static;
    font-size: 8px;
    border-radius: 0;
    display: inline-block;
    padding: 3px 7px 2px;
    margin-left: 4px;
    vertical-align: 2px;
  }
  .w-contents.main .form-contact .item-form .form-content {
    padding: 15px 3vw;
    font-size: 16px;
  }
  .w-contents.main .form-contact .item-form .form-content .logiSelect {
    display: block !important;
  }
  .w-contents.main .form-contact .item-form .form-content .logiSelect select {
    width: 100%;
    font-size: 16px;
    padding: 0 32px 0 6px !important;
  }
  .w-contents.main .form-contact .note_privacy {
    margin: 0 3vw 15px !important;
  }
  .w-contents.main .form-contact .wrap-btn {
    margin-bottom: 25px;
  }
  .w-contents.main .form-contact .wrap-btn .btn-send {
    min-width: auto;
    max-width: 240px;
    margin-right: auto !important;
  }
}
.w-contents.main .list-facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.w-contents.main .list-facilities .item-facility {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.w-contents.main .list-facilities .item-facility:last-of-type {
  border-right: 1px solid #ccc;
}
.w-contents.main .list-facilities .item-facility label {
  display: block;
  background: #f5f5f5;
  padding: 5px 10px 4px;
  border-bottom: 1px solid #ccc;
}
.w-contents.main .list-facilities .item-facility .item-content {
  padding: 5px 10px 4px;
}
.w-contents.main .list-facilities .item-facility .item-content strong {
  color: #00a2ee;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .list-facilities .item-facility .item-content strong {
    font-family: "HiraKakuProN-W3";
  }
}
@media only screen and (max-width: 736px) {
  .w-contents.main .list-facilities {
    font-size: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .w-contents.main .list-facilities .item-facility {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    margin-bottom: -1px;
  }
  .w-contents.main .list-facilities .item-facility:nth-of-type(3n) {
    border-right: 1px solid #ccc;
  }
}
.w-contents.main .wrap-tbl-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-contents.main .wrap-tbl-detail > div {
  width: 50%;
}
.w-contents.main .wrap-tbl-detail > div:first-of-type .tbl-detail tr td {
  border-right: none;
}
.w-contents.main .tbl-detail {
  width: 100%;
  font-size: 14px;
  line-height: 1.68;
}
.w-contents.main .tbl-detail th, .w-contents.main .tbl-detail td {
  border: 1px solid #ccc;
  padding: 5px 10px 4px;
}
.w-contents.main .tbl-detail tr th {
  background: #f5f5f5;
  width: 200px;
}
.w-contents.main .tbl-facility {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 1.68;
}
.w-contents.main .tbl-facility th, .w-contents.main .tbl-facility td {
  border: 1px solid #ccc;
  padding: 5px 10px 4px;
}
.w-contents.main .tbl-facility tr th {
  background: #f5f5f5;
  width: 170px;
}
.w-contents.main .tbl-facility tr th:first-of-type {
  width: 230px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .tbl-facility tr th:first-of-type {
    width: 100px;
  }
}
.w-contents.main .tbl-facility tr td:nth-child(2):not(:last-child) {
  width: 370px;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .tbl-facility tr td:nth-child(2):not(:last-child) {
    width: auto;
  }
}
.w-contents.main .tbl-facility tr td strong {
  color: #00a2ee;
}
@media only screen and (max-width: 736px) {
  .w-contents.main .tbl-facility tr td strong {
    font-family: "HiraKakuProN-W3";
  }
}
@media only screen and (max-width: 736px) {
  .w-contents.main .wrap-tbl-detail {
    display: block;
  }
  .w-contents.main .wrap-tbl-detail > div {
    width: 100%;
  }
  .w-contents.main .wrap-tbl-detail > div:first-of-type {
    margin-bottom: -1px;
  }
  .w-contents.main .wrap-tbl-detail > div:first-of-type .tbl-detail tr td {
    border-right: 1px solid #ccc;
  }
  .w-contents.main .tbl-detail,
  .w-contents.main .tbl-facility {
    font-size: 12px;
  }
  .w-contents.main .tbl-detail tr th,
  .w-contents.main .tbl-facility tr th {
    width: 100px !important;
  }
  .w-contents.main .tbl-detail tr.sp,
  .w-contents.main .tbl-facility tr.sp {
    display: table-row;
  }
}

.logiSearchListMain {
  border: 2px solid #e4e4e4;
  padding: 20px;
}

/*----------------------------------------------------
　左コンテンツ
----------------------------------------------------*/
.l-contents.main {
  /* 物件一覧 */
  /* お役立ち情報一覧 */
  /* 詳細 */
}
.l-contents.main .resultHeader .btnArea {
  position: relative;
}
.l-contents.main .resultHeader .btnArea .js-openMap {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 10px 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.l-contents.main .resultHeader .btnArea .js-openMap:hover {
  opacity: .6;
}
.l-contents.main .resultHeader .btnArea .js-openMap span {
  display: block;
  position: relative;
  padding-left: 20px;
}
.l-contents.main .resultHeader .btnArea .js-openMap span:before, .l-contents.main .resultHeader .btnArea .js-openMap span:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #00a2ee;
  top: calc(50% - 6px);
  left: 6px;
}
.l-contents.main .resultHeader .btnArea .js-openMap span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-contents.main .resultHeader .btnArea .js-openMap.on span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultHeader .btnArea .js-openMap {
    padding-right: 0;
    border: 0;
  }
}
.l-contents.main .resultHeader .btnArea .resultBalloon {
  margin-top: 5px;
  z-index: 1;
}
.l-contents.main .resultHeader .btnArea .resultBalloon.save {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: none;
  background: #fff;
  padding: 8px;
}
.l-contents.main .resultHeader .btnArea .resultBalloon.save:before {
  left: 80%;
  background: #fff;
}
.l-contents.main .resultHeader .btnArea .logiBtn {
  float: right;
}
.l-contents.main .resultHeader .btnArea .logiBtn.search-condition-save {
  padding-left: 38px;
  background: #fff url(../images/icon_save.png) no-repeat 8px 50%;
}
.l-contents.main .resultTotal {
  margin-top: 4px;
  font-weight: bold;
}
.l-contents.main .resultTotal .num {
  font-size: 20px;
  color: #00a2ee;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultTotal {
    float: left;
    padding-bottom: 10px;
    font-size: 10px;
  }
  .l-contents.main .resultTotal .num {
    font-size: 14px;
  }
}
.l-contents.main .resultHeader-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 2px 0;
  border-bottom: 2px solid #c9cdd6;
  padding-bottom: 7px;
}
.l-contents.main .resultHeader-bottom .logiBtn.search, .l-contents.main .resultHeader-bottom .logiBtn.contact {
  border: none;
  color: #fff;
}
.l-contents.main .resultHeader-bottom .logiBtn span {
  display: inline-block;
  position: relative;
}
.l-contents.main .resultHeader-bottom .logiBtn span:before {
  content: "";
  display: inline-block;
}
.l-contents.main .resultHeader-bottom .logiBtn.contact {
  background: #fd9321;
  -webkit-box-shadow: inset 0 -3px 0 #ab5e0b;
          box-shadow: inset 0 -3px 0 #ab5e0b;
  color: #fff !important;
  font-weight: bold;
}
.l-contents.main .resultHeader-bottom .logiBtn.contact span {
  padding: 2px 0 2px 28px;
}
.l-contents.main .resultHeader-bottom .logiBtn.contact span:before {
  width: 20px;
  height: 15px;
  background: url("../images/icon_02.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.l-contents.main .resultHeader-bottom .logiSelect {
  margin-left: auto;
  margin-right: 5px;
}
.l-contents.main .resultHeader-bottom .logiSelect select {
  font-size: 12px;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-right: auto;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout li {
  position: relative;
  display: inline-block;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout li.on a {
  border-bottom: 2px solid #00a2ee;
  color: #00a2ee;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout li.on a:before {
  background-position: 0 100%;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout a {
  color: #333;
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 25px;
  font-weight: bold;
  text-decoration: none;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-contents.main .resultHeader-bottom .resultChangeLayout .list a:before {
  background-image: url("../images/icon_list.png");
  height: 10px;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout .tile {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.l-contents.main .resultHeader-bottom .resultChangeLayout .tile:before {
  position: absolute;
  left: 0;
  height: 14px;
  display: block;
  content: "";
  border-left: 2px solid #e4e4e4;
  top: calc(50% - 7px);
}
.l-contents.main .resultHeader-bottom .resultChangeLayout .tile a:before {
  background-image: url("../images/icon_tile.png");
  height: 14px;
}
.l-contents.main .resultHeader-bottom .pagination {
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultHeader-bottom {
    display: block;
    border-bottom: 0;
    margin-top: 0;
  }
  .l-contents.main .resultHeader-bottom .logiSelect {
    float: left;
    margin-left: 10px;
  }
  .l-contents.main .resultHeader-bottom .logiSelect select {
    font-size: 16px;
    padding: 0 32px 0 6px;
  }
}
.l-contents.main .clear {
  clear: both;
}
.l-contents.main .btnAreaFixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-contents.main .btnAreaFixed.sp {
  display: none;
}
.l-contents.main .btnAreaFixed .logiBtn {
  line-height: 1.75;
}
.l-contents.main .btnAreaFixed .logiBtn.search {
  background: #00a2ee;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: normal;
  padding: 8px 8px 12px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.l-contents.main .btnAreaFixed .logiBtn.search span {
  position: relative;
  padding-left: 26px;
}
.l-contents.main .btnAreaFixed .logiBtn.search span:before {
  content: "";
  display: block;
  background: url("../images/icon_search.png") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  left: 0;
  top: calc(50% - 9px);
  position: absolute;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .btnAreaFixed .logiBtn.search span {
    padding-left: 22px;
  }
  .l-contents.main .btnAreaFixed .logiBtn.search span:before {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
.l-contents.main .btnAreaFixed .logiBtn.save {
  padding-left: 38px;
  background: #fff url(../images/icon_save.png) no-repeat 8px 50%;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-contents.main .resultBalloon {
  border: 1px solid #d4d3d3;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  margin-top: 5px;
  padding: 5px 14px 5px 7px;
  position: relative;
  z-index: 1;
}
.l-contents.main .resultBalloon:before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  width: 7px;
  height: 7px;
  bottom: -5px;
  border-top: 1px solid #d4d3d3;
  border-left: 1px solid #d4d3d3;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-contents.main .resultBalloon .logiCheckbox span {
  padding-top: 2px;
  vertical-align: bottom;
}
.l-contents.main .resultBalloon .logiCheckbox span:before {
  margin-top: -2px;
}
.l-contents.main .resultBalloon.description {
  display: none;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultBalloon.description {
    background: #f3f3f3;
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .l-contents.main .resultBalloon.description:before {
    background: #f3f3f3;
  }
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultBalloon.save {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin-bottom: 10px;
    padding: 10px 5px;
  }
}
.l-contents.main .resultFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.l-contents.main .resultFooter .logiBtn.contact {
  background: #fd9321;
  border: none;
  -webkit-box-shadow: inset 0 -3px 0 #ab5e0b;
          box-shadow: inset 0 -3px 0 #ab5e0b;
  color: #fff !important;
  font-weight: bold;
}
.l-contents.main .resultFooter .logiBtn.contact span {
  display: inline-block;
  position: relative;
  padding: 2px 0 2px 28px;
}
.l-contents.main .resultFooter .logiBtn.contact span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("../images/icon_02.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.l-contents.main .resultFooter .logiSelect {
  margin-left: auto;
  margin-right: 5px;
}
.l-contents.main .resultFooter .logiSelect select {
  font-size: 12px;
}
.l-contents.main .resultFooter .resultBalloon {
  margin-right: 8px;
  margin-top: 0;
}
.l-contents.main .resultFooter .resultBalloon:before {
  bottom: auto;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-contents.main .resultFooter .pagination {
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-contents.main .resultFooter .btnAreaFixed {
    width: 100%;
    margin-top: 20px;
  }
  .l-contents.main .resultFooter .btnAreaFixed.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 736px) {
  .l-contents.main .floatContact {
    position: fixed;
    left: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: bottom .2s ease;
    transition: bottom .2s ease;
    padding: 10px 5px;
    background: rgba(16, 37, 64, 0.9);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 110;
    bottom: -70px;
  }
  .l-contents.main .floatContact.open {
    bottom: 0;
  }
  .l-contents.main .floatContact .logiBtn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 32px;
    margin: 0 5px;
  }
  .l-contents.main .floatContact .logiBtn.contact {
    background: #fd9321;
    -webkit-box-shadow: inset 0 -4px 0 #ab5e0b;
            box-shadow: inset 0 -4px 0 #ab5e0b;
    border: none;
    color: #fff;
    font-weight: bold;
    padding-bottom: 11px;
    padding-left: 33px;
    padding-right: 0px;
    position: relative;
  }
  .l-contents.main .floatContact .logiBtn.contact:before {
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/icon_02.png") no-repeat center;
    background-size: 22.5px 17px;
    height: 17px;
    width: 22.5px;
  }
}
@media only screen and (max-width: 736px) {
  .l-contents.main #list-disp {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}
.l-contents.main .resultBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  font-size: 14px;
}
.l-contents.main .resultBlock .resultBlock-child {
  width: calc(33.3% - 25px);
  margin-left: 25px;
  margin-top: 12px;
  margin-bottom: 13px;
  border-top: 1px solid #d4d3d3;
  position: relative;
}
.l-contents.main .resultBlock .resultBlock-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}
.l-contents.main .resultBlock .resultBlock-child dl > dt {
  width: 4em;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 12px;
  color: #0b3f75;
}
.l-contents.main .resultBlock .resultBlock-child dl > dt:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.l-contents.main .resultBlock .resultBlock-child dl > dd {
  width: calc(100% - 4em);
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #e4e4e4;
}
.l-contents.main .resultBlock .resultBlock-child dl > dd:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.l-contents.main .resultBlock .resultBlock-child dl > dd.address a {
  color: #979797;
}
.l-contents.main .resultBlock .resultBlock-child dl > dd.address a:hover {
  opacity: .6;
}
.l-contents.main .resultBlock .resultBlock-child .linkWrap {
  border-top: 1px solid #e4e4e4;
  display: block;
  padding: 10px 0;
  text-align: center;
}
.l-contents.main .resultBlock .resultBlock-child .linkWrap a {
  color: #333;
  position: relative;
}
.l-contents.main .resultBlock .resultBlock-child .linkWrap a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
.l-contents.main .resultBlock .resultBlock-child .linkWrap a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultBlock .resultBlock-child .favorite {
    position: absolute;
    top: 4px;
    right: 3vw;
    border-top: none;
    background: transparent;
    width: 32px;
    height: 32px;
  }
  .l-contents.main .resultBlock .resultBlock-child .favorite a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #c9cdd6;
    background: #fff url("../images/icon_favorite_gray.png") no-repeat center;
    border-radius: 3px;
    background-size: 18px auto;
    text-indent: -9999px;
  }
  .l-contents.main .resultBlock .resultBlock-child .favorite.star a {
    background-image: url("../images/icon_favorite_active.png");
  }
  .l-contents.main .resultBlock .resultBlock-child .favorite .fukidashi {
    position: absolute;
    background: #7a7a7a;
    color: #fff;
    font-size: 11px;
    display: block;
    padding: 4px 8px;
    white-space: nowrap;
    border-radius: 3px;
    top: -32px;
    right: -5px;
    z-index: 1;
  }
  .l-contents.main .resultBlock .resultBlock-child .favorite .fukidashi:after {
    content: "";
    display: block;
    position: absolute;
    border: transparent solid 5px;
    border-top-color: #7a7a7a;
    bottom: -10px;
    right: 16px;
  }
}
.l-contents.main .resultBlock .title {
  background: #d9d9d9;
  border-bottom: 1px solid #d4d3d3;
}
.l-contents.main .resultBlock .title .logiCheckbox {
  float: left;
  padding: 10px;
  padding: 10px;
  height: 40px;
  z-index: 1;
}
.l-contents.main .resultBlock .title h3 {
  position: relative;
  font-size: 14px;
}
.l-contents.main .resultBlock .title a {
  background: #f7f7f7;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 10px;
  height: 100%;
  min-height: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultBlock .title a {
    padding-right: calc(36px + 3vw);
    background: #fff;
  }
}
.l-contents.main .resultBlock .title a:hover {
  background: #ececec;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .resultBlock {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #d4d3d3;
    margin-bottom: 20px;
  }
  .l-contents.main .resultBlock .noResult {
    border-top: 1px solid #d4d3d3;
    padding: 10px;
  }
  .l-contents.main .resultBlock .resultBlock-child {
    margin-left: 0;
    width: 100%;
    font-size: 12px;
  }
  .l-contents.main .resultBlock .resultBlock-child .image {
    float: left;
    width: 34.5vw;
    height: auto;
    padding: 5px;
  }
  .l-contents.main .resultBlock .resultBlock-child .image a {
    display: block;
    position: relative;
    padding-top: 61.85567%;
  }
  .l-contents.main .resultBlock .resultBlock-child .image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-contents.main .resultBlock .resultBlock-child dl {
    width: 65vw;
    padding: 0 5px;
  }
  .l-contents.main .resultBlock .resultBlock-child .linkWrap {
    display: none;
  }
}
.l-contents.main .resultTable {
  width: 100%;
  margin-bottom: -42px;
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
}
.l-contents.main .resultTable thead th {
  height: 50px;
  border-top: none;
  white-space: nowrap;
  color: #0b3f75;
  text-align: center;
  font-weight: bold;
}
.l-contents.main .resultTable thead th:first-child {
  width: 110px;
}
.l-contents.main .resultTable tbody th.title {
  background: #d9d9d9;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  position: relative;
}
.l-contents.main .resultTable tbody th.title .logiCheckbox {
  float: left;
  padding: 10px;
  padding: 10px;
  height: 40px;
}
.l-contents.main .resultTable tbody th.title a {
  background: #f7f7f7;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 10px 44px 10px 10px;
  margin-left: 40px;
  min-height: 40px;
}
.l-contents.main .resultTable tbody th.title a:hover {
  background: #ececec;
}
.l-contents.main .resultTable tbody td {
  padding: 9px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.l-contents.main .resultTable tbody td.noResult {
  border-left: 0;
}
.l-contents.main .resultTable tbody td.image {
  width: 160px;
  border-left: 0;
  padding-left: 0;
  height: 112px;
}
.l-contents.main .resultTable tbody td.image a {
  display: block;
  position: relative;
  padding-top: 61.85567%;
}
.l-contents.main .resultTable tbody td.image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.l-contents.main .resultTable tbody td.image a:hover img {
  opacity: .6;
}
.l-contents.main .resultTable tbody td.useful {
  width: 7.5em;
}
.l-contents.main .resultTable tbody td.address a {
  color: #999;
}
.l-contents.main .resultTable tbody td.address a:hover {
  opacity: .6;
}
.l-contents.main .resultTable tbody td.wide {
  text-align: right;
  width: 8em;
}
.l-contents.main .resultTable tbody td.price {
  text-align: right;
  width: 11.5em;
}
.l-contents.main .resultTable tbody td.linkWrap {
  width: 6.5em;
}
.l-contents.main .resultTable tbody td.linkWrap .link {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #333;
}
.l-contents.main .resultTable tbody td.linkWrap .link:hover {
  text-decoration: underline;
}
.l-contents.main .resultTable tbody td.linkWrap .link:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: contain;
  width: 7px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.l-contents.main .resultTable .favorite {
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: #fff url(../images/icon_favorite_gray.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
}
.l-contents.main .resultTable .favorite:hover {
  opacity: .6;
}
.l-contents.main .resultTable .favorite.star {
  background-image: url(../images/icon_favorite_active.png);
}
.l-contents.main .resultTable .favorite .fukidashi {
  position: absolute;
  background: #7a7a7a;
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 4px 8px;
  white-space: nowrap;
  border-radius: 3px;
  top: -33px;
  right: -20px;
}
.l-contents.main .resultTable .favorite .fukidashi:after {
  content: "";
  display: block;
  position: absolute;
  border: transparent solid 5px;
  border-top-color: #7a7a7a;
  bottom: -10px;
  right: 30px;
}
.l-contents.main .article-item {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 736px) {
  .l-contents.main {
    padding-bottom: 30px;
  }
  .l-contents.main .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -5px;
  }
  .l-contents.main .article-list .article-item {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    border-bottom: none;
  }
  #logistics_news .l-contents.main .article-list .article-item, #informations .l-contents.main .article-list .article-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 1px solid #ddd;
  }
  #logistics_news .l-contents.main .article-list {
    display: block;
    margin-top: -10px;
  }
  #logistics_news .l-contents.main .article-list .article-item-content {
    padding-top: 0;
  }
  #logistics_news .l-contents.main .article-list .article-item-content .article-item-labels {
    margin-right: 10px;
  }
  #logistics_news .l-contents.main .article-list .article-item-content .article-item-date {
    width: auto;
  }
  #logistics_news .l-contents.main .article-list .article-item-content .article-item-title {
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 4.5px;
  }
}
.l-contents.main .article-item-inner {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  padding: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contents.main .article-item-inner:hover .article-item-title {
  text-decoration: underline;
}
.l-contents.main .article-item-inner:hover .article-item-image {
  opacity: .6;
}
.l-contents.main .article-item-inner .article-item-image {
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  margin-bottom: 0;
  margin-right: 26px;
  width: 273px;
  height: 169px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.l-contents.main .article-item-inner .article-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 101%;
  max-height: 101%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.l-contents.main .article-item-inner .article-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.l-contents.main .article-item-inner .article-item-labels {
  margin-right: 10px;
  margin-bottom: 6px;
}
.l-contents.main .article-item-inner .article-item-labels .article-item-label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 5px 4px;
  border: 1px solid;
  line-height: 1;
}
.l-contents.main .article-item-inner .article-item-labels .article-item-label.closed {
  background: #e5e5e5;
  border: none;
}
.l-contents.main .article-item-inner .article-item-labels .article-item-label.new {
  background: #fd9321;
  border: none;
  color: #fff;
}
.l-contents.main .article-item-inner .article-item-labels .article-item-label.domestic {
  border-color: #0e2fad;
  color: #0e2fad;
}
.l-contents.main .article-item-inner .article-item-labels .article-item-label.international {
  border-color: #333;
  color: #333;
}
.l-contents.main .article-item-inner .article-item-labels .article-item-label.important {
  border: none;
  background: #df1f00;
  color: #fff;
}
#forums .l-contents.main .article-item-inner .article-item-labels .report, #forum_reports .l-contents.main .article-item-inner .article-item-labels .report {
  border-color: #00a2ee;
  color: #00a2ee;
}
#forums .l-contents.main .article-item-inner .article-item-labels .open, #forum_reports .l-contents.main .article-item-inner .article-item-labels .open {
  border: none;
  background: #2174d2;
  color: #fff;
}
#sneakpreviews .l-contents.main .article-item-inner .article-item-labels .report, #sneakpreview_reports .l-contents.main .article-item-inner .article-item-labels .report {
  border-color: #18bed7;
  color: #18bed7;
}
#sneakpreviews .l-contents.main .article-item-inner .article-item-labels .open, #sneakpreview_reports .l-contents.main .article-item-inner .article-item-labels .open {
  border-color: #058da1;
  background: #058da1;
  color: #fff;
}
#other_events .l-contents.main .article-item-inner .article-item-labels .report, #other_event_reports .l-contents.main .article-item-inner .article-item-labels .report {
  border-color: #f28f8f;
  color: #f28f8f;
}
#other_events .l-contents.main .article-item-inner .article-item-labels .open, #other_event_reports .l-contents.main .article-item-inner .article-item-labels .open {
  border-color: #e76060;
  background: #e76060;
  color: #fff;
}
.l-contents.main .article-item-inner .article-item-labels.wanted {
  border-color: #ff6e00;
  color: #ff6e00;
}
.l-contents.main .article-item-inner .article-item-labels.sneakpreview_reports {
  border-color: #18bed7;
  color: #18bed7;
}
.l-contents.main .article-item-inner .article-item-labels.columns {
  border-color: #ecc304;
  color: #ecc304;
}
.l-contents.main .article-item-inner .article-item-labels.forums {
  border-color: #00a2ee;
  color: #00a2ee;
}
.l-contents.main .article-item-inner .article-item-labels.logistics_news {
  border-color: #ae9c79;
  color: #ae9c79;
}
.l-contents.main .article-item-inner .article-item-labels.presses {
  border-color: #5681c3;
  color: #5681c3;
}
.l-contents.main .article-item-inner .article-item-labels.interviews {
  border-color: #8ac828;
  color: #8ac828;
}
.l-contents.main .article-item-inner .article-item-labels.release {
  border-color: #f28f8f;
  color: #f28f8f;
}
.l-contents.main .article-item-inner .article-item-labels .other_events {
  border-color: #f28f8f;
  color: #f28f8f;
}
.l-contents.main .article-item-inner .article-item-labels .other_event_reports {
  border-color: #f28f8f;
  color: #f28f8f;
}
.l-contents.main .article-item-inner .article-item-labels .informations {
  border-color: #0b3f75;
  color: #0b3f75;
}
.l-contents.main .article-item-inner .article-item-date {
  color: #666;
  margin-bottom: 6px;
}
.l-contents.main .article-item-inner .article-item-companyname {
  color: #666;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 6px;
}
.l-contents.main .article-item-inner .article-item-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  width: 100%;
}
.l-contents.main .article-item-inner .article-item-text {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-item-inner {
    display: block;
    padding: 10px 0;
  }
  .l-contents.main .article-item-inner .article-item-content {
    padding-top: 5px;
    position: relative;
  }
  .l-contents.main .article-item-inner .article-item-content .article-item-companyname {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    padding: 4px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .l-contents.main .article-item-inner .article-item-image {
    width: auto;
    margin-right: 0;
    height: 28vw;
  }
  .l-contents.main .article-item-inner .article-item-labels {
    margin: 0 0 5px 0;
  }
  #informations .l-contents.main .article-item-inner .article-item-labels {
    margin-right: 10px;
  }
  .l-contents.main .article-item-inner .article-item-labels .article-item-label {
    font-size: 10px;
  }
  .l-contents.main .article-item-inner .article-item-date {
    font-size: 10px;
    width: 100%;
    margin-bottom: 2px;
  }
  #informations .l-contents.main .article-item-inner .article-item-date {
    width: auto;
  }
  .l-contents.main .article-item-inner .article-item-title {
    font-size: 13px;
  }
  #informations .l-contents.main .article-item-inner .article-item-title {
    font-size: 14px;
    font-weight: normal;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-contents.main .article-item-inner .article-item-text {
    display: none;
  }
}
.l-contents.main .article-detail {
  /*記事*/
  /*申し込み*/
}
.l-contents.main .article-detail .article-detail-inner {
  font-size: 16px;
}
.l-contents.main .article-detail .article-detail-meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
}
.l-contents.main .article-detail .article-detail-meta .article-detail-labels {
  font-size: 0;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label {
  font-size: 14px;
  border: 1px solid;
  display: inline-block;
  font-weight: bold;
  padding: 9px 10px;
  margin-right: 3px;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.new {
  border-color: #fd9321;
  background: #fd9321;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.domestic {
  border-color: #0e2fad;
  color: #0e2fad;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.international {
  border-color: #333;
  color: #333;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.important {
  border-color: #df1f00;
  background: #df1f00;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.forums {
  border-color: #00a2ee;
  background: #00a2ee;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.logistics_news {
  border-color: #ae9c79;
  background: #ae9c79;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.interviews {
  border-color: #8ac828;
  background: #8ac828;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.presses {
  border-color: #5681c3;
  background: #5681c3;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.sneakpreviews {
  border-color: #18bed7;
  background: #18bed7;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.other_events {
  border-color: #f28f8f;
  background: #f28f8f;
  color: #fff;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.columns {
  border-color: #ecc304;
  background: #ecc304;
  color: #fff;
}
#forums .l-contents.main .article-detail .article-detail-meta .article-item-label.report {
  border-color: #00a2ee;
  color: #00a2ee;
}
#sneakpreviews .l-contents.main .article-detail .article-detail-meta .article-item-label.report {
  border-color: #18bed7;
  color: #18bed7;
}
#other_events .l-contents.main .article-detail .article-detail-meta .article-item-label.report {
  border-color: #f28f8f;
  color: #f28f8f;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.informations {
  border-color: #0b3f75;
  color: #0b3f75;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.closed {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.l-contents.main .article-detail .article-detail-meta .article-item-label.open {
  color: #fff;
}
#forums .l-contents.main .article-detail .article-detail-meta .article-item-label.open {
  border-color: #2174d2;
  background: #2174d2;
}
#sneakpreviews .l-contents.main .article-detail .article-detail-meta .article-item-label.open {
  border-color: #058da1;
  background: #058da1;
}
#other_events .l-contents.main .article-detail .article-detail-meta .article-item-label.open {
  background: #e76060;
  border-color: #e76060;
}
.l-contents.main .article-detail .article-detail-meta .article-detail-date {
  margin-left: 10px;
}
.l-contents.main .article-detail .article-detail-companyname {
  margin-bottom: 24px;
}
.l-contents.main .article-detail .article-detail-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .article-detail-inner {
    font-size: 14px;
  }
  .l-contents.main .article-detail .article-detail-meta {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .l-contents.main .article-detail .article-detail-meta .article-item-label {
    font-size: 10px;
    padding: 5px 5px 4.5px;
  }
  .l-contents.main .article-detail .article-detail-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
}
.l-contents.main .article-detail .sec-article img {
  pointer-events: none;
}
.l-contents.main .article-detail .sec-article .sec-heading {
  border-bottom: 3px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}
.l-contents.main .article-detail .sec-article .sec-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  height: 3px;
  width: 121px;
}
#forums .l-contents.main .article-detail .sec-article .sec-heading:after, #forum_reports .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #00a2ee;
}
#columns .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #ecc304;
}
#sneakpreviews .l-contents.main .article-detail .sec-article .sec-heading:after, #sneakpreview_reports .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #18bed7;
}
#interviews .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #8ac828;
}
#presses .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #5681c3;
}
#other_events .l-contents.main .article-detail .sec-article .sec-heading:after, #other_event_reports .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #f28f8f;
}
#logistics_news .l-contents.main .article-detail .sec-article .sec-heading:after {
  background: #ae9c79;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .sec-article .sec-heading {
    font-size: 18px;
    margin-top: 0;
    line-height: 1.3;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .l-contents.main .article-detail .sec-article .sec-heading:after {
    width: 60.5px;
  }
}
.l-contents.main .article-detail .sec-article .sec-heading + .articleFloatContent.person {
  border-top: none;
  padding-top: 0;
}
.l-contents.main .article-detail .sec-article .sec-subTitle {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  margin: 28px 0 20px;
  padding-bottom: 8px;
}
.l-contents.main .article-detail .sec-article .articleContent {
  margin-bottom: 28px;
}
#logiMain .l-contents.main .article-detail .sec-article .articleContent .developmentImage {
  background: none;
  text-align: center;
}
.l-contents.main .article-detail .sec-article .articleContent .developmentImage img {
  width: auto;
}
.l-contents.main .article-detail .sec-article .articleFloatContent {
  margin-bottom: 28px;
}
.l-contents.main .article-detail .sec-article .articleFloatContent .developmentImage {
  width: 383px;
  height: 236px;
  overflow: hidden;
}
#logiMain .l-contents.main .article-detail .sec-article .articleFloatContent .developmentImage img {
  position: absolute;
  max-width: 101%;
  max-height: 101%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: auto;
}
.l-contents.main .article-detail .sec-article .articleFloatContent .contentLeft {
  float: left;
  margin-right: 24px;
  max-width: 384px;
}
.l-contents.main .article-detail .sec-article .articleFloatContent .contentLeft + .articleText .articleInterviewHeading {
  padding-right: 2em;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .sec-article .articleFloatContent .contentLeft + .articleText .articleInterviewHeading {
    padding-right: 0;
    position: static;
  }
}
#columns .l-contents.main .article-detail .sec-article .articleFloatContent .contentLeft {
  max-width: 435px;
}
#presses .l-contents.main .article-detail .sec-article .articleFloatContent .contentLeft {
  max-width: 435px;
}
.l-contents.main .article-detail .sec-article .articleFloatContent.person {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.l-contents.main .article-detail .sec-article .articleFloatContent.person .contentLeft {
  max-width: 282px;
  margin-bottom: 8px;
}
.l-contents.main .article-detail .sec-article .articleFloatContent.person .developmentImage {
  width: 281px;
  height: 173px;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .sec-article .articleFloatContent.person .developmentImage {
    width: auto;
  }
}
.l-contents.main .article-detail .sec-article .articleFloatContent .contentRight {
  float: right;
  margin-left: 24px;
  max-width: 384px;
}
#columns .l-contents.main .article-detail .sec-article .articleFloatContent .contentRight {
  max-width: 435px;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .sec-article .articleFloatContent .developmentImage {
    width: auto;
    height: 58vw;
  }
  .l-contents.main .article-detail .sec-article .articleFloatContent .developmentImage.lectureImage {
    margin-bottom: 16px;
  }
  .l-contents.main .article-detail .sec-article .articleFloatContent .contentLeft, .l-contents.main .article-detail .sec-article .articleFloatContent .contentRight, .l-contents.main .article-detail .sec-article .articleFloatContent.person .contentLeft {
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
.l-contents.main .article-detail .sec-article .articleImage {
  text-align: center;
}
.l-contents.main .article-detail .sec-article .articleImage img {
  width: auto;
  max-width: 100%;
}
.l-contents.main .article-detail .sec-article .articleImage + .articleImageCaption {
  margin-top: 10px;
}
.l-contents.main .article-detail .sec-article .articleImageCaption {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 16px;
}
.l-contents.main .article-detail .sec-article .articleMap {
  margin-bottom: 30px;
}
.l-contents.main .article-detail .sec-article .articleMap iframe {
  border: none;
  width: 100%;
  height: 450px;
}
.l-contents.main .article-detail .sec-article .listLink {
  text-align: right;
}
.l-contents.main .article-detail .sec-article .listLink a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #333;
}
.l-contents.main .article-detail .sec-article .listLink 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;
}
.l-contents.main .article-detail .sec-article .listLink a:hover {
  color: #008cce;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .sec-article .articleImageCaption {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
.l-contents.main .article-detail .articleApplication {
  background: #faf5eb;
  padding: 20px;
  text-align: center;
  margin: 50px 0 40px;
}
.l-contents.main .article-detail .articleApplication .btn-detail {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -4px 0 #c9cdd6;
          box-shadow: inset 0 -4px 0 #c9cdd6;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  min-width: 250px;
  line-height: 1;
  padding: 20px 20px 22px;
}
.l-contents.main .article-detail .articleApplication .btn-detail span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.l-contents.main .article-detail .articleApplication .btn-detail span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: 8px auto;
}
.l-contents.main .article-detail .articleApplication .btn-detail:hover {
  opacity: .6;
}
.l-contents.main .article-detail .articleApplication.external {
  background: #f4f4f3;
}
.l-contents.main .article-detail .articleApplication.external .btn-detail span:after {
  background: url("../images/icon_blank.png") no-repeat center;
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}
.l-contents.main .article-detail .articleApplication .btn-apply {
  background: #fd9321;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -4px 0 #ab5e0b;
          box-shadow: inset 0 -4px 0 #ab5e0b;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  min-width: 250px;
  line-height: 1;
  padding: 20px 20px 22px;
}
.l-contents.main .article-detail .articleApplication .btn-apply span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.l-contents.main .article-detail .articleApplication .btn-apply span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  background: url("../images/icon_arrow_white.png") no-repeat center;
  background-size: 8px auto;
}
.l-contents.main .article-detail .articleApplication .btn-apply:hover {
  opacity: .6;
}
.l-contents.main .article-detail .articleApplication .btn-apply.disabled {
  background: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 20px;
  pointer-events: none;
}
.l-contents.main .article-detail .articleApplication .btn-apply.disabled:hover {
  opacity: 1;
}
.l-contents.main .article-detail .articleApplication .note {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .articleApplication {
    padding: 10px;
    margin: 30px 0 25px;
  }
  .l-contents.main .article-detail .articleApplication .btn-detail,
  .l-contents.main .article-detail .articleApplication .btn-apply {
    font-size: 18px;
    display: block;
  }
  .l-contents.main .article-detail .articleApplication .note {
    font-size: 13px;
    margin: 10px 0 0;
  }
}
.l-contents.main .article-detail .articleApplicationClosed {
  border: 4px solid #ddd;
  padding: 30px;
  text-align: center;
  margin: 50px 0 40px;
}
.l-contents.main .article-detail .articleApplicationClosed .title {
  color: #00a2ee;
  font-size: 25px;
  font-weight: bold;
}
.l-contents.main .article-detail .articleApplicationClosed .description {
  margin-top: 10px;
}
.l-contents.main .article-detail .articleApplicationClosed .description a {
  text-decoration: underline;
}
.l-contents.main .article-detail .articleApplicationClosed .description a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .article-detail .articleApplicationClosed {
    padding: 10px;
    margin: 30px 0 25px;
    text-align: left;
  }
  .l-contents.main .article-detail .articleApplicationClosed .title {
    font-size: 16px;
  }
  .l-contents.main .article-detail .articleApplicationClosed .description {
    margin: 5px 0 0;
  }
}
.l-contents.main .newArticle {
  margin-top: 50px;
}
.l-contents.main .newArticle .newArticle-heading {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .newArticle .newArticle-heading {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.l-contents.main .newArticle .newArticleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -9px;
  margin-right: -9px;
}
.l-contents.main .newArticle .newArticleList a {
  color: #333;
}
.l-contents.main .newArticle .newArticleList a:hover .newArticle-item-title {
  text-decoration: underline;
}
.l-contents.main .newArticle .newArticleList a:hover .newArticle-item-image img {
  opacity: .6;
}
.l-contents.main .newArticle .newArticleList .newArticle-item {
  margin: 0 9px;
  border: 1px solid #d9d9d9;
  width: 210px;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-image {
  overflow: hidden;
  position: relative;
  height: 130px;
  background: #e7e7e7;
  margin: -1px;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 101%;
  max-height: 101%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-content {
  padding: 10px;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-labels {
  display: inline-block;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label {
  display: inline-block;
  font-size: 10px;
  padding: 5px 10px 4px;
  margin-bottom: 4px;
  border: 1px solid;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.closed {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.domestic {
  border-color: #0e2fad;
  color: #0e2fad;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.international {
  border-color: #333;
  color: #333;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.important {
  border-color: #df1f00;
  background: #df1f00;
  color: #fff;
}
#forums .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.open, #forum_reports .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.open {
  background: #2174d2;
  border-color: #2174d2;
  color: #fff;
}
#sneakpreviews .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.open,
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.open #sneakpreview_reports {
  background: #058da1;
  border-color: #058da1;
  color: #fff;
}
#other_events .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.open {
  background: #e76060;
  border-color: #e76060;
  color: #fff;
}
#forums .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.report, #forum_reports .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.report {
  color: #00a2ee;
  border-color: #00a2ee;
}
#sneakpreviews .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.report,
.l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.report #sneakpreview_reports {
  border-color: #18bed7;
  color: #18bed7;
}
#other_events .l-contents.main .newArticle .newArticleList .newArticle-item-labels .article-item-label.report {
  border-color: #f28f8f;
  color: #f28f8f;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-date {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 4px;
}
.l-contents.main .newArticle .newArticleList .newArticle-item-title {
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  .l-contents.main .newArticle .newArticleList {
    display: block;
    margin-top: 0;
  }
  .l-contents.main .newArticle .newArticleList .newArticle-item {
    width: auto;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .l-contents.main .newArticle .newArticleList .newArticle-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-contents.main .newArticle .newArticleList .newArticle-item-image {
    width: 113px;
    height: 71px;
    margin: 0;
  }
  .l-contents.main .newArticle .newArticleList .newArticle-item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 10px;
  }
}
.l-contents.main .newArticle .newLink {
  text-align: right;
  margin-top: 1em;
}
.l-contents.main .newArticle .newLink a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 12px;
}
.l-contents.main .newArticle .newLink a:before {
  content: "";
  display: block;
  height: 12px;
  width: 7px;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: 7px auto;
}
.l-contents.main .newArticle .newLink a:hover {
  color: #008cce;
}

#list-map-wrapper .mapIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  padding: 10px 5px;
}
#list-map-wrapper .mapIcon .icon {
  font-size: 14px;
  white-space: nowrap;
}

/*----------------------------------------------------
　サイドコンテンツ
----------------------------------------------------*/
.r-contents.side {
  background: #f7f7f7;
  margin-left: 24px;
  padding: 20px 15px;
}
.r-contents.side a {
  color: #333;
}
.r-contents.side .heading {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 736px) {
  .r-contents.side {
    margin-left: -3%;
    margin-right: -3%;
    padding: 20px 3%;
    width: auto;
  }
  .r-contents.side.side_search {
    padding: 0;
  }
}
.r-contents.side .aside-develop {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
}
.r-contents.side .aside-develop .develop-item {
  border: 1px solid #e1e3e6;
  margin-bottom: 15px;
}
.r-contents.side .aside-develop .develop-item img {
  pointer-events: none;
}
.r-contents.side .aside-develop .develop-item a:hover {
  text-decoration: underline;
}
.r-contents.side .aside-develop .develop-item a:hover img {
  opacity: .6;
}
.r-contents.side .aside-develop .develop-name {
  background: #fff;
  padding: 7px 10px 6px;
}
.r-contents.side .aside-develop .more-link {
  text-align: right;
}
.r-contents.side .aside-develop .more-link a {
  padding-left: 12px;
  display: inline-block;
  background: url(../images/icon_arrow_blue.png) no-repeat left center;
  background-size: 7px auto;
}
.r-contents.side .aside-develop .more-link a:hover {
  color: #008cce;
}
.r-contents.side .aside-topics .topics-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.r-contents.side .aside-topics .topics-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r-contents.side .aside-topics .topics-item-inner:hover .topics-item-image {
  opacity: 0.6;
}
.r-contents.side .aside-topics .topics-item-inner:hover .topics-item-title {
  text-decoration: underline;
}
.r-contents.side .aside-topics .topics-item-image {
  overflow: hidden;
  position: relative;
  height: 71px;
  background: #e7e7e7;
  margin-bottom: 0;
  margin-right: 10px;
  width: 115px;
  text-align: center;
}
.r-contents.side .aside-topics .topics-item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.r-contents.side .aside-topics .topics-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels {
  margin-bottom: 8px;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label {
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
  color: #fff;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.logistics_news {
  background: #ae9c79;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.forums, .r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.forum_reports {
  background: #00a2ee;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.sneakpreviews, .r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.sneakpreview_reports {
  background: #18bed7;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.presses {
  background: #5681c3;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.interviews {
  background: #8ac828;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.presses {
  background: #5681c3;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.columns {
  background: #ecc304;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.other_events, .r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.other_event_reports {
  background: #f28f8f;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.important {
  background: #df1f00;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-labels .article-item-label.open {
  background: #ff6e00;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-date {
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
}
.r-contents.side .aside-topics .topics-item-content .topics-item-title {
  font-size: 13px;
}
.r-contents.side .searchNav .heading {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #ddd;
  line-height: 1.2;
}
.r-contents.side .searchNav .resultTotal {
  font-size: 12px;
  text-align: center;
  margin: 4px 0 10px;
  font-weight: bold;
}
.r-contents.side .searchNav .resultTotal .num {
  font-size: 20px;
  color: #00a2ee;
}
@media only screen and (max-width: 736px) {
  .r-contents.side .searchNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    z-index: 997;
    background: #fff;
    padding: 10px 10px 112px;
  }
  .r-contents.side .searchNav .heading {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em 10px;
    font-size: 20px;
    text-align: left;
  }
  .r-contents.side .searchNav .searchNav-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 10px;
    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;
  }
  .r-contents.side .searchNav .resultTotal .num {
    font-size: 16px;
  }
  .r-contents.side .searchNav .resultButton {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .r-contents.side .searchNav .searchNav-close {
    width: 52px;
    height: 52px;
    margin-left: 10px;
    padding-top: 29px;
    background: #fff url(../images/icon_close_gray.png) no-repeat 50% 10px;
    background-size: 14px auto;
    border: 1px solid #c9cdd6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 #c9cdd6;
            box-shadow: inset 0 -4px 0 #c9cdd6;
    color: #333;
    font-size: 10px;
    text-align: center;
    display: block;
  }
}
.r-contents.side .searchNav .logiBtn.search {
  background: #00a2ee;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
  padding-bottom: 12px;
  width: 100%;
  height: 52px;
}
.r-contents.side .searchNav .logiBtn.search span {
  padding-left: 26px;
  position: relative;
}
.r-contents.side .searchNav .logiBtn.search 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;
}
@media only screen and (max-width: 736px) {
  .r-contents.side .searchNav .logiBtn.search {
    display: block;
    max-width: 400px;
    width: 52vw;
    margin-left: auto;
  }
}
.r-contents.side .searchNav .logiSelect-inline {
  margin-bottom: 8px;
}
.r-contents.side .searchNav .logiSelect {
  width: 100%;
  z-index: 1;
}
.r-contents.side .searchNav .logiSelect.select-wrap {
  line-height: 30px;
}
.r-contents.side .searchNav .logiSelect select {
  font-size: 12px;
}
.r-contents.side .searchNav .btn_area {
  text-align: center;
  margin-top: 10px;
}
.r-contents.side .searchNav .btn_area .logiBtn {
  background: #f8f8f8;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 12px 8px 8px;
}
.r-contents.side .searchNav .btn_area .logiBtn:before {
  content: "＋";
  color: #b7bbc5;
  margin-right: 4px;
}
.r-contents.side .searchNav .btn_area .logiBtn:hover {
  background: #f3f3f3;
}
.r-contents.side .searchNav .logiText {
  font-size: 12px;
  height: 36px;
  line-height: 32px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .r-contents.side .searchNav .logiSelect select,
  .r-contents.side .searchNav .logiText,
  .r-contents.side .searchNav .useListTitle span {
    font-size: 16px;
  }
  .r-contents.side .searchNav .logiSelect-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .r-contents.side .searchNav .logiSelect-inline .rotate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
    margin: 0 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.r-contents.side .searchNav .useList {
  border: 1px solid #c9cdd6;
}
.r-contents.side .searchNav .useList li {
  border-top: 1px solid #c9cdd6;
}
.r-contents.side .searchNav .useList li .useListTitle {
  background: #fff;
  position: relative;
  padding: 0 30px;
  cursor: pointer;
}
.r-contents.side .searchNav .useList li .useListTitle.other {
  padding-left: 0;
}
.r-contents.side .searchNav .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) {
  .r-contents.side .searchNav .useList li .useListTitle:before {
    background-image: url(../images/icon_checkbox_sp.png?v2);
    background-position: 0 0;
    background-size: 20px auto;
  }
}
.r-contents.side .searchNav .useList li .useListTitle.is-allChecked:before {
  background-position: 0 20px;
}
.r-contents.side .searchNav .useList li .useListTitle.warehouse span {
  background: url("../images/search/icon_search_warehouse.png") no-repeat 0 0;
}
.r-contents.side .searchNav .useList li .useListTitle.factory span {
  background: url("../images/search/icon_search_factory.png") no-repeat 0 0;
}
.r-contents.side .searchNav .useList li .useListTitle.space span {
  background: url("../images/search/icon_search_space.png") no-repeat 0 0;
}
.r-contents.side .searchNav .useList li .useListTitle.factory span {
  background: url("../images/search/icon_search_factory.png") no-repeat 0 0;
}
.r-contents.side .searchNav .useList li .useListTitle i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #00a2ee;
  cursor: pointer;
}
.r-contents.side .searchNav .useList li .useListTitle i:before, .r-contents.side .searchNav .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;
}
.r-contents.side .searchNav .useList li .useListTitle span {
  display: block;
  padding: 9px 0 7px 33px;
}
.r-contents.side .searchNav .useList li.is-close .useListTitle i:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.r-contents.side .searchNav .useList li .useListChild {
  width: 100% !important;
}
.r-contents.side .searchNav .useList li li {
  padding-left: 30px;
}
.r-contents.side .searchNav .useList li li .logiCheckbox {
  display: block;
}
.r-contents.side .searchNav .useList li li .logiCheckbox input ~ span {
  display: block;
  padding: 9px 30px 5px 33px;
  width: 100%;
  position: relative;
}
.r-contents.side .searchNav .useList li li.warehouse .logiCheckbox span {
  background: url("../images/search/icon_search_warehouse_only.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.warehouse-office .logiCheckbox span {
  background: url("../images/search/icon_search_warehouse_offices.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.warehouse-factory .logiCheckbox span {
  background: url("../images/search/icon_search_warehouse_factories.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.warehouse-shop .logiCheckbox span {
  background: url("../images/search/icon_search_warehouse_stores.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.warehouse-land .logiCheckbox span {
  background: url("../images/search/icon_search_warehouse_rent.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.factory .logiCheckbox span {
  background: url("../images/search/icon_search_factory_only.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.factory-office .logiCheckbox span {
  background: url("../images/search/icon_search_factory_offices.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.factory-land .logiCheckbox span {
  background: url("../images/search/icon_search_factory_rent.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.land .logiCheckbox span {
  background: url("../images/search/icon_search_rent.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.parking .logiCheckbox span {
  background: url("../images/search/icon_search_parking.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.space .logiCheckbox span {
  background: url("../images/search/icon_search_yard.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.office .logiCheckbox span {
  background: url("../images/search/icon_search_office.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList li li.shop .logiCheckbox span {
  background: url("../images/search/icon_search_store.png") no-repeat 100% 0;
}
.r-contents.side .searchNav .useList > li:first-of-type {
  border-top: 0;
}
.r-contents.side .searchNav .useList ul {
  background: #f7f7f7;
}
.r-contents.side .searchNav .searchTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 8px 0;
}
.r-contents.side .searchNav .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;
  cursor: pointer;
}
.r-contents.side .searchNav .searchTab li.active {
  background: #00a2ee;
  font-weight: bold;
}
.r-contents.side .searchNav .searchTab-contents {
  background: #e4eefe;
  padding: 10px;
}
.r-contents.side .searchNav .radioListWrap {
  padding: 10px;
  background: #e4eefe;
}
.r-contents.side .searchNav .radioListWrap .radioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c9cdd6;
  border-radius: 4px;
  overflow: hidden;
}
.r-contents.side .searchNav .radioListWrap .radioList li {
  width: 50%;
  background: #fff;
}
.r-contents.side .searchNav .radioListWrap .radioList li:first-child {
  border-right: 1px solid #c9cdd6;
}
.r-contents.side .searchNav .radioListWrap .radioList li label {
  display: block;
  padding: 7px;
}
.r-contents.side .searchNav .logiText-wrap {
  margin-top: 10px;
  position: relative;
}
.r-contents.side .searchNav .checkboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
.r-contents.side .searchNav .checkboxList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 2px);
  margin: 1px;
  padding: 7px;
  background: #fff;
  border: 1px solid #eef1f4;
}
@media only screen and (max-width: 736px) {
  .r-contents.side .searchNav .checkboxList {
    display: block;
    overflow: hidden;
    margin: 0;
    border: 1px solid #c9cdd6;
    border-radius: 4px;
  }
  .r-contents.side .searchNav .checkboxList li {
    border: none;
    border-top: 1px solid #c9cdd6;
    width: 100%;
  }
  .r-contents.side .searchNav .checkboxList li:first-of-type {
    border-top: 0;
  }
  .r-contents.side .searchNav .checkboxList li .logiCheckbox {
    display: block;
    width: 100%;
  }
}
.r-contents.side .searchNav .rotate {
  display: block;
  text-align: center;
  margin: 0 0 2px 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 0;
}
.r-contents.side .searchNav dl {
  font-size: 14px;
  margin-bottom: 20px;
}
.r-contents.side .searchNav dl dt {
  font-weight: bold;
  margin-top: 1.3em;
  margin-bottom: .5em;
}
.r-contents.side .searchNav dl .other-subTitle {
  margin-top: 1em;
  margin-bottom: .2em;
}
@media only screen and (max-width: 736px) {
  .r-contents.side .searchNav dl dt {
    background: #f0f0f0;
    margin-left: -10px;
    margin-right: -10px;
    padding: .5em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .r-contents.side .js-searchNav {
    display: none;
  }
  .searchNav-open .r-contents.side .js-searchNav {
    display: block;
  }
}

/*検索条件の変更*/
.iziModal.searchNav {
  background: #fff;
  overflow-y: auto;
  z-index: 10000;
}
.iziModal.searchNav h2.heading {
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.iziModal.searchNav .searchNav-main dl dt {
  font-weight: bold;
}
.iziModal.searchNav .searchNav-main dl dd .logiSelect, .iziModal.searchNav .searchNav-main dl dd .logiSelect select, .iziModal.searchNav .searchNav-main dl dd .logiText {
  vertical-align: top;
}
.iziModal.searchNav .searchNav-main dl dd .searchTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}
.iziModal.searchNav .searchNav-main 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.searchNav .searchNav-main dl dd .searchTab li.active {
  background: #00a2ee;
  font-weight: bold;
}
.iziModal.searchNav .searchNav-main dl dd .searchTab-contents {
  background: #e4eefe;
  padding: 10px;
  float: left;
  width: 63%;
}
.iziModal.searchNav .searchNav-main dl dd .searchTab-contents.hidden {
  display: none;
}
.iziModal.searchNav .searchNav-main dl dd .searchTab-contents .logiSelect {
  width: 100%;
  max-width: none;
}
.iziModal.searchNav .searchNav-main dl dd .searchTab-contents .logiSelect select {
  width: 100%;
  max-width: none;
}
.iziModal.searchNav .searchNav-main dl dd .searchTab-contents .logiText-wrap {
  margin-top: 0;
}
.iziModal.searchNav .searchNav-main dl dd .radioListWrap {
  padding: 10px 10px 10px 0;
  background: #e4eefe;
  float: right;
  width: 37%;
}
.iziModal.searchNav .searchNav-main 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.searchNav .searchNav-main dl dd .radioListWrap .radioList li {
  width: 50%;
  background: #fff;
}
.iziModal.searchNav .searchNav-main dl dd .radioListWrap .radioList li:first-child {
  border-right: 1px solid #c9cdd6;
}
.iziModal.searchNav .searchNav-main dl dd .radioListWrap .radioList li label {
  display: block;
  padding: 0 7px;
}
.iziModal.searchNav .searchNav-main dl dd .logiText-wrap {
  margin-top: 10px;
  position: relative;
}
.iziModal.searchNav .searchNav-main dl dd .checkboxList li {
  padding: 0;
}
.iziModal.searchNav .searchNav-main dl dd .checkboxList .logiCheckbox {
  line-height: 1.5;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchNav .searchNav-main dl dd .checkboxList {
    display: block;
    overflow: hidden;
    margin: 0;
    border: 1px solid #c9cdd6;
    border-radius: 4px;
  }
  .iziModal.searchNav .searchNav-main dl dd .checkboxList li {
    border: none;
    border-top: 1px solid #c9cdd6;
    width: 100%;
  }
  .iziModal.searchNav .searchNav-main dl dd .checkboxList li:first-of-type {
    border-top: 0;
  }
  .iziModal.searchNav .searchNav-main dl dd .checkboxList li .logiCheckbox {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.iziModal.searchNav .searchNav-main dl dd .useList {
  margin: 0;
  padding: 0;
  border-top: none;
  line-height: 1.5;
}
.iziModal.searchNav .searchNav-main dl dd .useList .logiCheckbox {
  display: block;
}
.iziModal.searchNav .searchNav-main dl dd .useList .logiCheckbox input ~ span {
  display: block;
  padding: 9px 30px 5px 33px;
  width: 100%;
  position: relative;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li {
  margin-top: -1px;
  border-top: 1px solid #c9cdd6;
}
.iziModal.searchNav .searchNav-main 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.searchNav .searchNav-main dl dd .useList > li .useListTitle:before {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 7px;
  vertical-align: middle;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle:before {
    background-image: url(../images/icon_checkbox_sp.png?v2);
    background-position: 0 0;
    background-size: 20px auto;
  }
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle.is-allChecked:before {
  background-position: 0 20px;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle span {
  display: block;
  padding: 9px 0 7px 33px;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #00a2ee;
  cursor: pointer;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle i:before, .iziModal.searchNav .searchNav-main 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.searchNav .searchNav-main dl dd .useList > li .useListTitle.warehouse span {
  background: url(../images/search/icon_search_warehouse.png) no-repeat 0 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle.factory span {
  background: url(../images/search/icon_search_factory.png) no-repeat 0 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle.space span {
  background: url(../images/search/icon_search_space.png) no-repeat 0 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle.other {
  padding-left: 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li.is-close .useListTitle i:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.iziModal.searchNav .searchNav-main dl dd .useList > li ul {
  background: #f7f7f7;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li ul.useListChild {
  width: 100% !important;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li {
  padding-left: 30px;
  border-right: 1px solid #c9cdd6;
  border-left: 1px solid #c9cdd6;
  border-bottom: 1px solid #c9cdd6;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.warehouse span {
  background: url("../images/search/icon_search_warehouse_only.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.warehouse-office span {
  background: url("../images/search/icon_search_warehouse_offices.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.warehouse-factory span {
  background: url("../images/search/icon_search_warehouse_factories.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.warehouse-shop span {
  background: url("../images/search/icon_search_warehouse_stores.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.warehouse-land span {
  background: url("../images/search/icon_search_warehouse_rent.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.factory span {
  background: url("../images/search/icon_search_factory_only.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.factory-office span {
  background: url("../images/search/icon_search_factory_offices.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.factory-land span {
  background: url("../images/search/icon_search_factory_rent.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.land span {
  background: url("../images/search/icon_search_rent.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.parking span {
  background: url("../images/search/icon_search_parking.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.space span {
  background: url("../images/search/icon_search_yard.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.office span {
  background: url("../images/search/icon_search_office.png") no-repeat 100% 0;
}
.iziModal.searchNav .searchNav-main dl dd .useList > li li.shop span {
  background: url("../images/search/icon_search_store.png") no-repeat 100% 0;
}
.iziModal.searchNav .other-subTitle {
  font-weight: bold;
}
.iziModal.searchNav .searchNav-footer {
  margin-top: 20px;
  text-align: center;
}
.iziModal.searchNav .searchNav-footer .resultButton .logiBtn {
  margin: 0 20px;
  width: 200px;
  height: 52px;
  line-height: calc(52px - 20px);
}
.iziModal.searchNav .searchNav-footer .resultButton .logiBtn:hover {
  opacity: .6;
}
.iziModal.searchNav .searchNav-footer .resultButton .logiBtn span {
  padding-left: 26px;
  background: none;
  position: relative;
}
.iziModal.searchNav .searchNav-footer .resultButton .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.searchNav .searchNav-footer .resultButton .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;
}
.iziModal.searchNav .searchNav-footer .searchCancel {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 12px;
  position: relative;
}
.iziModal.searchNav .searchNav-footer .searchCancel:hover {
  text-decoration: underline;
}
.iziModal.searchNav .searchNav-footer .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.searchNav .searchNav-footer .searchDetail {
  display: none;
}
@media only screen and (max-width: 736px) {
  .iziModal.searchNav {
    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.searchNav .iziModal-wrap {
    padding: 0;
    overflow: scroll;
  }
  .iziModal.searchNav .iziModal-wrap .iziModal-content {
    height: 100vh !important;
  }
  .iziModal.searchNav .iziModal-wrap .iziModal-content .search-detail-form {
    padding-bottom: 100px;
  }
  .iziModal.searchNav h2.heading {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em 10px;
    font-size: 20px;
    text-align: left;
  }
  .iziModal.searchNav .rotate {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 3px;
    text-align: center;
  }
  .iziModal.searchNav .searchNav-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 10px;
    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.searchNav .searchNav-footer .resultTotal {
    font-size: 12px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 10px;
    white-space: nowrap;
  }
  .iziModal.searchNav .searchNav-footer .resultTotal .search-count {
    font-size: 16px;
    margin-right: 2px;
    font-weight: bold;
    color: #00a2ee;
  }
  .iziModal.searchNav .searchNav-footer .resultTotal .all {
    display: none;
  }
  .iziModal.searchNav .searchNav-footer .logiBtn.search {
    margin: 0 0 0 auto;
    width: 52vw;
    max-width: 400px;
    display: block;
  }
  .iziModal.searchNav .searchNav-footer .searchNav-close {
    width: 52px;
    height: 52px;
    padding: 29px 0 0;
    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.searchNav .searchNav-main {
    padding: 10px 10px 100px;
    width: auto !important;
  }
  .iziModal.searchNav .searchNav-main:last-child {
    padding-bottom: 10px;
  }
  .iziModal.searchNav .searchNav-main dl dt {
    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.searchNav .searchNav-main dl dd {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
  .iziModal.searchNav .searchNav-main dl dd .other-subTitle {
    margin: 1.5em 0 .5em;
  }
  .iziModal.searchNav .searchNav-main dl dd .other-subTitle:first-of-type {
    margin-top: 0;
  }
  .iziModal.searchNav .searchNav-main dl dd .logiSelect, .iziModal.searchNav .searchNav-main dl dd .logiSelect select, .iziModal.searchNav .searchNav-main dl dd .logiText {
    width: 100%;
    max-width: none;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .iziModal.searchNav .searchNav-main dl dd .logiSelect {
    position: relative;
  }
  .iziModal.searchNav .searchNav-main dl dd .logiSelect.select-wrap {
    margin-bottom: 6px;
  }
  .iziModal.searchNav .searchNav-main dl dd .logiSelect select {
    position: relative;
  }
  .iziModal.searchNav .searchNav-main dl dd .logiSelect:after {
    width: 30px;
    height: 30px;
  }
  .iziModal.searchNav .searchNav-main dl dd .logiSelect-inline {
    margin-bottom: 4px;
  }
  .iziModal.searchNav .searchNav-main dl dd .searchTab-contents {
    float: none;
    width: 100%;
  }
  .iziModal.searchNav .searchNav-main dl dd .searchTab-contents .logiSelect select {
    z-index: 1;
  }
  .iziModal.searchNav .searchNav-main dl dd .radioListWrap {
    float: none;
    width: auto;
    padding: 0 10px 10px 10px;
  }
  .iziModal.searchNav .searchNav-main dl dd .useList > li {
    width: 100%;
  }
  .iziModal.searchNav .searchNav-main dl dd .useList > li .useListTitle {
    font-size: 16px;
  }
}

/*物件詳細 画像モーダル*/
#logistics_news,
#other_events,
#other_event_reports,
#interviews,
#columns,
#forums,
#forum_reports,
#presses,
#sneakpreviews,
#sneakpreview_reports {
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  #logistics_news,
  #other_events,
  #other_event_reports,
  #interviews,
  #columns,
  #forums,
  #forum_reports,
  #presses,
  #sneakpreviews,
  #sneakpreview_reports {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	バナー
----------------------------------------------------*/
#topBanner {
  margin-top: 40px;
}
#topBanner .logiInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topBanner .logiInner .topBanner-item {
  width: 49%;
}
#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: -17px;
}
#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;
  }
}

/*----------------------------------------------------
	自由レイアウト
----------------------------------------------------*/
#logiMain {
  /* グリッド */
}
#logiMain .developmentTitle {
  background: #859fb6;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 50px;
  margin-bottom: 20px;
}
#logiMain .developmentSubTitle {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 736px) {
  #logiMain .developmentTitle {
    font-size: 18px;
    margin-top: 30px;
  }
  #logiMain .developmentSubTitle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}
#logiMain .developmentGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
}
#logiMain .developmentGrid + .developmentGrid {
  margin-top: 50px;
}
#logiMain .developmentGrid .developmentSubTitle {
  margin-top: 0;
}
#logiMain .developmentGrid .column {
  width: 50%;
}
#logiMain .developmentGrid .column p {
  font-size: 16px;
}
#logiMain .developmentGrid .column:not(:nth-of-type(2n)) {
  margin-right: 36px;
}
@media only screen and (max-width: 736px) {
  #logiMain .developmentGrid {
    display: block;
    margin-bottom: 24px;
  }
  #logiMain .developmentGrid + .developmentGrid {
    margin-top: 20px;
  }
  #logiMain .developmentGrid .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#logiMain .developmentGrid .developmentMap,
#logiMain .developmentGrid .developmentMovie,
#logiMain .developmentGrid .developmentImage {
  margin-bottom: 24px;
}
@media only screen and (max-width: 736px) {
  #logiMain .developmentGrid .developmentMap,
  #logiMain .developmentGrid .developmentMovie,
  #logiMain .developmentGrid .developmentImage {
    margin-bottom: 12px;
  }
}
#logiMain .developmentGrid .developmentMap img,
#logiMain .developmentGrid .developmentMovie img,
#logiMain .developmentGrid .developmentImage img {
  pointer-events: none;
}
#logiMain .developmentGrid .developmentMovie {
  width: 100%;
  padding-top: 55.5%;
  position: relative;
  overflow: hidden;
}
#logiMain .developmentGrid .developmentMovie iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
#logiMain .developmentGrid .developmentTable {
  width: 100%;
}
#logiMain .developmentGrid .developmentTable th, #logiMain .developmentGrid .developmentTable td {
  border-bottom: 1px solid #e1e3e6;
  line-height: 1.7;
  padding: 10px 0;
  vertical-align: top;
}
#logiMain .developmentGrid .developmentTable th {
  width: 8em;
}
#logiMain .articleGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#logiMain .articleGrid + .articleGrid {
  margin-top: 50px;
}
#logiMain .articleGrid .articleSubTitle {
  margin-top: 0;
}
#logiMain .articleGrid .column {
  width: 50%;
}
#logiMain .articleGrid .column:not(:nth-of-type(2n)) {
  margin-right: 36px;
}
#logiMain .articleGrid .sec-article .developmentImage {
  background: none;
}
@media only screen and (max-width: 736px) {
  #logiMain .articleGrid {
    display: block;
  }
  #logiMain .articleGrid .column {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 24px;
  }
}
#logiMain .h_themed {
  border-bottom: 3px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-bottom: 12px;
  position: relative;
}
#logiMain .h_themed:after {
  bottom: -3px;
  content: "";
  height: 3px;
  position: absolute;
  width: 120px;
  left: 0;
  background: #00a2ee;
}
#logiMain #forums .h_themed:after,
#logiMain #forum_reports .h_themed:after {
  background: #00a2ee;
}
#logiMain #interviews .h_themed:after {
  background: #8ac828;
}
#logiMain #other_events .h_themed:after,
#logiMain #other_event_reports .h_themed:after {
  background: #f28f8f;
}
#logiMain #sneakpreviews .h_themed:after,
#logiMain #sneakpreview_reports .h_themed:after {
  background: #18bed7;
}
#logiMain #logistics_news .h_themed:after {
  background: #ae9c79;
}
#logiMain #presses .h_themed:after {
  background: #5681c3;
}
#logiMain #columns .h_themed:after {
  background: #ecc304;
}
#logiMain #informations .h_themed:after {
  background: #0b3f75;
}
#logiMain .h_default {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 28px;
  padding-bottom: 10px;
}
#logiMain .h3_default {
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 28px;
  padding-bottom: 10px;
  margin-top: 48px;
}
#logiMain .sec-article .listDisc li {
  list-style: disc !important;
}
#logiMain .hr-border {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}
#logiMain .articleRelatedSiteHeading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width: 736px) {
  #logiMain .h_themed {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 8px;
  }
  #logiMain .h_themed:after {
    width: 60px;
  }
  #logiMain .h_default {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 6px;
  }
  #logiMain .hr-border {
    border-top-width: 2px;
    margin: 20px 0;
  }
  #logiMain .articleRelatedSiteHeading {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#logiMain .developmentImage {
  background: #e7e7e7;
  position: relative;
}
#logiMain .developmentImage img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
#logiMain .developmentImage + .articleImageCaption {
  margin-top: 10px;
}
#logiMain .articleBtn {
  margin-bottom: 30px;
  text-align: center;
}
#logiMain .articleBtn .logiBtn {
  padding: 10px 20px 11px;
  font-size: 14px;
  border-radius: 4px;
}
#logiMain .articleBtn .logiBtn:hover {
  opacity: .6;
}
#logiMain .articleBtn .logiBtn span {
  display: inline-block;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}
#logiMain .articleBtn .logiBtn span:before {
  background: url("../images/icon_arrow_blue.png") no-repeat center;
  background-size: 8px 13px;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (max-width: 736px) {
  #logiMain .articleBtn {
    margin-top: -15px;
  }
  #logiMain .articleBtn .logiBtn {
    display: block;
    padding: 15px 15px 16px;
  }
}
#logiMain .articleText {
  margin-bottom: 30px;
}
#logiMain .articleText p {
  line-height: 1.75;
  margin-bottom: 1em;
  font-size: 16px;
}
#logiMain .articleText p.text {
  font-size: 16px;
  margin-bottom: 10px;
}
#logiMain .articleText p.note {
  font-size: 14px;
}
#logiMain .articleText p.large {
  font-size: 18px;
  margin-bottom: 10px;
}
#logiMain .articleText p.text-right {
  text-align: right;
}
#logiMain .articleText p.link a {
  text-decoration: underline;
}
#logiMain .articleText p.link a:hover {
  text-decoration: none;
}
#logiMain .articleText p.link a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  background: url(../images/icon_blank.png) no-repeat;
  width: 14px;
  height: 12px;
}
#logiMain .articleText p.mb-0 {
  margin-bottom: 0;
}
#logiMain .articleText p b {
  font-weight: bold;
}
#logiMain .articleText p:last-of-type {
  margin-bottom: 0;
}
#logiMain .articleText p.articleInterviewHeading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.5;
  text-indent: -2em;
  padding-left: 2em;
  left: 2em;
}
#logiMain .articleText p.articleInterviewHeading:before {
  content: "――";
}
@media only screen and (max-width: 736px) {
  #logiMain .articleText p.articleInterviewHeading {
    font-size: 16px;
  }
}
#logiMain .articleText.small {
  font-size: 14px;
  line-height: 24px;
}
#logiMain .articleText.small p {
  font-size: 14px;
  margin-bottom: 10px;
}
#logiMain .articleText.small a {
  text-decoration: underline;
}
#logiMain .articleText.small a:hover {
  text-decoration: none;
}
#logiMain .articleText.small h4.default {
  font-weight: bold;
  margin-top: 22px;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  #logiMain .articleText {
    margin-bottom: 15px;
  }
  #logiMain .articleText p {
    font-size: 14px;
  }
  #logiMain .articleText p.text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #logiMain .articleText p.note {
    font-size: 12px;
  }
}
#logiMain .articleTable {
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%;
}
#logiMain .articleTable th, #logiMain .articleTable td {
  border: 1px solid #ccc;
  padding: 6px 10px 4px;
  vertical-align: top;
  word-break: break-all;
}
#logiMain .articleTable th {
  background: #f5f5f5;
  width: 120px;
}
#logiMain .articleTable a {
  color: #008cce;
  text-decoration: underline;
}
#logiMain .articleTable a:hover {
  text-decoration: none;
}
#logiMain .articleTable a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  background: url(../images/icon_blank.png) no-repeat;
  width: 14px;
  height: 12px;
}
@media only screen and (max-width: 736px) {
  #logiMain .articleTable {
    font-size: 14px;
  }
  #logiMain .articleTable th {
    width: 103px;
  }
}
#logiMain .detailBtnArea {
  text-align: center;
  margin: 30px 0 0;
}
#logiMain .detailBtnArea .logiBtn.contactLarge {
  border: none;
  width: 100%;
  max-width: 374px;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  background: #fd9321;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
#logiMain .detailBtnArea .logiBtn.contactLarge span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
#logiMain .detailBtnArea .logiBtn.contactLarge span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  background: url("../images/icon_arrow_white.png") no-repeat center;
  background-size: 8px auto;
}
#logiMain .detailBtnArea .logiBtn.movie {
  font-size: 14px;
  background: #fff url("../images/icon_movie.png") no-repeat 9px center;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 16px 12px 40px;
}
#logiMain .detailBtnArea .logiBtn:hover {
  opacity: .6;
}
@media only screen and (max-width: 736px) {
  #logiMain .detailBtnArea {
    margin: 20px 0 0;
  }
  #logiMain .detailBtnArea .logiBtn.contactLarge {
    padding: 20px 0;
  }
}
#logiMain .articleContact {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 42px;
  margin-top: -6px;
}
#logiMain .articleContact dt {
  clear: left;
  float: left;
  margin-right: .5em;
}
#logiMain .articleContact + dd {
  margin-left: 6.5em;
}
@media only screen and (max-width: 736px) {
  #logiMain .articleContact {
    font-size: 14px;
  }
}
#logiMain .articleAnchorLink {
  margin-bottom: 40px;
  margin-top: -15px;
}
#logiMain .articleAnchorLink li {
  border-bottom: 1px solid #ddd;
}
#logiMain .articleAnchorLink li a {
  display: block;
  color: #333;
  padding: 15px 0 15px 24px;
  position: relative;
}
#logiMain .articleAnchorLink li a b {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -2px;
}
#logiMain .articleAnchorLink li a .txt {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
#logiMain .articleAnchorLink li a:hover b {
  text-decoration: underline;
}
#logiMain .articleAnchorLink li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
  width: 14px;
  height: 14px;
  background: url("../images/icon_01.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 736px) {
  #logiMain .articleAnchorLink li a b {
    font-size: 16px;
  }
  #logiMain .articleAnchorLink li a .txt {
    font-size: 14px;
  }
}
#logiMain .tbl-company {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}
#logiMain .tbl-company th, #logiMain .tbl-company td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#logiMain .tbl-company th {
  background: #f7f7f7;
  font-weight: bold;
  padding: 28px 29px 26px 16px;
  vertical-align: top;
  width: 282px;
}
#logiMain .tbl-company td {
  padding: 18px 0 18px 24px;
}
#logiMain .tbl-company td b {
  font-weight: bold;
}
#logiMain .tbl-company td a {
  text-decoration: underline;
}
#logiMain .tbl-company td a:hover {
  text-decoration: none;
}
#logiMain .tbl-company .pull-left {
  float: left;
}
#logiMain .tbl-company .col-sm-6 {
  width: 50%;
  padding-left: 0;
  padding-right: 15px;
}
#logiMain .tbl-company .googlemap {
  padding-bottom: 27%;
  position: relative;
  height: 0;
  overflow: hidden;
}
#logiMain .tbl-company .googlemap iframe {
  position: absoluteactiveleft 0;
  top: 0;
  width: 100%;
  min-width: 300px;
}
@media only screen and (max-width: 736px) {
  #logiMain .tbl-company {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #logiMain .tbl-company th, #logiMain .tbl-company td {
    border: none;
    display: block;
    width: auto;
    margin: 0 -3vw;
    padding: 10px;
  }
  #logiMain .tbl-company .col-sm-6 {
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }
  #logiMain .tbl-company .googlemap {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 5px;
    padding-bottom: 55%;
  }
}
#logiMain .link_contact {
  text-align: right;
  margin-bottom: 40px;
}
#logiMain .link_contact a {
  color: #333;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-left: 12px;
}
#logiMain .link_contact a:hover {
  text-decoration: none;
}
#logiMain .link_contact a:before, #logiMain .link_contact a:visited: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;
}
#logiMain .articleColumns.articleColumns-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
}
#logiMain .articleColumns.articleColumns-about .col-8 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 8 + 24px * (8 - 1));
}
#logiMain .articleColumns.articleColumns-about .col-4 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 4 + 24px * (4 - 1));
}
@media only screen and (max-width: 736px) {
  #logiMain .articleColumns.articleColumns-about {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #logiMain .articleColumns.articleColumns-about [class^="col"] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #logiMain .articleColumns.articleColumns-about:not(.smallMargin) [class^="col"] + [class^="col"] {
    margin-top: 36px;
  }
}
#logiMain #security .listDisc {
  padding-left: 3rem;
  margin-bottom: 10px;
}
#logiMain #security .listDisc.bold {
  font-weight: bold;
}
#logiMain .sitepolicy .h_default {
  margin-top: 48px;
}
@media only screen and (max-width: 736px) {
  #logiMain .sitepolicy .h_default {
    margin-top: 24px;
  }
}
#logiMain .sitepolicy .otherDisc ul {
  padding-left: 3em;
}
#logiMain .sitepolicy .otherDisc ul li {
  list-style: square;
}
#logiMain .sitepolicy .listDisc {
  padding-left: 3em;
  margin-bottom: 1em;
}
#logiMain .sitepolicy .listDisc li {
  list-style: disc;
}
#logiMain .faqContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 45px;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer {
    margin-top: 30px;
  }
}
#logiMain .faqContainer .tab {
  margin-right: 5px;
  width: 236px;
  text-align: center;
  font-weight: bold;
}
#logiMain .faqContainer .tab:nth-of-type(1) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
#logiMain .faqContainer .tab:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#logiMain .faqContainer .tab:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer .tab:nth-of-type(3) {
    margin-right: 0;
  }
}
#logiMain .faqContainer .tab a {
  display: block;
  padding: 12px 5px 7px;
  height: 100%;
  border-radius: 4px 4px 0 0;
  border: 1px solid;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer .tab {
    margin-right: 4px;
    width: calc((100% - 8px) / 3);
  }
  #logiMain .faqContainer .tab a {
    padding-top: 7px;
    padding-bottom: 4px;
    font-size: 10px;
  }
}
#logiMain .faqContainer .tab:not(.on) a {
  border-color: #e0e0e0;
  background: #e0e0e0;
  color: #666;
}
#logiMain .faqContainer .tab.on a {
  border-color: #00a2ee;
  background: #00a2ee;
  color: #fff;
}
#logiMain .faqContainer .tab.on + .tabBody {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  height: auto;
}
#logiMain .faqContainer .tabBody {
  overflow: hidden;
  border-top: 5px solid #00a2ee;
  width: 0;
  height: 0;
}
#logiMain .faqContainer .tabBody .link {
  text-align: right;
}
#logiMain .faqContainer .tabBody .link a {
  color: #333;
  background: url("../images/icon_arrow_blue.png") no-repeat left center;
  background-size: 7px auto;
  position: relative;
  padding-left: 12px;
  display: inline-block;
  padding-left: 12px;
  text-decoration: underline;
}
#logiMain .faqContainer .tabBody .link a:hover {
  text-decoration: none;
}
#logiMain .faqContainer .listFaq {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}
#logiMain .faqContainer .listFaq .question > .question-inner {
  display: block;
  margin-top: -1px;
  padding: 16px 58px 14px 62px;
  border: 1px solid #c9cdd6;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
#logiMain .faqContainer .listFaq .question > .question-inner:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background: #a8a8a8;
  content: "Q";
}
#logiMain .faqContainer .listFaq .question > .question-inner:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 38px;
  height: 38px;
  background: #00a2ee url("../images/icon_selectbox.png") no-repeat center;
  background-size: 16px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer .listFaq .question > .question-inner {
    padding: 10px 36px 7px;
    line-height: 1.5;
    font-size: 16px;
  }
  #logiMain .faqContainer .listFaq .question > .question-inner:before {
    top: 9px;
    left: 7px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
  }
  #logiMain .faqContainer .listFaq .question > .question-inner:after {
    right: 7px;
    width: 22px;
    height: 22px;
    background-size: 12px auto;
  }
}
#logiMain .faqContainer .listFaq .question.on > .question-inner:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
#logiMain .faqContainer .listFaq .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
}
#logiMain .faqContainer .listFaq .answer .answerInner {
  position: relative;
  margin-top: 9px;
  padding: 18px 20px 44px 62px;
  font-size: 14px;
  line-height: 1.7142;
}
#logiMain .faqContainer .listFaq .answer .answerInner a {
  text-decoration: underline;
}
#logiMain .faqContainer .listFaq .answer .answerInner a:hover {
  text-decoration: none;
}
#logiMain .faqContainer .listFaq .answer .answerInner:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background: #00a2ee;
  content: "A";
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer .listFaq .answer .answerInner {
    padding: 9px 7px 19px 36px;
    margin-top: 0;
  }
  #logiMain .faqContainer .listFaq .answer .answerInner:before {
    top: 9px;
    left: 7px;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
  }
}
#logiMain .faqContainer .listFaq .answer .articleColumns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-right: -12px;
  margin-left: -12px;
  width: calc(100% + 24px);
}
#logiMain .faqContainer .listFaq .answer .articleColumns .col-6 {
  margin-right: 12px;
  margin-left: 12px;
  width: calc((100% - 24px * 12) / 12 * 6 + 24px * (6 - 1));
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer .listFaq .answer .articleColumns {
    margin: 19px -7px 0 -36px;
    width: calc(100% + 43px);
  }
  #logiMain .faqContainer .listFaq .answer .articleColumns .col-6 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #logiMain .faqContainer .listFaq .answer .articleColumns .col-6 + .col-6 {
    margin-top: 36px;
  }
}
#logiMain .faqContainer .listFaq .answer .articleColumns .image {
  margin-bottom: 10px;
}
#logiMain .faqContainer .listFaq .answer .articleColumns .image img {
  width: auto;
  max-width: 100%;
  border: 1px solid #e0e0e0;
}
#logiMain .faqContainer .listFaq .answer .articleColumns .title {
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  #logiMain .faqContainer .listFaq .answer .articleColumns {
    margin: 19px -7px 0 -36px;
    width: calc(100% + 43px);
  }
  #logiMain .faqContainer .listFaq .answer .articleColumns .image img {
    height: auto;
    border: 1px solid #e0e0e0;
  }
}
#logiMain .sitemap .listLink {
  font-size: 16px;
  font-weight: bold;
}
#logiMain .sitemap .listLink.listLink-textSmall {
  font-size: 14px;
  font-weight: normal;
}
#logiMain .sitemap .listLink a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  padding-left: 12px;
}
#logiMain .sitemap .listLink a:before {
  background: url("../images/icon_arrow_blue.png") no-repeat left center;
  background-size: 7px auto;
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
#logiMain .sitemap .listLink a:hover {
  text-decoration: underline;
}
#logiMain .sitemap .articleListLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  padding-top: 27px;
  width: 100%;
  border-top: 1px solid #eee;
}
#logiMain .sitemap .articleListLinks .sitemap_heading {
  width: 345px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  #logiMain .sitemap .articleListLinks {
    display: block;
    margin-top: 15px;
    padding-top: 0;
    border-top: 0;
  }
  #logiMain .sitemap .articleListLinks .sitemap_heading {
    width: calc(100% + 20px);
    font-size: 14px;
    padding: 8px 10px 7px;
    margin-right: -10px;
    margin-left: -10px;
    background: #f0f0f0;
  }
}
#logiMain .sitemap .articleListLinks > .listLink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  width: calc(100% - 365px);
}
#logiMain .sitemap .articleListLinks > .listLink .listLink-parallel {
  margin-top: 23px;
}
@media only screen and (max-width: 736px) {
  #logiMain .sitemap .articleListLinks > .listLink {
    margin-top: 18px;
    margin-left: 0;
    width: 100%;
  }
  #logiMain .sitemap .articleListLinks > .listLink .listLink-parallel {
    margin-top: 13px;
    padding-left: 10px;
  }
}
#logiMain .sitemap .articleListLinks > .listLink.separatorline > li:not(:first-of-type) {
  border-top: 1px solid #eee;
  margin-top: 24px;
  padding-top: 24px;
}
@media only screen and (max-width: 736px) {
  #logiMain .sitemap .articleListLinks > .listLink.separatorline > li:not(:first-of-type) {
    margin-top: 15px;
    padding-top: 15px;
  }
}
#logiMain .sitemap .articleListLinks .listLink-parallel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#logiMain .sitemap .articleListLinks .listLink-parallel li:nth-of-type(4n + 1) {
  width: 184px;
}
#logiMain .sitemap .articleListLinks .listLink-parallel li:not(:nth-of-type(4n + 1)) {
  padding-left: 20px;
  width: 204px;
}
#logiMain .sitemap .articleListLinks .listLink-parallel li:not(:nth-of-type(-n + 4)) {
  margin-top: 23px;
}
#logiMain .sitemap .articleListLinks .listLink-parallel li.linkMypage {
  width: auto;
  padding-left: 0;
}
@media only screen and (max-width: 736px) {
  #logiMain .sitemap .articleListLinks .listLink-parallel {
    display: block;
    margin-top: 18px;
    margin-left: 0;
    width: 100%;
  }
  #logiMain .sitemap .articleListLinks .listLink-parallel li:nth-of-type(4n + 1), #logiMain .sitemap .articleListLinks .listLink-parallel li:not(:nth-of-type(4n + 1)), #logiMain .sitemap .articleListLinks .listLink-parallel li:not(:nth-of-type(-n + 4)) {
    padding-left: 0;
    width: 100%;
  }
  #logiMain .sitemap .articleListLinks .listLink-parallel li:not(:first-child) {
    margin-top: 10px;
  }
}
