@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

main {
  padding-top: 60px;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/* ====================================================
Control
==================================================== */
.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}
.c-fc--blue {
  color: #1B61BE;
}

.c-ft--en {
  font-family: "Noto Serif JP", serif;
}
.c-ft--jp {
  font-family: "Noto Sans JP", serif;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 835px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left;
}

.c-val--md {
  vertical-align: middle;
}
.c-val--top {
  vertical-align: top;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .c-scroll-box-pc {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.c-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.c-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  font-size: 1.5rem;
  line-height: 1.733;
  font-weight: 400;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .c-txt__basic {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-txt__basic {
    font-size: 1.3rem;
  }
}
.c-txt__basic01 {
  font-size: 1.4rem;
  line-height: 1.2857;
}

.c-ttl__01 {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #1B61BE;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 374px) {
  .c-ttl__01 {
    font-size: 2.2rem;
  }
}
.c-ttl__02 {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1B61BE;
  margin-bottom: 19px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.c-ttl__02--l {
  text-align: left;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
.c-ttl__02--l .txt-yellow {
  color: #FF9136;
}
.c-ttl__03 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #0E448B;
  padding-bottom: 5px;
  border-bottom: 2px solid #6EA2CE;
  margin-bottom: 14px;
}
.c-ttl__03--txt {
  border-bottom: 0;
  padding-bottom: 0;
  color: inherit;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 4.5px;
    margin-bottom: 7px;
  }
}
.c-ttl__04 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1B61BE;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-ttl__04 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.c-ttl__04--l {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .c-ttl__04--l {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 9px;
  }
}
.c-ttl__04--bbottom {
  text-align: left;
  color: #000000;
  border-bottom: 2px solid #1B61BE;
  padding-bottom: 7px;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .c-ttl__04--bbottom {
    padding-bottom: 8px;
  }
}
.c-ttl__05 {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: bold;
  color: #1B61BE;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .c-ttl__05 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.c-ttl__05--02 {
  line-height: 1.769;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .c-ttl__05--02 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-btn__01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #ffffff;
  min-width: 240px;
  text-align: center;
  background: #0E448B;
  border-radius: 30px;
  padding: 18px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

}

.c-btn__01:not(:disabled){
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-btn__01:not(:disabled):hover{
    opacity: .7;
}

@media screen and (max-width: 834px) {
  .c-btn__01 {
    min-width: 200px;
    padding: 12px 5px;
  }
}
.c-btn__01 .img {
  margin-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .c-btn__01 .img {
    margin-right: 5px;
  }
}
.c-btn__01 .txt {
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .c-btn__01 .txt {
    margin-right: 5px;
  }
}
.c-btn__01 .txt:last-child {
  margin-right: 0;
}
.c-btn__01 .arr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 5px;
}
.c-btn__01--orange {
  background: #FF9136;
}
.c-btn__01--light {
  background: #6EA2CE;
}
.c-btn__01--lightgray {
  background: #B2DCFF;
  color: #0E448B;
}
.c-btn__01--noimg {
  padding: 11px 5px;
  min-width: 230px;
}
@media screen and (max-width: 834px) {
  .c-btn__01--noimg {
    min-width: 160px;
    font-size: 1.3rem;
    line-height: 2;
    padding: 4px 5px;
  }
}
@media screen and (max-width: 374px) {
  .c-btn__01--noimg {
    min-width: 145px;
  }
}
.c-btn__01--small {
  min-width: auto;
  width: 140px;
  max-width: 100%;
  padding: 11px 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .c-btn__01--small {
    max-width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-btn__01--small {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2142;
    min-width: auto;
    max-width: 100%;
    padding: 9px 5px;
    margin-bottom: 5px;
  }
}
.c-btn__01--small small {
  font-size: 0.9rem;
  line-height: 1.2;
  display: block;
}
.c-btn__01--small:last-child {
  margin-bottom: 0;
}
.c-btn__01--md {
  min-width: 200px;
}
@media screen and (max-width: 834px) {
  .c-btn__01--md {
    min-width: 155px;
  }
}
.c-btn__01--gray {
  border: 2px solid #DEDEDE;
  background: #FFFFFF;
  color: #CCCCCC;
  padding: 7.5px 5px 8px;
}
@media screen and (max-width: 1024px) {
  .c-btn__01--gray {
    border-width: 1px;
  }
}
@media screen and (max-width: 834px) {
  .c-btn__01--gray {
    padding: 6.5px 5px;
  }
}
.c-btn__01--gray .txt {
  margin-right: 0;
}
.c-btn__01--gray .img-nm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__01--gray .img-vh {
  display: none;
}
.c-btn__01--gray.like, .c-btn__01--gray:hover {
  background: #FF8D08;
  border-color: #FF8D08;
  color: #ffffff;
}
.c-btn__01--gray.like .img-nm, .c-btn__01--gray:hover .img-nm {
  display: none;
}
.c-btn__01--gray.like .img-vh, .c-btn__01--gray:hover .img-vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__01--black {
  background: #CCCCCC;
}
.c-btn__01--bluebold {
  background: #1B61BE;
}
.c-btn__01--bluebold:hover {
  opacity: 0.75;
}
.c-btn__01--mn {
  min-width: 220px;
}
.c-btn__01--big {
  min-width: 282px;
  background: #1B61BE;
}
@media screen and (max-width: 834px) {
  .c-btn__01--big {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    min-width: 250px;
    padding: 12px 5px;
  }
}
.c-btn__01--other {
  padding: 6.5px 5px 2px;
}
@media screen and (max-width: 834px) {
  .c-btn__01--other {
    padding: 6.5px 5px 5px;
  }
}
.c-btn__01--tiny {
  background: #1B61BE;
  padding: 13.5px 5px;
}
@media screen and (max-width: 834px) {
  .c-btn__01--tiny {
    width: 120px;
    padding: 17px 5px;
  }
}
.c-btn__01--bggray {
  background: #DEDEDE;
  color: #B4B4B4;
}
.c-btn__01--favorit {
  background: #fff;
  /* border-color: #FF8D08; */
  color: #CCCCCC;
  border: 1px solid #DEDEDE;
}
.c-btn__01--favorit .gray {
  display: block;
}
.c-btn__01--favorit .white {
  display: none;
}
.c-btn__01--favorit.like {
  background: #FF8D08;
  border-color: #FF8D08;
  color: #ffffff;
}
.c-btn__01--favorit.like .white {
  display: block;
}
.c-btn__01--favorit.like .gray {
  display: none;
}
.c-btn__02 {
  position: relative;
  border-bottom: 1px solid #1B61BE;
  padding-bottom: 5px;
}
.c-btn__02 span {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 500;
  color: #1B61BE;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-btn__02 span {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.c-btn__02 span:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/common/img-arr.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-left: 3px;
}
.c-btn__filter {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #1B61BE;
  border-radius: 100px;
  padding: 11px 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .c-btn__filter {
    font-size: 1.3rem;
    padding: 8px 11px;
  }
}
.c-btn__filter:before {
  content: "";
  width: 19px;
  height: 21px;
  background: url("../img/view/list/img-filter.png") no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
  display: block;
}
.c-btn__03 {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 700;
  color: #ffffff;
  padding: 4px 13px;
  background: #707070;
  margin-right: 10px;
}

.scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.box-popup__searcht-listtags ul li {
  margin-bottom: 15px;
}

.item_city_count {
  margin-bottom: 0;
}
.item_city_count .tb-search {
  margin-top: 20px;
}
.item_city_count .tb-search td {
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: WRAP;
      flex-wrap: WRAP;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .item_city_count .tb-search td {
    margin-bottom: 0;
  }
}
.item_city_count .tb-search .td-fl {
  width: 20%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
  padding: 0 7.5px;
}
.item_city_count .tb-search .td-fl:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .item_city_count .tb-search .td-fl {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .item_city_count .tb-search .td-fl {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .item_city_count .tb-search .td-fl {
    width: 100%;
  }
}
.item_city_count .tb-search .td-labelct {
  font-size: 1.2rem;
}

@media screen and (max-width: 834px) {
  .box-popup__searchbt {
    padding: 25px 0;
  }
}

.inner {
  display: block;
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.5rem;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pure-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-input input[type=checkbox] + label:after {
  content: "";
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pure-input input[type=checkbox]:checked + label:after {
  border-color: #1B61BE;
}
.pure-input input[type=checkbox]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #ffffff;
}
.pure-input input[type=radio] + label:after, .pure-input input[type=radio] + label:before {
  border-radius: 50%;
}
.pure-input input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-input input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pure-input label {
  position: relative;
  padding: 5px 5px 5px 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pure-input label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #ffffff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}
.pure-input label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.breadcrumb {
  margin-bottom: 10px;
  padding: 5px 0;
}
.breadcrumb a, .breadcrumb span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.857;
}
.breadcrumb a {
  color: #1B61BE;
  position: relative;
  padding-right: 10px;
  border-right: 1px solid #B4B4B4;
  margin-right: 13px;
}
.breadcrumb .inner {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.sec-searcharea {
  padding: 47px 0 35px;
  background: #e7f0fc;
}
@media screen and (max-width: 834px) {
  .sec-searcharea {
    padding: 32px 0 17px;
  }
}

.box-searcharea {
  max-width: 1081px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .box-searcharea {
    padding: 0 5px;
  }
}
.box-searcharea__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 14px;
}
@media screen and (max-width: 834px) {
  .box-searcharea__item {
    margin: 0 -10px 9px;
  }
}
.box-searcharea__item li a {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  padding: 0 9px;
  border-right: 1px solid #1B61BE;
  color: #000000;
}
.box-searcharea__item li a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.sec-warehouse {
  padding: 60px 0;
  background: #DDF2FF;
  border-top: 3px solid #1B61BE;
  border-bottom: 3px solid #1B61BE;
}
@media screen and (max-width: 834px) {
  .sec-warehouse {
    padding: 36px 0;
  }
}
.sec-warehouse--nodbd {
  border-bottom: none;
  border-top: none;
}

.list-linktabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .list-linktabs {
    margin-bottom: 12px;
  }
}
.list-linktabs li {
  padding: 0 12px;
  border-right: 1px solid #B4B4B4;
}
@media screen and (max-width: 834px) {
  .list-linktabs li {
    padding: 0 2px;
  }
}
.list-linktabs li:last-child {
  border-right: 0;
}
.list-linktabs li a {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 4px 2px;
  border-bottom: 2px solid transparent;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .list-linktabs li a {
    font-size: 1.2rem;
  }
}
.list-linktabs li.active a {
  color: #1B61BE;
  font-weight: 700;
  border-bottom-color: #1B61BE;
}

.list-warehouse {
  margin: 0 -2.5px 26px;
}
@media screen and (max-width: 834px) {
  .list-warehouse {
    margin: 0 -2.5px 19px;
  }
}
.list-warehouse .slick-slide {
  padding: 0 2.5px;
}
.list-warehouse__item {
  position: relative;
}
.list-warehouse__item a {
  display: inline-block;
  height: 100%;
  background: #ffffff;
  color: #000000;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.list-warehouse__item a:hover {
  opacity: 1;
}
.list-warehouse__item-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 10px;
}
.list-warehouse__item-ttltxt {
  margin-right: 30px !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
@media screen and (max-width: 834px) {
  .list-warehouse__item-ttltxt {
    margin-right: 11px !important;
  }
}
.list-warehouse__item-ct {
  padding: 7px 20px 20px;
}
.list-warehouse__item-ctprice {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: right;
  margin-bottom: 6px;
  font-weight: 700;
}
.list-warehouse__item-ctprice .price {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  color: #1B61BE;
}
.list-warehouse__item-cttxt {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.list-warehouse__item-start {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 15px;
  height: 19px;
  width: 19px;
}
.list-warehouse__item-start .label {
  height: 19px;
  display: inline-block;
}
.list-warehouse__item-start .label:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #DEDEDE;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #DEDEDE;
}
.list-warehouse__item-start .label:after {
  content: "";
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  display: inline-block;
  position: absolute;
}
.list-warehouse__item-start input {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
.list-warehouse__item-start input::-ms-expand {
  display: none;
}
.list-warehouse__item-start input:checked + .label:after {
  border-color: #1B61BE;
}
.list-warehouse__item-img {
  position: relative;
  overflow: hidden;
}
.list-warehouse__item-img:before {
  content: "";
  display: block;
  padding-bottom: 61.25%;
}
.list-warehouse__item-imgthumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-warehouse__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.list-warehouse .start-wrap {
  position: relative;
  top: 1px;
}
@media screen and (min-width: 835px) {
  .list-warehouse.js-slidewarehousesp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0 -2.5px;
  }
  .list-warehouse.js-slidewarehousesp .list-warehouse__item {
    padding: 0 2.5px;
  }
}
@media screen and (min-width: 835px) {
  .list-warehouse--01 .list-warehouse__item {
    width: 25%;
  }
  .list-warehouse--01 .list-warehouse__item a {
    height: 100% !important;
  }
}

.box-warehouse__w {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .box-warehouse__w {
    padding: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .box-warehouse__w {
    padding: 0;
    padding-left: calc((100vw - 1140px) / 2);
    overflow: hidden;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .box-warehouse__w .slick-list {
    padding: 0 35% 0 0 !important;
  }
}
.box-warehouse__w .slick-prev, .box-warehouse__w .slick-next {
  width: 40px;
  height: 40px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.box-warehouse__w .slick-prev::before, .box-warehouse__w .slick-next::before {
  display: none;
}
.box-warehouse__w .slick-prev {
  background-image: url("../img/view/index/prev.png");
  left: -60px;
}
@media screen and (max-width: 640px) {
  .box-warehouse__w .slick-prev {
    left: -50px;
  }
}
.box-warehouse__w .slick-next {
  background-image: url("../img/view/index/next.png");
  right: -60px;
}
@media screen and (max-width: 640px) {
  .box-warehouse__w .slick-next {
    right: -50px;
  }
}

.sec-logistics {
  text-align: center;
  margin-bottom: 133px;
  margin-top: 150px;
}
@media screen and (max-width: 834px) {
  .sec-logistics {
    margin-bottom: 50px;
    margin-top: 61px;
  }
}
.sec-logistics .box-logistics {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec-logistics .box-logistics {
    max-width: 375px;
    margin: 0 auto;
  }
}
.sec-logistics .box-logistics__item {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .sec-logistics .box-logistics__item {
    width: 100%;
    margin-right: 0;
  }
}
.sec-logistics .box-logistics__item:last-child {
  margin-right: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  z-index: 20;
}
@media screen and (max-width: 834px) {
  #header {
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  #header .logo img {
    width: 135px;
  }
}
#header .nav-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
}
#header .nav-menu .show-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 6.5px 10px;
}
@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu {
    display: block;
  }
}
#header .nav-menu .show-menu > .item {
  padding: 11px 17px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item {
    border-bottom: 1px solid #ccc;
  }
}
#header .nav-menu .show-menu > .item > a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: black;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item > a {
    text-align: center;
    position: relative;
  }
}
#header .mobile-icon {
  width: 27px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .mobile-icon span {
  position: static;
  display: block;
  width: 100%;
  height: 3px;
  background: #1b61be;
  border-radius: 3px;
}
#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1b61be;
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 7px;
}
#header .mobile-icon span:before {
  top: 0;
}
#header .mobile-icon span:after {
  bottom: 0;
  width: 50%;
}
#header .mobile-icon.mobile-close span {
  background-color: transparent;
}
#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #1b61be;
}
#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 45%;
}
@media screen and (max-width: 834px) {
  #header .mobile-icon.mobile-close span:before {
    top: 46%;
  }
}
#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: 45%;
}
@media screen and (max-width: 834px) {
  #header .mobile-icon.mobile-close span:after {
    bottom: 44%;
  }
}
#header .head-phone__w {
  padding: 0 7.5px;
}
#header .head-phone__name {
  font-size: 1.1rem;
  line-height: 0.9090909091;
  font-weight: 500;
  color: #000;
}
#header .head-phone__phone a {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1B61BE;
}
@media screen and (max-width: 1245px) and (min-width: 835px) {
  #header .head-phone__phone a {
    font-size: 1.6rem;
  }
}
#header .head-phone__phone img {
  margin-right: 5px;
}
#header .menu-hmain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
}
@media screen and (max-width: 834px) {
  #header .menu-hmain {
    width: 55px;
  }
}
#header .menu-hmain__links {
  margin-bottom: 29px;
}
#header .menu-hmain__links-item {
  margin-bottom: 2.5px;
}
#header .menu-hmain__links-item:last-child {
  margin-bottom: 0;
}
#header .menu-hmain__links-item a {
  width: calc(100% + 52px);
  margin-left: -26px;
  margin-right: -26px;
  background: #E7F0FC;
  padding: 9.8px 27px;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #header .menu-hmain__links-item a {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 9.8px 10px;
  }
}
#header .menu-hmain__links-item a:after {
  content: "";
  width: 13px;
  height: 7px;
  background: url("../img/common/img-arr.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 34px;
}
@media screen and (max-width: 834px) {
  #header .menu-hmain__links-item a:after {
    right: 15px;
  }
}
#header .menu-hmain__contacts-t {
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  #header .menu-hmain__contacts-t {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 834px) {
  #header .menu-hmain__contacts-t {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
#header .menu-hmain__contacts-mail {
  padding: 16px 12px;
  background: #ffffff;
  border-radius: 5px;
  margin-right: 14px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
}
@media screen and (max-width: 834px) {
  #header .menu-hmain__contacts-mail {
    padding: 29px 10px 23px;
    margin-right: 5px;
  }
}
#header .menu-hmain__contacts-mailimg {
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  #header .menu-hmain__contacts-mailimg {
    margin-bottom: 11px;
  }
}
#header .menu-hmain__contacts-mailtxt {
  font-size: 1.6rem;
  line-height: 1.25;
  display: block;
  font-weight: 500;
}
#header .menu-hmain__ct {
  position: fixed;
  top: 0;
  right: 0;
  padding: 81px 26px;
  background: #D0E5FF;
  z-index: 999;
  min-width: 415px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  max-height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  #header .menu-hmain__ct {
    padding: 50px 7px;
    min-width: 375px;
  }
}
#header .menu-hmain__ct.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#header .menu-hmain__ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  line-height: 1.444;
  text-align: center;
  margin-bottom: 10px;
}
#header .menu-hmain__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 5px 30px;
}
#header .menu-hmain__list-item {
  width: calc(33.33% - 3.33px);
  margin-right: 5px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 12px 6px 16px;
}
#header .menu-hmain__list-item:last-child, #header .menu-hmain__list-item:nth-child(3n) {
  margin-right: 0;
}
#header .menu-hmain__list-itemimg {
  margin-bottom: 4px;
}
#header .menu-hmain__list-itemimg img {
  width: 27px;
}
#header .menu-hmain__list-itemtxt {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
}
#header .menu-hmain__list-item--pd {
  padding: 0;
}
#header .menu-hmain__list-item--pd a {
  padding: 12px 6px 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
}
#header .show-menu__item-timework {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  padding-left: 0px;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1245px) {
  #header .show-menu__item-timework {
    max-width: 130px;
  }
}

