
@charset "UTF-8";
#loginMenu {
  margin: 0;
}

.oldIE {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  z-index: 50001;
}

.oldIE .logiInner {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #f7dc81;
  background: #fbfbe7;
  text-align: center;
}

.oldIE p {
  margin-bottom: 0;
  line-height: 1.2;
}

.oldIE .link {
  margin-top: 10px;
}

.oldIE .link a,
.oldIE .link a:visited {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  color: #333;
  transition: color .2s ease;
}

.oldIE .link a:focus, .oldIE .link a:hover,
.oldIE .link a:visited:focus,
.oldIE .link a:visited:hover {
  text-decoration: underline;
}

.oldIE .link img {
  height: 12px;
  width: 7px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .oldIE .link img {
    height: 12.5px;
    width: 8px;
  }
}

.oldIE ~ .logiGlobalHeader {
  top: 86px;
}

.oldIE ~ .logiGlobalHeader .logiGlobalNav-user > li {
  float: right;
}

.oldIE ~ .logiGlobalHeader .logiGlobalNav-main > li {
  float: left;
}

.oldIE ~ .logiGlobalHeader-after {
  padding-top: 238px;
}

.logiGlobalHeader {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  font-size: 14px;
  z-index: 50000;
}

.logiGlobalHeader ul, .logiGlobalHeader li {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 735px) {
  .logiGlobalHeader a {
    transition: color .2s ease, background-color .2s ease;
  }
  .logiGlobalHeader a img {
    transition: opacity .2s ease;
  }
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.logiGlobalHeader-utility {
  padding: 3px 0;
  background: #049de4;
  color: #fff;
  font-size: 12px;
}

.logiGlobalHeader-utility a,
.logiGlobalHeader-utility a:visited {
  color: #fff;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader-utility {
    width: 100%;
    padding: 5px 5px 5px 10px;
    -ms-flex-order: 2;
        order: 2;
    font-size: 11px;
  }
  .logiGlobalHeader-utility .logiInner {
    padding: 0;
  }
}

.logiGlobalHeader-main {
  border-bottom: 1px solid #e1e3e6;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader-main {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    border-bottom: none;
  }
  .logiGlobalHeader-main .logiInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 0;
  }
}

.logiGlobalNav-user {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.logiGlobalNav-user:before, .logiGlobalNav-user:after {
  content: " ";
  display: table;
}

.logiGlobalNav-user:after {
  clear: both;
}

.logiGlobalNav-user > .logiGlobalNav-user-longText {
  position: relative;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-user > .logiGlobalNav-user-longText {
    -ms-flex: 3;
        flex: 3;
  }
}

.logiGlobalHeader.guest .logiGlobalNav-user > li {
  position: relative;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .userName {
    padding: 10px;
    background: #049de4;
    color: #fff;
  }
}

.logiGlobalHeader .userName .userName-suffix {
  margin-left: 0.5em;
}

.logiGlobalHeader .admin {
  position: relative;
  margin-left: 26px;
  padding-left: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(/resources/public/img_v2/icon_geer.png) no-repeat 0 50%;
}

.logiGlobalHeader .admin:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #aaddf5;
}

.logiGlobalHeader .admin:hover {
  text-decoration: underline;
}

.logiGlobalHeader .saveResult {
  position: relative;
  margin-left: 26px;
  padding-left: 28px;
  padding-bottom: 2px;
  padding-top: 2px;
  background: url(/resources/public/img_v2/icon_folder.png) no-repeat 0 50%;
  background-size: 19px 16px;
}

.logiGlobalHeader .saveResult:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #aaddf5;
}

.logiGlobalHeader .saveResult:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .saveResult {
    margin-left: 0;
    margin-right: 1.1vw;
    padding-left: 20px;
    background-position: 0 50%;
    background-size: 14px auto;
  }
  .logiGlobalHeader .saveResult:before {
    content: none;
  }
}

.logiGlobalNav-user .favorite {
  display: block;
  height: 30px;
  margin: 0 14px 0 20px;
  padding: 0 3px 0 34px;
  background: #016898 url(/resources/public/img_v2/icon_favorite.png) no-repeat 11px 50%;
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-user .favorite {
    height: 26px;
    margin: 0 6px 0 0;
    padding: 0 3px 0 22px;
    background-size: 12px auto;
    background-position: 7px 50%;
    line-height: 26px;
    white-space: nowrap;
  }
}

.logiGlobalNav-user .favorite .favorite-num {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
  margin-left: 5px;
  padding: 3px 0;
  background: #049de4;
  border-radius: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.logiGlobalNav-user .favorite .favorite-num:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 1.5em;
  border-bottom: 2px solid transparent;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  transition: border .2s ease;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-user .favorite .favorite-num {
    width: 25px;
    height: 18px;
    font-size: 10px;
    line-height: 12px;
  }
  .logiGlobalNav-user .favorite .favorite-num:before {
    content: none;
  }
}

.logiGlobalNav-user .favorite:hover {
  background-color: #004b6e;
  color: #fff;
}

.logiGlobalNav-user .favorite:hover .favorite-num:before {
  border-bottom-color: #69b9eb;
}

.logiGlobalHeader .btn {
  box-shadow: none;
  border: none;
  width: 120px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .btn {
    min-width: 75px;
    width: auto;
    height: 26px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}

.logiGlobalHeader .btn-mypage,
.logiGlobalHeader .btn-mypage:visited,
.logiGlobalHeader .btn-register,
.logiGlobalHeader .btn-register:visited {
  background: #fff;
  color: #008ecf;
}

.logiGlobalHeader .btn-mypage:hover,
.logiGlobalHeader .btn-mypage:visited:hover,
.logiGlobalHeader .btn-register:hover,
.logiGlobalHeader .btn-register:visited:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #008ecf;
}

.logiGlobalHeader .btn-logout,
.logiGlobalHeader .btn-login {
  margin-left: 3px;
  background: #016898;
  color: #fff;
}

