@charset "UTF-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pc {
  display: block;
}

.mb,
.sp {
  display: none;
}

[id^="zancre"] a {
  transition: 0.2s;
}

[id^="zancre"] a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

[id^="zancre"] {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 16px;
}

[id^="zancre"] img {
  width: 100%;
  height: auto;
}

sup {
  vertical-align: text-top;
  font-size: 0.7em;
  line-height: 1;
  margin: 0 0.1em;
}

.red {
  color: #c00;
}

.contents_header_bread {
  margin: 0 auto;
  padding: 15px 0 20px 0;
  max-width: 980px;
}

@media screen and (max-width: 736px) {
  .sp {
    display: block;
  }

  .mb,
  .pc {
    display: none;
  }

  .contents_header_bread {
    margin: 0;
    padding: 10px 4%;
    background: #eceff1;
    max-width: 100%;
  }

  [id^="zancre"] {
    font-size: 14px;
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.4808));
  }
}

@media screen and (max-width: 430px) {
  .mb {
    display: block;
  }
}

.zancre_ttl {
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.07em;
}

.zancre_ttl:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #c00;
}

@media screen and (max-width: 736px) {
  .zancre_ttl {
    margin: 0;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.5;
  }

  .zancre_clm_ttl {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1em;
  }
}

#zancre_time [class$="_inner"],
#zancre_contents [class$="_inner"] {
  width: 980px;
  margin: 0 auto;
}

.zancre_contents_inner {
  margin: 0 auto 140px !important;
}

[class^="caution_"] {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.84;
}

[class*="flex_"] {
  display: flex;
}

.flex_01 {
  justify-content: center;
  align-items: flex-end;
}

.flex_02 {
  flex-wrap: wrap;
}

.flex_03 {
  align-items: center;
}

.flex_04 {
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 736px) {
  #zancre_time [class$="_inner"],
  #zancre_contents [class$="_inner"] {
    width: 90%;
    margin: 0 auto;
  }

  .zancre_contents_inner {
    margin: 0 auto 70px !important;
  }

  [class^="caution_"] {
    font-size: 12px;
  }
}

#zancre_main {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/snow/zancre/images/main_photo.jpg);

  & .keyimage_wrap {
    border-radius: 10px 10px 0 0;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
  }

  & .keyimage {
    & h2 {
      background: #fff;
      border-radius: 0 0 10px 10px;
    }
    & h3 {
      background: #e70022;
      color: #fff;
      font-weight: 700;
      border-radius: 10px 10px 0 0;
    }
  }
}

@media screen and (min-width: 736.1px) {
  #zancre_main {
    height: 460px;
    background-position: 40% 52%;
  }

  .keyimage {
    max-width: 1240px;
    min-width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .keyimage h2 {
    right: 80px;
    top: 125px;
    position: absolute;
    width: 450px;
    padding: 35px 60px;
  }

  .keyimage h3 {
    font-size: 18px;
    right: 80px;
    top: 75px;
    position: absolute;
    width: 450px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 736px) {
  #zancre_main {
    height: max(40vw, 230px);
    background-size: 160vw;
    background-position: 36% 50%;
    display: grid;
    align-items: center;
    justify-content: end;
  }

  .keyimage_wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-right: clamp(16px, 5vw, 50px);
  }

  .keyimage h2 {
    display: grid;
    place-content: center;
    width: clamp(150px, 47vw, 210px);
    padding: min(4vw, 20px);
  }

  .keyimage h3 {
    display: grid;
    place-content: center;
    font-size: clamp(12.5px, 3.6vw, 17px);
    line-height: 1.2;
    text-align: center;
    padding: 0.7em 0;
    max-width: 210px;
  }

  .keyimage h3 img + img {
    margin-top: 20px;
  }
}

.jacks_inner {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 70px auto 0 !important;
}

#zancre_contents {
  margin: 0 auto 70px;
}

.link_area {
  margin-top: -129px;
  padding-top: 189px;
}

_::-webkit-full-page-media,
_:future,
:root #zancre_lineup.link_area {
  margin-top: -29px;
  padding-top: 79px;
}

@media screen and (max-width: 736px) {
  .jacks_inner {
    font-size: clamp(14px, 4.1vw, 17px);
    font-weight: 700;
    text-align: center;
    margin: 35px auto 0 !important;
    width: 90%;
  }

  #zancre_contents {
    margin: 0 auto;
  }

  .link_area {
    margin-top: -78px;
    padding-top: 112px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root #zancre_lineup.link_area {
    margin-top: -8px;
    padding-top: 38px;
  }
}