@media screen and (max-width: 834px) {
  .menu-hmain__contacts-phone {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-hmain__contacts-phone01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .menu-hmain__contacts-phone01 {
    margin-bottom: 8px;
    background: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.menu-hmain__contacts-phone01:last-child {
  margin-bottom: 0;
}
.menu-hmain__contacts-phonettl {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 500;
  margin-right: 7.5px;
}
.menu-hmain__contacts-phonetell {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #1B61BE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .menu-hmain__contacts-phonetell {
    font-size: 2rem;
    line-height: 1;
  }
}
.menu-hmain__contacts-phonetell img {
  margin-right: 1px;
}
.menu-hmain__contacts-bt {
  font-size: 1.2rem;
  line-height: 1.5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.menu-hmain__contacts-bt dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 15px;
}
.menu-hmain__contacts-bt dl:last-child {
  margin-right: 0;
}
.menu-hmain__contacts-bt dl dt {
  font-weight: 700;
  color: #1B61BE;
  margin-right: 5px;
}
.menu-hmain__contacts p {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.nav-menuct {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}
.nav-menuct .btn-hsearch {
  background: #E7F0FC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 1.5px;
  min-width: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  .nav-menuct .btn-hsearch {
    min-width: 110px;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .btn-hsearch {
    padding: 5px 2px;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .btn-hsearch {
    min-width: 55px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .nav-menuct .btn-hsearch {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nav-menuct .btn-hsearch a {
  color: #ffffff;
}
.nav-menuct .btn-hsearch__img {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .nav-menuct .btn-hsearch__img {
    margin-right: 0;
    min-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-menuct .btn-hsearch__img img {
    width: 24px;
  }
}
.nav-menuct .btn-hsearch__txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1245px) {
  .nav-menuct .btn-hsearch__txt {
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .btn-hsearch__txt {
    font-size: 0.9rem;
    line-height: 1.4444444444;
    display: block;
    margin-bottom: 4px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.nav-menuct .btn-hsearch:hover {
  opacity: 0.75;
}
.nav-menuct .btn-hsearch--email {
  min-width: 100px;
  background: #0E448B;
}
@media screen and (max-width: 834px) {
  .nav-menuct .btn-hsearch--email {
    min-width: 55px;
  }
}
.nav-menuct .btn-hsearch--email .btn-hsearch__txt {
  color: #ffffff;
}
.nav-menuct .btn-hsearch--lightblue {
  margin-right: 2px;
}
.nav-menuct .box-favorites {
  font-weight: 700;
  color: #000000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #E7F0FC;
  padding: 5px 2px;
  width: 80px;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  .nav-menuct .box-favorites {
    min-width: 110px;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .box-favorites {
    min-width: 55px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav-menuct .box-favorites__txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1245px) {
  .nav-menuct .box-favorites__txt {
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .box-favorites__txt {
    font-size: 0.9rem;
    line-height: 1.4444444444;
    display: block;
    margin-right: 0;
  }
}
.nav-menuct .box-favorites__number {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  position: relative;
  top: -5px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1245px) {
  .nav-menuct .box-favorites__number {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .box-favorites__number {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
  }
}
.nav-menuct .box-favorites__numberct {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  color: #FF9136;
}
@media screen and (max-width: 1245px) {
  .nav-menuct .box-favorites__numberct {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.nav-menuct .box-favorites__unit {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .nav-menuct .btn-phonesp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: #E7F0FC;
    min-width: 130px;
    margin-right: 2px;
    height: 100%;
  }
  .nav-menuct .btn-phonesp__txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700;
    color: #000000;
    margin-left: 5px;
  }
}
@media screen and (max-width: 834px) {
  .nav-menuct .btn-phonesp {
    background: #E7F0FC;
    min-width: 55px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .nav-menuct .btn-phonesp__txt {
    font-size: 0.9rem;
    line-height: 1.4444444444;
    display: inline-block;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menuct__menu {
    margin-right: 2px;
    position: relative;
  }
  .nav-menuct__menu:hover .nav-menuct__list {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .nav-menuct__menu {
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menuct__list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .nav-menuct__list {
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menuct__list-item {
    padding: 18px 0;
    width: 100%;
    background: #D0E5FF;
    margin-bottom: 2px;
    text-align: center;
  }
  .nav-menuct__list-item:last-child {
    margin-bottom: 0;
  }
  .nav-menuct__list-item a {
    font-size: 1.3rem;
    line-height: 2;
    color: #000000;
    position: relative;
  }
  .nav-menuct__list-item a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #0E448B;
    border-right: 1px solid #0E448B;
    display: inline-block;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 7px;
  }
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.is-locked body {
  -webkit-overflow-scrolling: auto;
}

.footer {
  padding: 70px 0 60px;
  background: #333333;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 40px 0 60px;
  }
}
.footer a {
  color: #ffffff;
}
.footer .inner {
  max-width: 989px;
}
.footer-logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 834px) {
  .footer-wrap {
    display: block;
  }
}
.footer-wrap__l {
  width: 31%;
}
@media screen and (max-width: 834px) {
  .footer-wrap__l {
    width: 100%;
    text-align: center;
  }
}
.footer-wrap__l > p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .footer-wrap__l > p {
    margin-bottom: 9px;
  }
}
.footer-wrap__lbt {
  padding-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
}
.footer-wrap__lbt:after {
  content: "";
  width: 94%;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .footer-wrap__lbt:after {
    content: none;
  }
}
.footer-wrap__lbt p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .footer-wrap__lw {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 11px;
  }
}
.footer-wrap__ct {
  width: 69%;
  padding-left: 64px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer-wrap__ct {
    padding-left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .footer-wrap__ct {
    width: 100%;
    padding-left: 0;
    display: block;
  }
}
.footer-wrap__ct .menu-hmain__links {
  width: calc(50% - 20px);
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .footer-wrap__ct .menu-hmain__links {
    width: 100%;
    margin-right: 0;
  }
}
.footer-wrap__ct .menu-hmain__links:last-child, .footer-wrap__ct .menu-hmain__links:nth-child(2n) {
  margin-right: 0;
}
.footer-wrap__ct .menu-hmain__links li {
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .footer-wrap__ct .menu-hmain__links li {
    margin-bottom: 23px;
  }
}
.footer-wrap__ct .menu-hmain__links li a {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .footer-wrap__ct .menu-hmain__links li a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.footer-wrap__ct .menu-hmain__links li a:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/common/img-arrwh.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.footer .menu-hmain__contacts-phone {
  padding-bottom: 21px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .footer .menu-hmain__contacts-phone {
    width: 67.4%;
    padding-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.footer .menu-hmain__contacts-phone:after {
  content: "";
  width: 94%;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .footer .menu-hmain__contacts-phone:after {
    content: none;
  }
}
.footer .menu-hmain__contacts-phonetell {
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer .menu-hmain__contacts-phonetell {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 834px) {
  .footer .menu-hmain__contacts-phonetell {
    color: #1B61BE;
    font-size: 2rem;
    line-height: 1;
  }
}
.footer .menu-hmain__contacts-phone01 {
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .footer .menu-hmain__contacts-phone01 {
    margin-bottom: 5px;
    padding: 12px 8px;
  }
}
.footer .menu-hmain__contacts-phone01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .footer .menu-hmain__contacts-phone01 .menu-hmain__contacts-phonettl {
    color: #000;
  }
}
.footer .menu-hmain__contacts-bt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .footer .menu-hmain__contacts-bt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .menu-hmain__contacts-bt dl dt {
  color: #ffffff;
}
.footer-copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  position: relative;
  top: -29px;
}
@media screen and (max-width: 834px) {
  .footer-copyright {
    top: 0;
  }
}

.btn-mailft {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 11px 12px 13px 28px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
  margin-bottom: 22px;
  color: #000000;
  width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .btn-mailft {
    width: 32.6%;
    padding: 5px 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-mailft:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/common/img-arr.png") no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .btn-mailft:after {
    content: none;
  }
}
.btn-mailft__mail {
  width: 26px;
}
@media screen and (max-width: 834px) {
  .btn-mailft__mail {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
  }
}
.btn-mailft__txt {
  width: calc(100% - 26px);
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .btn-mailft__txt {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.btn-mailft__txt small {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 700;
  display: block;
}

.sec-checkitem {
  background: #B2DCFF;
  padding: 8px 0;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 90;
}
.sec-checkitem .box-checkitem {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.sec-checkitem .box-checkitem__txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #000000;
  bottom: 5px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem__txt {
    margin-right: 7px;
  }
}
@media screen and (max-width: 374px) {
  .sec-checkitem .box-checkitem__txt {
    font-size: 1rem;
  }
}
.sec-checkitem .box-checkitem__txt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/img-check01.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin-right: 15px;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem__txt:before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 374px) {
  .sec-checkitem .box-checkitem__txt:before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem__txt {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.sec-checkitem .box-checkitem__txt .number {
  font-size: 3.6rem;
  line-height: 1;
  color: #1B61BE;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem__txt .number {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media screen and (max-width: 374px) {
  .sec-checkitem .box-checkitem__txt .number {
    font-size: 1.8rem;
  }
}
.sec-checkitem .box-checkitem__txt--nocheck {
  bottom: 0;
}
.sec-checkitem .box-checkitem__txt--nocheck:before {
  content: none;
}
.sec-checkitem .box-checkitem .pure-input {
  margin-right: 10px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem .pure-input {
    margin-right: 2px;
  }
}
.sec-checkitem .box-checkitem--lg .box-checkitem__txt {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem--lg .box-checkitem__txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-right: 5px;
  }
}
.sec-checkitem .box-checkitem--lg .btn-ftlinks > a {
  margin-bottom: 0;
  margin-right: 5px;
  padding: 11px 13px;
  width: 150px;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .box-checkitem--lg .btn-ftlinks > a {
    width: 130px;
    padding: 9.5px 14px;
  }
}
.sec-checkitem .btn-ftlinks > a {
  margin-bottom: 0;
  margin-right: 5px;
  padding: 10px 16px;
  width: 150px;
  background: #0E448B;
}
@media screen and (max-width: 834px) {
  .sec-checkitem .btn-ftlinks > a {
    width: 110px;
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 9px 8px;
  }
}
@media screen and (max-width: 374px) {
  .sec-checkitem .btn-ftlinks > a {
    width: 88px;
    font-size: 1.1rem;
    padding: 8px 5px;
  }
}
.sec-checkitem .btn-ftlinks > a:last-child {
  margin-right: 0;
}
.sec-checkitem .btn-ftlinks > a .img {
  margin-right: 5px;
}
.sec-checkitem .btn-ftlinks > a .txt {
  white-space: nowrap;
}
.sec-checkitem .btn-ftlinks .c-btn__01--gray {
  background: #FF8D08;
  border-color: #FF8D08;
  color: #ffffff;
  padding: 8px 8px;
}
@media screen and (max-width: 374px) {
  .sec-checkitem .btn-ftlinks .c-btn__01--gray {
    padding: 8px 5px;
  }
}
.sec-checkitem .btn-ftlinks .c-btn__01--gray:hover {
  opacity: 0.7;
}

.page-view_index{
  padding-top: 0;
}
.slider-home .item {
  outline: none !important;
}

.sec-mvpage {
  margin-bottom: 54px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-mvpage {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 835px) {
  .sec-mvpage--01 {
    margin-bottom: 135px;
  }
}

.btn-conner {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .btn-conner {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    width: 40px;
    height: 40px;
  }
}
.btn-conner span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  z-index: 3;
  display: inline-block;
  top: 7px;
  left: 4px;
}
@media screen and (max-width: 834px) {
  .btn-conner span {
    top: 5px;
    left: 2px;
  }
}
.btn-conner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 55px solid #C96855;
  border-right: 55px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .btn-conner:after {
    border-top-width: 40px;
    border-right-width: 40px;
  }
}

.box-mvpage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .box-mvpage {
    display: block;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
  }
}
.box-mvpage__l {
  position: relative;
  background: #DDF2FF;
  padding: 16px 45px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .box-mvpage__l {
    width: 100%;
    padding: 16px 10px 18px 25px;
  }
}
.box-mvpage__r {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .box-mvpage__r {
    width: 100%;
    background: #B2DCFF;
  }
}
.box-mvpage__r-contracted {
  width: 100px;
  height: 100%;
  background: #000;
  padding: 15px 15px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.box-mvpage__r-contracted + .box-mvpage__r-ct .box-mvpage__r-txt,
.box-mvpage__r-contracted + .box-mvpage__r-ct .box-mvpage__r-phone{
    color: #8a8a8a;
}



@media screen and (max-width: 834px) {
  .box-mvpage__r-contracted {
    padding: 3px 5px;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 70px;
  }
}
.box-mvpage__r-ct {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 130px;
  height: 100%;
  background: #B2DCFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .box-mvpage__r-ct {
    width: 100%;
    background: transparent;
  }
}
@media screen and (max-width: 834px) {
  .box-mvpage__r-ctw {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.box-mvpage__r-txt {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .box-mvpage__r-txt {
    margin-right: 5px;
    display: inline-block;
  }
}
.box-mvpage__r-phone {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #0E448B;
}
.box-mvpage__r-phone small {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  position: relative;
  top: -2px;
}
.box-mvpage__ttl {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0E448B;
}
@media screen and (max-width: 834px) {
  .box-mvpage__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0;
  }
}

.box-details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 834px) {
  .box-details {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-details__img {
  width: 52.63%;
}
@media screen and (max-width: 1024px) {
  .box-details__img {
    width: 43.63%;
  }
}
@media screen and (max-width: 834px) {
  .box-details__img {
    width: 100%;
    margin-bottom: 14px;
  }
}
.box-details__img-main {
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .box-details__img-main {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
}
.box-details__img-main .slick-prev {
  left: 15px;
}
.box-details__img-main .slick-prev:before {
  background: url("../img/detail/img-larr.png") no-repeat center center;
  background-size: 100%;
}
.box-details__img-main .slick-next {
  right: 15px;
}
.box-details__img-main .slick-next:before {
  background: url("../img/detail/img-rarr.png") no-repeat center center;
  background-size: 100%;
}
.box-details__img-main .slick-prev,
.box-details__img-main .slick-next {
  width: 40px;
  height: 40px;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .box-details__img-main .slick-prev,
.box-details__img-main .slick-next {
    width: 30px;
    height: 30px;
  }
}
.box-details__img-main .slick-prev:before,
.box-details__img-main .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .box-details__img-main .slick-prev:before,
.box-details__img-main .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.box-details__img-main--01 {
  padding: 0 7px;
}
@media screen and (max-width: 834px) {
  .box-details__img-main--01 {
    padding: 0;
  }
}
.box-details__img-main--01 .slick-prev {
  left: 0;
}
@media screen and (max-width: 834px) {
  .box-details__img-main--01 .slick-prev {
    left: 13px;
  }
}
.box-details__img-main--01 .slick-next {
  right: 0;
}
@media screen and (max-width: 834px) {
  .box-details__img-main--01 .slick-next {
    right: 13px;
  }
}
.box-details__img-modify {
  margin: 0 -1.5px;
}
@media screen and (max-width: 834px) {
  .box-details__img-modify {
    width: calc(100% + 15px);
    margin-right: -15px;
    display: none;
  }
}
.box-details__img-modify .slick-track {
  margin-left: 0;
}
.box-details__img-modify .slick-list {
  padding: 0 0 0 0 !important;
}
@media screen and (max-width: 834px) {
  .box-details__img-modify .slick-list {
    padding: 0 0 0 0 !important;
  }
}
.box-details__img-modify li {
  padding: 0 1.5px;
}
.box-details__img-modify li.slick-current {
  position: relative;
}
.box-details__img-modify li.slick-current:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.box-details__img-modify--01 {
  padding: 0 25px;
}
@media screen and (max-width: 834px) {
  .box-details__img-modify--01 {
    padding: 0;
  }
}
.box-details__img-modify--01 .slick-list {
  padding: 0 0 0 0 !important;
}
@media screen and (max-width: 834px) {
  .box-details__img-modify--01 .slick-list {
    padding: 0 22% 0 0 !important;
  }
}
.box-details__imgsub {
  margin-bottom: 31px;
}
.box-details__imgsub:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .box-details__imgsub {
    margin-bottom: 5px;
  }
}
.box-details__details {
  width: 47.37%;
  padding-left: 41px;
}
@media screen and (max-width: 1024px) {
  .box-details__details {
    width: 56.37%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .box-details__details {
    width: 100%;
    padding-left: 0;
  }
}
.box-details__details-list li:before {
  content: "・";
  margin-right: -3px;
}
.box-details__details-w {
  margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
  .box-details__details-w {
    margin-bottom: 31px;
  }
}
.box-details__details-w:last-child {
  margin-bottom: 0;
}
.box-details__details-w .box-condition__w {
  display: block;
}
.box-details__details-w .box-condition__w .box-condition01 {
  width: 100%;
}
.box-details__details-w .box-condition__w .box-condition01 .c-ttl__03 {
  margin-bottom: 6px;
}
.box-details__details-w .box-condition__w .box-condition01__item {
  width: 85px;
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .box-details__details-w .box-condition__w .box-condition01__item {
    width: 73px;
    margin-bottom: 1px;
  }
}
.box-details__details-w .box-condition__w .box-condition01__ttl {
  line-height: 1.3;
}
.box-details__details-w .box-condition__w .box-condition01__list {
  margin-bottom: 8px;
}
.box-details__details-tb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.box-details__details-tbsub {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.box-details__details-tbsub:last-child, .box-details__details-tbsub:nth-child(2n) {
  margin-right: 0;
}
.box-details__details-tbsub dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 5.5px;
}
.box-details__details-tbsub dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .box-details__details-tbsub dl {
    margin-bottom: 3.5px;
  }
  .box-details__details-tbsub dl:first-child {
    width: 200%;
  }
  .box-details__details-tbsub dl:first-child dd {
    font-weight: 700;
  }
}
.box-details__details-tbsub dl dt {
  font-size: 1.4rem;
  line-height: 1.857;
  font-weight: 700;
  color: #000000;
  padding: 5.8px 5.5px;
  text-align: center;
  background: #F2F2F2;
  width: 80px;
  letter-spacing: -0.02em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 1245px) {
  .box-details__details-tbsub dl dt {
    width: 74px;
  }
}
@media screen and (max-width: 834px) {
  .box-details__details-tbsub dl dt {
    width: 70px;
    padding: 2.8px 0px 2.8px 5px;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.box-details__details-tbsub dl dd {
  width: calc(100% - 80px);
  padding-left: 10px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1245px) {
  .box-details__details-tbsub dl dd {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 834px) {
  .box-details__details-tbsub dl dd {
    width: calc(100% - 70px);
  }
}
.box-details__details-tbsub dl dd .price {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 900;
  position: relative;
  top: -3px;
  color: #1B61BE;
}
.box-details__details-tbsub dl dd .price small {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .box-details__details-tbsub dl dd .price small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1245px) and (min-width: 835px) {
  .box-details__details-tbsub dl dd .price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .box-details__details-tbsub dl dd .price {
    font-size: 2.2rem;
  }
}
.box-details__details-tbsub--full {
  width: 100%;
  margin-bottom: 32px;
}
.box-details__details-tbsub--full:last-child {
  margin-bottom: 0;
}
.box-details__details-tbsub--full dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-condition {
  padding: 40px 40px 34px 44px;
  border-radius: 10px;
  background: #F2F8FF;
}
@media screen and (max-width: 834px) {
  .box-condition {
    padding: 25px 20px 10px;
  }
}
.box-condition__w {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 968px;
  margin: 0 auto;
  gap: 20px 30px;
}
.box-condition__w > *:nth-child(3n), .box-condition__w > *:last-child {
  margin-right: 0;
}
.box-condition li {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 400;
  color: #B4B4B4;
  margin-bottom: 7px;
}
@media screen and (max-width: 1245px) {
  .box-condition li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .box-condition li {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }
}
.box-condition li:not(.item-check):before {
  content: "";
  width: 4px;
  height: 8px;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-right: 9px;
}
@media screen and (max-width: 834px) {
  .box-condition li:not(.item-check):before {
    bottom: 0;
    top: 2px;
  }
}
.box-condition li.item-check {
  color: #1B61BE;
  font-weight: 500;
  margin-top: -5px;
  margin-left: -7px;
}
@media screen and (max-width: 834px) {
  .box-condition li.item-check {
    position: relative;
    padding-left: 19px;
    margin-top: 0px;
    margin-left: -1px;
  }
}
.box-condition li.item-check:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/detail/img-circlecheck.png") no-repeat center center;
  background-size: 100%;
  position: relative;
  top: 4px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .box-condition li.item-check:before {
    position: absolute;
    top: -3px;
    left: -4px;
  }
}
.box-condition01 {
  margin-top: 0!important;
  margin-right: 0!important;
  width: calc(36% - 20px);
}


@media screen and (max-width: 990px) {
  .box-condition01 {
    width: calc(40% - 15px);
  }
}
@media screen and (max-width: 834px) {
  .box-condition01 {
    width: 100%;
    margin-right: 0;
  }
}
.box-condition01:nth-child(2) {
  width: calc(44% - 20px);
}
@media screen and (max-width: 990px) {
  .box-condition01:nth-child(2) {
      width: calc(60% - 15px);
  }
}
@media screen and (max-width: 834px) {
  .box-condition01:nth-child(2) {
    width: 100%;
  }
}
.box-condition01:last-child{
  width: calc(20% - 20px);
}
@media screen and (max-width: 990px) {
  .box-condition01:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}



.box-condition01__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0px -7px;
}
.box-condition01__list li {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.box-condition01__list li:nth-child(2n), .box-condition01__list li:last-child {
  margin-right: 0;
}
.box-condition01__list--mdf {
  margin: 0px -7px;
}
@media screen and (max-width: 834px) {
  .box-condition01__list--mdf .box-condition01 {
    margin-bottom: 25px;
  }
  .box-condition01__list--mdf .box-condition01:last-child {
    margin-bottom: 0;
  }
}
.box-condition01__list--mdf .box-condition01__item {
  width: 81px;
  padding: 0 7px;
  margin-right: 0;
}
@media screen and (max-width: 374px) {
  .box-condition01__list--mdf .box-condition01__item {
    width: 68px;
  }
}
.box-condition01__list--mdf .box-condition01__item:before {
  content: none !important;
}
.box-condition01__list--mdf .box-condition01__item .gray {
  display: none;
}
.box-condition01__list--mdf .box-condition01__item--gray .box-condition01__ttl {
  color: #D7D5D3;
}
.box-condition01__list--mdf .box-condition01__item--gray .blue {
  display: none;
}
.box-condition01__list--mdf .box-condition01__item--gray .gray {
  display: block;
}
.box-condition01__list--mdf .box-condition01__img {
  text-align: center;
}
.box-condition01__list--mdf .box-condition01__img img {
  width: 59px;
}
.box-condition01__list--mdf .box-condition01__ttl {
  font-size: 1.1rem;
  line-height: 1.4545454545;
  font-weight: 700;
  text-align: center;
  color: #0E448B;
}
@media screen and (max-width: 374px) {
  .box-condition01__list--mdf .box-condition01__ttl {
    font-size: 0.8rem;
  }
}
.box-condition .c-ttl__03 {
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  .box-condition .c-ttl__03 {
    margin-bottom: 6px;
  }
}

.sec-condition {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .sec-condition {
    margin-bottom: 51px;
  }
}

.sec-drawing {
  background: #E7F0FC;
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .sec-drawing {
    margin-bottom: 59px;
    padding-bottom: 40px;
  }
}

.box-drawing {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 834px) {
  .box-drawing {
    display: block;
  }
}
.box-drawing__img {
  width: 61.4%;
  padding: 70px 0 80px;
}
@media screen and (max-width: 1024px) {
  .box-drawing__img {
    width: 55.4%;
  }
}
@media screen and (max-width: 834px) {
  .box-drawing__img {
    width: 100%;
    padding: 41px 0 30px;
  }
}
.box-drawing__r {
  width: 38.6%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .box-drawing__r {
    width: 44.6%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .box-drawing__r {
    width: 100%;
    padding-left: 0;
  }
}
.box-drawing__r-w {
  padding: 90px 45px 82px;
  background: #d0e5ff;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .box-drawing__r-w {
    padding: 30px 15px 29px;
  }
}
.box-drawing__r-phone {
  padding: 2px 22px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
@media screen and (max-width: 834px) {
  .box-drawing__r-phone {
    padding: 2px 31px;
    margin: 0 auto 13px;
  }
}
.box-drawing__r-phone .txt {
  font-size: 1.2rem;
  line-height: 2;
  line-height: 2.166;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .box-drawing__r-phone .txt {
    line-height: 1;
    position: relative;
    left: -9px;
  }
}
.box-drawing__r-phone .phone {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: 700;
  color: #0E448B;
}
@media screen and (max-width: 834px) {
  .box-drawing__r-phone .phone {
    font-size: 2rem;
    line-height: 1.45;
    line-height: 1;
  }
}
.box-drawing__r-des {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .box-drawing__r-des {
    margin-bottom: 4px;
  }
}
.box-drawing__r-checks {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  margin-bottom: 16px;
  display: inline-block;
  text-align: left;
}
.box-drawing__r-checks li {
  margin-bottom: 3px;
}
.box-drawing__r-checks li:last-child {
  margin-bottom: 0;
}
.box-drawing__rtop {
  padding-bottom: 50px;
  border-bottom: 1px solid #6EA2CE;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .box-drawing__rtop {
    padding-bottom: 20px;
    margin-bottom: 27px;
  }
}
.box-drawing__rtop-w {
  text-align: center;
}
.box-drawing .pure-input input[type=checkbox] + label:after {
  display: none;
}
.box-drawing .pure-input input[type=checkbox]:checked + label:after {
  display: block;
  color: #4f8196;
}

.sec-recruiting {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .sec-recruiting {
    margin-bottom: 59px;
  }
  .sec-recruiting .box-warehouses__ct-table {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.tb-recruit {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.tb-recruit th,
.tb-recruit td {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .tb-recruit th,
.tb-recruit td {
    display: block;
    width: 100%;
    position: relative;
  }
}
.tb-recruit th {
  background: #F2F8FF;
  border-right: 3px solid #ffffff;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .tb-recruit th {
    display: none;
    border-right-width: 2px;
  }
}
.tb-recruit th:first-child {
  background: #F2F2F2;
  width: 4.5%;
  font-size: 1.2rem;
  line-height: 2;
  color: #6EA2CE;
}
.tb-recruit th:last-child {
  background: #ffffff;
}
.tb-recruit th:nth-child(2) {
  width: 7%;
}
.tb-recruit th:nth-child(3), .tb-recruit th:nth-child(5), .tb-recruit th:nth-child(6) {
  width: 10.6%;
}
.tb-recruit th:nth-child(4) {
  width: 14%;
}
.tb-recruit th:nth-child(7), .tb-recruit th:nth-child(8) {
  width: 9.6%;
}
.tb-recruit th:nth-child(9) {
  width: 7.2%;
}
.tb-recruit th:nth-child(10) {
  width: 8.2%;
  background: #fff;
}
.tb-recruit th:nth-child(11) {
  width: 8.2%;
}
.tb-recruit td {
  padding: 5px 5px;
  line-height: 1.333;
}
@media screen and (max-width: 834px) {
  .tb-recruit td {
    text-align: left;
    padding: 5px 5px 5px 50px;
  }
}
.tb-recruit td:first-child {
  background: #F2F2F2;
  padding: 5px 5px 5px 13px;
}
.tb-recruit td:nth-last-child(2), .tb-recruit td:last-child {
  padding: 0;
}
.tb-recruit td .price {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #1B61BE;
  font-weight: 900;
}
.tb-recruit td .price small {
  font-size: 1.5rem;
}
.tb-recruit td.checked {
  background: #6EA2CE;
}
.tb-recruit td .td-contracted {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #fff;
  background: #707070;
  padding: 4px 13px;
}
.tb-recruit tr {
  background: #FAFAFA;
  border-bottom: 5px solid #ffffff;
  position: relative;
}
.tb-recruit tr:not(:first-child):hover {
  background: #F2F8FF;
}
.tb-recruit tr:last-child {
  border-bottom: 0;
}
.tb-recruit tr.tr-contracted {
  background: #DEDEDE;
}
.tb-recruit tr.tr-contracted td {
  color: #B4B4B4;
}
.tb-recruit tr.tr-contracted td .price {
  color: #B4B4B4;
}
.tb-recruit tr .link-all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4.385%;
}
.tb-recruit .btn-mail {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 700;
  color: #ffffff;
  background: #0E448B;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 9.5px 5px;
  height: 100%;
  width: 100%;
}
.tb-recruit .btn-mail .txt {
  display: block;
}
.tb-recruit .btn-mail .img {
  margin-bottom: 5px;
  display: inline-block;
}
.tb-recruit .btn-mail .img img {
  width: 22px;
}
.tb-recruit .btn-detail {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 700;
  color: #000000;
  background: #EFEFEF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 9.5px 5px;
  height: 100%;
  width: 100%;
}
.tb-recruit .btn-detail .txt {
  display: block;
}
.tb-recruit .btn-detail .img {
  margin-bottom: 3px;
  display: inline-block;
}
.tb-recruit .btn-detail .img img {
  width: 16px;
}
.tb-recruit .btn-block {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 700;
  color: #fff;
  background: #b4b4b4;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 9.5px 5px;
  height: 100%;
  width: 100%;
}
.tb-recruit .btn-block .txt {
  display: block;
}
.tb-recruit .btn-block .img {
  margin-bottom: 3px;
  display: inline-block;
}
.tb-recruit .btn-block .img img {
  width: 16px;
}
.tb-recruit .contracted {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  padding: 1px 3px 2px;
  margin-right: 4px;
  background: #FF8D08;
  border-radius: 3px;
}
@media screen and (max-width: 1245px) {
  .tb-recruit .contracted {
    margin-right: 0;
    margin-bottom: 1px;
  }
}
.tb-recruit .contracted_br {
  display: none;
}
@media screen and (max-width: 1245px) {
  .tb-recruit .contracted_br {
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .tb-recruitsp .pure-input label {
    padding: 5px 5px 5px 1.1em;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp dt {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .tb-recruitsp dl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__line {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 3px;
    background: #FAFAFA;
    position: relative;
  }
  .tb-recruitsp__line:nth-child(2n) {
    background: #F2F8FF;
  }
  .tb-recruitsp__line--contracted {
    background: #DEDEDE;
  }
  .tb-recruitsp__line .link-all {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 8%;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__l {
    width: 8%;
    background: #F2F2F2;
    padding: 10px 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r {
    width: 92%;
    padding: 10px 11px 7px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .tb-recruitsp__r {
    padding: 10px 4px 7px 11px;
    width: 82.6%;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-line {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .tb-recruitsp__r-line {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-line:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-linet {
    width: 43%;
    padding-right: 8px;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-linect {
    width: 50%;
    padding-right: 8px;
  }
  .tb-recruitsp__r-linect .txt-unit {
    position: relative;
    bottom: 3px;
    left: 3px;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-liner {
    width: 8%;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-linebt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .tb-recruitsp__r-linebt01 {
    width: 33%;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #DEDEDE;
  }
  .tb-recruitsp__r-linebt01 dl {
    margin-bottom: 5px;
  }
  .tb-recruitsp__r-linebt01 dt {
    min-width: 35%;
    white-space: nowrap;
    padding-right: 10px;
  }
  .tb-recruitsp__r-linebt02 {
    width: 59%;
  }
  .tb-recruitsp__r-linebt02 dt {
    min-width: 35%;
    white-space: nowrap;
    padding-right: 10px;
  }
  .tb-recruitsp__r-linebt03 {
    width: 8%;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp__r-contracted {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    padding: 0px 3px 1px;
    margin-right: 4px;
    background: #FF8D08;
    border-radius: 3px;
  }
}
@media screen and (max-width: 834px) {
  .tb-recruitsp .price {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    font-weight: 900;
    color: #0E448B;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .tb-recruitsp .price {
    font-size: 2rem;
    line-height: 1;
  }
  .tb-recruitsp .price small {
    font-size: 1.4rem;
  }
}

.btn-links {
  text-align: center;
}
.btn-links a {
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .btn-links a {
    margin-right: 7px;
  }
}
.btn-links a:last-child {
  margin-right: 0;
}
.btn-links a.btn-map.on {
  background: #B4B4B4;
  color: #ffffff;
}

.sec-maps {
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .sec-maps {
    margin-bottom: 50px;
  }
}
.sec-maps .box-maps {
  margin-bottom: 20px;
  width: 100%;
  height: 444px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-maps .box-maps {
    margin-bottom: 14px;
    height: 350px;
  }
}
.sec-maps .box-maps #map,
.sec-maps .box-maps #mapstreet {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-maps .box-maps iframe {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .sec-maps .box-maps iframe {
    height: 250px;
  }
}
.sec-maps .box-maps__main {
  position: relative;
  width: 100%;
  height: 444px;
}
@media screen and (max-width: 834px) {
  .sec-maps .box-maps__main {
    margin-bottom: 14px;
    height: 350px;
  }
}
.sec-maps .box-maps__main .box-showmap__checkbox {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 15;
}
.sec-maps .box-maps__main .box-showmap__checkbox .pure-input {
  position: relative;
}
.sec-maps .box-maps__main .box-showmap__checkbox .pure-input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  clip: auto;
  height: auto;
  width: auto;
}
.sec-maps .box-maps__main .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
}
.sec-maps .box-maps__main .gm-ui-hover-effect > span {
  background: url(../img/maps/img-closewd.png) !important;
  width: 32px !important;
  height: 32px !important;
  background-size: 100%;
  margin: 0 !important;
}
.sec-maps .box-maps__ct {
  position: absolute;
  top: 48px;
  right: 64px;
}
@media screen and (max-width: 834px) {
  .sec-maps .box-maps__ct {
    top: 30px;
    right: 30px;
  }
}
.sec-maps .box-maps #map .gm-style-iw {
  display: none;
}

.start-wrap {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.start-wrap__nm {
  display: inline-block;
}
.start-wrap__hv {
  display: none;
}
.start-wrap.open .start-wrap__nm {
  display: none;
}
.start-wrap.open .start-wrap__hv {
  display: inline-block;
}

.box-maps__infor {
  width: 325px;
  background: #FFFFFF;
  padding: 15px 43px 70px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .box-maps__infor {
    width: 315px;
    padding: 15px 29px 48px 20px;
  }
}
.box-maps__inforttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  color: #1B61BE;
  margin-bottom: 5px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
@media screen and (max-width: 834px) {
  .box-maps__inforttl {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.box-maps__infor-list {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .box-maps__infor-list {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.box-maps__infor-list li {
  margin-bottom: 5px;
}
.box-maps__infor-list li:last-child {
  margin-bottom: 0;
}
.box-maps__infor-list .price-map {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #1B61BE;
}
@media screen and (max-width: 834px) {
  .box-maps__infor-list .price-map {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.box-maps__infor .btn-ftlinks {
  left: 0;
  position: absolute;
  bottom: 0;
  padding: 12px 0;
  width: 100%;
  margin: 0 0px 0 0px;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2F2F2;
}
.box-maps__infor .btn-ftlinks .js-favorites {
  margin-bottom: 0;
  background: #fff;
  border-color: #FF8D08;
  color: #FF8D08;
}
.box-maps__infor .btn-ftlinks .js-favorites.like, .box-maps__infor .btn-ftlinks .js-favorites:hover {
  background: #FF8D08;
  border-color: #FF8D08;
  color: #ffffff;
}
.box-maps__infor .btn-ftlinks .c-btn__01 {
  padding: 3px 3px;
  height: 36px;
}

.gm-style-iw {
  width: 325px !important;
  height: 190px !important;
  max-width: 340px !important;
  padding: 0 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 834px) {
  .gm-style-iw {
    width: 315px !important;
    height: 150px !important;
  }
}
.gm-style-iw .gm-style-iw-d {
  padding: 0 !important;
}
.gm-style-iw-tc {
  display: none;
}

.sec-inquire {
  padding: 61px 0;
  background: #E7F0FC;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .sec-inquire {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-inquire {
    padding: 40px 0;
    margin-bottom: 14px;
  }
}
.sec-inquire .inquire-box {
  max-width: 910px;
  margin: 0 auto;
}
.sec-inquire + .sec-warehouse {
  background: #fff;
}
.sec-inquire + .sec-warehouse .list-warehouse.js-slidewarehousesp {
  max-width: 981px;
  margin: 0 auto;
}
.sec-inquire + .sec-warehouse .list-warehouse__item a {
  background: #F2F2F2;
}
.sec-inquire .txt-bg {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 500;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  background: #6EA2CE;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .inquire-box .c-btn__01 {
    max-width: 50%;
    min-width: auto;
    width: 50%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    padding: 14px 5px;
  }
  .inquire-box .c-btn__01 .txt {
    text-align: left;
  }
  .inquire-box .c-btn__01 .img {
    width: 24px;
  }
  .inquire-box .c-btn__01 .img img {
    width: 100%;
  }
}

.btn-ftlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 834px) {
  .btn-ftlinks {
    margin: 0;
    gap: 0 10px;
  }
}

.inquire-t {
  padding: 15px 15px;
  background-color: #fff;
  width: 320px;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  margin-bottom: 40px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 834px) {
  .inquire-t {
    width: 260px;
    height: 60px;
    padding: 8px 10px;
    border-radius: 3px;
    margin: 0 auto 25px;
  }
}
.inquire-t__r {
  color: #1B61BE;
  font-size: 3.4rem;
  line-height: 1.4411764706;
  font-weight: 900;
  margin-left: 15px;
}
@media screen and (max-width: 834px) {
  .inquire-t__r {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
}

.inquire-main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .inquire-main {
    display: block;
    margin-bottom: 0;
  }
}
.inquire-main__l {
  width: 41.5%;
  padding-right: 30px;
  border-right: 1px solid #6EA2CE;
  padding-left: 9px;
}
@media screen and (max-width: 1024px) {
  .inquire-main__l {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .inquire-main__l {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .inquire-main__l .c-txt__basic {
    text-align: center;
  }
}
.inquire-main__r {
  width: 58.5%;
  padding-left: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .inquire-main__r {
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .inquire-main__r {
    width: 100%;
    padding-left: 0;
    display: block;
  }
}
.inquire-main__r-wtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .inquire-main__r-wtop {
    display: block;
    text-align: center;
  }
  .inquire-main__r-wtop .inquire-bt__ttl {
    width: 100%;
  }
}
.inquire-main__logo {
  margin-bottom: 22px;
  display: inline-block;
}
.inquire-main__tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
  .inquire-main__tel {
    width: 310px;
    max-width: 100%;
    background: #6EA2CE;
    padding: 18px 17px;
    color: #fff;
    margin: 0 auto 5px;
  }
  .inquire-main__tel:last-child {
    margin-bottom: 0;
  }
}
.inquire-main__tel:last-child {
  margin-bottom: 0;
}
.inquire-main__tel-l {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
  margin-right: 6px;
}
@media screen and (max-width: 834px) {
  .inquire-main__tel-l {
    font-size: 1.4rem;
    margin-right: 11px;
  }
}
.inquire-main__tel-a {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  color: #1B61BE;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .inquire-main__tel-a {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 834px) {
  .inquire-main__tel-a {
    font-size: 2.8rem;
    line-height: 1.0714285714;
    color: #fff;
  }
}
.inquire-main__infor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 15px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .inquire-main__infor {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.inquire-main__infor dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.inquire-main__infor dl dt {
  margin-right: 5px;
  font-weight: 700;
}
.inquire-main__infor dl dd {
  font-weight: 400;
}
.inquire-main .c-txt__basic {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.inquire-main .c-txt__fl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 1.85714;
  margin-bottom: -3px;
}
.inquire-main .c-txt__fl:last-child {
  margin-bottom: 0;
}
.inquire-main__w {
  margin: 0 3px;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .inquire-main__w .c-btn__01 {
    max-width: 100%;
    min-width: auto;
    width: 50%;
  }
  .inquire-main__w .c-btn__01 .txt {
    font-size: 14px;
  }
}
.inquire-main__full {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .inquire-main__full {
    padding: 0 5px;
  }
}
.inquire-main__full .c-txt__fl {
  text-align: left;
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  .inquire-main__full .c-txt__fl {
    margin-bottom: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.8;
  }
}
.inquire-main__full .c-txt__fl:last-child {
  margin-bottom: 0;
}
.inquire-main__full .btn-ftlinks {
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inquire-main__txt {
  min-width: 632px;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .inquire-main__txt {
    min-width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .inquire-main--01 {
    margin-bottom: 42px;
  }
  .inquire-main--01 .inquire-main__l {
    border-right: none;
    padding-right: 13px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .inquire-main--01 .inquire-main__l {
    padding-right: 10px;
    padding-left: 0;
  }
}
@media screen and (min-width: 835px) {
  .inquire-main--01 .inquire-main__r {
    background: #F2F8FF;
    padding: 19px 25px;
  }
}
@media screen and (max-width: 834px) {
  .inquire-main--01 .inquire-main__r {
    background: #F2F8FF;
    padding: 19px 14px;
    margin-bottom: 30px;
  }
}

.inquire-bt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 696px;
  margin: 0 auto;
  background: #F2F8FF;
  padding: 26px 45px;
  gap: 0 20px;
}
@media screen and (max-width: 834px) {
  .inquire-bt {
    display: block;
    padding: 18px 15px;
    margin-bottom: 30px;
  }
}
.inquire-bt__l {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .inquire-bt__l {
    text-align: center;
    display: block;
  }
}
.inquire-bt__ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #0E448B;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .inquire-bt__ttl {
    margin-bottom: 15px;
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  .inquire-bt__r {
    max-width: 88%;
    margin: 0 auto;
  }
}
.inquire-bt__r-ttl {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 700;
  margin-bottom: 6px;
}

.sec-mvttl {
  background: #DDF2FF;
  position: relative;
  text-align: center;
  padding: 47px 50px;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .sec-mvttl {
    padding: 23px 15px;
    margin-bottom: 3px;
  }
}
.sec-mvttl:before {
  content: "";
  width: 70px;
  height: 140px;
  background: url("../img/view/list/img-mvl.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .sec-mvttl:before {
    width: 20px;
    height: 80px;
    background: url("../img/view/list/img-mvlsp.png") no-repeat center center;
    background-size: 100%;
  }
}
.sec-mvttl:after {
  content: "";
  width: 70px;
  height: 140px;
  background: url("../img/view/list/img-mvr.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .sec-mvttl:after {
    width: 20px;
    height: 80px;
    background: url("../img/view/list/img-mvrsp.png") no-repeat center center;
    background-size: 100%;
  }
}
.sec-mvttl__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  color: #1B61BE;
}
@media screen and (max-width: 834px) {
  .sec-mvttl__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
.sec-mvttl + .breadcrumb {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
@media screen and (max-width: 834px) {
  .sec-mvttl + .breadcrumb {
    margin-bottom: 4px;
  }
}

.sec-warehouses {
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .sec-warehouses {
    margin-bottom: 60px;
  }
}

.box-warehouses {
  padding: 12px 82px;
  background: #F2F8FF;
  border: 1px solid #E7F0FC;
  margin-bottom: 39px;
}
@media screen and (max-width: 1024px) {
  .box-warehouses {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses {
    padding: 20px 20px 20px;
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    border-right: 0;
    border-left: 0;
    margin-bottom: 43px;
  }
}
.box-warehouses__t {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 14px 0px;
  background: #F2F8FF;
}
@media screen and (max-width: 834px) {
  .box-warehouses__t {
    display: block;
  }
}
.box-warehouses__t-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14.2px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__t-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses__t-list li:first-child {
    width: 100%;
  }
}
.box-warehouses__t-list li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.285;
  letter-spacing: 0.05em;
  color: #000000;
  padding: 0 14.2px;
  border-right: 1px solid #B4B4B4;
}
@media screen and (max-width: 834px) {
  .box-warehouses__t-list li a {
    border-right: none;
    padding: 0 6px;
    line-height: 1.6;
  }
}
.box-warehouses__t-list li.active a {
  font-size: 1.8rem;
  color: #0E448B;
  font-weight: 700;
  line-height: 1.444;
}
.box-warehouses__t-l {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .box-warehouses__t-l {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses__t-l {
    width: 100%;
    margin-bottom: 8px;
  }
}
.box-warehouses__t-r {
  width: 33%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 9px;
}
.box-warehouses__t-r > * {
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .box-warehouses__t-r {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses__t-r {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.box-warehouses__t-rfilter {
  margin-right: 7px;
}
.box-warehouses__t-rfilter:last-child {
  margin-right: 0;
}
.box-warehouses__ct {
  margin-bottom: 100px;
}
.box-warehouses__ct:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct {
    margin-bottom: 28px;
  }
}
.box-warehouses__ct-w {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 26px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-w {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 11px;
  }
}
.box-warehouses__ct:last-child {
  margin-bottom: 0;
}
.box-warehouses__ct-check {
  width: 40px;
  background: #F2F2F2;
  text-align: center;
  padding: 7px 3px;
}
.box-warehouses__ct-check .pure-input label {
  padding: 5px 5px 5px 1.3em;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-check {
    width: 30px;
  }
}
.box-warehouses__ct-check.checked {
  background: #6EA2CE;
}
.box-warehouses__ct-check.checked .box-warehouses__ct-ttl {
  color: #ffffff;
}
.box-warehouses__ct-ttl {
  margin-bottom: 4px;
  font-size: 1rem;
  color: #6EA2CE;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-ttl {
    display: none;
  }
}
.box-warehouses__ct-img {
  width: 31.6%;
  position: relative;
  overflow: hidden;
}
/*
.box-warehouses__ct-img:before {
  content: "";
  display: block;
  padding-bottom: 65.2777777778%;
}
*/
.box-warehouses__ct-img a {
  display: block;
  /*position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  */
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-img {
    width: 40%;
  }
}
.box-warehouses__ct-cnt {
  width: 68.4%;
  padding: 0px 0px 0px 27px;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .box-warehouses__ct-cnt {
    padding: 0px 0px 0px 8px;
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-cnt {
    padding: 11px 0px 0px 8px;
  }
}
.box-warehouses__ct-cnt .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000000;
  margin-bottom: 10px;
}
.box-warehouses__ct-cnt .ttl a {
  color: #000000;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-cnt .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.box-warehouses__ct-cnt .ttl-sub {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0px;
}
.box-warehouses__ct-cnt .ttl-sub .des {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285;
}
.box-warehouses__ct-r {
  width: 15.6%;
  padding: 45px 15px 50px;
  background: #F2F8FF;
}
@media screen and (max-width: 1024px) {
  .box-warehouses__ct-r {
    width: 22.6%;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-r {
    width: 48%;
    padding: 13px 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.box-warehouses__ct-rphone {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-rphone {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.box-warehouses__ct-rphone .txt {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-rphone .txt {
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.box-warehouses__ct-rphone .number {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #0E448B;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-rphone .number {
    font-size: 1.6rem;
  }
}
.box-warehouses__ct-item {
  background: #B4B4B4;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-item {
    height: max(115px,26.67vw);
  }
}

.box-warehouses__ct-itemw {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}
.box-warehouses__ct-itembl {
  margin-bottom: 3px;
  display: inline-block;
}
.box-warehouses__ct-itembl img {
  width: 30px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-itembl img {
    width: 26px;
  }
}
.box-warehouses__ct-itemttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-itemttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.box-warehouses__ct-itemtxt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-itemtxt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.box-warehouses__ct-itembtn {
  padding: 5px 16px;
  background: #DDDDDD;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.box-warehouses__ct-itembtn .txt {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000000;
}
.box-warehouses__ct-itembtn .txt .number {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1B61BE;
}
.box-warehouses__ct-table .tb-recruitsp__r {
  width: 80.6%;
}
.box-warehouses__ct-table .tb-recruitsp__r-linet {
  width: 46%;
}
.box-warehouses__ct-table .tb-recruitsp__r-linect {
  width: 44%;
}
.box-warehouses__ct-table .tb-recruitsp__r-liner {
  width: 12%;
}
@media screen and (max-width: 640px) {
  .box-warehouses__ct-table .tb-recruitsp__r-liner {
    width: 11%;
  }
}
.box-warehouses__ct-table .tb-recruitsp__r-linebt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.box-warehouses__ct-table .tb-recruitsp__r-linebt01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 43.5%;
  margin-right: 7px;
}
.box-warehouses__ct-table .tb-recruitsp__r-linebt01 dl:nth-child(1) {
  border-right: 1px solid #DEDEDE;
  width: 49%;
  margin-bottom: 0;
}
.box-warehouses__ct-table .tb-recruitsp__r-linebt01 dl:nth-child(2) {
  width: 51%;
  padding-left: 7px;
}
.box-warehouses__ct-table .tb-recruitsp__r-linebt02 {
  width: 44%;
}
.box-warehouses__ct-table .tb-recruitsp__r-linebt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-warehouses__ct-table .tb-recruitsp__detail {
  width: 5.4%;
}
.box-warehouses__ct-table .tb-recruitsp__detail-bt {
  display: block;
  background: url("../img/view/list/img-detail-sp.png"), #E7F0FC;
  background-size: 7px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.box-warehouses__ct-table .tb-recruitsp__block {
  width: 5.4%;
}
.box-warehouses__ct-table .tb-recruitsp__block-bt {
  display: block;
  background: url("../img/common/img-block.png"), #b4b4b4;
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-table .tb-recruitsp dl {
    display: block;
  }
}
.box-warehouses__ct-table .tb-recruitsp dt {
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .box-warehouses__ct-table th:last-child {
    background: #F2F8FF;
  }
  .box-warehouses__ct-table th:first-child,
.box-warehouses__ct-table td:first-child {
    width: 4.385%;
    min-width: 48px;
    padding: 2px 2px;
    position: relative;
    z-index: 6;
  }
  .box-warehouses__ct-table th:nth-child(2),
.box-warehouses__ct-table td:nth-child(2) {
    width: 8%;
  }
  .box-warehouses__ct-table th:last-child,
.box-warehouses__ct-table td:last-child {
    width: 9.8245%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .box-warehouses__ct-table th:last-child,
.box-warehouses__ct-table td:last-child {
    width: 20.8245%;
  }
}

@media screen and (min-width: 991px) {
  .box-warehouses__ct-table td:nth-child(3){
    padding-right: 20px;
  }
}

@media screen and (min-width: 835px) {
  .box-warehouses__ct-table th:nth-child(3), .box-warehouses__ct-table th:nth-child(5), .box-warehouses__ct-table th:nth-child(6),
.box-warehouses__ct-table td:nth-child(3),
.box-warehouses__ct-table td:nth-child(5),
.box-warehouses__ct-table td:nth-child(6) {
    width: 16.8421%;
  }
  .box-warehouses__ct-table td:nth-child(3){
    text-align: right;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .box-warehouses__ct-table th:nth-child(3), .box-warehouses__ct-table th:nth-child(5), .box-warehouses__ct-table th:nth-child(6),
.box-warehouses__ct-table td:nth-child(3),
.box-warehouses__ct-table td:nth-child(5),
.box-warehouses__ct-table td:nth-child(6) {
    width: 15.5087%;
  }
}
@media screen and (min-width: 835px) {
  .box-warehouses__ct-table th:nth-child(4),
.box-warehouses__ct-table td:nth-child(4) {
    width: 15.614%;
  }
}
@media screen and (min-width: 835px) {
  .box-warehouses__ct-table th:nth-child(7),
.box-warehouses__ct-table td:nth-child(7) {
    width: 7.7192%;
  }
}
@media screen and (min-width: 835px) {
  .box-warehouses__ct-table .pure-input label {
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  .box-warehouses__ct-table td {
    padding: 11px 5px;
  }
}
.box-warehouses__ct-table .td-show {
  background: #6EA2CE;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  padding: 2px 5px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-table .td-show {
    margin-top: 3px;
  }
}
.box-warehouses__ct-table .td-show__ct {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.box-warehouses__ct-table .td-show__ct:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.box-warehouses__ct-table .td-show.open .td-show__ct:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 8px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__ct-table .tb-recruitsp__star {
    width: 11.4%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .box-warehouses__ct-table .tb-recruitsp__l {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-warehouses__ct-table .tb-recruitsp__r-line .tb-recruitsp__r-linet {
    width: 26%;
  }
  .box-warehouses__ct-table .tb-recruitsp__r-line .tb-recruitsp__r-linect {
    width: 39.3104%;
  }
  .box-warehouses__ct-table .tb-recruitsp__r-line .tb-recruitsp__r-linebt02 {
    width: 34.6896%;
    text-align: right;
  }
  .box-warehouses__ct-table .tb-recruitsp__r-line .tb-recruitsp__r-linebt02 dt {
    padding-right: 0;
  }
  .box-warehouses__ct-table .tb-recruitsp__r-linebt .tb-recruitsp__r-linebt01 {
    width: 62.3104%;
  }
  .box-warehouses__ct-table .tb-recruitsp__r-linebt .tb-recruitsp__r-linebt02 {
    width: 37.6896%;
  }
  .box-warehouses__ct-table .tb-recruitsp .td-contracted {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    background: #6E6E6E;
    padding: 2px 5px;
  }
}
.box-warehouses__w {
  margin-bottom: 78px;
}
@media screen and (max-width: 834px) {
  .box-warehouses__w {
    width: calc(100% + 20px);
    margin: 0 -10px 30px;
  }
}
.box-warehouses__wsub {
  margin-bottom: 100px;
}
.box-warehouses__wsub:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .box-warehouses__wsub {
    margin-bottom: 28px;
  }
}

.contracted-input {
  margin: 0 0 30px auto;
  padding: 10px;
  text-align: right;
  font-size: 13px;
  width: 215px;
  line-height: 2.5;
  background-color: #DDF2FF;
  color: #1b61be;
}
@media screen and (max-width: 640px) {
  .contracted-input {
    margin-bottom: 50px;
  }
}
.contracted-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.contracted-input input[type=checkbox] + label:after {
  content: "";
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #DEDEDE;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.contracted-input input[type=checkbox]:checked + label .contracted {
  color: #1b61be;
}
.contracted-input input[type=checkbox]:checked + label:after {
  border-color: #6ea2ce;
}
.contracted-input input[type=checkbox]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #ffffff;
}
.contracted-input label {
  position: relative;
  padding: 5px 5px 5px 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.contracted-input label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}
.contracted-input label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.box-inforwarehouses {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.box-inforwarehouses__price {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285;
  color: #000000;
  position: relative;
  top: -5px;
}
.box-inforwarehouses__price .price {
  color: #1B61BE;
  font-weight: 700;
  line-height: 1.4545;
  font-size: 2rem;
  margin-right: -4px;
}
.box-inforwarehouses-t {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0;
  }
}
.box-inforwarehouses-t > * {
  border-right: 1px solid #B4B4B4;
  padding-right: 5px;
  margin-right: 11px;
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t > * {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
.box-inforwarehouses-t > *:last-child {
  border-right: none;
}
.box-inforwarehouses-t01 {
  width: 22%;
  min-width: 127px;
}
@media screen and (max-width: 1024px) {
  .box-inforwarehouses-t01 {
    width: 30%;
  }
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t01 {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
  }
}
.box-inforwarehouses-t02 {
  width: 24.1%;
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t02 {
    width: 100%;
  }
}
.box-inforwarehouses-t03 {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .box-inforwarehouses-t03 {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t03 {
    width: 100%;
  }
}
.box-inforwarehouses-t .list-infor__price .des {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .box-inforwarehouses-t .list-infor__price .des {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t .list-infor__price .des {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-t .list-infor__price {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .box-inforwarehouses-t .list-infor__price .ttl-sub {
    white-space: nowrap;
    padding-right: 10px;
  }
}
.box-inforwarehouses__spec {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0px;
  @media screen and (max-width: 1024px) {
    flex-direction: column;
  }
}
.box-inforwarehouses__spec:last-child {
  margin-bottom: 0;
}
.box-inforwarehouses__spec__wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-inforwarehouses__spec-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 66px;
  padding-bottom: 5px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.box-inforwarehouses__spec-list {
  display: block;
  width: calc(100% - 66px);
  padding-left: 0px;
  margin: 0 -1.5px;
  max-width: 390px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.box-inforwarehouses__spec-list li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 1.5px;
  margin-bottom: 5px;
}
.box-inforwarehouses__spec-list li.li_color span {
  background: #e7f0fc;
  color: #0e448b;
}
.box-inforwarehouses__spec-list span {
  display: inline-block;
  line-height: 1.2;
  border-radius: 3px;
  padding: 5px 3px;
  color: #b4b4b4;
  background: #dedede;
  text-align: center;
}
.box-inforwarehouses__spec--01 {
  width: 38.6%;
  padding-right: 4px;
}
.box-inforwarehouses__spec--01 li:first-child span, .box-inforwarehouses__spec--01 li:nth-child(6) span {
  width: 91px;
}
.box-inforwarehouses__spec--01 li:nth-child(2) span, .box-inforwarehouses__spec--01 li:nth-child(5) span {
  width: 113px;
}
.box-inforwarehouses__spec--01 li:nth-child(3) span {
  width: 50px;
}
.box-inforwarehouses__spec--01 li:nth-child(4) span {
  width: 50px;
}
.box-inforwarehouses__spec--01 li:nth-child(5) span {
  width: 114px;
}
.box-inforwarehouses__spec--01 li:nth-child(6) span {
  width: 91px;
}
.box-inforwarehouses__spec--01 li:nth-child(7) span {
  width: 86px;
}
.box-inforwarehouses__spec--01 li:nth-child(8) span {
  width: 100px;
}
.box-inforwarehouses__spec--01 li:nth-child(9) span {
  width: 80px;
}
.box-inforwarehouses__spec--02 {
  width: 39.1%;
  border-right: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
  padding: 0 18px;
}
.box-inforwarehouses__spec--02 li:first-child span {
  width: 157px;
}
.box-inforwarehouses__spec--02 li:nth-child(2) span {
  width: 38px;
}
.box-inforwarehouses__spec--02 li:nth-child(3) span {
  width: 74px;
}
.box-inforwarehouses__spec--02 li:nth-child(4) span {
  width: 62px;
}
.box-inforwarehouses__spec--02 li:nth-child(5) span {
  width: 85px;
}
.box-inforwarehouses__spec--02 li:nth-child(6) span {
  width: 73px;
}
.box-inforwarehouses__spec--02 li:nth-child(7) span {
  width: 38px;
}
.box-inforwarehouses__spec--02 li:nth-child(8) span {
  width: 60px;
}
.box-inforwarehouses__spec--02 li:nth-child(9) span {
  width: 73px;
}
.box-inforwarehouses__spec--03 {
  width: 22.3%;
  padding-left: 15px;
}
.box-inforwarehouses__spec--03 li:first-child span {
  width: 62px;
}
.box-inforwarehouses__spec--03 li:nth-child(2) span {
  width: 38px;
}
.box-inforwarehouses__spec--03 li:nth-child(3) span {
  width: 79px;
}
.box-inforwarehouses__spec--03 li:nth-child(4) span {
  width: 67px;
}
.box-inforwarehouses-infor {
  margin-bottom: 15px;
}
.box-inforwarehouses-dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-dl {
    font-size: 1.4rem;
    margin-bottom: 1.5px;
  }
}
.box-inforwarehouses-dt {
  width: 80px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-dt {
    width: 70px;
  }
}
.box-inforwarehouses-dd {
  width: calc(100% - 80px);
  padding-left: 5px;
}
.box-inforwarehouses-dd p{
  display: inline-block;
}
.box-inforwarehouses-dd p:not(:last-child):after{
  content: "、";
}
@media screen and (max-width: 834px) {
  .box-inforwarehouses-dd {
    width: calc(100% - 70px);
    padding-left: 8px;
    padding-right: 10px;
  }
}

.scrollableList {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6EA2CE;
    background: #ffffff;
    border-radius: 100px;
    padding: 10px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #6EA2CE;
    min-width: 180px;
    height: 48px;
}
@media screen and (max-width: 834px) {
    .scrollableList {
        padding: 5px 15px;
        font-size: 1.3rem;
        min-width: 150px;
        height: 37px;
        vertical-align: middle;

    }
}
.scrollableList:before{
    display: none;
}
.scrollableList .selectedOption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
}
@media screen and (max-width: 834px) {
    .scrollableList .selectedOption {
        line-height: 33px;
    }
}
.scrollableList .selectedOption > span{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.scrollableList .selectedOption > span:before{
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    content: '';
    width: 24px;
    height: 21px;
    background: url('../img/view/list/img-sort.png') no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
    display: block;
}
@media screen and (max-width: 834px) {
    .scrollableList .selectedOption > span:before{
        left: 0;
        width: 20px;
        height: 16px;
    }
}

.scrollableList ul li {
  list-style: none;
  cursor: pointer;
  line-height: 1.733;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.scrollableList ul li:nth-child(2n) {
  border-bottom: 1px solid #B4B4B4;
}
.scrollableList ul li:last-child {
  border-bottom: none;
}

.selectedOption {
  cursor: pointer;
}

.scrollableList ul li:hover {
  color: #6ea2ce;
}

.selectedOption:hover {
  color: #6ea2ce;
}

.selectedOption {
  font-weight: bold;
  white-space: nowrap;
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.wp-pagenavi a:not(.previouspostslink),
.wp-pagenavi a:not(.nextpostslink),
.wp-pagenavi span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F2F2F2;
  margin: 0 5px;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.wp-pagenavi .current {
  color: #0E448B;
  font-weight: 500;
  background: #E7F0FC;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  position: relative;
  color: #0E448B;
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  border: none;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-size: 0rem;
  }
}
.wp-pagenavi .three-dots {
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  margin: 0;
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1B61BE;
  border-left: 2px solid #1B61BE;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 10px;
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1B61BE;
  border-right: 2px solid #1B61BE;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
}

.sec-popup {
  background: rgba(110, 162, 206, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  padding-top: 20px;
}
.sec-popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-popup {
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
  display: none;
}
.box-popup--01 {
  max-width: 1100px;
}
.box-popup__w {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .box-popup__w {
    max-height: calc(100% - 50px);
    overflow-y: scroll;
  }
}
.box-popup__wclose {
  display: inline-block;
  right: 15px;
  position: absolute;
  top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .box-popup__wclose {
    right: 2.2vw;
    top: 2.2vw;
  }
  .box-popup__wclose img {
    width: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .box-popup__wmaps {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
  }
}
@media screen and (max-height: 799px) {
  .box-popup__wmaps {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
  }
}
.box-popup__wmaps--nopd {
  text-align: center;
}
.box-popup__wmaps--nopd .c-ttl__05 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .box-popup__wmaps--nopd .c-ttl__05 {
    margin-bottom: 15px;
  }
}
.box-popup__wmaps--nopd .box-popup__maps {
  padding: 0;
  margin-bottom: 10px;
}
.box-popup__wmaps--nopd .box-popup__maps-l {
  width: 43%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .box-popup__wmaps--nopd .box-popup__maps-l {
    width: 100%;
  }
}
.box-popup__wmaps--nopd .box-popup__maps-r {
  padding-left: 14px;
  width: 57%;
  padding-top: 5px;
}
@media screen and (max-width: 834px) {
  .box-popup__wmaps--nopd .box-popup__maps-r {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.box-popup__wmaps--nopd .box-popup__maps-r sub {
  margin-bottom: 7.5px;
}
.box-popup__wmaps--nopd .box-popup__maps-r subttl {
  margin-bottom: 3px;
  text-align: left;
}
.box-popup__wmaps--nopd .tb-search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 834px) {
  .box-popup__wmaps--nopd .tb-search {
    margin: 0 -6px;
  }
}
.box-popup__wmaps--nopd .tb-search li {
  padding: 0 12px;
  margin-bottom: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 834px) {
  .box-popup__wmaps--nopd .tb-search li {
    padding: 0 6px;
    width: 25%;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__wmaps--nopd .c-btn__01 {
    padding: 8px 5px;
  }
}
.box-popup__w--nopd {
  padding: 48px 50px 34px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .box-popup__w--nopd {
    padding: 45px 15px 25px 22px;
  }
}
.box-popup__w .multi-range-slider .slider > .track {
  background: #D7D5D3;
}
.box-popup__w .multi-range-slider .slider > .range,
.box-popup__w .multi-range-slider .slider > .thumb {
  background: #1B61BE;
}
.box-popup__w .tb-slider {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.box-popup__w .tb-slider .middle {
  max-width: 290px;
}
.box-popup__w .tb-slider .tb-search {
  width: calc(100% - 400px);
  padding-top: 15px;
}
.box-popup__maps {
  padding: 48px 119px 34px;
  background: #FFFFFF;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .box-popup__maps {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__maps {
    padding: 25px 15px 25px 30px;
  }
}
.box-popup__maps-l {
  width: 46%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .box-popup__maps-l {
    display: none;
  }
}
.box-popup__maps-r {
  padding-left: 47px;
  width: 54%;
}
@media screen and (max-width: 834px) {
  .box-popup__maps-r {
    width: 100%;
    padding-left: 0;
  }
}
.box-popup__maps-rsub {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.857;
  color: #000000;
  margin-bottom: 5.5px;
}
@media screen and (max-width: 834px) {
  .box-popup__maps-rsub {
    font-size: 1.4rem;
    line-height: 2.285;
    margin-bottom: 8.5px;
  }
}
.box-popup__maps-rsubttl {
  margin-bottom: 2px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .box-popup__maps-rsubttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
.box-popup__maps-rsublist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5px;
}
.box-popup__maps-rsublist li {
  padding: 0 1.5px;
  margin-bottom: 3px;
}
.box-popup__maps-rsublist li label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #b4b4b4;
  border-radius: 3px;
  background: #dedede;
  padding: 2px 3px;
  display: inline-block;
  line-height: 2;
  min-width: 57px;
  text-align: center;
  cursor: pointer;
}
.box-popup__maps-rsublist li label:hover {
  opacity: 0.75;
}
.box-popup__maps-rsublist li input:checked + label {
  color: #1B61BE;
  background: #B2DCFF;
}
.box-popup__maps-rsublist01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5px;
}
.box-popup__maps-rsublist01 li {
  padding: 0 1.5px;
  margin-bottom: 3px;
}
.box-popup__maps-rsublist01 li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #b4b4b4;
  border-radius: 3px;
  background: #dedede;
  padding: 2px 3px;
  display: inline-block;
  line-height: 2;
  min-width: 57px;
  text-align: center;
  cursor: pointer;
}
.box-popup__maps-rsublist01 li a:hover {
  opacity: 0.75;
}
.box-popup__maps-rsublist01 li.active a {
  color: #1B61BE;
  background: #B2DCFF;
}
@media screen and (min-width: 835px) {
  .box-popup__maps-rsubfl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .box-popup__maps-rsubfl .box-popup__maps-rsubttl {
    width: 90px;
    padding-right: 5px;
  }
  .box-popup__maps-rsubfl .box-popup__maps-rsublist01 {
    width: calc(100% - 90px);
  }
}
.box-popup__maps-btn {
  margin: 0 10px;
}
.box-popup__maps-btn__w {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .box-popup__maps-btn__w {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__maps-btn {
    margin-bottom: 15px;
  }
}
.box-popup__maps .maps02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.box-popup__search {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .box-popup__search {
    max-height: calc(100vh - 204px);
    overflow-y: scroll;
  }
}
@media screen and (max-height: 799px) {
  .box-popup__search {
    max-height: calc(100vh - 204px);
    overflow-y: scroll;
  }
}
.box-popup__searcht {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 24px 21px 24px 30px;
  background: #DEDEDE;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .box-popup__searcht {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 6px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__searcht-listtags {
    width: 100%;
    margin-bottom: 15px;
  }
}
.box-popup__searcht-listtags ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.box-popup__searcht-listtags ul li {
  margin-right: 5px;
}
.box-popup__searcht-listtags ul li:last-child {
  margin-right: 0;
}
.box-popup__searcht-listtags ul li .item-search {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.285;
  color: #1B61BE;
  padding: 6px 12px 6px;
  border-radius: 5px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 1px;
}
.box-popup__searcht-listtags ul li .item-search__close {
  margin-right: 5px;
}
@media screen and (max-width: 834px) {
  .box-popup__searcht-btn {
    width: 100%;
    text-align: center;
  }
}
.box-popup__searchbt {
  padding: 40px 52px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt {
    padding: 25px 20px;
  }
}
.box-popup__searchbt-ct {
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt-ct {
    margin-bottom: 11px;
  }
}
.box-popup__searchbt-ct:last-child {
  margin-bottom: 0;
}
.box-popup__searchbt-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444;
  color: #0E448B;
  border-bottom: 2px solid #6EA2CE;
  margin-bottom: 4px;
  padding-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 9px;
    padding-bottom: 5px;
  }
}
.box-popup__searchbt-ttl--big {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0E448B;
  background-image: url("../img/common/i-search-bl.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
  padding-left: 28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt-ttl--big {
    font-size: 1.6rem;
    background-size: 18px;
    padding-left: 26px;
    margin-bottom: 20px;
  }
}
.box-popup__searchbt-road__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 1245px) {
  .box-popup__searchbt-road__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-popup__searchbt-road__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.box-popup__searchbt-road-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  width: 21%;
}
@media screen and (max-width: 1245px) {
  .box-popup__searchbt-road-ttl {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt-road-ttl {
    font-size: 1.4rem;
  }
}
.box-popup__searchbt-road-btn {
  font-size: 1.4rem;
  display: block;
  background: #6EA2CE;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  padding: 10px 19px;
  margin-right: 10px;
}
@media screen and (max-width: 1245px) {
  .box-popup__searchbt-road-btn {
    width: 192px;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt-road-btn {
    width: auto;
    font-size: 1.2rem;
    padding: 7px 15px;
    height: 31px;
    margin-bottom: 5px;
  }
}
.box-popup__searchbt-road-sel {
  color: #A8A8A8;
  font-size: 1.4rem;
  font-weight: 400;
  width: 290px;
  height: 40px;
  border: 1px solid #9D9D9D;
  background-color: #fff;
  background-image: url("../img/common/i-select.svg");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 25px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 1245px) {
  .box-popup__searchbt-road-sel {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 834px) {
  .box-popup__searchbt-road-sel {
    font-size: 1.2rem;
    height: 31px;
    background-size: 20px;
    width: 230px;
  }
}
@media screen and (max-width: 640px) {
  .box-popup__searchbt-road-sel {
    width: 100%;
  }
}
.box-popup__searchbt-road-selfull {
  padding: 0 8px;
  border-color: #BAD3F2;
  width: 100%;
  border-radius: 4px;
  background: none;
}
.box-popup__search--maxh .js-maxh {
  position: relative;
  height: 520px;
  max-height: calc(100vh - 180px);
}
@media screen and (max-width: 834px) {
  .box-popup__search--maxh .js-maxh {
    height: 460px;
  }
}
.box-popup__search--maxh .js-maxh .mCSB_scrollTools {
  border-left: none;
  background: #F2F2F2;
  border-radius: 5px;
  width: 10px;
}
.box-popup__search--maxh .js-maxh .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.box-popup__search--maxh .js-maxh .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #6EA2CE;
  border-radius: 5px;
}
.box-popup__search--maxh .js-maxh .mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.box-popup#pop-result .box-popup__searchbt {
  padding: 0;
}
.box-popup__return {
  position: absolute;
  top: 25px;
}
@media screen and (max-width: 834px) {
  .box-popup__return {
    top: 10px;
  }
}
.box-popup__return a {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-left: 15px;
  font-size: 1.8rem;
  line-height: 1.444;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .box-popup__return a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.box-popup__return a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url("../img/view/index/img-arr.png") no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 10px;
}

#pop-filter01 .box-popup__search,
#pop-filter01 .box-popup__w,
#pop-filter .box-popup__search,
#pop-filter .box-popup__w,
#pop-filter02 .box-popup__search,
#pop-filter02 .box-popup__w,
#pop-mapsfilter .box-popup__search,
#pop-mapsfilter .box-popup__w,
#pop-mapsfilter01 .box-popup__search,
#pop-mapsfilter01 .box-popup__w,
#pop-mapsfilter02 .box-popup__search,
#pop-mapsfilter02 .box-popup__w {
  overflow-y: unset;
}

.tb-search {
  width: 100%;
}
/*
.tb-search tr {
  margin: 0 -7.5px;
}
*/
.tb-search tr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.tb-search tr td{
  display: block;
  width: 20%;
  padding: 0 7.5px;
  vertical-align: baseline;
}
.tb-search td.w-full{
  width: 100%;
}
@media screen and (min-width: 835px) {
  .tb-search td:first-child {
    padding-left: 0;
  }
}
.tb-search td.w-full .td-labelct {
  font-weight: 600;
}
.tb-search td.w-full .td-labelct span {
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .tb-search tr td {
    width: 50%;
    margin-bottom: 0;
  }
}
.tb-search input:checked + label .lager {
  color: #1b61be;
  font-weight: 500;
}
.tb-search input:checked + label .td-check:after {
  opacity: 1;
  visibility: visible;
}
.tb-search .td-labelct {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2857;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .tb-search .td-labelct {
    font-size: 1.2rem;
  }
}
.tb-search .td-labelct .small {
  font-size: 1rem;
  line-height: 1.8;
  display: block;
  font-weight: 400;
  color: #B4B4B4;
}
.tb-search .td-check {
  margin-right: 5px;
  position: relative;
  width: 20px;
  height: 20px;
}
.tb-search .td-check:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -12px;
  border: 1px solid #d7d5d3;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}
.tb-search .td-check:after {
  content: "";
  background-color: transparent;
  top: calc(50% - 2px);
  left: 5px;
  width: 10px;
  position: absolute;
  height: 5px;
  margin-top: -6px;
  border-style: solid;
  border-color: #6EA2CE;
  border-width: 0 0 2px 2px;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  opacity: 0;
  visibility: hidden;
}
.tb-search .td-checknm {
  margin-right: 5px;
}
.tb-search .td-checknm .lager {
  font-weight: 400;
}
.tb-search .td-fl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: -2px;
}
@media screen and (max-width: 834px) {
  .tb-search .td-fl {
    margin-bottom: 13px;
  }
}
.tb-search .td-fl:last-child {
  margin-bottom: 0;
}
.tb-search .td-fl--nocheck {
  pointer-events: none;
}
.tb-search .td-fl--nocheck .td-labelct {
  color: #B4B4B4;
}

.box-warehousest {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .box-warehousest {
    margin-bottom: 20px;
  }
}
.box-warehousest__w {
  max-width: 974px;
}
.box-warehousest__ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0E448B;
}
.box-warehousest__list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px;
}
.box-warehousest__list dl:last-child {
  margin-bottom: 0;
}
.box-warehousest__list dl dt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  width: 73px;
  padding-right: 15px;
  border-right: 1px solid #B4B4B4;
}
@media screen and (max-width: 834px) {
  .box-warehousest__list dl dt {
    width: 65px;
  }
}
.box-warehousest__list dl dd {
  width: calc(100% - 73px);
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .box-warehousest__list dl dd {
    width: calc(100% - 65px);
    padding-left: 15px;
  }
}

.list-check01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.list-check01 li {
  margin-right: 20px;
  line-height: 1;
  display: inherit;
  margin-bottom: 15px;
  position: relative;
  top: 3px;
}
.list-check01 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .list-check01 li {
    margin-right: 10px;
  }
}
.list-check01 li .td-check {
  margin-right: 5px;
  position: relative;
  width: 20px;
  height: 20px;
}
.list-check01 li .td-check:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #6EA2CE;
  border-radius: 30px;
}
.list-check01 li .td-check:after {
  content: "";
  background-color: transparent;
  top: calc(50% - 2px);
  left: 4.5px;
  width: 10px;
  position: absolute;
  height: 4px;
  margin-top: -4.2px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 2px 2px;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.list-check01 li .label {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #1B61BE;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.img-map {
  position: relative;
  width: 100%;
}
.img-map--on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.img-map--on svg {
  width: 100%;
}
.img-map--on .map-link {
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.img-map--on .map-link.active {
  display: block;
  opacity: 1;
}
.img-map--on .map-link.active:hover {
  opacity: 0.7;
}

.filter-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.filter-map .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.filter-map .item.active {
  opacity: 1;
}

.tabs-list .box-warehouses__ct-item .box-warehouses__ct-itemwx {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.sec-pickup {
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .sec-pickup {
    margin-bottom: 60px;
  }
}

.list-pickup {
  max-width: 850px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .list-pickup {
    display: block;
    max-width: 375px;
    margin: 0 auto;
  }
}
.list-pickup__item {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .list-pickup__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .list-pickup__item:last-child {
    margin-bottom: 0;
  }
}
.list-pickup__item:last-child, .list-pickup__item:nth-child(2n) {
  margin-right: 0;
}
.list-pickup__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.list-pickup__item-img {
  width: 57%;
}
.list-pickup__item-txt {
  width: 43%;
  background: #F2F2F2;
  padding: 8px 17px;
}
.list-pickup__item-ttl {
  color: #2A5286;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .list-pickup__item-ttl {
    margin-bottom: 8px;
  }
}
.list-pickup__item-ttl .en {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 834px) {
  .list-pickup__item-ttl .en {
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}
.list-pickup__item-ttl .jp {
  font-size: 2rem;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 834px) {
  .list-pickup__item-ttl .jp {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.list-pickup__item-location {
  font-size: 2rem;
  line-height: 1.3;
  color: #EB7F00;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .list-pickup__item-location {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.list-pickup__item-des {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .list-pickup__item-des {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}

.sec-mainmaps {
  padding: 150px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-mainmaps {
    padding: 81px 0 0;
  }
}
.sec-mainmaps .box-mainmaps {
  padding: 60px 80px 23px;
  border-radius: 20px;
  max-width: 1062px;
  margin: 0 auto;
  background: #F2F8FF;
}
@media screen and (max-width: 1024px) {
  .sec-mainmaps .box-mainmaps {
    padding: 50px 26px;
  }
}
@media screen and (max-width: 834px) {
  .sec-mainmaps .box-mainmaps {
    padding: 30px 20px 13px;
  }
}
.sec-mainmaps .box-popup__maps {
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 834px) {
  .sec-mainmaps .box-popup__maps {
    margin-bottom: 0;
  }
}

.value-slider {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.833;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.value-slider__first {
  position: absolute;
  left: 0;
}

#tooltipw {
  position: absolute;
  top: 0rem;
  white-space: nowrap;
  right: 0;
}

.sec-mv01 {
  position: relative;
}
.sec-mv01__img img {
  min-height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  max-height: 700px;
}

.box-mv01 {
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .box-mv01 {
    top: 30px;
  }
}
@media screen and (max-width: 374px) {
  .box-mv01 {
    max-width: calc(100% - 20px);
    right: auto;
  }
}
.box-mv01__ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .box-mv01__ttl {
    margin-bottom: 15px;
  }
}
.box-mv01__ttl small {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.0833333333;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 11px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .box-mv01__ttl small {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: -4px;
  }
}
.box-mv01__ttl-main {
  color: #1B61BE;
  font-weight: 700;
}
.box-mv01__ttl-md {
  font-size: 4.5rem;
  line-height: 1.1111111111;
}
@media screen and (max-width: 1024px) {
  .box-mv01__ttl-md {
    font-size: 4rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 834px) {
  .box-mv01__ttl-md {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 374px) {
  .box-mv01__ttl-md {
    font-size: 2.8rem;
  }
}
.box-mv01__ttl-lg {
  font-size: 6.4rem;
  line-height: 1.15625;
}
@media screen and (max-width: 1245px) {
  .box-mv01__ttl-lg {
    font-size: 5.4rem;
    line-height: 1.3703703704;
  }
}
@media screen and (max-width: 1024px) {
  .box-mv01__ttl-lg {
    font-size: 5.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 834px) {
  .box-mv01__ttl-lg {
    font-size: 3.8rem;
    line-height: 1.3157894737;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 374px) {
  .box-mv01__ttl-lg {
    font-size: 3.5rem;
  }
}
.box-mv01__ttl-txt {
  font-size: 3.4rem;
  line-height: 1.4705882353;
  color: #1B61BE;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .box-mv01__ttl-txt {
    font-size: 2.7rem;
    line-height: 1;
    line-height: 1;
    margin-top: 0;
    display: block;
  }
}
.box-mv01 .ttl-mv01 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .box-mv01 .ttl-mv01 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.box-mv01 .ct-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 10px 15px;
  border: 1px solid #BAD3F2;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
  color: #000000;
  width: 100%;
}
.box-mv01 .ct-input:hover {
  opacity: 0.75;
}
.box-mv01 .ct-input::-ms-expand {
  display: none;
}
@media screen and (max-width: 834px) {
  .box-mv01 .ct-input {
    padding: 10.7px 15px;
  }
}
.box-mv01 .ct-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.box-mv01 .ct-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.box-mv01 .ct-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.box-mv01 .ct-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.box-mv01 .ct-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.box-mv01__w {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .box-mv01__w {
    display: block;
  }
}
.box-mv01__w-form {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .box-mv01__w-form {
    margin-bottom: 10px;
  }
}
.box-mv01__w-forminput {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 834px) {
  .box-mv01__w-forminput {
    margin-top: 25px;
  }
}
@media screen and (min-width: 835px) {
  .box-mv01__w-forminput .c-btn__01--orange {
    width: 200px;
    height: 50px;
  }
}
.box-mv01__w-forminput > * {
  margin-right: 7px;
  margin-bottom: 0;
  padding: 13px 5px;
}
.box-mv01__w-forminput > *:last-child {
  margin-right: 0;
}
.box-mv01__w-l {
  width: 100%;
  display: block;
}
.box-mv01__w-r {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 0 20px;
}
@media screen and (max-width: 834px) {
  .box-mv01__w-r {
    padding: 20px 0;
  }
}
.box-mv01__w-rager {
  width: 100%;
  margin: 0 auto;
  padding-left: 8px;
}
.box-mv01__w-check {
  padding: 5px 0 0;
}
@media screen and (max-width: 834px) {
  .box-mv01__w-check {
    padding-top: 0;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
.box-mv01__w-check .tb-search .td-fl {
  margin-right: -10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box-mv01__w .box-mvinfor {
  width: 37.74%;
  padding-left: 15px;
}
@media screen and (max-width: 834px) {
  .box-mv01__w .box-mvinfor {
    width: 100%;
    padding-left: 0;
  }
}
.box-mv01__w .form_search_index {
  width: 62.259%;
}
@media screen and (max-width: 834px) {
  .box-mv01__w .form_search_index {
    width: 100%;
    margin-bottom: 25px;
  }
}
.box-mv01__wrap {
  margin-bottom: 20px;
  margin-left: auto;
  padding: 36px 30px 30px;
  max-width: 750px;
  background: #e7f0fc;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .box-mv01__wrap {
    margin: 0 auto 16px;
    padding: 20px 22px 10px;
    max-width: 355px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 374px) {
  .box-mv01__wrap {
    padding: 20px 10px 10px;
  }
}

.box-mv01__banner {
  display: flex;
  gap: 0 8px;
  max-width: 758px;
  /* max-width: 375px; */
  margin-inline: auto 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .box-mv01__banner {
    flex-direction: column;
    gap: 8px 0;
    margin: 0 auto;
    max-width: 240px;
  }
}

.box-news {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .box-news {
    display: block;
    margin-bottom: 10px;
  }
}
.box-news__ttl {
  font-weight: 700;
  color: #1B61BE;
  width: 178px;
  padding-right: 15px;
}
@media screen and (max-width: 834px) {
  .box-news__ttl {
    width: 100%;
    padding-right: 0;
  }
}
.box-news__ttl small {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  display: block;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 834px) {
  .box-news__ttl small {
    font-size: 2rem;
    line-height: 1.8;
    display: inline-block;
    top: 0;
    letter-spacing: 0.08em;
  }
}
.box-news__ttl .lager {
  font-size: 3.6rem;
  line-height: 1.1111111111;
  display: block;
}
@media screen and (max-width: 834px) {
  .box-news__ttl .lager {
    font-size: 2rem;
    line-height: 1.8;
    display: inline-block;
  }
}
.box-news__ct {
  width: calc(100% - 178px);
}
@media screen and (max-width: 834px) {
  .box-news__ct {
    width: 100%;
  }
}
.box-news .list-newsmain li a {
  color: #000000;
  padding: 12px 22px 12px 10px;
  background: #f2f8ff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.box-news .list-newsmain li a:after {
  content: "";
  border-top: 1px solid #1b61be;
  border-right: 1px solid #1b61be;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 10px;
}
.box-news .list-newsmain__ct {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .box-news .list-newsmain__ct {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.box-news .list-newsmain .slick-list {
  padding: 0 5% 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .box-news .list-newsmain .slick-list {
    padding: 0 25% 0 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .box-news .list-newsmain .slick-list {
    padding: 0 35% 0 0 !important;
  }
}
.box-news__btn {
  padding-right: 37px;
}
@media screen and (max-width: 834px) {
  .box-news__btn {
    text-align: center !important;
    padding-right: 0;
  }
}

.time-address {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 400;
  color: #1B61BE;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.time-address > * {
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}
.time-address > *:after {
  content: "";
  width: 1px;
  height: 50%;
  background: #1B61BE;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.time-address > *:last-child {
  border-right: 0;
  margin-right: 0;
}
.time-address > *:last-child:after {
  content: none;
}

.sec-news {
  padding-left: calc((100vw - 1140px) / 2);
  margin-bottom: 100px;
}
@media screen and (max-width: 1140px) {
  .sec-news {
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .sec-news {
    padding: 0 10px;
    margin-top: 8px;
    margin-bottom: 51px;
  }
}
.sec-news .slick-slide {
  padding: 0 5px;
}

.middle {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .middle {
    padding-bottom: 0;
  }
}

.multi-range-slider .slider {
  position: relative;
  z-index: 1;
  height: 5px;
  margin: 0;
}
.multi-range-slider .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ffffff;
}
.multi-range-slider .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: -1.5px;
  bottom: -1.5px;
  border-radius: 5px;
  background-color: #1B61BE;
}
.multi-range-slider .slider > .thumb {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  background-color: #1B61BE;
  border-radius: 50%;
}
.multi-range-slider .slider > .thumb.left {
  left: 25%;
  -webkit-transform: translate(-16px, -8px);
      -ms-transform: translate(-16px, -8px);
          transform: translate(-16px, -8px);
}
.multi-range-slider .slider > .thumb.right {
  right: 25%;
  -webkit-transform: translate(15px, -8px);
      -ms-transform: translate(15px, -8px);
          transform: translate(15px, -8px);
}
.multi-range-slider .range2 {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 5px;
  width: 100%;
  opacity: 0;
  left: 0;
  right: 0;
}
.multi-range-slider .range2::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  cursor: pointer;
  -webkit-appearance: none;
}
.multi-range-slider #multi_range {
  margin: 0 auto;
  background-color: #1B61BE;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
  width: 90px;
  font-weight: 500;
  font-size: 1.25em;
  color: #fff;
}

.bnr-sell {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 91;
}
@media screen and (max-width: 1245px) and (min-width: 835px) {
  .bnr-sell {
    width: 240px;
    bottom: 67px;
  }
}
@media screen and (max-width: 834px) {
  .bnr-sell {
    position: relative;
    bottom: auto;
    right: auto;
    width: 355px;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .box-sell {
    text-align: center;
    margin-bottom: 61px;
  }
}

#ui-id-1, #ui-id-2 {
  background: #F2F2F2;
  font-size: 1.4rem;
  padding: 15px;
  max-width: 343px;
}
@media screen and (max-width: 834px) {
  #ui-id-1, #ui-id-2 {
    font-size: 1.2rem;
  }
}
#ui-id-1 .ui-menu-item, #ui-id-2 .ui-menu-item {
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  background-position: center left;
  display: inline-block;
  width: 100%;
  min-height: 21px;
}
#ui-id-1 .ui-menu-item:last-child, #ui-id-2 .ui-menu-item:last-child {
  margin-bottom: 0;
}
#ui-id-1 .ui-menu-item:hover, #ui-id-2 .ui-menu-item:hover {
  font-weight: 700;
}
#ui-id-1 .ui-menu-item-wrapper, #ui-id-2 .ui-menu-item-wrapper {
  background: none !important;
  padding: 0;
  color: #000;
  border: none !important;
  margin: 0 !important;
}
#ui-id-1 .ui-menu-item:last-child, #ui-id-1 .ui-menu-item:nth-last-child(2), #ui-id-2 .ui-menu-item:last-child, #ui-id-2 .ui-menu-item:nth-last-child(2) {
  padding-left: 50px;
}

.box-mvinfor__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-mvinfor__list-item {
  width: calc(50% - 2.5px);
  margin-right: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f8ff+100&0.99+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.99)), to(rgb(242, 248, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.99) 0%, rgb(242, 248, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.99) 0%, rgb(242, 248, 255) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcffffff", endColorstr="#f2f8ff", GradientType=0);
  /* IE6-9 */
  border-radius: 5px;
  margin-bottom: 5px;
}
.box-mvinfor__list-item:last-child, .box-mvinfor__list-item:nth-child(2n) {
  margin-right: 0;
}
.box-mvinfor__list-item a {
  padding: 13px 3px 8px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .box-mvinfor__list-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.box-mvinfor__list-img {
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  .box-mvinfor__list-img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 40px;
  }
}
.box-mvinfor__list-img img {
  width: 32px;
}
@media screen and (max-width: 834px) {
  .box-mvinfor__list-img img {
    width: 30px;
  }
}
.box-mvinfor__list-ct {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: 700;
  color: #0E448B;
  padding-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .box-mvinfor__list-ct {
    font-size: 1.6rem;
    padding-bottom: 0;
    width: calc(100% - 40px);
    text-align: left;
  }
}
.box-mvinfor__list-ct:after {
  content: "";
  width: 14px;
  height: 13px;
  background: url("../img/view/index/img-arr.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .box-mvinfor__list-ct:after {
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    bottom: auto;
  }
}
.box-mvinfor__list-ct .txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .box-mvinfor__list-ct .txt {
    font-size: 1.4rem;
  }
}

.link-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-btns__item {
  margin-right: 30px;
}
@media screen and (max-width: 374px) {
  .link-btns__item {
    margin-right: 15px;
  }
}
.link-btns__item:last-child {
  margin-right: 0;
}
.link-btns__count {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 834px) {
  .link-btns__count {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .link-btns__count {
    font-size: 1.4rem;
  }
}
.link-btns__number {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  color: #1B61BE;
  position: relative;
  top: 5px;
  margin-left: 5px;
}

.input-history--content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  background: #F2F2F2;
  z-index: 10;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.input-history--content.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.input-history--content .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #ddd;
}
.input-history--content .modalClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.input-history--content ul {
  padding: 15px;
  max-height: 160px;
  overflow-y: auto;
}
.input-history--content ul li {
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.input-history--content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.input-history--content ul li a img {
  margin-right: 10px;
  width: 40px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.input-history--content ul li a span {
  display: block;
  width: calc(100% - 50px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.input-history--content ul li a:hover {
  font-weight: bold;
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-contact,
.page-thanks {
  background: #F2F8FF;
}

.page-thanks .sec-contact-page {
  padding-bottom: 98px;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-contact-page {
    padding-bottom: 80px;
  }
}

.thanks-block__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .thanks-block__ttl {
    margin-bottom: 15px;
  }
}
.thanks-block__desc {
  margin-bottom: 60px;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 834px) {
  .thanks-block__desc {
    text-align: left;
    margin-bottom: 20px;
  }
}
.thanks-block__desc p {
  margin-bottom: 33px;
}
@media screen and (max-width: 834px) {
  .thanks-block__desc p {
    margin-bottom: 15px;
  }
}
.thanks-block__desc p:last-of-type {
  margin-bottom: 0;
}
.thanks-block .btn-top {
  font-size: 1.4rem;
  color: #1B61BE;
  padding-left: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: underline;
}
.thanks-block .btn-top:before {
  content: "";
  border: solid #1B61BE;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 3px;
  top: 4px;
}

.sec-contact-page {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .sec-contact-page {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.contact-page__ttl {
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .contact-page__ttl {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}
.contact-page__main {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 72px 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .contact-page__main {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 834px) {
  .contact-page__main {
    padding: 40px 14px;
    border-radius: 5px;
  }
}

.step-contact {
  max-width: 326px;
  width: 100%;
  margin: 0 auto 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .step-contact {
    max-width: 276px;
    margin-bottom: 20px;
  }
}
.step-contact-item {
  width: 90px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 50%;
  opacity: 0.3;
  padding: 20.5px 0;
  background: #B2DCFF;
  position: relative;
}
@media screen and (max-width: 834px) {
  .step-contact-item {
    width: 80px;
    font-size: 1.3rem;
    padding: 18px 0;
  }
}
.step-contact-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #6EA2CE;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
}
@media screen and (max-width: 834px) {
  .step-contact-item:after {
    right: -13px;
  }
}
.step-contact-item:last-of-type:after {
  display: none;
}
.step-contact-item:first-of-type {
  opacity: 1;
}
.step-contact-item:first-of-type:after {
  opacity: 1;
}
.step-contact-item.on {
  opacity: 1;
}
.step-contact-item.on:after {
  opacity: 1;
}
.step-contact-item span {
  display: block;
}
.step-contact-item span.no {
  font-size: 2rem;
  font-weight: 700;
  color: #1B61BE;
}
@media screen and (max-width: 834px) {
  .step-contact-item span.no {
    font-size: 1.8rem;
  }
}

.single-main .form {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .single-main .form {
    font-size: 1.4rem;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .single-main .form tbody,
.single-main .form tr {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .single-main .form tr {
    margin-bottom: 30px;
  }
  .single-main .form tr:last-of-type {
    margin-bottom: 21px;
  }
}
.single-main .form th,
.single-main .form td {
  vertical-align: middle;
  padding: 15px 0;
}
@media screen and (max-width: 834px) {
  .single-main .form th,
.single-main .form td {
    display: block;
    width: 100% !important;
    padding: 0;
  }
}
.single-main .form th {
  width: 205px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .single-main .form th {
    margin-bottom: 10px;
  }
}
.single-main .form th .required,
.single-main .form th .any {
  display: inline-block;
  margin-right: 10px;
  width: 55px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  background: #1B61BE;
  border-radius: 26px;
}
@media screen and (max-width: 834px) {
  .single-main .form th .required,
.single-main .form th .any {
    line-height: 25px;
  }
}
.single-main .form th .any {
  background: #E7F0FC;
  color: #1B61BE;
}
.single-main .form th.val_t {
  vertical-align: top;
  padding-top: 25px;
}
@media screen and (max-width: 834px) {
  .single-main .form th.val_t {
    padding-top: 0;
  }
}
.single-main .form th.val_t--other {
  padding-top: 15px;
}
@media screen and (max-width: 834px) {
  .single-main .form th.val_t--other {
    padding-top: 0;
  }
}
.single-main .form td {
  width: calc(100% - 205px);
}
.single-main .form td input[type=text],
.single-main .form td input[type=email],
.single-main .form td input[type=tel] {
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #F2F8FF;
  border: 1px solid #BAD3F2;
  outline: 0;
  font-size: 1.4rem;
  border-radius: 3px;
  height: 45px;
}
.single-main .form td input.text01h {
  width: 88%;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .single-main .form td input.text01h {
    width: calc(100% - 20px);
    margin-left: 5px;
  }
}
.single-main .form td input.text02 {
  width: 200px;
  margin-left: 10px;
}
.single-main .form td .pref-wrapper {
  width: 80px;
  margin-top: 10px;
}
.single-main .form td.err input[type=text] {
  background: #FFF2F2;
  border: 1px solid #FFCECE;
}
.single-main .form td.err .tx-err {
  font-size: 1.2rem;
  color: #DB1414;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  display: block;
}
.single-main .form td .tx-err {
  display: none;
}
.single-main .form td .description {
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .single-main .form td .description {
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    margin-top: 12px;
  }
}
.single-main .form td .name {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-main .form td .name li {
  width: 244px;
  margin-right: 12px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .single-main .form td .name li {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .single-main .form td .name li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.single-main .form td .name li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.single-main .form td .phone {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 834px) {
  .single-main .form td .phone {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.single-main .form td .phone .tx-err {
  top: 15px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.single-main .form td > div {
  position: relative;
}
.single-main .form td textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: #F2F8FF;
  border: 1px solid #BAD3F2;
  padding: 15px;
  outline: 0;
  resize: none;
}

.custom-checkbox.line01 {
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .custom-checkbox.line01 {
    margin-bottom: 18px;
  }
}
.custom-checkbox input {
  display: none;
}

.custom-checkbox input[type=checkbox] + label {
  position: relative;
  padding: 0 5px 0 26px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 0 !important;
}
.custom-checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  color: #4F8196;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #BAD3F2;
  background: #F2F8FF;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-checkbox input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 14px;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}

.custom-checkbox input[type=checkbox]:checked + label {
  font-weight: 500;
}

.custom-checkbox input[type=checkbox]:checked + label:after {
  top: 4px;
  left: 2px;
  background: url(../img/contact/checkmark_bl.png) no-repeat;
  background-size: 16px auto;
}

.desired-date-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .desired-date-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.desired-date-item:last-of-type {
  margin-bottom: 0;
}
.desired-date-item .head {
  width: 60px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .desired-date-item .head {
    width: 56px;
  }
}
.desired-date-item .date-select {
  width: calc(100% - 60px);
  padding-left: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .desired-date-item .date-select {
    width: calc(100% - 56px);
    margin-bottom: -10px;
  }
}
.desired-date-item .date-select li {
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .desired-date-item .date-select li {
    margin-right: 18px;
    margin-bottom: 10px;
  }
}
.desired-date-item .date-select li:last-of-type {
  margin-right: 0;
}
.desired-date-item .date-select li.select-other {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .desired-date-item .date-select li.select-other {
    margin-right: -10px;
  }
}
.desired-date-item .date-select li.select-other input[type=text] {
  width: 190px;
  height: 35px;
  border: 1px solid #BAD3F2;
  background: #F2F8FF;
}
@media screen and (max-width: 834px) {
  .desired-date-item .date-select li.select-other input[type=text] {
    width: 180px;
  }
}
@media screen and (max-width: 374px) {
  .desired-date-item .date-select li.select-other input[type=text] {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .desired-date-item:nth-child(2) .date-select li {
    margin-right: 20px;
  }
}

.moving-block.inline li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.moving-block li {
  margin-bottom: 15px;
}
.moving-block li:last-of-type {
  margin-bottom: 0;
}
.moving-block label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  position: relative;
}
.moving-block label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #BAD3F2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.moving-block label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #1B61BE;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.moving-block input[type=radio] + label {
  font-size: 1.5rem;
}
.moving-block input[type=radio] + label span {
  display: none;
}
.moving-block input[type=radio] + label select {
  border: 1px solid #D7D5D3;
  background: #F2F2F2;
  color: #B4B4B4;
  border-radius: 0;
  pointer-events: none;
}
.moving-block input[type=radio]:checked + label {
  font-weight: 500;
}
.moving-block input[type=radio]:checked + label span {
  display: block;
}
.moving-block input[type=radio]:checked + label select {
  background: #F2F8FF;
  border: 1px solid #BAD3F2;
  color: #000;
  pointer-events: auto;
}
.moving-block input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select {
  width: 100%;
  height: 33px;
  background: #F2F8FF;
  border: 1px solid #BAD3F2;
  padding: 0 8px;
  border-radius: 3px;
}

.form-select {
  margin-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.form-select--year select {
  margin-right: 5px;
}
.form-select > div {
  position: relative;
  width: 70px;
  margin-right: 5px;
}
.form-select > div:after {
  content: "";
  border: solid #1B61BE;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.form-select--pref {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-select--pref > div {
  width: 80px;
}
.form-select--month > div {
  width: 54px;
}

.select-list-item {
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .select-list-item {
    margin-bottom: 15px;
  }
}

input ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input ::placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
input :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
input ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.agree-txt {
  margin-top: 8px;
  margin-bottom: 37px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .agree-txt {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.agree-txt .form-group {
  display: inline-block;
}
.agree-txt a {
  color: #1B61BE;
  text-decoration: underline;
}

.err-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  width: 100vw;
  text-align: center;
  background: #DB1414;
  z-index: 9999;
  font-size: 1.2rem;
  color: #fff;
}
.err-msg:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 27px 50px;
  border-color: transparent transparent #DB1414 transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .err-msg p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.err-msg .strong {
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .err-msg .strong {
    width: 57%;
    font-size: 1.6rem;
  }
}
.err-msg .num {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #DB1414;
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .err-msg .num {
    width: 30px;
    height: 30px;
    font-size: 2.4rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .err-msg .ft-bk {
    width: 43%;
    text-align: left;
  }
}

.submit-btn-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.submit-btn-box .reset_btn {
  background: #1B61BE !important;
}

.submit-btn-box input[type=submit][name=check].disabled,
.submit-btn-box button[type=submit][name=check].disabled {
  background: #1B61BE;
  border: none;
  cursor: not-allowed;
}

.submit-btn-box input[type=submit],
.submit-btn-box button[type=submit] {
  cursor: pointer;
  width: 280px;
  display: block;
  margin: 0 5px;
  font-weight: 700;
  line-height: 60px;
  font-size: 1.8rem;
  color: #fff;
  background: #1B61BE;
  border: 1px solid #1B61BE;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .submit-btn-box input[type=submit],
.submit-btn-box button[type=submit] {
    width: 250px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 1.5rem;
  }
}
.submit-btn-box input[type=submit]:after,
.submit-btn-box button[type=submit]:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  background: url("../img/contact/arrow-left-short@2x.png") no-repeat center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .submit-btn-box input[type=submit]:after,
.submit-btn-box button[type=submit]:after {
    width: 13px;
    height: 12px;
  }
}

.submit-btn-box input[type=submit] {
  background-image: url(../img/contact/arrow-left-short@2x.png);
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: top 50% right 26%;
}

.contact-confirm .custom-checkbox:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  top: 4px;
  left: 2px;
  background: url("../img/contact/checkmark_bl.png") no-repeat;
  background-size: 16px auto;
}

.contact-confirm {
  position: relative;
}
.contact-confirm .form th.val_t {
  padding-top: 12px;
}
@media screen and (max-width: 834px) {
  .contact-confirm .form th.val_t {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .contact-confirm .form tr {
    margin-bottom: 23px;
  }
}
.contact-confirm .c_input[data-name=tel] {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
  width: 350px;
}
.contact-confirm .c_input[data-name=address] {
  display: block;
}
.contact-confirm .c_input[data-name=content] {
  padding-left: 21px;
  line-height: 1.7;
}
.contact-confirm .custom-checkbox {
  position: relative;
  padding-left: 20px;
}
.contact-confirm .custom-checkbox[data-name=note01] {
  padding-left: 20px;
  font-weight: 700;
}
.contact-confirm .custom-checkbox[data-name=note01]:after {
  top: 3px;
  left: 0;
}
.contact-confirm .desired-date-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-confirm .desired-date-item .date-select {
  padding-left: 10px;
}
.contact-confirm .desired-date-item .date-select li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.contact-confirm .desired-date-item .date-select li .form-group {
  margin-right: 22px;
}
.contact-confirm .desired-date-item .date-select li .form-group:last-of-type {
  margin-right: 0;
}
.contact-confirm .select-list-item .c_input {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .contact-confirm .select-list-item .c_input {
    margin-bottom: 7px;
  }
}
.contact-confirm .txt-link-com {
  font-size: 1.4rem;
  color: #1B61BE;
  text-decoration: underline;
  padding-left: 18px;
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 834px) {
  .contact-confirm .txt-link-com {
    bottom: 78px;
  }
}
.contact-confirm .txt-link-com:before {
  content: "";
  border: solid #1B61BE;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 3px;
  top: 4px;
}
.contact-confirm .submit-btn-box {
  margin-top: 43px;
}
@media screen and (max-width: 834px) {
  .contact-confirm .submit-btn-box {
    margin-top: 68px;
  }
}

.sec-property-nearby {
  padding-bottom: 80px;
}

.property-nearby {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.property-nearby .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .property-nearby .item {
    margin-bottom: 10px;
  }
}
.property-nearby .item:last-of-type {
  margin-bottom: 0;
}
.property-nearby .item.is-new .property-nearby__img:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #C96855 transparent transparent transparent;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .property-nearby .item.is-new .property-nearby__img:before {
    border-width: 40px 40px 0 0;
  }
}
.property-nearby__img {
  width: 180px;
  position: relative;
  display: block;
  min-height: 180px;
}
@media screen and (max-width: 640px) {
  .property-nearby__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.property-nearby__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
  .property-nearby__label {
    font-size: 1.1rem;
  }
}
.property-nearby__cnt {
  width: calc(100% - 180px - 276px);
  padding: 23px 20px 23px 18px;
  display: block;
  color: #000;
}
@media screen and (max-width: 834px) {
  .property-nearby__cnt {
    padding: 10px 15px 15px;
    width: calc(100% - 180px - 140px);
  }
}
@media screen and (max-width: 640px) {
  .property-nearby__cnt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.property-nearby__cnt-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .property-nearby__cnt-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: -7px;
  }
}
.property-nearby__cnt-detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.property-nearby__cnt-detail li {
  padding-right: 11px;
  margin-right: 11px;
  border-right: 1px solid #B4B4B4;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .property-nearby__cnt-detail li {
    width: 100%;
    font-size: 1.2rem;
    padding: 0;
    border: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .property-nearby__cnt-detail li:last-of-type {
    margin-bottom: 0;
  }
}
.property-nearby__cnt-detail li:first-of-type {
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .property-nearby__cnt-detail li:first-of-type {
    padding-bottom: 2px;
  }
}
.property-nearby__cnt-detail li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.property-nearby__cnt-detail li span {
  color: #1B61BE;
  font-size: 2.2rem;
  line-height: 1;
}
.property-nearby__cnt-detail li small {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 3px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .property-nearby__cnt-detail li small {
    margin-right: 5px;
  }
}
.property-nearby__right {
  width: 276px;
  padding: 15px 20px 15px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .property-nearby__right {
    width: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .property-nearby__right {
    width: calc(100% - 180px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    padding: 10px 10px 0;
  }
}
.property-nearby__num {
  width: 100px;
  background: #F2F8FF;
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: center;
  padding: 18px 0;
}
@media screen and (max-width: 834px) {
  .property-nearby__num {
    width: 100%;
    font-size: 1rem;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .property-nearby__num {
    padding: 0 0 10px;
    margin-bottom: 0;
  }
}
.property-nearby__num span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #0E448B;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .property-nearby__num span {
    display: inline-block;
    font-size: 1.6rem;
  }
}
.property-nearby__control {
  width: 140px;
}
@media screen and (max-width: 640px) {
  .property-nearby__control {
    width: 100%;
    background: #F2F8FF;
    padding-bottom: 14px;
  }
}
.property-nearby__control li {
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .property-nearby__control li {
    width: 120px;
    margin: 0 auto 5px;
  }
}
.property-nearby__control li:last-of-type {
  margin-bottom: 0;
}
.property-nearby__control li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 46px;
  border: 2px solid #DEDEDE;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #ccc;
  border-radius: 46px;
}
@media screen and (max-width: 834px) {
  .property-nearby__control li a {
    font-size: 1.4rem;
    height: 34px;
    border-radius: 34px;
  }
}
.property-nearby__control li a.add {
  background: #fff;
}
.property-nearby__control li a.add span {
  position: relative;
}
.property-nearby__control li a.add span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 16px;
  background: url("../img/contact/ico-star.png") no-repeat center/cover;
  position: static;
  margin-right: 5px;
}
.property-nearby__control li a.add.active {
  background: #FF9136;
  border-color: #FF9136;
  color: #fff;
}
.property-nearby__control li a.add.active span:before {
  background: url("../img/contact/ico-star-wt.png") no-repeat center/cover;
}
.property-nearby__control li a.delete {
  background: #DEDEDE;
  border-color: #DEDEDE;
}
.property-nearby__control li a.delete span {
  color: #B4B4B4;
  position: relative;
}
.property-nearby__control li a.delete span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 16px;
  background: url("../img/contact/ico-trash.png") no-repeat center/cover;
  position: static;
  margin-right: 5px;
}

.page-contact .btn-customcheck.favorite_check {
  width: 100%;
}

.contact-page__t {
  text-align: center;
  margin-bottom: 31px;
}
.contact-page__t-img {
  margin-bottom: 10px;
}
.contact-page__t > p {
  margin-bottom: 15px;
}
.contact-page__t > p strong {
  color: #1B61BE;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contact-page__t > p {
    text-align: left;
  }
}
.contact-page__tlist {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .contact-page__tlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .contact-page__tlist {
    font-size: 1.4rem;
  }
}
.contact-page__tlist-item {
  border-right: 1px solid #6EA2CE;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .contact-page__tlist-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .contact-page__tlist-item {
    width: 50%;
    margin-bottom: 10px;
    border-right: 0;
    padding: 0 0 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-page__tlist-item:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #6EA2CE;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 9px;
  }
}
.contact-page__tlist-item small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 374px) {
  .contact-page__tlist-item small {
    font-size: 1.1rem;
  }
}
.contact-page__tlist-item:last-child {
  border-right: none;
}
.box-warehouses__contact .box-warehouses__ct-w{
  margin-bottom: 0;
}
.box-warehouses__contact .box-inforwarehouses__price .price{
  margin-right: 0;
}

@media screen and (min-width: 835px) {
  .box-warehouses__contact .box-warehouses__ct-cnt {
    padding-left: 15px;
    align-self: center;
  }
  .box-warehouses__contact .box-inforwarehouses-t01 {
    width: 190px;
  }
  .box-warehouses__contact .box-inforwarehouses-t02 {
    width: 110px;
  }
  .box-warehouses__contact .box-inforwarehouses-t03 {
    width: calc(100% - 333px);
  }
}


@media screen and (min-width: 1025px) {
  .box-warehouses__contact {
    padding-bottom: 80px;
  }
  .box-warehouses__contact .box-warehouses__ct-img {
    width: 180px;
  }
  .box-warehouses__contact .box-warehouses__ct-cnt {
    width: calc(100% - 180px - 316px);
    padding: 23px 0px 16px 20px;
  }
  .box-warehouses__contact .box-warehouses__ct-cnt .ttl {
    margin-bottom: 15px;
  }
  .box-warehouses__contact .box-warehouses__ct-w {
    max-width: 1100px;
    margin-bottom: 5px;
  }
  .box-warehouses__contact .box-warehouses__ct-w:last-child {
    margin-bottom: 0;
  }
  .box-warehouses__contact .box-warehouses__ct-r {
    width: 316px;
    padding: 15px 20px;
    background: #fff;
  }
  .box-warehouses__contact .box-warehouses__ct-rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
  .box-warehouses__contact .box-warehouses__ct-rphone {
    background: #F2F8FF;
    height: 120px;
    min-width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .box-warehouses__contact .box-warehouses__ct-rphone .number {
    font-size: 24px;
    line-height: 1;
    position: relative;
    top: 0;
  }
  .box-warehouses__contact .box-inforwarehouses-t {
    margin-bottom: 0;
  }
  .box-warehouses__contact .box-inforwarehouses__price .price {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
  .box-warehouses__contact .box-inforwarehouses-t01 {
    min-width: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6px;
  }
  .box-warehouses__contact .box-inforwarehouses-t02 .ttl-sub {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 834px) {
  .box-warehouses__contact {
    padding: 0 10px 68px;
  }
  .box-warehouses__contact .box-warehouses__ct-cnt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 2px 15px;
  }
  .box-warehouses__contact .box-warehouses__ct-cnt .ttl {
    margin-bottom: 6px;
  }
  .box-warehouses__contact .box-warehouses__ct-w {
    background: #fff;
    padding-bottom: 16px;
  }
  .box-warehouses__contact .box-warehouses__ct-img {
    width: 50%;
  }
  .box-warehouses__contact .box-warehouses__ct-r {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 6px 10px 15px;
  }
  .box-warehouses__contact .box-warehouses__ct-rw .c-btn__01 {
    width: 120px;
    padding: 7px 5px;
    margin-bottom: 8px;
  }
  .box-warehouses__contact .box-warehouses__ct-rw .c-btn__01:last-child {
    margin-bottom: 0;
  }
  .box-warehouses__contact .box-warehouses__ct-rphone {
    margin-bottom: 6px;
  }
  .box-warehouses__contact .box-warehouses__ct-rphone > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-warehouses__contact .box-inforwarehouses-t01 {
    text-align: left;
    letter-spacing: 0.08em;
    margin-bottom: 1px;
  }
  .box-warehouses__contact .box-inforwarehouses-t02 {
    margin-bottom: 5px;
  }
}
.box-warehouses__contact .box-warehouses__t-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .box-warehouses__contact .box-warehouses__t-img {
    height: calc(100% - 10px);
  }
}
.box-warehouses__contact .box-warehouses__t-img:before {
  content: "";
  display: block;
  padding-bottom: 72.2222222222%;
}
.box-warehouses__contact .box-warehouses__t-imgthumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box-warehouses__contact .box-warehouses__t-imgthumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.box-warehouses__contact .box-warehouses__ct-w {
  background: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .box-warehouses__contact .box-warehouses__ct-r {
    padding: 15px 15px;
  }
}
.phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-area {
  max-width: 66px;
}

.sec-news-detail {
  padding-top: 20px;
  padding-bottom: 78px;
}
@media screen and (max-width: 834px) {
  .sec-news-detail {
    padding-top: 0;
    padding-bottom: 85px;
  }
}
.sec-news-detail .inner {
  max-width: 820px;
}

.news-detail p:not(:last-child) {
  margin-bottom: 10px;
}
.news-detail p span {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.news-detail p span:last-child {
  margin-bottom: 0;
}
.news-detail .news-detail__img + p {
  margin-bottom: 37px;
}
.news-detail > .c-ttl__01 {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .news-detail > .c-ttl__01 {
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
.news-detail__img {
  margin-bottom: 15px;
}
.news-detail__img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .news-detail__img {
    margin: 0 -10px 16px;
  }
}
.news-detail__maps {
  margin-bottom: 16px;
  line-height: 1;
}
.news-detail__maps img, .news-detail__maps iframe {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .news-detail__maps {
    margin: 0 -10px 14px;
  }
}
.news-detail__summary {
  background: #F2F8FF;
  border-radius: 10px;
  padding: 30px 30px 27px;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .news-detail__summary {
    padding: 19px 20px 16px;
  }
}
.news-detail__summary-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news-detail__summary-flex > div {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .news-detail__summary-flex > div {
    width: 100%;
  }
  .news-detail__summary-flex > div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.news-detail__property {
  background: #F2F8FF;
  border-radius: 10px;
  padding: 30px 30px 27px;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .news-detail__property {
    padding: 19px 20px 17px;
    margin-bottom: 38px;
  }
}
.news-detail__property a {
  color: #1B61BE;
  text-decoration: underline;
}
.news-detail__property p:not(:last-child) {
  margin-bottom: 0;
}
.news-detail__property .line {
  margin: 0 15px;
}
.news-detail h3 {
  color: #1B61BE;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .news-detail h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.news-detail h4 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
  margin: 57px 0 13px;
}
@media screen and (max-width: 834px) {
  .news-detail h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 37px;
  }
}

.summary-list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.summary-list .item:not(:last-child) {
  margin-bottom: 5px;
}
.summary-list__ttl {
  width: 75px;
  font-weight: bold;
}
.summary-list__txt {
  width: calc(100% - 75px);
}

.sec-mvpagelg {
  background: url("../img/lg/bg-mv.jpg") no-repeat;
  padding: 36px 0 40px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .sec-mvpagelg {
    padding: 66px 0 70px;
    background: url("../img/lg/bg-mvsp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.mvpagelg {
  color: white;
  text-align: center;
}
.mvpagelg__ttl {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
  max-width: 330px;
  margin: 0 auto;
  padding: 6px 5px 40px;
  position: relative;
  background: url("../img/lg/bg-chat.png") no-repeat;
  background-size: 330px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .mvpagelg__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    background: url("../img/lg/bg-chatsp.png") no-repeat;
    max-width: 290px;
    background-size: 290px;
    padding: 9px 5px 28px;
  }
}
.mvpagelg__subtitle {
  font-size: 5.5rem;
  line-height: 1.32;
  font-weight: bold;
  letter-spacing: 2.2px;
  margin-bottom: 19px;
  margin-top: -19px;
}
@media screen and (max-width: 834px) {
  .mvpagelg__subtitle {
    font-size: 3.7rem;
    letter-spacing: inherit;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 374px) {
  .mvpagelg__subtitle {
    font-size: 2.8rem;
  }
}
.mvpagelg__subtitle span {
  font-size: 7.5rem;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .mvpagelg__subtitle span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 374px) {
  .mvpagelg__subtitle span {
    font-size: 3.5rem;
  }
}

.business-list {
  max-width: 450px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 140px));
  justify-content: center;
  grid-gap: 15px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .business-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    max-width: 318px;
    grid-gap: 9px;
    font-size: 2rem;
  }
}
.business-list .item {
  border: 3px solid white;
  background: rgba(27, 97, 190, 0.51);
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.business-list__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .business-list__img {
    margin-bottom: 0;
  }
}

.sec-request {
  background: #F2F8FF;
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .sec-request {
    padding: 38px 0 40px;
  }
}

.request-list {
  max-width: 1010px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .request-list {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.request-list .item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: white;
  padding: 20px 20px 14px 50px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .request-list .item {
    padding: 13px 20px 0px 30px;
  }
}
.request-list .item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 6px;
  border-left: 4px solid #FF9136;
  border-bottom: 4px solid #FF9136;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 834px) {
  .request-list .item:before {
    width: 12px;
    height: 5px;
    left: 9px;
    top: 17px;
    -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.sec-asset {
  padding-top: 150px;
  padding-bottom: 144px;
}
@media screen and (max-width: 834px) {
  .sec-asset {
    padding-top: 60px;
  }
}
.sec-asset__ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .sec-asset__ttl {
    margin-bottom: 16px;
  }
}
.sec-asset__ttl .c-ttl__05 {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .sec-asset__ttl .c-ttl__05 {
    margin-bottom: 13px;
  }
}
.sec-asset__ttl .c-ttl__01 {
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .sec-asset__ttl .c-ttl__01 {
    letter-spacing: inherit;
  }
}
.sec-asset__ttl-border {
  border: 3px solid currentColor;
  display: inline-block;
  padding: 4px 5px 8px;
  max-width: 300px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .sec-asset__ttl-border {
    max-width: inherit;
    width: auto;
    padding: 2px 8px 0 6px;
    letter-spacing: 1px;
  }
}

.asset-list {
  line-height: 2.13;
  margin-bottom: 151px;
}
@media screen and (max-width: 834px) {
  .asset-list {
    margin-bottom: 81px;
  }
}
.asset-list .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 834px) {
  .asset-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.asset-list .item:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .asset-list .item:not(:last-child) {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 835px) {
  .asset-list .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.asset-list .item:nth-child(2n) .asset-list__number {
  right: auto;
  left: 0;
}
@media screen and (min-width: 835px) {
  .asset-list .item:nth-child(2n) .asset-list__ct {
    padding-left: 6%;
    padding-right: 4%;
  }
}
.asset-list .item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #F2F8FF;
  left: calc((1140px - 100vw) / 2);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1140px) {
  .asset-list .item:before {
    left: -10px;
  }
}
.asset-list__img {
  width: 52.5%;
}
@media screen and (max-width: 834px) {
  .asset-list__img {
    width: 100vw;
    margin-left: -10px;
  }
}
.asset-list__ct {
  width: 47.5%;
  padding: 45px 5% 45px 51px;
}
@media screen and (max-width: 834px) {
  .asset-list__ct {
    width: 100%;
    padding: 29px 0 13px;
  }
}
.asset-list__number {
  font-size: 10rem;
  line-height: 0.9;
  color: #D0E5FF;
  font-weight: bold;
  position: absolute;
  top: -43px;
  right: 0;
}
@media screen and (max-width: 834px) {
  .asset-list__number {
    font-size: 5rem;
    top: -14px;
  }
}
@media screen and (max-width: 834px) {
  .asset-list .c-ttl__05 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 9px;
  }
}

.contact-block {
  background: #DDF2FF;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 83px 44px;
}
@media screen and (max-width: 834px) {
  .contact-block {
    padding: 42px 20px 26px;
  }
}
.contact-block__ttl {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  color: #1B61BE;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .contact-block__ttl {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-bottom: 22px;
  }
}
.contact-block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 834px) {
  .contact-block__grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 18px;
  }
}
.contact-block__btn {
  position: relative;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 834px) {
  .contact-block__btn {
    border-radius: 5px;
  }
}
.contact-block__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 15px;
  background: url("../src/img/lg/arrow-left-short.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-block__btn .icon {
  margin-right: 3px;
}
.contact-block__btn.phone {
  color: #6EA2CE;
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 1245px) {
  .contact-block__btn.phone {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .contact-block__btn.phone {
    font-size: 3rem;
    background: #6EA2CE;
    color: white;
    text-align: center;
    padding: 9px 5px 6px;
  }
}
.contact-block__btn.phone .txt-phone {
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .contact-block__btn.phone .txt-phone {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .contact-block__btn.phone:after {
    display: none;
  }
}
.contact-block__btn.mail {
  background: #0E448B;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  color: white;
  padding: 22px 36px 29px;
  margin-top: 6px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1245px) {
  .contact-block__btn.mail {
    font-size: 2rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 834px) {
  .contact-block__btn.mail {
    padding: 18px 36px 22px;
  }
}
.contact-block__note {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  background: white;
  text-align: center;
  color: black;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .contact-block__note {
    background: transparent;
    font-size: 1.1rem;
    color: inherit;
  }
}
.contact-block__txt {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.7692307692;
}
.contact-block__txt p {
  position: relative;
  padding-left: 18px;
}
.contact-block__txt p:not(:last-child) {
  margin-bottom: 3px;
}
.contact-block__txt p .star {
  position: absolute;
  left: 0;
  top: 0;
}

.sec-newsmain {
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .sec-newsmain {
    margin-bottom: 61px;
    margin-top: -5px;
  }
}

.box-newsmain {
  max-width: 800px;
  margin: 0 auto;
}
.box-newsmain__list {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .box-newsmain__list {
    margin: 0 -10px 30px;
  }
}
.box-newsmain__list li {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 834px) {
  .box-newsmain__list li {
    margin-bottom: 10px;
  }
}
.box-newsmain__list li:last-child {
  margin-bottom: 0;
}
.box-newsmain__list a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #000000;
  position: relative;
}
.box-newsmain__list a:after {
  content: "";
  width: 20px;
  background: #E7F0FC;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.box-newsmain__list a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #6EA2CE;
  border-top: 2px solid #6EA2CE;
  display: inline-block;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 3;
}
.box-newsmain__list-img {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .box-newsmain__list-img {
    width: 32%;
  }
}
.box-newsmain__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.box-newsmain__list-txt {
  width: 70%;
  padding: 20px 80px 20px 20px;
}
@media screen and (max-width: 1024px) {
  .box-newsmain__list-txt {
    padding: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 834px) {
  .box-newsmain__list-txt {
    width: 68%;
    padding: 14px 30px 14px 20px;
  }
}
.box-newsmain__list-timecat {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5714;
  color: #1B61BE;
  margin-bottom: 6px;
}
.box-newsmain__list-time {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}
.box-newsmain__list-time:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #1B61BE;
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-newsmain__list-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .box-newsmain__list-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.box-newsmain__list-des {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
@media screen and (max-width: 834px) {
  .box-newsmain__list-des {
    display: none;
  }
}

.sec-privacymain {
  padding-top: 21px;
  margin-bottom: 144px;
}
@media screen and (max-width: 834px) {
  .sec-privacymain {
    margin-bottom: 50px;
  }
}

.box-privacymain {
  max-width: 800px;
  margin: 0 auto;
}
.box-privacymain p {
  margin-bottom: 56px;
}
@media screen and (max-width: 834px) {
  .box-privacymain p {
    margin-bottom: 50px;
  }
}
.box-privacymain p:last-child {
  margin-bottom: 0;
}
.box-privacymain__ttl {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 2px solid #1B61BE;
}
@media screen and (max-width: 834px) {
  .box-privacymain__ttl {
    font-size: 1.8rem;
  }
}
.box-privacymain__ttl + p {
  margin-bottom: 76px;
}
@media screen and (max-width: 834px) {
  .box-privacymain__ttl + p {
    margin-bottom: 50px;
  }
}
.box-privacymain__ttl + p:last-child {
  margin-bottom: 0;
}

.sec-sitemaps {
  margin-bottom: 157px;
  padding-top: 22px;
}
@media screen and (max-width: 834px) {
  .sec-sitemaps {
    margin-bottom: 84px;
  }
}

.box-sitemaps {
  max-width: 805px;
  margin: 0 auto;
}
.box-sitemaps .c-ttl__04 {
  padding-left: 10px;
  margin-bottom: 7px;
}

.block-sitemaps {
  padding: 28px 32px 18px 32px;
  background: #F2F8FF;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .block-sitemaps {
    padding: 25px 25px 15px 25px;
  }
}
.block-sitemaps:last-child {
  margin-bottom: 0;
}
.block-sitemaps__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-sitemaps__list li {
  margin-bottom: 15px;
  width: calc(50% - 20px);
  margin-right: 40px;
}
.block-sitemaps__list li:last-child, .block-sitemaps__list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .block-sitemaps__list li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-sitemaps__list li {
    width: 100%;
    margin-right: 0;
  }
}
.block-sitemaps__list li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.733;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .block-sitemaps__list li a {
    font-size: 1.3rem;
  }
}
.block-sitemaps__list li a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/img-arr01.png") no-repeat center center;
  background-size: 100%;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 834px) {
  .block-sitemaps__list li a:before {
    top: 4px;
  }
}

.sec-companymain {
  margin-bottom: 145px;
  padding-top: 11px;
}
@media screen and (max-width: 834px) {
  .sec-companymain {
    padding-top: 3px;
    margin-bottom: 77px;
  }
}

.box-companymain__t {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 139px;
}
@media screen and (max-width: 990px) {
  .box-companymain__t {
    display: block;
    margin-bottom: 80px;
  }
}
.box-companymain__t-l {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .box-companymain__t-l {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-companymain__t-l img {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    max-width: calc(100% + 20px);
  }
}
.box-companymain__t-r {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 990px) {
  .box-companymain__t-r {
    width: 100%;
    padding-left: 0;
  }
}
.box-companymain__t-r dl {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #000000;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 834px) {
  .box-companymain__t-r dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-companymain__t-r dl dt {
  width: 110px;
  padding-right: 10px;
}
@media screen and (max-width: 834px) {
  .box-companymain__t-r dl dt {
    width: 100%;
    padding-right: 0;
  }
}
.box-companymain__t-r dl dd {
  width: calc(100% - 110px);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .box-companymain__t-r dl dd {
    width: 100%;
  }
}
.box-companymain__t-r dl dd .box-fl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-companymain__t-r dl dd .box-fl a {
  font-weight: 500;
  color: #1B61BE;
  margin-right: 20px;
  display: inline-block;
}
.box-companymain__t-r dl dd .box-fl a:last-child {
  margin-right: 0;
}
.box-companymain__t-r dl dd .box-fl a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/img-arr01.png") no-repeat center center;
  background-size: 100%;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 834px) {
  .box-companymain__t-r dl dd .box-fl a:before {
    top: 4px;
  }
}
.box-companymain__t-r dl dd a {
  color: #000000;
}
.box-companymain__t-r dl dd .tel-fax__01 {
  margin-right: 20px;
}
.box-companymain__t-r dl dd .tel-fax__01:last-child {
  margin-right: 0;
}
.box-companymain__t-r dl dd .tel-fax__ttl {
  font-weight: 700;
  margin-right: 5px;
}

.box-companymain__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-companymain__list li {
  width: calc(50% - 19px);
  margin-right: 38px;
}
.box-companymain__list li:last-child, .box-companymain__list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .box-companymain__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .box-companymain__list li:last-child {
    margin-bottom: 0;
  }
}
.box-companymain__list-t {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .box-companymain__list-t {
    margin-bottom: 10px;
  }
}
.box-companymain__list-img {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .box-companymain__list-img {
    width: 100%;
    margin-bottom: 22px;
  }
  .box-companymain__list-img img {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    max-width: calc(100% + 20px);
  }
}
.box-companymain__list-des {
  width: 60%;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .box-companymain__list-des {
    width: 100%;
    padding-left: 0;
  }
}
.box-companymain__list-dest {
  padding-bottom: 2px;
  border-bottom: 2px solid #6EA2CE;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-companymain__list-dest .link-maps {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #1B61BE;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.box-companymain__list-dest .link-maps:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url("../img/company/img-maps.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}
.box-companymain__list-dest .link-maps:after {
  content: "";
  width: 10px;
  height: 9px;
  background: url("../img/common/img-arr.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
}
.box-companymain__list-ttl {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: 700;
  color: #1B61BE;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .box-companymain__list-ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.box-companymain__list-ttl01 {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #000000;
  margin-bottom: -2px;
}
.box-companymain__list-ttl01 + .c-txt__basic {
  margin-bottom: 10px;
}
.box-companymain__list-ttl01 + .c-txt__basic:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .box-companymain__list-bt {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
}
.box-companymain__list-bt iframe {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .box-companymain__list-bt iframe {
    height: 250px;
  }
}

.box-suppliers {
  background: #F2F8FF;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 834px) {
  .box-suppliers {
    padding: 33px 20px 30px;
    border-radius: 10px;
  }
}
.box-suppliers .c-ttl__05 {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .box-suppliers .c-ttl__05 {
    margin-bottom: 6px;
  }
}
.box-suppliers__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-suppliers__list li {
  font-size: 1.4rem;
  line-height: 1.4666428571;
  font-weight: 400;
  margin-bottom: 9px;
  width: calc(33.33% - 20px);
  margin-right: 30px;
}
@media screen and (min-width: 991px) {
  .box-suppliers__list li:last-child, .box-suppliers__list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1245px) {
  .box-suppliers__list li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 990px) {
  .box-suppliers__list li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .box-suppliers__list li:last-child, .box-suppliers__list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) and (min-width: 641px) {
  .box-suppliers__list li {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 640px) {
  .box-suppliers__list li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .box-suppliers__list li {
    font-size: 1.05rem;
  }
}

.txt-others {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  padding-right: 6px;
}
@media screen and (max-width: 834px) {
  .txt-others {
    padding-right: 0;
  }
}

.sec-suppliers {
  margin-bottom: 39px;
}
@media screen and (max-width: 834px) {
  .sec-suppliers {
    margin-bottom: 11px;
  }
}
.sec-suppliers:last-child {
  margin-bottom: 0px;
}

.list-dotct li {
  position: relative;
  padding-left: 10px;
}
.list-dotct li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #6EA2CE;
  display: inline-block;
  min-width: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}

.sec-banks {
  margin-bottom: 157px;
}
@media screen and (max-width: 834px) {
  .sec-banks {
    margin-bottom: 84px;
  }
}

.box-banks {
  max-width: 740px;
  margin: 0 auto;
  background: #F2F2F2;
  border-radius: 20px;
  padding: 40px 30px 46px 50px;
}
@media screen and (max-width: 834px) {
  .box-banks {
    padding: 33px 20px;
  }
}
.box-banks .c-ttl__05 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .box-banks .c-ttl__05 {
    margin-bottom: 6px;
  }
}
.box-banks__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-banks__list li {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 400;
  margin-bottom: 4px;
  width: calc(25% - 15px);
  margin-right: 20px;
}
@media screen and (min-width: 835px) {
  .box-banks__list li:last-child, .box-banks__list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .box-banks__list li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .box-banks__list li:last-child, .box-banks__list li:nth-child(2n) {
    margin-right: 0;
  }
}

.sec-favoritemain {
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .sec-favoritemain {
    margin-bottom: 60px;
  }
}
.sec-favoritemain .box-warehouses__ct-img a {
  height: 100%;
  display: inline-block;
}
.sec-favoritemain .box-warehouses__t-img {
  height: 100%;
  display: inline-block;
}
.sec-favoritemain .box-warehouses__t-imgthumb {
  height: 100%;
  display: inline-block;
}

.map-main {
  margin-bottom: 149px;
}
@media screen and (max-width: 834px) {
  .map-main {
    margin-bottom: 60px;
  }
}
.map-main__btn {
  margin-bottom: 16px;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .map-main__btn {
    text-align: center;
    margin-bottom: 15px;
  }
}
.map-main__box {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
.map-main__box .gm-style-iw {
  display: none;
}
.map-main__box .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
}
.map-main__box .gm-ui-hover-effect > span {
  background: url(../img/maps/img-closewd.png) !important;
  width: 32px !important;
  height: 32px !important;
  background-size: 100%;
  margin: 0 !important;
}
.map-main__box .gm-style .gm-style-iw-d::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.map-main__box .gm-style-iw {
  height: auto !important;
  width: 445px !important;
  max-width: 100% !important;
}
@media screen and (max-width: 834px) {
  .map-main__box .gm-style-iw {
    width: 320px !important;
  }
}
.map-main__box .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}
.map-main__box div[dir=ltr] {
  padding: 20px 20px;
}
.map-main__box .fill-map {
  position: absolute;
  top: 48px;
  right: 64px;
}
@media screen and (max-width: 834px) {
  .map-main__box .fill-map {
    top: 30px;
    right: 30px;
  }
}
.map-main__box .fill-map .gm-style-iw {
  display: block;
}
.map-main__w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .map-main__w {
    position: relative;
    margin-top: -55px;
    margin-left: auto;
    max-width: 486px;
    z-index: 2;
  }
}
@media screen and (max-width: 834px) {
  .map-main__w {
    display: block;
    text-align: center;
  }
}
.map-main__w .list-linktabs {
  margin-right: 14px;
}
@media screen and (max-width: 834px) {
  .map-main__w .list-linktabs {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.map-main__w .list-linktabs__item {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .map-main__w .list-linktabs__item {
    padding: 0 13px;
  }
}
.map-main__w .list-linktabs__item a {
  font-size: 1.6rem;
  line-height: 1;
  color: #0E448B;
}
@media screen and (max-width: 834px) {
  .map-main__w .list-linktabs__item a {
    padding-bottom: 0;
  }
}
.map-main__w .list-linktabs__item.active a {
  color: #B4B4B4;
  text-decoration: none;
  border-bottom: none;
}

#map-main__part {
  min-height: 600px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #map-main__part {
    min-height: 300px;
  }
}

.box-showmap {
  width: 445px;
  max-width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 834px) {
  .box-showmap {
    width: 320px;
  }
}
.box-showmap__w {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.box-showmap__w-img {
  width: 29.21348%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-img {
    width: 40%;
  }
}
.box-showmap__w-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.box-showmap__w-btn {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 700;
  color: #ffffff;
  padding: 4px 14px;
  background: #FF9136;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
.box-showmap__w-des {
  width: 70.78652%;
  padding: 4px 10px;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-des {
    width: 60%;
  }
}
.box-showmap__w-ttl {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  color: #1B61BE;
  margin-bottom: 5px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-ttl {
    font-size: 1.4rem;
  }
}
.box-showmap__w-infor {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-infor {
    font-size: 1.3rem;
  }
}
.box-showmap__w-price {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-price {
    font-size: 1.3rem;
  }
}
.box-showmap__w-price .price {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #1B61BE;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-price .price {
    font-size: 1.6rem;
  }
}
.box-showmap__w-price .unit {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .box-showmap__w-price .unit {
    font-size: 1.3rem;
  }
}
.box-showmap__checkbox {
  text-align: center;
  color: #000000;
  padding: 10px 10px;
  background: #F2F2F2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.box-showmap__checkbox .contact-btn {
  font-size: 1.3rem;
}
.box-showmap__checkbox .contact-btn a {
  display: block;
  background: #0E448B;
  text-align: center;
  color: #FFF;
  padding: 5px 10px;
}
.box-showmap__checkbox .pure-input label {
  padding: 0px 5px 0px 2em;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  font-weight: 500;
  color: #1B61BE;
}
.box-showmap__checkbox .pure-input label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #D7D5D3;
  margin-top: -12px;
}
.box-showmap__checkbox .pure-input input[type=checkbox] + label:after {
  left: 5px;
  width: 10px;
  height: 5px;
  margin-top: -6px;
  border-style: solid;
  opacity: 0;
  border-width: 0 0 3px 3px;
}
.box-showmap__checkbox .pure-input input[type=checkbox]:checked + label:after {
  border-color: #1B61BE;
  opacity: 1;
}

.achievement-block {
  background: #DDECFF;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .achievement-block {
    padding: 35px 0 45px;
    margin-bottom: 50px;
  }
}
.achievement-block .inner {
  max-width: 800px;
  padding: 0;
}
.achievement-block__ttl {
  text-align: center;
  color: #1B61BE;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .achievement-block__ttl {
    font-size: 1.8rem;
  }
}
.achievement-block__desc {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .achievement-block__desc {
    font-size: 1.6rem;
  }
}
.achievement-block__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}
.achievement-block__l {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .achievement-block__l {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.achievement-block__r {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .achievement-block__r {
    width: 100%;
    padding: 0;
  }
}
.achievement-block__list {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .achievement-block__list {
    font-size: 1.4rem;
  }
}
.achievement-block__list li {
  padding-bottom: 8px;
  margin-bottom: 18px;
  padding-left: 20px;
  border-bottom: 1px solid #B4B4B4;
}
.achievement-block__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .achievement-block__txt {
    font-size: 1.4rem;
  }
}

.result-block {
  margin-bottom: 25px;
}
.result-block__ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #1B61BE;
}
@media screen and (max-width: 834px) {
  .result-block__ttl {
    font-size: 1.8rem;
  }
}
.result-block__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.result-block__row .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .result-block__row .item {
    width: 100%;
    padding: 0;
  }
}
.result-block__row .item__img {
  margin-bottom: 15px;
}
.result-block__row .item__txt {
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .result-block__row .item__txt {
    font-size: 1.4rem;
  }
}
.result-block__txt {
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .result-block__txt {
    padding: 0;
  }
}

.terms-block__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .terms-block__txt {
    margin-bottom: 45px;
  }
}
.terms-block__ttl {
  position: relative;
  background: #1B61BE;
  color: #FFF;
  padding: 15px 20px 15px 45px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .terms-block__ttl {
    padding: 10px 15px 10px 45px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.terms-block__ttl::after {
  position: absolute;
  left: 20px;
  bottom: -15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 17px 0 17px;
  border-color: #1b62be transparent transparent transparent;
}
.terms-block__ttl img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .page-lp .sec-target {
    padding: 24px 15px;
  }
}
.page-lp .sec-target .target-block__top {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
@media screen and (max-width: 834px) {
  .page-lp .sec-target .target-block__top {
    margin: 0 0 60px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__top-item {
    display: block;
    width: 100%;
  }
  .page-lp .sec-target .target-block__top-item .img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) and (max-width: 834px) {
  .page-lp .sec-target .target-block__top-item .img {
    position: relative;
    overflow: hidden;
  }
  .page-lp .sec-target .target-block__top-item .img::before {
    content: "";
    display: block;
    padding-bottom: 57.9710144928%;
  }
}
@media screen and (max-width: 640px) and (max-width: 834px) {
  .page-lp .sec-target .target-block__top-item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-lp .sec-target .target-block__top-item .txt {
    width: 100%;
    padding: 13px 23px;
  }
}
@media screen and (max-width: 834px) {
  .page-lp .page-mv h1 {
    position: relative;
    z-index: 2;
  }
}
.page-lp .page-mv .bnr-box__item {
  width: 50%;
}
.page-lp .page-mv .bnr-box__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 834px) {
  .page-lp .page-mv .bnr-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin: -56px -10px 0;
  }
}
/*# sourceMappingURL=map/styles.css.map */