.logiGlobalHeader .btn-logout:hover,
.logiGlobalHeader .btn-login:hover {
  background: #004b6e;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .btn-logout,
  .logiGlobalHeader .btn-login {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.logiGlobalHeader .btn-admin {
  padding-left: 28px;
  padding-right: 14px;
  background: #fff url(/resources/public/img_v2/icon_geer_blue.png) no-repeat 10px 50%;
  background-size: 12px;
  border: 1px solid #c9cdd6;
}

.logiGlobalHeader .logo {
  float: left;
  padding: 25px 0;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    padding: 0;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.logiGlobalHeader .logo .logo-logi {
  float: left;
  display: block;
  width: 194px;
  height: 37px;
  margin-right: 14px;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .logo .logo-logi {
    width: 120px;
    height: auto;
    margin-right: 10px;
  }
}

.logiGlobalHeader .logo .logo-premium {
  float: left;
  display: block;
  width: 105px;
  height: auto;
  margin-top: 12px;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader .logo .logo-premium {
    width: 60px;
    margin: 8px auto 0 auto;
  }
}

@media print {
  html {
    min-width: 0 !important;
  }
  .logiGlobalHeader {
    position: absolute;
  }
  .logiInner,
  .logiSliderWrapper {
    width: 100% !important;
    min-width: 200mm !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .logiGlobalNav,
  #modalAlert,
  #modalConfirm,
  .zoomContainer {
    display: none;
  }
  .detailGallery {
    width: 538px !important;
  }
}

.logiGlobalNav {
  float: right;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    float: none;
    width: 100vw;
    height: 100vh;
    z-index: 50001;
  }
  .logiGlobalNav .logiGlobalNav-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .logiGlobalNav:after {
    position: absolute;
    top: 10px;
    left: 18px;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    background: url(/resources/public/img_v2/icon_close.png) no-repeat 0 0;
    background-size: 19px auto;
  }
  .logiGlobalNav .logiGlobalNav-inner {
    position: absolute;
    right: -100vw;
    width: calc(100vw - 54px);
    height: 100vh;
    background: #f3f3f3;
  }
  .logiGlobalNav.open {
    display: block;
  }
}

.logiGlobalNav-main {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main {
    display: block;
    background: #fff;
  }
}

.logiGlobalNav-main > li {
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main > li {
    display: block;
    padding: 0;
    font-weight: normal;
  }
}

.logiGlobalNav-main > li > a,
.logiGlobalNav-main > li > a:visited {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 24px;
  padding-right: 21px;
  color: #595959;
  white-space: nowrap;
}

.logiGlobalNav-main > li > a:before,
.logiGlobalNav-main > li > a:visited:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background: #e1e3e6;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main > li > a,
  .logiGlobalNav-main > li > a:visited {
    padding: 10px;
    border-top: 1px solid #ececec;
    background: url(/resources/public/img_v2/icon_arrow_blue.png) no-repeat top 50% right 10px;
    background-size: auto 12px;
    color: #333;
  }
  .logiGlobalNav-main > li > a:before,
  .logiGlobalNav-main > li > a:visited:before {
    content: none;
  }
}

@media screen and (min-width: 735px) {
  .logiGlobalNav-main > li > a:hover,
  .logiGlobalNav-main > li > a:visited:hover {
    color: #008cce;
  }
  .logiGlobalNav-main > li > a:hover > span:before,
  .logiGlobalNav-main > li > a:visited:hover > span:before {
    width: 100%;
  }
}

.logiGlobalNav-main > li.logiGlobalNav-search > a:before {
  content: none;
}

.logiGlobalNav-main > li > a > span {
  position: relative;
  display: block;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.logiGlobalNav-main > li > a > span:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  background: #00a2ee;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main > li > a > span {
    background: none;
  }
  .logiGlobalNav-main > li > a > span:before {
    content: none;
  }
}

.logiGlobalNav-main > li:first-child > a:before {
  content: none;
}

.logiGlobalNav-main > li.active > a {
  color: #008cce;
}

.logiGlobalNav-main > li.active > a > span:before {
  width: 100%;
}

.logiGlobalNav-main .viewPc {
  display: none;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main .viewPc {
    display: inline;
    margin-left: 10px;
    padding: 3px 3px 3px 22px;
    border: 1px solid #a5aebd;
    background: url(/resources/public/img_v2/icon_pc.png) no-repeat 4px 50%;
    background-size: auto 13px;
    border-radius: 3px;
    font-size: 10px;
    color: #a5aebd;
  }
}

@media screen and (min-width: 735px), print {
  .logiGlobalNav-search > a > span {
    padding-left: 34px;
    background-image: url(/resources/public/img_v2/icon_warehouse.png);
  }
  .logiGlobalNav-search > a:hover > span,
  .logiGlobalNav-search.active > a > span {
    background-image: url(/resources/public/img_v2/icon_warehouse_active.png);
  }
  .logiGlobalNav-report > a > span {
    padding-left: 30px;
    background-image: url(/resources/public/img_v2/icon_report.png);
  }
  .logiGlobalNav-report > a:hover > span,
  .logiGlobalNav-report.active > a > span {
    background-image: url(/resources/public/img_v2/icon_report_active.png);
  }
  .logiGlobalNav-root > a > span {
    padding-left: 24px;
    background-image: url(/resources/public/img_v2/icon_map.png);
  }
  .logiGlobalNav-root > a:hover > span,
  .logiGlobalNav-root.active > a > span {
    background-image: url(/resources/public/img_v2/icon_map_active.png);
  }
  .logiGlobalNav-diagnosis > a > span {
    padding-left: 24px;
    background-image: url(/resources/public/img_v2/icon_memo.png);
  }
  .logiGlobalNav-diagnosis > a:hover > span,
  .logiGlobalNav-diagnosis.active > a > span {
    background-image: url(/resources/public/img_v2/icon_memo_active.png);
  }
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main > li.logiGlobalNav-search > a {
    display: block;
    background: #e8e8e8;
    font-weight: bold;
    color: #333;
  }
  .logiGlobalNav-main > li.logiGlobalNav-search > a:hover {
    color: #333;
  }
}

ul.logiGlobalNav-child {
  display: none;
}

@media screen and (max-width: 736px) {
  ul.logiGlobalNav-child {
    list-style: none;
    display: block;
  }
  ul.logiGlobalNav-child > li > a {
    display: block;
    padding: 10px 10px 10px 25px;
    border-top: 1px solid #ececec;
    background: url(/resources/public/img_v2/icon_arrow_blue.png) no-repeat top 50% right 10px;
    background-size: auto 12px;
    color: #333;
  }
  ul.logiGlobalNav-child > li:first-child > a {
    border-top: none;
  }
}

.logiGlobalNav-main .logiGlobalNav-contact {
  height: 88px;
  padding: 0;
  text-align: center;
}

.logiGlobalNav-main .logiGlobalNav-contact > a,
.logiGlobalNav-main .logiGlobalNav-contact > a:visited {
  position: relative;
  display: block;
  width: 120px;
  margin-left: 1px;
  padding: 59px 0 0 0;
  background: #f9f8ef 50% 13px no-repeat;
  font-size: 12px;
  color: #000;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main .logiGlobalNav-contact > a,
  .logiGlobalNav-main .logiGlobalNav-contact > a:visited {
    width: auto;
    background-color: #fff;
  }
}

.logiGlobalNav-main .logiGlobalNav-contact > a:before,
.logiGlobalNav-main .logiGlobalNav-contact > a:visited:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px !important;
  display: block;
  width: 1px !important;
  height: 100% !important;
  background: #ddd8d2 !important;
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main .logiGlobalNav-contact > a:before,
  .logiGlobalNav-main .logiGlobalNav-contact > a:visited:before {
    background: #e4eefe !important;
  }
}

.logiGlobalNav-main .logiGlobalNav-contact > a:hover,
.logiGlobalNav-main .logiGlobalNav-contact > a:visited:hover {
  background-color: #fd9321;
  color: #fff !important;
}

.logiGlobalNav-main .logiGlobalNav-contact > a > span:before {
  content: none !important;
}

.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-mail {
  position: relative;
  margin-left: 30px;
}

.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-mail > a,
.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-mail > a:visited {
  display: block;
  background-image: url(/resources/public/img_v2/icon_contact_mail.png);
  background-position: 50% 25px;
  background-size: 27px auto;
}

.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-mail > a:hover,
.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-mail > a:visited:hover {
  background-image: url(/resources/public/img_v2/icon_contact_mail_active.png);
}

.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-tel > a {
  padding-left: 0;
  padding-right: 0;
  background-image: url(/resources/public/img_v2/icon_contact_tel.png);
}

.logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-tel > a:hover {
  background-image: url(/resources/public/img_v2/icon_contact_tel_active.png);
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main .logiGlobalNav-contact.logiGlobalNav-contact-tel > a {
    background-position: 50% 8px;
    background-size: 24px auto;
  }
}

.logiGlobalNav-main .logiGlobalNav-contact:last-child > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd8d2;
}

@media screen and (max-width: 736px) {
  .logiGlobalNav-main .logiGlobalNav-contact:last-child > a:after {
    background: #e4eefe !important;
  }
}

.logiGlobalNav-contact-sp {
  display: -ms-flexbox;
  display: flex;
}

.logiGlobalNav-contact-sp > ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.logiGlobalNav-contact-sp > ul > li > a,
.logiGlobalNav-contact-sp .btn-menu {
  white-space: nowrap;
  width: 55px;
  padding: 35px 2px 2px 2px;
  color: #656565;
  font-size: 10px;
  cursor: pointer;
}

.logiGlobalNav-contact-sp .btn-menu {
  display: block;
  border: none;
  background: #fff url(/resources/public/img_v2/icon_menu.png) no-repeat 50% 12px;
  background-size: 25px auto;
}

.logiGlobalNav-contact-sp li.logiGlobalNav-contact-mail {
  position: relative;
  border-left: 1px solid #e4eefe;
  border-right: 1px solid #e4eefe;
  text-align: center;
}