.zancre_anchor {
  display: flex;
  margin-bottom: 40px;
}

.zancre_anchor_item {
  width: 20%;
  border: 1px solid #e4e7e9;
}

.zancre_anchor_item:nth-child(n + 2) {
  border-left: none;
}

.zancre_anchor_item a {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-right: 15px;
  color: #2b383f;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none !important;
}

.zancre_anchor_item a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  width: 11px;
  height: 6px;
  background: url(/snow/zancre/images/icon_arr_b.png) 0 0 no-repeat;
  background-size: 11px auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 736px) {
  .zancre_page_menu_inner {
    width: 100%;
  }

  .zancre_anchor {
    flex-wrap: wrap;
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
  }

  .zancre_anchor_item {
    width: 33.33%;
    margin-bottom: -1px;
  }

  .zancre_anchor_item:nth-child(-n + 2) {
    width: 50%;
    border-bottom: none;
  }

  .zancre_anchor_item a {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 15px;
    height: 100%;
    min-height: 42px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .zancre_anchor_item a:after {
    right: 9px;
    width: 8px;
    height: 4px;
    background-size: 8px auto;
  }
}

.zancre_exlink {
  display: flex;
  margin-top: -80px;
  padding-top: 20px;
}

.zancre_exlink_item {
  width: 20%;
  border: 1px solid #e4e7e9;
  position: relative;
}

.zancre_exlink_item.on {
  border-left: 1px solid #c00;
  border-right: 1px solid #c00;
}

.zancre_exlink_item:nth-child(n + 2) {
  border-left: none;
}

.zancre_exlink_item a {
  display: block;
  height: 120px;
  color: #2b383f;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 1em;
  position: relative;
  text-decoration: none !important;
}

.zancre_exlink_item.on a {
  background: #c00 !important;
  color: #fff !important;
  letter-spacing: 0.06em;
  text-align: center;
  background: 0 0;
  pointer-events: none;
}

.zancre_exlink_item.on a::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid transparent;
  content: "";
  position: absolute;
  border-top-color: #c00;
  border-width: 12px;
  margin-top: -1px;
}

.zancre_exlink_item.on a img {
  display: none;
}

.zancre_exlink_item a.zel1 {
  background: url(/snow/zancre/images/link_HSM1590i.jpg) no-repeat;
  background-position: 90% 30%;
  background-size: 33%;
}

.zancre_exlink_item a.zel2 {
  background: url(/snow/common/img/HSS970n-J.png) no-repeat;
  background-position: 90% 30%;
  background-size: 33%;
}

.zancre_exlink_item a.zel3 {
  background: url(/snow/common/img/HSS1370i-JX.webp) no-repeat;
  background-position: 90% 30%;
  background-size: 33%;
}

.zancre_exlink_item a.zel4 {
  background: url(/snow/zancre/images/link_HSL2511.jpg) no-repeat;
  background-position: 90% 30%;
  background-size: 33%;
}

.zancre_exlink_item a.zel5 {
  background: url(/snow/zancre/images/link_HSM1380i.jpg) no-repeat;
  background-position: 90% 30%;
  background-size: 33%;
}