.logiGlobalNav-contact-sp li.logiGlobalNav-contact-mail > a {
  display: block;
  padding-top: 28px;
  background: url(/resources/public/img_v2/icon_contact_mail.png) no-repeat 50% 10px;
  background-size: 20px auto;
  line-height: 1.2;
}

/* guest */
.logiGlobalHeader.guest .logo {
  padding: 15px 0;
}

.logiGlobalHeader.guest .logiGlobalNav-main .logiGlobalNav-search {
  padding: 0;
}

.logiGlobalHeader.guest .logiGlobalNav-main .logiGlobalNav-contact {
  height: 68px;
}

.logiGlobalHeader.guest .logiGlobalNav-main .logiGlobalNav-contact > a {
  width: 200px;
  padding: 25px 0 0 55px;
  background-position: 16px 50%;
  font-size: 14px;
  text-align: left;
}

.logiGlobalHeader.guest .logiGlobalNav-main .logiGlobalNav-contact-mail {
  margin-left: 12px;
}

.logiGlobalHeader.guest .logiGlobalNav-main .logiGlobalNav-contact-tel > a {
  padding: 25px 0 0 60px;
}

.logiGlobalHeader-after {
  padding-top: 124px;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader-after {
    padding-top: 90px;
  }
}

.logiGlobalHeader.guest + .logiGlobalHeader-after {
  padding-top: 104px;
}

@media screen and (max-width: 736px) {
  .logiGlobalHeader.guest + .logiGlobalHeader-after {
    padding-top: 90px;
  }
}

.logiGlobalNav-foot {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ececec;
  text-align: right;
}

.logiGlobalNav-foot .btn {
  margin-left: 7px;
}

.guestBalloon {
  position: absolute;
  top: 45px;
  display: block;
  max-width: 220px;
  width: 220px;
  margin-left: -100px;
  padding: 10px;
  border: 1px solid #d4d3d3;
  font-size: 12px;
  background: #fff;
  color: #333;
  z-index: 1;
}

.guestBalloon:before {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 75%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d4d3d3;
  border-left: 1px solid #d4d3d3;
  background: #fff;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.guestBalloon-title {
  font-weight: bold;
}

.guestBalloon-close {
  position: relative;
  width: 5.7em;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 #ccc;
  color: #333 !important;
  padding: 4px 0 5px 24px;
  transition: opacity .2s ease;
  cursor: pointer;
}

.guestBalloon-close:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.guestBalloon-close:before, .guestBalloon-close:after {
  position: absolute;
  top: 11px;
  left: 6px;
  display: block;
  content: "";
  background: #555;
  width: 13px;
  height: 2px;
}

.guestBalloon-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.guestBalloon-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#page-top {
  margin-bottom: 0;
}

#page-top a {
  position: relative;
  width: 80px;
  padding: 30px 0 10px;
  background: #666;
  font-size: 10px;
}

#page-top a:before {
  position: absolute;
  top: 3px;
  left: 40%;
  display: block;
  content: "";
  width: 16px;
  height: 24px;
  background: url(/resources/public/img_v2/icon_arrow_white.png) no-repeat 0 0;
  -webkit-transform: rotate(-90deg) scale3d(0.9, 1, 1);
          transform: rotate(-90deg) scale3d(0.9, 1, 1);
}

@media screen and (max-width: 736px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

.footerVerisign {
  width: 1200px;
  font-size: 12px;
  margin: 0 auto 20px;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .footerVerisign {
    width: auto;
  }
}

.footerVerisign > div {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .footerVerisign > div {
    margin-right: 15px;
  }
}

.footerVerisign p {
  margin: 0;
}

.logiGlobalFooter {
  padding: 14px 0;
  background: #102540;
  color: #8baad2;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .logiGlobalFooter {
    font-size: 12px;
  }
}

.logiGlobalFooter a,
.logiGlobalFooter a:visited {
  color: #8baad2;
}

.logiGlobalFooter a:hover,
.logiGlobalFooter a:visited:hover {
  color: #fff;
}

.logiGlobalFooter ul, .logiGlobalFooter li {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 735px) {
  .logiGlobalFooter a {
    transition: color .2s ease;
  }
  .logiGlobalFooter a img {
    transition: opacity .2s ease;
  }
}

.logiGlobalFooter .logiGlobalFooter-nav {
  padding: 0;
  text-align: center;
}

.logiGlobalFooter .logiGlobalFooter-nav > li {
  display: inline;
  list-style: none;
  margin-left: 1em;
}

.logiGlobalFooter .logiGlobalFooter-nav > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 736px) {
  .logiGlobalFooter .logiGlobalFooter-nav > li {
    margin-left: 2.5em;
  }
}

.logiGlobalFooter .logiGlobalFooter-nav-secondary {
  margin-top: 14px;
  padding-top: 1em;
  border-top: 1px solid rgba(216, 216, 216, 0.15);
}

@media screen and (max-width: 736px) {
  .logiGlobalFooter .logiGlobalFooter-nav-secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
    font-size: 12px;
    text-align: left;
  }
  .logiGlobalFooter .logiGlobalFooter-nav-secondary > li {
    width: 50%;
    margin-left: 0;
    margin-top: 1.7em;
    padding-left: 10px;
  }
}

.logiGlobalFooter .copyright {
  padding: 2em 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .logiGlobalFooter .copyright {
    font-size: 10px;
  }
}

.logiInner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.logiInner:before, .logiInner:after {
  content: " ";
  display: table;
}

.logiInner:after {
  clear: both;
}

@media screen and (max-width: 736px) {
  .logiInner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#logiMain {
  word-break: break-all;
  margin-bottom: 55px;
}

@media screen and (max-width: 736px) {
  #logiMain {
    margin-bottom: 45px;
  }
}

#logiMain .logiInner.grid {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 736px) {
  #logiMain .logiInner.grid {
    display: block;
    margin-bottom: 30px;
  }
}

#logiMain .logiInner.grid .main {
  -ms-flex: 1;
      flex: 1;
  line-height: 1.75;
}

@media screen and (max-width: 736px) {
  #logiMain .logiInner.grid .main {
    margin-bottom: 30px;
  }
}

#logiMain .logiInner.grid .aside {
  width: 282px;
}

@media screen and (max-width: 736px) {
  #logiMain .logiInner.grid .aside {
    width: auto;
  }
}

#pad-wrapper {
  padding-bottom: 30px;
}

#logiMain #list,
#logiMain #block {
  display: none;
}

#logiMain #list-disp:empty {
  min-height: 500px;
}

#logiMain .logiBtn {
  display: inline-block;
  padding: 8px 12px 10px 12px;
  background: #fff;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 #c9cdd6;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity .2s ease;
}

#logiMain .logiBtn[disabled] {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  cursor: default;
}

#logiMain .logiBtn:focus, #logiMain .logiBtn:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .logiBtn.diff {
  padding-left: 38px;
  background: #fff url(/resources/public/img_v2/icon_diff.png) no-repeat 8px 50%;
}

#logiMain .logiBtn.save {
  padding-left: 38px;
  background: #fff url(/resources/public/img_v2/icon_save.png) no-repeat 8px 50%;
}

@media screen and (max-width: 736px) {
  #logiMain .logiBtn.save {
    padding-right: 3px;
    padding-left: 23px;
    background-size: 15px auto;
  }
}

#logiMain .logiBtn.logiBtn-blue {
  background: #00a2ee;
  border-color: #00a2ee;
  box-shadow: inset 0 -2px 0 #007eb9;
  color: #fff;
}

#logiMain .logiBtn.search {
  height: 52px;
  padding-bottom: 12px;
  border: none;
  background: #00a2ee;
  box-shadow: inset 0 -4px 0 #007eb9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #logiMain .logiBtn.search {
    font-size: 16px;
  }
}

#logiMain .logiBtn.search span {
  display: inline-block;
}

#logiMain .logiBtn.search span:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.1em;
  font-weight: normal;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  color: #fff;
}

#logiMain .logiBtn.contact {
  position: relative;
  padding-left: 40px;
  padding-bottom: 11px;
  border: none;
  background: #fd9321;
  box-shadow: inset 0 -3px 0 #ab5e0b;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  #logiMain .logiBtn.contact {
    padding-left: 33px;
    padding-right: 0px;
  }
}

#logiMain .logiBtn.contact:before {
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/resources/public/img_v2/news_contact/icon_02.png) no-repeat 0 0;
  background-size: auto 15px;
  height: 15px;
  width: 20px;
}

@media screen and (max-width: 736px) {
  #logiMain .logiBtn.contact:before {
    background-size: 22.5px 17px;
    height: 17px;
    width: 22.5px;
  }
}

#logiMain .logiBtn.toggle {
  position: relative;
  padding: 10px 12px 8px 26px;
  box-shadow: none;
}

@media screen and (max-width: 736px) {
  #logiMain .logiBtn.toggle {
    border: none;
    padding-right: 0;
  }
}

#logiMain .logiBtn.toggle:before, #logiMain .logiBtn.toggle:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#logiMain .logiBtn.toggle:before {
  width: 12px;
  left: 7px;
  border-top: 2px solid #00a2ee;
}

#logiMain .logiBtn.toggle:after {
  height: 12px;
  left: 12px;
  border-left: 2px solid #00a2ee;
}

#logiMain .logiBtn.toggle.on:after {
  display: none;
}

#logiMain .logiBtn.pdf {
  padding-right: 37px;
  background: url(/resources/public/img_v2/icon_pdf.png) no-repeat right 10px top 7px;
}

#logiMain .logiSelect {
  position: relative;
  display: inline-block;
  height: 32px;
  background: #fff;
  border-radius: 3px;
}

#logiMain .logiSelect:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: #00a2ee url(/resources/public/img_v2/icon_selectbox.png) 50% 50% no-repeat;
  background-size: 12px 7px;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
}

#logiMain .logiSelect select {
  padding: 0 44px 0 12px;
  height: 32px;
  background: transparent;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  color: #333;
  line-height: 32px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#logiMain .logiSelect select::-ms-expand {
  display: none;
}

@media screen and (max-width: 736px) {
  #logiMain .logiSelect select {
    padding: 0 32px 0 6px;
    font-size: 16px;
  }
}

#logiMain .logiCheckbox,
#logiMain .logiRadio {
  position: relative;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
}

#logiMain .logiCheckbox > input,
#logiMain .logiRadio > input {
  position: absolute;
  top: -40px;
}

#logiMain .logiCheckbox > input ~ span,
#logiMain .logiRadio > input ~ span {
  display: inline-block;
  padding-left: 25px;
  text-indent: -25px;
}

#logiMain .logiCheckbox > input ~ span:before,
#logiMain .logiRadio > input ~ span:before {
  background-image: url(/resources/public/img_v2/icon_checkbox.png);
  background-position: 0 0;
  background-size: 20px 40px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 7px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  #logiMain .logiCheckbox > input ~ span:before,
  #logiMain .logiRadio > input ~ span:before {
    background-image: url(/resources/public/img_v2/icon_checkbox_sp.png);
    background-size: 22px 44px;
    height: 22px;
    width: 22px;
  }
}

#logiMain .logiCheckbox > input:checked ~ span:before,
#logiMain .logiRadio > input:checked ~ span:before {
  background-position: 0 100%;
}

@media screen and (max-width: 736px) {
  #logiMain .logiCheckbox,
  #logiMain .logiRadio {
    font-size: 16px;
  }
}

#logiMain .logiRadio > input ~ span:before {
  background-image: url(/resources/public/img_v2/icon_radio.png);
}

#logiMain .logiText {
  padding: 0 7px;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  height: 36px;
  line-height: 32px;
  font-size: 12px;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}

#logiMain .logiText:placeholder-shown {
  color: #a9a9a9;
}

#logiMain .logiText::-webkit-input-placeholder {
  color: #a9a9a9;
}

#logiMain .logiText::-moz-placeholder {
  color: #a9a9a9;
}

#logiMain .logiText:-ms-input-placeholder {
  color: #a9a9a9;
}

@media screen and (max-width: 736px) {
  #logiMain .logiText {
    font-size: 16px;
  }
}

.logiText-wrap {
  margin: 10px 0 0 0;
}

.guestAlert {
  position: relative;
  min-height: 44px;
  margin-bottom: 15px;
  padding: 0.5em 40px 0.5em 1em;
  border: 2px solid #00a2ee;
  font-size: 10px;
}

.guestAlert:before, .guestAlert:after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
}

.guestAlert:before {
  top: -12px;
  right: 43px;
  border-bottom: 12px solid #00a2ee;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.guestAlert:after {
  top: -9px;
  right: 45px;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.guestAlert .guestAlert-close {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #666 url(/resources/public/img_v2/icon_close.png) no-repeat 50% 50%;
  background-size: 7px auto;
  text-indent: -100px;
  border-radius: 20px;
  cursor: pointer;
}

#logiMain .resultListPagination {
  float: right;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 736px) {
  #logiMain .resultListPagination {
    float: none;
    border-top: 0;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

#logiMain .resultListPagination li {
  list-style: none;
}

#logiMain .resultListPagination li:not(:last-child) {
  margin-right: 2px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultListPagination li:not(:last-child) {
    margin-right: 5px;
  }
}

#logiMain .resultListPagination li a,
#logiMain .resultListPagination li span {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333 !important;
  display: table-cell;
  height: 32px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  width: 32px;
  transition: opacity .2s ease;
}

#logiMain .resultListPagination li a:focus, #logiMain .resultListPagination li a:hover,
#logiMain .resultListPagination li span:focus,
#logiMain .resultListPagination li span:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .resultListPagination li.prevAll a,
#logiMain .resultListPagination li.prev a,
#logiMain .resultListPagination li.nextAll a,
#logiMain .resultListPagination li.next a {
  overflow: hidden;
  position: relative;
  display: block;
  text-indent: -999px;
}

#logiMain .resultListPagination li.prevAll a:before,
#logiMain .resultListPagination li.prev a:before,
#logiMain .resultListPagination li.nextAll a:before,
#logiMain .resultListPagination li.next a:before {
  background: url(/resources/public/img_v2/icon_pagination.png) no-repeat 0 0;
  background-size: 12px auto;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 12px;
}

#logiMain .resultListPagination li.next a:before,
#logiMain .resultListPagination li.prev a:before {
  background-position: 0 -11px;
  width: 6px;
}

#logiMain .resultListPagination li.prevAll a,
#logiMain .resultListPagination li.prev a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#logiMain .resultListPagination li.selected a,
#logiMain .resultListPagination li.selected span {
  background-color: #7a7a7a;
  border: 0;
  color: #fff !important;
  cursor: default;
}

#logiMain .resultHeader {
  font-size: 14px;
}

#logiMain .resultHeader .btnArea {
  position: relative;
}

#logiMain .resultHeader .btnArea .logiBtn {
  float: right;
  margin-left: 5px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultHeader .resultTotal {
    float: left;
    padding-bottom: 10px;
  }
}

#logiMain .resultHeader .resultHeader-bottom {
  margin: 15px 0 2px 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #c9cdd6;
}

#logiMain .resultHeader .resultHeader-bottom:before, #logiMain .resultHeader .resultHeader-bottom:after {
  content: " ";
  display: table;
}

#logiMain .resultHeader .resultHeader-bottom:after {
  clear: both;
}

@media screen and (max-width: 736px) {
  #logiMain .resultHeader .resultHeader-bottom {
    margin-top: 0;
    padding-bottom: none;
    border: none;
  }
}

#logiMain .resultHeader .resultHeader-bottom .logiBtn.contact {
  float: left;
}