.zancre_exlink_item a p {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.zancre_exlink_item.on a p {
  color: #fff;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zancre_exlink_item.on a p span {
  display: block;
  font-size: 1.16em;
}

img.zel_logo1 {
  width: 85px;
  margin-top: 10px;
}

img.zel_logo2,
img.zel_logo3 {
  width: 115px;
  margin-top: 10px;
}

img.zel_logo4 {
  width: 45px;
  margin-top: 10px;
  display: block;
}

.zancre_exlink_item:has(.zel_logo1 + .zel_logo3) {
  display: block;
  & .zel_logo1 {
    width: 65px;
    @media screen and (max-width: 736px) {
      width: 36%;
    }
  }
  & .zel_logo3 {
    width: 95px;
    margin-top: 6px;
    @media screen and (max-width: 736px) {
      width: 55%;
    }
  }
}

@media screen and (max-width: 736px) {
  .zancre_lineup_inner {
    width: 100%;
  }

  .zancre_exlink {
    padding-top: 20px;
    flex-wrap: wrap;
    margin: -40px calc(50% - 50vw) 0;
    width: 100vw;
  }

  .zancre_exlink_item {
    width: 33.33%;
    position: inherit;
    height: max(80px, 14vw);
  }

  .zancre_exlink_item:nth-child(-n + 3),
  .zancre_exlink_item:nth-child(n + 4):nth-child(-n + 6) {
    border-left: none;
  }

  .zancre_exlink_item:nth-child(n + 4) {
    border-top: none;
  }

  .zancre_exlink_item a {
    color: #2b383f;
    letter-spacing: 0.03em;
    padding: 0.6em;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .zancre_exlink_item a p {
    font-size: 0.85em;
    transform: none;
    text-align: left;
    position: initial;
    min-height: 0;
    margin-top: auto;
    padding-top: 10px;
    line-height: 1.3;
    letter-spacing: 0;
    word-break: keep-all;
  }

  .zancre_exlink_item.on a p {
    font-size: 0.92em;
    text-align: center;
    position: inherit;
    padding: 0;
    margin-top: 0;
  }

  .zancre_exlink_item:last-child {
    background: #eee;
  }

  .zancre_exlink_item.on a p span {
    display: contents;
  }

  .zancre_exlink_item.on a::after {
    content: none;
  }

  .zancre_exlink_item a.zel1 {
    background: url(/snow/zancre/images/link_HSM1590i.jpg) no-repeat;
    background-position: top 2vw right 2vw;
    background-size: min(73px, 32%);
  }

  .zancre_exlink_item a.zel2 {
    background-position: top 2vw right 2vw;
    background-size: min(73px, 32%);
  }

  .zancre_exlink_item a.zel3 {
    background-position: top 2vw right 2vw;
    background-size: min(73px, 32%);
  }

  .zancre_exlink_item a.zel4 {
    background: url(/snow/zancre/images/link_HSL2511.jpg) no-repeat;
    background-position: top 2vw right 2vw;
    background-size: min(73px, 32%);
  }

  .zancre_exlink_item a.zel5 {
    background: url(/snow/zancre/images/link_HSM1380i.jpg) no-repeat;
    background-position: top 2vw right 2vw;
    background-size: min(73px, 32%);
  }

  img.zel_logo1 {
    width: 53%;
    margin-top: 5px;
    min-height: 0;
  }
  .zancre_exlink_item:nth-child(4) img.zel_logo1 {
    width: 33%;
  }

  img.zel_logo2,
  img.zel_logo3 {
    width: 63%;
    margin-top: 5px;
    min-height: 0;
  }

  img.zel_logo4 {
    width: 36%;
    margin-top: 5px;
    min-height: 0;
  }
}

.zancre_model_inner {
  margin: 40px auto 0 !important;
}

.zancre_model_inner .model_stt {
  color: #c00;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1.3;
}

.zancre_model_inner .model_tt {
  font-size: 40px;
  margin-top: 10px;
  line-height: 1.3;
}

.zancre_model_inner .model_tt span {
  font-size: 0.67em;
  margin-left: 0.3em;
}

.model_info {
  margin-top: 20px;
}

.model_info > div:nth-child(1) {
  width: 40%;
  margin-right: 3%;
}

.model_info > div:nth-child(2) {
  width: 57%;
}

ul.retail_price {
  position: relative;
}

ul.retail_price::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  position: absolute;
  border-top-color: #e70022;
  border-width: 35px;
  transform: scaleY(0.5) translateX(-50%);
}

.retail_price li {
  width: 50%;
  padding: 15px;
  height: 56px;
}

.retail_price li:nth-child(1) {
  color: #fff;
  background: #22272a;
  text-align: left;
}

.retail_price li:nth-child(2) {
  text-align: center;
  color: #c00;
  font-size: 26px;
  background: #eceff1;
  border-left: 1px solid #fff;
  font-weight: 700;
  line-height: 1;
}

span.en,
span.en2 {
  color: #2b383f;
  font-size: 0.7em;
  margin-left: 0.2em;
  display: inline-flex;
  align-items: center;
}

.zancre_price li:nth-child(1) dl dd:last-child span.en {
  line-height: 1.5;
}

span.en2 {
  font-size: 0.5em;
}

.zancre_logo {
  padding-top: 35px;
}

.zancre_logo img {
  width: 146px;
  height: auto;
}

ul.zancre_price {
  background: #eceff1;
  margin-top: 10px;
}

.zancre_price li {
  font-weight: 700 !important;
}

.zancre_price li:nth-child(1) {
  padding: 15px;
  width: 53%;
}

.zancre_price li:nth-child(2) {
  padding: 15px;
  width: 47%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zancre_price dl dt {
  background: #fff;
  width: 38%;
  border-radius: 5px 0 0 5px;
  margin: 3px 0;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 15px;
}

.zancre_price dl dd {
  background: #fff;
  width: 62%;
  border-radius: 0 5px 5px 0;
  margin: 3px 0;
  display: flex;
  justify-content: center;
  padding: 10px 15px 10px 15px;
}

.zancre_price dl dd img {
  width: 80px;
  height: auto;
  align-self: flex-start;
}

.zancre_price li:nth-child(1) dl dd:last-child {
  color: #c00;
  font-size: 35px;
  line-height: 1;
}

.zancre_price li:nth-child(2) > div {
  margin-left: -10px;
}

.zancre_price li:nth-child(2) .montly_stt {
  font-size: 24px;
}

.zancre_price li:nth-child(2) .montly_price {
  font-size: 52px;
  line-height: 1;
  color: #c00;
}

@media screen and (max-width: 736px) {
  .zancre_model_inner {
    margin: 35px auto 70px !important;
  }

  .zancre_model_inner .model_stt {
    font-size: 1.2em;
  }

  .zancre_model_inner .model_stt:has(wbr) {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .zancre_model_inner .model_tt {
    font-size: 2.1em;
    margin-top: 5px;
  }

  .flex_01.model_info {
    display: block;
  }

  .model_info > div:nth-child(1) {
    width: 81.25% !important;
    max-width: 420px;
    margin: 0 auto 20px;
  }

  .model_info > div:nth-child(2) {
    width: 100%;
  }

  .zancre_price.flex_03 {
    flex-direction: column;
  }

  ul.retail_price {
    position: relative;
  }

  .retail_price li {
    padding: 10px 4vw;
    height: 64px;
  }

  .retail_price li:nth-child(1) {
    color: #fff;
    background: #22272a;
    text-align: left;
    width: 43%;
    line-height: 1.4;
    padding: 10px 1vw 10px 4vw;
    font-size: min(4vw, 14px);
    display: flex;
    align-items: center;
  }

  .retail_price li:nth-child(2) {
    font-size: 1.54em;
    background: #eceff1;
    border-left: 1px solid #fff;
    width: 57%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .zancre_logo {
    padding-top: 42px;
  }

  .zancre_logo img {
    width: 125px;
  }

  .zancre_price li:nth-child(1) {
    padding: 0 15px 20px;
    width: 100%;
    order: 2;
  }

  .zancre_price li:nth-child(2) {
    padding: 25px 15px 10px;
    width: 100%;
    order: 1;
  }

  .zancre_price dl dt {
    line-height: 1.3;
    width: 30%;
    padding: 10px 0 10px 4vw;
  }

  .zancre_price dl dd {
    width: 70%;
    padding: 10px 4vw;
    justify-content: flex-end;
  }

  .zancre_price dl dd img {
    width: 60px;
    height: auto;
    align-self: flex-start;
  }

  .zancre_price li:nth-child(2) > div {
    margin-left: 0;
  }

  .zancre_price li:nth-child(1) dl dd:last-child {
    font-size: 1.8em;
  }

  .zancre_price li:nth-child(2) .montly_stt {
    font-size: 1.6em;
    display: inline-block;
  }

  .zancre_price li:nth-child(2) .montly_price {
    font-size: 2.4em;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.pts {
  width: 100%;
  background: #e4e7e9;
  padding-right: 1px;
  padding-bottom: 1px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pts_tt {
  color: #fff;
  font-weight: 700;
  text-align: left;
  background: #22272a;
  padding: 15px 17px;
}

.pts > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pts > div > div {
  padding: 16px 17px 13px 17px;
}
.pts > div > div:nth-child(1) {
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.pts > div > div:nth-child(1) span {
  align-self: center;
  justify-self: end;
}

.pts > div > div:nth-child(2) {
  background: #fff;
  font-size: 1.16em;
  text-align: right;
  font-weight: 700;
  border-bottom: 1px solid #e4e7e9;
}
.pts > div > div:empty {
  display: grid;
  place-content: center;
  place-items: center;
}
.pts > div > div:empty::after {
  content: "";
  display: inline-block;
  background: #333;
  width: 20px;
  height: 1px;
}

.payTable_attention {
  margin: 35px 0 0;
  font-size: 1.32em;
  font-weight: 700;
}

.pts_tt__mt {
  margin-top: 70px;
}

.payTable_attention + .pts_tt {
  margin-top: 0.8rem;
}

@media print, screen and (min-width: 736px) {
  .pts > div:nth-last-child(-n + 2) > div {
    border-bottom: none;
  }
}
@media screen and (max-width: 736px) {
  .pts {
    grid-template-columns: 1fr;
  }
  .pts > div {
    grid-template-columns: 1.23fr 1fr;
  }
  .pts > div:nth-last-child(-n + 1) > div {
    border-bottom: none;
  }
  .pts div.pts_2 {
    order: 4;
  }
  .pts div.pts_3 {
    order: 2;
  }
  .pts div.pts_4 {
    order: 5;
  }
  .pts div.pts_5 {
    order: 3;
  }
  .pts div.pts_6 {
    order: 6;
  }
  .pts > div > div:nth-child(1) {
    display: block;
  }
  .pts > div > div:nth-child(1) span {
    margin-left: 0.2em;
  }
}

ul.caution_02 {
  margin-top: 1em;
}

.caution_02 li {
  margin-left: 1em;
  position: relative;
}

.caution_02 li[class*="kigou"]::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  top: 0;
  left: -14px;
}

.caution_02 li.kigou1::before {
  content: "\30FB";
  left: -10px;
}

.caution_02 li.kigou2::before {
  content: "\203B";
}

.caution_02 li.kigou3::before {
  content: "\FF0A";
}

.zancre_shipping_list {
  width: 980px;
  margin: 0 auto 140px;
}

.zancre_shipping_list .shipping_tt {
  font-size: 1.7em;
  margin-bottom: 0.1em;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.zancre_shipping_list .shipping_stt {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #c00;
}

.zancre_shipping_list .shipping_list {
  font-size: 1.4em;
  margin: 1.5em 0 0.7em;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.zancre_shipping_list .shipping_list::before {
  content: "\25A0";
  color: #c00;
  display: inline-block;
  margin-right: 0.2em;
}

.zancre_shipping_list ul {
  display: flex;
  flex-wrap: wrap;
}

.zancre_shipping_list ul li {
  width: 33.33%;
  margin: 0 0 25px;
}

.zancre_shipping_list ul li a {
  transition: 0.3s;
  display: block;
  text-decoration: none !important;
}

.zancre_shipping_list ul li a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

.zancre_shipping_list ul li dl {
  display: flex;
}

.zancre_shipping_list ul li dl dt {
  width: 30%;
  margin: 0 7%;
}

.zancre_shipping_list ul li dl dd {
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img.zsl_logo1 {
  width: 100px;
  height: auto;
  margin-top: 8px;
}

img.zsl_logo2,
img.zsl_logo3 {
  width: 140px;
  height: auto;
  margin-top: 8px;
}

img.zsl_logo4 {
  width: 60px;
  height: auto;
  margin-top: 8px;
  display: block;
}

.zancre_shipping_list ul li dl dd p {
  width: 100%;
  margin-top: 8px;
  display: block;
}

@media screen and (max-width: 736px) {
  .zancre_shipping_list {
    width: 90%;
    margin: -20px auto 70px;
  }

  .zancre_shipping_list .shipping_tt {
    font-size: 1.5em;
  }

  .zancre_shipping_list .shipping_stt {
    font-size: 1.1em;
  }

  .zancre_shipping_list .shipping_list {
    font-size: 1.3em;
    margin: 1em 0 0.7em;
  }

  .zancre_shipping_list ul {
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .zancre_shipping_list ul li {
    margin: 0 0 20px;
    width: 50%;
  }

  .zancre_shipping_list ul li dl dt {
    width: 60%;
    margin: 0 auto;
  }

  .zancre_shipping_list ul li dl dd {
    width: 100%;
    padding: 0 5px;
    justify-content: center;
  }

  img.zsl_logo1 {
    width: 66%;
    margin-top: 1vw;
  }

  img.zsl_logo2,
  img.zsl_logo3 {
    width: 90%;
    margin-top: 1vw;
  }

  img.zsl_logo4 {
    width: 40%;
    margin-top: 1vw;
  }

  .zancre_shipping_list ul li dl dd p {
    font-size: 0.82em;
    margin-top: 1vw;
  }
}

h5.zancre_ttl + p {
  margin-top: -25px;
  letter-spacing: 0.07em;
  font-size: 18px;
}

.zancre_info_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.zancre_info_box > div:nth-child(1) {
  width: 49%;
}

.zancre_info_box > div:nth-child(2) {
  width: 45%;
}

.zancre_info_box > div:last-child > div:last-child {
  margin-top: 40px;
}

.zancre_info_box > div:last-child ul {
  margin: 0.7em 0 0 0;
  font-weight: 700;
  font-size: 1.16em;
}

.zancre_info_box > div:last-child ul + p {
  margin: 0.7em 0 0 0.9em;
  text-indent: -0.9em;
  letter-spacing: -0.03em;
}

.zancre_info_point {
  font-size: 1.1em;
  color: #c00;
  font-weight: 700;
}

.zancre_contract_tt,
.zancre_info_tt {
  font-size: 1.4em;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.zancre_info + img {
  margin-top: 15px;
}

@media screen and (max-width: 736px) {
  h5.zancre_ttl + p {
    margin-top: 0;
    letter-spacing: 0.07em;
    font-size: 1.14em;
  }

  .zancre_info_box {
    display: block;
    margin-top: 0;
  }

  .zancre_info_box > div:nth-child(1),
  .zancre_info_box > div:nth-child(2) {
    width: 100%;
    margin-top: 35px;
  }
}

.zancre_contract {
  justify-content: space-between;
  margin-top: 50px;
}

.zancre_contract > div {
  width: 47%;
}

.zancre_contract_tt::before {
  content: "\25A0";
  display: inline-block;
  color: #b02318;
  margin-right: 0.3em;
}

.zancre_contract div:last-child .zancre_contract_tt::before {
  color: #405ba2;
}

.zancre_contract div dt {
  width: 17%;
  padding-top: 20px;
  position: relative;
}

.zancre_contract div dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  bottom: -20px;
  left: 24px;
  width: 2px;
}

.zancre_contract div:first-child dt:nth-child(-n + 8):after {
  background: #b02318;
}

.zancre_contract div:last-child dt:nth-child(-n + 4):after {
  background: #405ba2;
}

.zancre_contract dd {
  width: 83%;
  padding: 0 0 1em;
}

.zancre_contract div dt p {
  color: #fff;
  background: #b02318;
  font-size: 24px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.zancre_contract div:last-child dt p {
  background: #405ba2;
}

.zancre_contract_stt {
  font-size: 1.14em;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding: 1.5em 0 0.5em;
}

@media screen and (max-width: 736px) {
  .zancre_contract.flex_04 {
    display: block;
    margin-top: 35px;
  }

  .zancre_contract > div {
    width: 100%;
  }

  .zancre_contract > div + div {
    margin-top: 35px;
  }

  .zancre_contract div dt {
    width: 62px;
  }

  .zancre_contract dd {
    padding: 0;
    width: calc(100% - 62px);
  }

  .zancre_contract div dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 62px;
    bottom: -25px;
    left: 20px;
    width: 2px;
  }

  .zancre_contract div dt p {
    font-size: 1.5em;
    width: 42px;
    height: 42px;
  }

  .zancre_contract_stt {
    font-size: 1.14em;
    letter-spacing: 0.07em;
    font-weight: 700;
    padding: 1.62em 0 0.5em;
  }
}

.zancre_search_inner {
  margin: 0 auto !important;
}

.jp_region .jp_region_tab {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 10px auto;
  color: #a7a7a7;
}

.jp_region .jp_region_tab {
  max-width: 380px;
}

.jp_region .jp_region_tab input {
  position: absolute;
  opacity: 0;
}

.jp_region .jp_region_tab label {
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 2.5em 1em 1.5em;
  cursor: pointer;
  background: rgba(121, 121, 121, 0.4);
  border-bottom: 1px solid #fff;
}

.jp_region .jp_region_tab label::after {
  font-size: 1.1em;
  line-height: 1em;
  position: absolute;
  top: 16px;
  right: 4vw;
  content: "\FF0B";
  display: inline-block;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.jp_region .jp_region_tab .jp_region_tab-content {
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.jp_region .jp_region_tab .jp_region_tab-content li {
  border-bottom: 1px solid #fff;
  position: relative;
}

.jp_region .jp_region_tab .jp_region_tab-content li a {
  color: #333;
  display: block;
  padding: 1em 1em 1em 2.5em;
  text-decoration: none !important;
}

.jp_region .jp_region_tab .jp_region_tab-content li::after {
  font-size: 0.9em;
  line-height: 1em;
  color: #c00;
  content: "\FF1E";
  display: inline-block;
  transform: scaleX(0.7);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  right: 4.2vw;
  top: 19px;
}

.jp_region .jp_region_tab input:checked ~ .jp_region_tab-content {
  max-height: 40em;
  background: #dfdfdf;
}

.jp_region .jp_region_tab input:checked ~ label {
  color: #00838f;
}

.jp_region .jp_region_tab input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.search-shop_intro {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.search-shop_intro.top {
  margin-bottom: 1em;
}

.search-shop_map {
  width: 100%;
}

.search-shop .map_graph {
  width: 100%;
}

.search-shop .map_graph a {
  text-decoration: none !important;
}

.search-shop .pointer {
  cursor: pointer;
}

.search-shop .pointer > rect + text {
  font-size: 16px;
  fill: #fff;
}

.search-shop .a {
  fill: #717fc7;
}

.search-shop .b {
  fill: #658bb8;
}

.search-shop .c {
  fill: #70b3b5;
}

.search-shop .d {
  fill: #48ac84;
}

.search-shop .e {
  fill: #5cb457;
}

.search-shop .f {
  fill: #9cad57;
}

.search-shop .g {
  fill: #5ec199;
}

.search-shop .h {
  fill: #74c267;
}

.search-shop .i {
  fill: #bbc74d;
}

.search-shop .j {
  fill: #8a8b8b;
}

.search-shop .akita:hover .b,
.search-shop .aomori:hover .b,
.search-shop .fukui:hover .d,
.search-shop .fukushima:hover .b,
.search-shop .gifu:hover .d,
.search-shop .gunma:hover .c,
.search-shop .hiroshima:hover .f,
.search-shop .hokkaido:hover .a,
.search-shop .hyogo:hover .e,
.search-shop .ishikawa:hover .d,
.search-shop .iwate:hover .b,
.search-shop .kyoto:hover .e,
.search-shop .miyagi:hover .b,
.search-shop .nagano:hover .d,
.search-shop .niigata:hover .d,
.search-shop .saitama:hover .c,
.search-shop .shiga:hover .e,
.search-shop .shimane:hover .f,
.search-shop .shizuoka:hover .d,
.search-shop .tochigi:hover .c,
.search-shop .tokyo:hover .c,
.search-shop .tottori:hover .f,
.search-shop .toyama:hover .d,
.search-shop .yamagata:hover .b,
.search-shop .yamanashi:hover .d {
  fill-opacity: 0.7;
}

.search-shop .view-sp {
  display: none;
}

.search-shop .view-sp_img {
  margin-top: 8%;
  padding: 0 5%;
}

.search-shop .select-wrapper {
  position: relative;
}

.search-shop .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-top: 6px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.search-shop .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px 20px;
  color: #ccc;
  background: #fff;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .search-shop_intro {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .search-shop_map {
    text-align: center;
  }

  .search-shop .map_graph {
    display: inline-block;
    height: auto;
    width: 86%;
    margin: 0 auto;
    max-width: 380px;
    position: relative;
    top: 0;
    right: -6.5%;
  }

  .search-shop .view-sp {
    display: block;
  }

  .search-shop .pointer {
    pointer-events: none;
  }

  .search-shop .pointer > rect {
    display: none;
  }
}

.lower-content {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
}

.search-shop {
  margin: 100px auto 0;
  width: 100%;
}

@media screen and (max-width: 1085px) {
  .lower-content {
    min-width: 980px;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .lower-content {
    min-width: auto;
  }

  .search-shop {
    margin: 25px auto 70px;
  }
}

.qanda {
  width: 980px;
  margin: 40px auto;
}

.qanda .qanda_tab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.qanda .qanda_tab input {
  position: absolute;
  opacity: 0;
}

.qanda .qanda_tab label {
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 3.8em 1em 4.5em;
  cursor: pointer;
  background: rgba(121, 121, 121, 0.2);
}

.qanda .qanda_tab label::before {
  font-size: 1.3em;
  color: #c00;
  content: "Q";
  top: 13px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  left: 20px;
  display: inline-block;
  text-align: center;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  line-height: 1.5;
}

.qanda .qanda_tab label::after {
  position: absolute;
  top: 50%;
  transform: scale(1.2) translateY(-50%);
  right: 30px;
  content: "\FF0B";
  display: inline-block;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.qanda .qanda_tab .qanda_contents {
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  position: relative;
}

.qanda .qanda_tab .qanda_contents .qanda_contents_inner {
  padding: 1.5em 1em 1em 4.5em;
  width: 100%;
}

.qanda .qanda_tab input:checked ~ .qanda_contents::before {
  font-size: 1.3em;
  color: #fff;
  content: "A";
  top: 22px;
  background-color: #3b62ac;
  width: 30px;
  height: 30px;
  left: 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  padding-left: 1.5px;
  line-height: 1.5;
}

.qanda .qanda_tab input:checked ~ .qanda_contents {
  max-height: 20em;
}

.qanda .qanda_tab input:checked ~ label {
  background: #777;
  color: #fff;
}

.qanda .qanda_tab input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(1.2) translateY(-50%) rotateZ(45deg);
  transform: scale(1.2) translateY(-50%) rotateZ(45deg);
}

.qanda_contents_linlk {
  display: inline-block;
  margin-top: 1em;
}

#zancre_contents a {
  text-decoration: underline;
  color: #2b383f;
}

.qanda_contents_linlk .detail_btn {
  padding: 10px 35px 10px 18px;
  color: #fff;
}

.qanda .qanda_tab a.detail_btn {
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 736px) {
  .qanda {
    width: 100%;
    margin: 40px auto;
  }

  .qanda .qanda_tab {
    margin-bottom: 16px;
  }

  .qanda .qanda_tab label {
    padding: 1em 3em 1em 4em;
  }

  .qanda .qanda_tab label::before {
    position: absolute;
    top: 13px;
    width: 28px;
    height: 28px;
    left: 16px;
  }

  .qanda .qanda_tab label::after {
    right: 20px;
  }

  .qanda .qanda_tab .qanda_contents .qanda_contents_inner {
    padding: 1.4em 1em 1em 4em;
  }

  .qanda .qanda_tab input:checked ~ .qanda_contents::before {
    top: 18px;
    width: 28px;
    height: 28px;
    left: 16px;
  }

  .qanda .qanda_tab input:checked ~ .qanda_contents {
    max-height: 20em;
  }

  .qanda .qanda_tab input:checked ~ label {
    background: #777;
    color: #fff;
  }

  .qanda .qanda_tab input[type="checkbox"]:checked + label::after {
    -webkit-transform: scale(1.2) translateY(-50%) rotateZ(45deg);
    transform: scale(1.2) translateY(-50%) rotateZ(45deg);
  }
}

#zancre_contents .bt_apply {
  background: #c00;
  max-width: 760px;
  text-align: center;
  margin: 0 auto 45px;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

#zancre_contents .bt_apply_02 {
  margin: 120px auto 0;
}

#zancre_contents .bt_apply a {
  color: #fff;
  display: block;
  padding: 1em 0;
  text-decoration: none !important;
}

#zancre_contents .bt_apply a::after {
  transform: scaleX(0.9);
  font-size: 14px;
  position: absolute;
  right: 10px;
  font-family: FontAwesome;
  content: "\f054";
  color: #fff;
  height: 16px;
  line-height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
}

#zancre_contents .bt_apply:hover {
  filter: opacity(0.7);
}

@media screen and (max-width: 736px) {
  #zancre_contents .bt_apply {
    width: 100%;
    max-width: 460px;
    font-size: 1.14em;
    line-height: 1;
    letter-spacing: 0.1em;
    border-radius: 5px;
  }

  #zancre_contents .bt_apply a {
    padding: 1.2em 0.8em 1.2em 0;
  }

  #zancre_contents .bt_apply_02 {
    margin: 70px auto 0;
  }
}

/* 20201013 plus */
#zancre_contents .anshin5 {
  margin: 120px auto 50px;
  width: 980px;
  text-align: center;
}

#zancre_contents .anshin5 .anshin5_tt {
  background: #c00;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0.4em;
}

#zancre_contents .anshin5 .anshin5_stt {
  color: #c00;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 35px auto;
}

#zancre_contents .anshin5 .anshin5_link {
  display: block;
  width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  #zancre_contents .anshin5 {
    margin: 80px auto 40px;
    width: 100%;
  }

  #zancre_contents .anshin5 .anshin5_tt {
    font-size: 1.5em;
    margin: 0 auto;
    padding: 0.4em;
  }

  #zancre_contents .anshin5 .anshin5_stt {
    color: #c00;
    font-size: 1.1em;
    margin: 25px auto;
    letter-spacing: 0.05em;
  }

  #zancre_contents .anshin5 .anshin5_link {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