#logiMain .resultHeader .resultHeader-bottom .logiSelect {
  float: right;
  margin-right: 10px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultHeader .resultHeader-bottom .logiSelect {
    float: left;
    margin-left: 10px;
    margin-right: 0;
  }
}

#logiMain .resultHeader .resultHeader-bottom .btnAreaFixed .logiBtn {
  -ms-flex: 1;
      flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultHeader .resultHeader-bottom .btnAreaFixed .logiBtn {
    -ms-flex: auto;
        flex: auto;
    height: auto !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #logiMain .resultHeader .resultHeader-bottom .btnAreaFixed .logiBtn.search {
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
  }
}

#logiMain .resultFooter {
  margin-top: 10px;
  font-size: 14px;
}

#logiMain .resultFooter .searchSelect {
  float: right;
  margin-right: 10px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultFooter .btnAreaFixed .logiBtn {
    -ms-flex: auto;
        flex: auto;
    height: auto !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  #logiMain .resultFooter .btnAreaFixed .logiBtn.search {
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
  }
}

#logiMain .resultFooter .resultFooter-bottom {
  clear: both;
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 736px) {
  #logiMain .resultFooter .resultFooter-bottom {
    margin-top: 10px;
  }
}

.resultHeader .btnAreaFixed,
.resultFooter .btnAreaFixed {
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.resultHeader .btnAreaFixed .logiBtn,
.resultFooter .btnAreaFixed .logiBtn {
  -ms-flex: 1;
      flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}

.resultTotal {
  margin-top: 4px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .resultTotal {
    margin-top: 0;
    font-size: 10px;
  }
}

.resultTotal .num {
  font-size: 20px;
  color: #00a2ee;
}

@media screen and (max-width: 736px) {
  .resultTotal .num {
    font-size: 14px;
  }
}

#logiMain .resultChangeLayout {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  font-size: 12px;
}

#logiMain .resultChangeLayout li {
  position: relative;
  display: inline-block;
}

#logiMain .resultChangeLayout a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 25px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

#logiMain .resultChangeLayout a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#logiMain .resultChangeLayout .on a {
  color: #00a2ee;
  border-bottom: 2px solid #00a2ee;
}

#logiMain .resultChangeLayout .on a:before {
  background-position: 0 100%;
}

#logiMain .resultChangeLayout .list a:before {
  height: 10px;
  background-image: url(/resources/public/img_v2/icon_list.png);
}

#logiMain .resultChangeLayout .tile {
  margin-left: 5px;
  padding-left: 10px;
}

#logiMain .resultChangeLayout .tile a:before {
  height: 14px;
  background-image: url(/resources/public/img_v2/icon_tile.png);
}

#logiMain .resultChangeLayout .tile a:after {
  position: absolute;
  top: calc( 50% - 7px);
  left: -10px;
  display: block;
  height: 14px;
  content: "";
  border-left: 2px solid #e4e4e4;
}

.favoriteBalloon,
.saveBalloon {
  position: absolute;
  top: 45px;
  display: inline-block;
  max-width: 300px;
  margin-left: -60px;
  padding: 10px;
  border: 1px solid #d4d3d3;
  font-size: 12px;
  background: #fff;
  color: #333;
  z-index: 1;
}

.favoriteBalloon:before,
.saveBalloon:before {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d4d3d3;
  border-left: 1px solid #d4d3d3;
  background: #fff;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.favoriteBalloon-title,
.saveBalloon-title {
  font-weight: bold;
}

.favoriteBalloon-close,
.saveBalloon-close {
  position: relative;
  width: 5.7em;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 #ccc;
  color: #333 !important;
  padding: 4px 0 5px 24px;
  transition: opacity .2s ease;
  cursor: pointer;
}

.favoriteBalloon-close:hover,
.saveBalloon-close:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.favoriteBalloon-close:before, .favoriteBalloon-close:after,
.saveBalloon-close:before,
.saveBalloon-close:after {
  position: absolute;
  top: 11px;
  left: 6px;
  display: block;
  content: "";
  background: #555;
  width: 13px;
  height: 2px;
}

.favoriteBalloon-close:before,
.saveBalloon-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.favoriteBalloon-close:after,
.saveBalloon-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.saveBalloon {
  left: 50%;
  top: 35px;
  margin-left: -130px;
  width: 280px;
}

.resultBalloon {
  position: relative;
  display: inline-block;
  padding: 0 14px 0 7px;
  border: 1px solid #d4d3d3;
  font-size: 12px;
  line-height: 32px;
}

.resultBalloon:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d4d3d3;
  border-left: 1px solid #d4d3d3;
  background: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.resultBalloon.description {
  display: block;
  margin: 0 0 10px 0;
  background: #f3f3f3;
}

.resultBalloon.description:before {
  left: 7px;
  background: #f3f3f3;
}

.resultBalloon.save {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: none;
  background: #fff;
}

.resultBalloon.save:before {
  left: 40%;
  background: #fff;
}

@media screen and (max-width: 736px) {
  .resultBalloon.save {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
  }
  .resultBalloon.save:before {
    left: 24vw;
  }
}

.resultHeader .resultBalloon {
  margin-top: 5px;
  z-index: 1;
}

.resultFooter .resultBalloon:before {
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#logiMain .resultTable {
  width: 100%;
  font-size: 14px;
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
  margin-bottom: -42px;
}

#logiMain .resultTable a i {
  color: #999;
}

#logiMain .resultTable a i:focus, #logiMain .resultTable a i:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .resultTable thead th {
  height: 50px;
  border-top: none;
  white-space: nowrap;
}

#logiMain .resultTable thead th:first-child {
  width: 110px;
}

#logiMain .resultTable th {
  padding: 9px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  color: #0b3f75;
  text-align: center;
}

#logiMain .resultTable td {
  padding: 9px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  line-height: 1.5;
}

#logiMain .resultTable .noResult {
  border-left: none;
}

#logiMain .resultTable .title {
  position: relative;
  padding: 0;
  background: #d9d9d9;
  border-left: none;
}

#logiMain .resultTable .title .logiCheckbox {
  float: left;
  padding: 10px;
  height: 40px;
  background: #d9d9d9;
}

#logiMain .resultTable .title .logiCheckbox span {
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1;
}

#logiMain .resultTable .title .logiCheckbox span:before {
  margin-right: 0;
}

#logiMain .resultTable .title a,
#logiMain .resultTable .title em {
  display: block;
  margin-left: 40px;
  padding: 10px;
  background: #f7f7f7;
  font-style: normal;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#logiMain .resultTable .title a:before,
#logiMain .resultTable .title em:before {
  margin-right: 17px !important;
}

#logiMain .resultTable .title a:hover {
  background: #ececec;
}

#logiMain .resultTable .image {
  width: 160px;
  padding-left: 0;
  border-left: none;
}

#logiMain .resultTable .image img {
  width: 151px;
  height: auto;
}

#logiMain .resultTable .type {
  width: 5em;
  text-align: center;
}

#logiMain .resultTable .useful {
  width: 7.4em;
  text-align: left;
}

#logiMain .resultTable .wide {
  width: 8.5em;
  padding-left: 0;
  text-align: right;
}

#logiMain .resultTable .price {
  text-align: right;
}

#logiMain .resultTable .linkWrap {
  width: 6.5em;
}

#logiMain .resultTable .linkWrap .link {
  text-align: left;
}

#logiMain .resultTable .linkWrap .link a {
  text-decoration: none;
}

#logiMain .resultTable .linkWrap .link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  #logiMain .resultTable .linkWrap .link a br {
    display: none;
  }
}

#logiMain .resultTable .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 22px;
  height: 23px;
  margin: 0 auto;
  background: url(/resources/public/img_v2/icon_favorite_gray.png) no-repeat 0 0;
  text-indent: -200px;
  cursor: pointer;
}

#logiMain .resultTable .favorite:focus, #logiMain .resultTable .favorite:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .resultTable .favorite.on {
  background-image: url(/resources/public/img_v2/icon_favorite_active.png);
}

@media screen and (max-width: 736px) {
  #list-disp {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#logiMain .resultBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock {
    display: block;
    margin-left: 0;
    font-size: 12px;
    border-bottom: 1px solid #d4d3d3;
  }
}

#logiMain .resultBlock-child {
  width: calc( 33.3% - 25px);
  margin-left: 25px;
  margin-top: 12px;
  margin-bottom: 13px;
  border-top: 1px solid #d4d3d3;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child {
    position: relative;
    width: auto;
    margin: 0;
  }
  #logiMain .resultBlock-child:before, #logiMain .resultBlock-child:after {
    content: " ";
    display: table;
  }
  #logiMain .resultBlock-child:after {
    clear: both;
  }
}

#logiMain .resultBlock-child.noResult {
  width: 100%;
  border-bottom: 1px solid #d4d3d3;
}

#logiMain .resultBlock-child.noResult p {
  margin: 10px;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child.noResult {
    border-bottom: none;
  }
}

#logiMain .resultBlock-child .title {
  padding: 0;
  border-left: none;
  background: #d9d9d9;
  border-bottom: 1px solid #d4d3d3;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    z-index: 1;
  }
}

#logiMain .resultBlock-child .title .logiCheckbox {
  position: relative;
  float: left;
  padding: 10px;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .title .logiCheckbox {
    background: #d9d9d9;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
  }
}

#logiMain .resultBlock-child .title span {
  padding-left: 20px;
  text-indent: -20px;
  font-weight: bold;
}

#logiMain .resultBlock-child .title span:before {
  margin-right: 0 !important;
}

#logiMain .resultBlock-child .title h3 {
  position: relative;
}

#logiMain .resultBlock-child .title a,
#logiMain .resultBlock-child .title em {
  position: relative;
  height: 100%;
  display: block;
  margin-left: 40px;
  padding: 11px 10px;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .title a,
  #logiMain .resultBlock-child .title em {
    -ms-flex: 1;
        flex: 1;
    margin-left: 0;
    padding-right: 20px;
    background: transparent;
  }
}

#logiMain .resultBlock-child .title a:hover {
  background: #ececec;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .title a:hover {
    background: transparent;
  }
}

#logiMain .resultBlock-child .image {
  height: 176px;
}

#logiMain .resultBlock-child .image img {
  width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .image {
    float: left;
    width: 35vw;
    height: auto;
    padding: 5px;
  }
}

#logiMain .resultBlock-child dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child dl {
    width: 65vw;
    padding: 0 5px;
  }
}

#logiMain .resultBlock-child dl > dt {
  width: 4em;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #0b3f75;
}

#logiMain .resultBlock-child dl > dt:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child dl > dt:first-child {
    border-top: none;
  }
}

#logiMain .resultBlock-child dl > dd {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  width: calc( 100% - 4em);
  border-top: 1px solid #e4e4e4;
}

#logiMain .resultBlock-child dl > dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#logiMain .resultBlock-child a i {
  color: #979797;
  transition: opacity .2s ease;
}

#logiMain .resultBlock-child a i:focus, #logiMain .resultBlock-child a i:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .resultBlock-child .linkWrap {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
  text-align: center;
}

#logiMain .resultBlock-child .linkWrap a {
  text-decoration: none;
}

#logiMain .resultBlock-child .linkWrap a br {
  display: none;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .linkWrap {
    display: none;
  }
}

#logiMain .resultBlock-child .linkWrap:last-child {
  border-bottom: 1px solid #e4e4e4;
}

#logiMain .resultBlock-child .favorite {
  margin: 0;
  border-top: 1px solid #e4e4e4;
  background: #f7f7f7;
  font-size: 12px;
  text-align: center;
}

#logiMain .resultBlock-child .favorite a {
  display: block;
  padding: 7px;
  color: #333;
  text-decoration: none;
  transition: opacity .2s ease;
}

#logiMain .resultBlock-child .favorite a:focus, #logiMain .resultBlock-child .favorite a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#logiMain .resultBlock-child .favorite a:before {
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  margin-right: 5px;
  background: url(/resources/public/img_v2/icon_favorite_gray.png) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  #logiMain .resultBlock-child .favorite {
    position: absolute;
    top: 1em;
    right: 5px;
    border-top: none;
    background: transparent;
    width: 12px;
    height: 12px;
    overflow: hidden;
  }
  #logiMain .resultBlock-child .favorite a {
    padding: 0;
  }
  #logiMain .resultBlock-child .favorite a:before {
    width: 12px;
    height: 12px;
    vertical-align: top;
  }
}

#logiMain .resultBlock-child .favorite.on a:before {
  background-image: url(/resources/public/img_v2/icon_favorite_active.png);
}

.listKome {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.listKome > li {
  position: relative;
  padding-left: 1em;
}

.listKome > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.listKome .cancelIndent {
  margin-left: -1em;
}

.listDot {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.listDot > li {
  position: relative;
  padding-left: 20px;
}

.listDot > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.listDot .cancelIndent {
  margin-left: -20px;
}

.listSquare {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.listSquare > li {
  position: relative;
  padding-left: 20px;
}

.listSquare > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "◆";
}

.listSquare .cancelIndent {
  margin-left: -20px;
}

.listNum {
  margin: 0;
  padding: 0;
  list-style: none outside;
  counter-reset: number;
}

.listNum > li {
  position: relative;
  padding-left: 1.5em;
}

.listNum > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}

.listNum .cancelIndent {
  margin-left: -1.5em;
}

.listNum > li:before {
  counter-increment: number;
}

.listRoman {
  list-style: lower-roman;
  margin: 0.5em 0 0.5em 2em;
}

.listRoman > li {
  padding-left: 0.5em;
}

@media screen and (max-width: 736px) {
  .listRoman > li {
    padding-left: 0;
  }
}

@media screen and (min-width: 735px), print {
  .hidden-pc {
    display: none !important;
  }
  .text-left-pc {
    text-align: left !important;
  }
  .text-right-pc {
    text-align: right !important;
  }
  .text-center-pc {
    text-align: right !important;
  }
}

@media screen and (max-width: 736px) {
  .hidden-sp {
    display: none !important;
  }
}

.clear {
  clear: both;
}

.textRed {
  color: #e20000;
}

@media screen and (max-width: 736px) {
  .floatContact {
    position: fixed;
    left: 0;
    bottom: -70px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    transition: bottom .2s ease;
    padding: 10px 5px;
    background: rgba(16, 37, 64, 0.9);
    -ms-flex-pack: justify;
        justify-content: space-between;
    z-index: 110;
  }
  .floatContact > .logiBtn {
    -ms-flex: 1;
        flex: 1;
    margin: 0 5px;
    line-height: 32px;
  }
  .floatContact.open {
    bottom: 0;
  }
  .floatContact a {
    color: #fff;
  }
}

#logiMain .link {
  margin: 0;
  text-align: right;
}

#logiMain .link a,
#logiMain .link a:visited {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  color: #333;
  transition: color .2s ease;
}

#logiMain .link a:focus, #logiMain .link a:hover,
#logiMain .link a:visited:focus,
#logiMain .link a:visited:hover {
  text-decoration: underline;
}

#logiMain .link a:before,
#logiMain .link a:visited:before {
  background-image: url(/resources/public/img_v2/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;
}

@media screen and (max-width: 736px) {
  #logiMain .link a:before,
  #logiMain .link a:visited:before {
    background-size: 8px 12.5px;
    height: 12.5px;
    width: 8px;
  }
}

#logiMain .link.center {
  text-align: center;
}

#logiMain .link.link-contact a:before,
#logiMain .link.link-contact a:visited:before {
  background-image: url(/resources/public/img_v2/icon_arrow_yellow.png);
}

#list-map-wrapper {
  display: none;
  margin-top: 0;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  #list-map-wrapper {
    min-height: 460px;
  }
  #list-map-wrapper .backmap {
    height: 420px;
  }
}

#list-map-wrapper .gm-style-iw > div,
#list-map-wrapper .gm-style-iw > div > div {
  overflow: visible !important;
}

#list-map-wrapper .gm-style-iw .col-sm-12,
#list-map-wrapper .gm-style-iw .col-sm-12 .col-sm-6 {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

#list-map-wrapper .gm-style-iw .col-sm-12 .underline-on {
  width: 105px;
  display: inline-block;
  margin-top: 10px;
  padding: 9px 12px;
  background: #fd9321;
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 #ab5e0b;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#list-map-wrapper .gm-style-iw .col-sm-12 .col-sm-6:not(:last-child) .underline-on {
  width: 108px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #c9cdd6;
  box-shadow: inset 0 -2px 0 #c9cdd6;
  margin-right: 5px;
  color: #333;
}

#list-map-wrapper .mapError {
  padding: 10px 5px 0 15px;
  display: inline-block;
  font-size: 12px;
  color: #e00;
}

#list-map-wrapper .mapIcon {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  font-size: 14px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

#list-map-wrapper .mapIcon .icon {
  margin-left: 14px;
  white-space: nowrap;
}

#list-map-wrapper .mapIcon .icon img {
  margin-right: 5px;
}

#list-map-wrapper .mapIcon .note {
  display: block;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 736px) {
  #list-map-wrapper .mapIcon {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 5px 10px;
    font-size: 10px;
  }
  #list-map-wrapper .mapIcon .icon {
    margin-left: 14px;
  }
  #list-map-wrapper .mapIcon .icon img {
    width: 14px;
    height: auto;
  }
  #list-map-wrapper .mapIcon .note {
    display: none;
  }
}

#detail-map-wrapper * {
  box-sizing: content-box;
}

.modal {
  z-index: 91040;
}

.modal .modal-content {
  background: #fff;
  box-shadow: none;
}

.modal .modal-footer {
  padding: 10px 10px;
  background: #fff;
  border: none;
}

.modal .modal-footer button {
  box-shadow: inset 0 -2px 0 #c9cdd6;
}

.modal .modal-footer button:focus, .modal .modal-footer button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background: #fff;
}

.modal .modal-footer .glyphicon-ok {
  color: #00a2ee;
}

.modal-backdrop {
  z-index: 91030;
}

@media screen and (max-width: 736px) {
  #logiMain .logiInner.grid.result,
  #logiMain .logiInner.grid.result .main {
    margin-bottom: 0;
  }
  #logiMain .logiInner.grid.result .aside {
    margin: 0;
    padding: 0;
  }
}

#logiMain .searchNav .asideTitle {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .asideTitle {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em 10px;
    font-size: 1.3rem;
    text-align: left;
  }
}

#logiMain .searchNav .resultTotal {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .resultTotal {
    margin-right: 10px;
    font-size: 12px;
  }
}

#logiMain .searchNav .resultTotal .num {
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .resultTotal .num {
    font-size: 16px;
  }
}

#logiMain .searchNav .logiBtn.search {
  display: block;
  width: 100%;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .logiBtn.search {
    max-width: 400px;
    width: 52vw;
    margin-left: auto;
  }
}

#logiMain .searchNav dl {
  font-size: 14px;
}

#logiMain .searchNav dl dt {
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav dl dt {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5em;
    background: #f0f0f0;
    font-size: 1rem;
  }
}

#logiMain .searchNav dl dt.other {
  /* margin-top: 2em;
      padding-top: 1.5em;
      font-size: 16px; */
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav dl dt.other {
    /*margin-top: 1.5em;
        margin-bottom: -0.5em;
        padding-top: 0.5em;
        border-top: none;
        text-align: left;*/
  }
}

#logiMain .searchNav dl .other-subTitle {
  margin-top: 1.3em;
  margin-bottom: 0.5em;
  /*font-weight: bold;*/
}

#logiMain .searchNav .logiSelect-inline {
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .logiSelect-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #logiMain .searchNav .logiSelect-inline .rotate {
    -ms-flex: 0 0 1em;
        flex: 0 0 1em;
    margin: 0 10px;
    -webkit-transform: none;
            transform: none;
  }
}

#logiMain .searchNav .radioListWrap {
  padding: 10px;
  background: #e4eefe;
}

#logiMain .searchNav .radioList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #c9cdd6;
  border-radius: 4px;
  overflow: hidden;
}

#logiMain .searchNav .radioList li {
  width: 50%;
  background: #fff;
}

#logiMain .searchNav .radioList li:first-child {
  border-right: 1px solid #c9cdd6;
}

#logiMain .searchNav .radioList li label {
  display: block;
  padding: 7px;
}

#logiMain .searchNav .checkboxList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
  padding: 0;
  list-style: none;
}

#logiMain .searchNav .checkboxList li {
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 2px);
  margin: 1px;
  padding: 7px;
  background: #fff;
  border: 1px solid #eef1f4;
}

#logiMain .searchNav .checkboxList li .logiCheckbox {
  display: block;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .checkboxList {
    overflow: hidden;
    display: block;
    margin: 0;
    border: 1px solid #c9cdd6;
    border-radius: 4px;
  }
  #logiMain .searchNav .checkboxList li {
    width: auto;
    margin: 0;
    border: none;
    border-top: 1px solid #c9cdd6;
  }
  #logiMain .searchNav .checkboxList li:first-child {
    border-top: 0;
  }
  #logiMain .searchNav .checkboxList li label {
    display: block;
  }
  #logiMain .searchNav .checkboxList li label br {
    display: none;
  }
}

#logiMain .searchNav .searchTab {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 8px 0 8px;
  padding: 0;
}

#logiMain .searchNav .searchTab li {
  -ms-flex: 1;
      flex: 1;
  list-style: none;
  margin: 0 2px;
  padding: 5px;
  background: #b5b5b5;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .searchTab li {
    font-size: 14px;
  }
}

#logiMain .searchNav .searchTab li.active {
  background: #00a2ee;
  font-weight: bold;
}

#logiMain .searchNav .searchTab-contents {
  padding: 10px;
  background: #e4eefe;
}

#logiMain .searchNav .searchTab-contents .logiText-wrap {
  margin-top: 0;
}

#logiMain .searchNav .useList {
  margin: 0;
  padding: 0;
  border: 1px solid #c9cdd6;
  border-top: none;
}

#logiMain .searchNav .useList ul {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

#logiMain .searchNav .useList li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c9cdd6;
}

#logiMain .searchNav .useList li .useListTitle {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px 0 30px;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .useList li .useListTitle {
    font-size: 16px;
  }
}

#logiMain .searchNav .useList li .useListTitle:before {
  position: absolute;
  top: 8px;
  left: 7px;
  background-image: url(/resources/public/img_v2/icon_checkbox.png);
  background-position: 0 0;
  background-size: 20px 40px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 7px;
  vertical-align: middle;
}

#logiMain .searchNav .useList li .useListTitle.is-allChecked:before {
  background-position: 0 20px;
}

#logiMain .searchNav .useList li .useListTitle span {
  display: block;
  padding: 9px 0 7px 33px;
}

#logiMain .searchNav .useList li .useListTitle i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #00a2ee;
  cursor: pointer;
}

#logiMain .searchNav .useList li .useListTitle i:before, #logiMain .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);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

#logiMain .searchNav .useList li .useListTitle.warehouse span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse.png) no-repeat 0 0;
}

#logiMain .searchNav .useList li .useListTitle.factory span {
  background: url(/resources/public/img_v2/search/icon_search_factory.png) no-repeat 0 0;
}

#logiMain .searchNav .useList li .useListTitle.space span {
  background: url(/resources/public/img_v2/search/icon_search_space.png) no-repeat 0 0;
}

#logiMain .searchNav .useList li .useListTitle.other {
  padding-left: 0;
}

#logiMain .searchNav .useList li.is-close .useListTitle i:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#logiMain .searchNav .useList li li {
  padding-left: 30px;
}

#logiMain .searchNav .useList li .logiCheckbox {
  display: block;
}

#logiMain .searchNav .useList li .logiCheckbox input ~ span {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 30px 5px 33px;
  text-indent: 0;
}

#logiMain .searchNav .useList li .logiCheckbox input ~ span:before {
  position: absolute;
  left: 6px;
  bottom: 6px;
}

@media screen and (max-width: 736px) {
  #logiMain .searchNav .useList li .logiCheckbox input ~ span {
    padding: 7px 7px 7px 32px !important;
    text-align: left;
  }
}

#logiMain .searchNav .useList li.warehouseOnly .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_only.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.warehouseOffices .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_offices.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.WarehousesFactories .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_factories.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.WarehousesStores .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_stores.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.WarehousesRent .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_warehouse_rent.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.factoryOnly .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_factory_only.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.factoryOffices .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_factory_offices.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.factoryRent .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_factory_rent.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.rent .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_rent.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.store .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_store.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.office .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_office.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.yard .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_yard.png) no-repeat 100% 0;
}

#logiMain .searchNav .useList li.parking .logiCheckbox span {
  background: url(/resources/public/img_v2/search/icon_search_parking.png) no-repeat 100% 0;
}

#logiMain .searchNav .logiSelect,
#logiMain .searchNav .logiSelect select,
#logiMain .searchNav .logiText {
  width: 100%;
}

#logiMain .searchNav .logiSelect + .logiCheckbox {
  margin-top: 8px;
}

#logiMain .searchNav .rotate {
  display: block;
  text-align: center;
  margin: 0 0 2px 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#logiMain .searchNav .logiText-wrap {
  position: relative;
}

#logiMain .searchNav .logiText-wrap #irnArea,
#logiMain .searchNav .logiText-wrap #inArea {
  background: #fff;
}

#logiMain .searchNav .logiText-wrap #irnArea > div,
#logiMain .searchNav .logiText-wrap #inArea > div {
  padding: 3px 7px;
}

@media screen and (max-width: 736px) {
  .js-searchNav {
    display: none;
  }
  .searchNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 10px;
    overflow: scroll;
    z-index: 60000;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .searchNav-head {
    color: #fff;
  }
  .searchNav-main {
    background: #fff;
  }
  .searchNav-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 10px;
    background: rgba(16, 37, 64, 0.9);
    color: #fff;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    z-index: 1000;
  }
  .searchNav-footer p {
    margin-bottom: 0;
  }
  .searchNav-footer .resultButton {
    -ms-flex: 1;
        flex: 1;
  }
  .searchNav-footer .searchNav-close {
    width: 52px;
    height: 52px;
    margin-left: 10px;
    padding-top: 29px;
    background: #fff url(/resources/public/img_v2/icon_close_gray.png) no-repeat 50% 10px;
    background-size: 14px auto;
    border: 1px solid #c9cdd6;
    border-radius: 3px;
    box-shadow: inset 0 -4px 0 #c9cdd6;
    color: #333;
    font-size: 10px;
    text-align: center;
  }
  html.searchNav-open {
    overflow: hidden;
  }
  html.searchNav-open .searchNav {
    display: block;
  }
}

/* logilSlider (fix) */
html.hasLogiSlider {
  min-width: 1274px;
}

@media screen and (max-width: 736px) {
  html.hasLogiSlider {
    min-width: 0;
  }
}

.logiInner.grid + .logiSliderWrapper {
  margin-top: -60px;
}

@media screen and (max-width: 736px) {
  .logiInner.grid + .logiSliderWrapper {
    margin-top: 0;
  }
}

.logiSliderWrapper {
  overflow: hidden;
}

.logiSliderWrapper h2.default {
  width: 1200px;
  margin: 60px auto 30px auto;
}

@media screen and (max-width: 736px) {
  .logiSliderWrapper h2.default {
    width: auto;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 19px;
  }
}

.logiSliderMain {
  position: relative;
  margin-top: 28px;
}

@media screen and (max-width: 736px) {
  .logiSliderMain {
    margin-top: 14px;
  }
}

.logiSlider .slick-list {
  overflow: hidden;
}

.logiSlider .slick-list .slick-slide {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  outline: none;
}

.logiSlider .item {
  float: left;
}

.logiSlider .item a {
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 16px;
  background: #fff;
  color: #333 !important;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

.logiSlider .item a:focus, .logiSlider .item a:hover {
  background: #ececec;
}

.logiSlider .item a:focus img, .logiSlider .item a:hover img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.logiSlider .item a .image {
  margin-bottom: 0;
}

.logiSlider .item a .image img {
  width: 294px;
}

.logiSlider .item a .text {
  width: 272px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
}

@media screen and (max-width: 736px) {
  .logiSlider .item a .text {
    width: auto;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 8px;
  }
}

.logiSlider .item a .text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .logiSlider .item a .text p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.logiSlider .item a .text dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}

.logiSlider .item a .text dl:last-child {
  margin-bottom: -4px;
}

@media screen and (max-width: 736px) {
  .logiSlider .item a .text dl {
    font-size: 10px;
  }
}

.logiSlider .item a .text dl dt, .logiSlider .item a .text dl dd {
  line-height: 20px;
}

.logiSlider .item a .text dl dt {
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  color: #0b3f75;
  width: 3.7em;
}

.logiSlider .item a .text dl dd {
  -ms-flex: 1;
      flex: 1;
}

.logiSlider .slick-arrow {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: calc(50% - 600px);
  z-index: 100;
}

@media screen and (max-width: 736px) {
  .logiSlider .slick-arrow {
    background: transparent;
    height: 27px;
    width: 27px;
    top: 12vw;
  }
}

.logiSlider .slick-arrow span {
  display: block;
  background: #7a7a7a;
  height: 35px;
  position: absolute;
  right: -4px;
  width: 35px;
}

@media screen and (max-width: 736px) {
  .logiSlider .slick-arrow span {
    height: 27px;
    width: 27px;
    top: 0;
    right: 0;
  }
}

.logiSlider .slick-arrow span:after {
  background-image: url(/resources/public/img_v2/icon_arrow_white.png);
  background-size: 9px 15px;
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 9px;
}

@media screen and (max-width: 736px) {
  .logiSlider .slick-arrow span:after {
    background-size: 7px 11px;
    margin-left: -4px;
    margin-top: 0;
    height: 11px;
    width: 7px;
  }
}

.logiSlider .slick-arrow.slick-prev {
  left: 0 !important;
}

.logiSlider .slick-arrow.slick-prev span {
  top: 146px;
}

@media screen and (max-width: 736px) {
  .logiSlider .slick-arrow.slick-prev span {
    top: 0;
  }
}

.logiSlider .slick-arrow.slick-next {
  right: 0 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.logiSlider .slick-arrow.slick-next span {
  bottom: 146px;
}

@media screen and (max-width: 736px) {
  .logiSlider .slick-arrow.slick-next span {
    bottom: 0;
  }
}

.logiSlider.notSlide {
  width: 1208px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .logiSlider.notSlide {
    width: auto;
    margin: 0;
  }
  .logiSlider.notSlide .item {
    width: 50%;
  }
}
.logiSearchListWrapper {
  width: 1200px;
  margin: 0 auto;
}
.logiSearchListWrapper .logiSearchListMain {
  padding: 20px;
  margin: 0;
  border: 2px solid #e4e4e4;
}
.logiSearchListWrapper .logiSearchListMain .contentsNote {
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .logiSearchListWrapper {
    width: auto;
    margin: 20px 10px;
  }
  .logiSearchListWrapper .logiSearchListMain {
    padding: 15px;
  }
  .logiSearchListWrapper .logiSearchListMain .contentsNote {
    font-size: 13px;
  }
}
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

html {
  min-width: 1200px;
}

@media screen and (max-width: 736px) {
  html {
    min-width: 0;
  }
}

body {
  padding: 0 !important;
}

a:focus img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}



