@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');


/**
 * Top Page Style
 * ================================================================================
 * Table of Contents:
 *
 * Basic Structure
 * Common Settings
 * Parts Settings
 * Top Page Settings
 * ================================================================================
 */




/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */

/* -- Layout-- */
.supportSsDcc {
  display: block;
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.supportSsDcc *,
.supportSsDcc *::before,
.supportSsDcc *::after {
  box-sizing: border-box;
}

.header {
  background-color: #FFF;
  position: relative;
  z-index: 500;
}

#headerNavArea {
  position: relative;
  z-index: 499;
}

.dirpath {
  margin-top: 0;
}

.footer {
  margin-top: 0 !important;
}

.supportSsDcc img {
  width: 100%;
}

.supportSsDcc strong {
  font-weight: bold;
}

.supportSsDcc a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  color: #0074e7;
  text-decoration: underline;
}

.supportSsDcc a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .supportSsDcc a:hover {
    opacity: 1;
  }
}



/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */

/* -- Element -- */
@media all and (min-width: 768px) {
  .c-isSP:not(.c-isPC) { display: none; }
}
@media all and (max-width: 767px) {
  .c-isPC:not(.c-isSP) { display: none; }
}



/**
 * ================================================================================
 * Part Settings
 * ================================================================================
 */

/**
 * Section
 * -------------------------------
 */

/* -- Section -- */
.supportSsDcc .p-sec {
  margin-top: 130px;
}

.supportSsDcc .p-sec:nth-of-type(1) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc .p-sec {
    margin-top: 55px;
  }
}


/**
 * Title
 * -------------------------------
 */

/* -- Title01 -- */
.supportSsDcc .p-ttl01 {
  margin-bottom: 30px;
  color: #1b1464;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc .p-ttl01 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

/* -- Title02 -- */
.supportSsDcc .p-ttl02 {
  margin-bottom: 55px;
  padding: 15px;
  background-color: #1b1464;
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.supportSsDcc .p-ttl01 + .p-ttl02 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc .p-ttl02 {
    margin-bottom: 25px;
    padding: 10px;
    font-size: 1.6rem;
  }

  .supportSsDcc .p-ttl01 + .p-ttl02 {
    margin-top: 30px;
  }
}


/**
 * Text
 * -------------------------------
 */

/* -- Text01 -- */
.supportSsDcc .p-txt01 {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc .p-txt01 {
    font-size: 1.3rem;
  }
}


/**
 * Store List
 * -------------------------------
 */

 /* -- Store List01 -- */
.supportSsDcc .p-storeList01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -45px;
  margin-left: -45px;
}

.supportSsDcc .p-storeList01 > li {
  width: 33.3333%;
  padding-top: 45px;
  padding-left: 45px;
}

.supportSsDcc .p-storeList01 > li > a {
  display: block;
  position: relative;
  height: 100%;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}

.supportSsDcc .p-storeList01 > li > a::before,
.supportSsDcc .p-storeList01 > li > a::after {
  position: absolute;
  z-index: 2;
  content: '';
}

.supportSsDcc .p-storeList01 > li > a::before {
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  background-color: #1b1464;
}

.supportSsDcc .p-storeList01 > li > a::after {
  right: 22px;
  bottom: 20px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.supportSsDcc .p-storeList01Inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #fff;
}

.supportSsDcc .p-storeList01Head,
.supportSsDcc .p-storeList01Img {
  width: 100%;
}

.supportSsDcc .p-storeList01Head {
  padding: 30px 20px 25px 20px;
}

.supportSsDcc .p-storeList01Ttl > span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.supportSsDcc .p-storeList01TtlLogo {
  margin-bottom: 15px;
}

.supportSsDcc .p-storeList01TtlLogo img {
  width: 270px;
}

.supportSsDcc .p-storeList01Img {
  margin-top: auto;
}

.supportSsDcc .p-storeList01Img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc .p-storeList01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-left: -15px;
  }

  .supportSsDcc .p-storeList01 > li {
    width: 50%;
    padding-top: 15px;
    padding-left: 15px;
  }

  .supportSsDcc .p-storeList01 > li > a {
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
  }

  .supportSsDcc .p-storeList01 > li > a::before {
    width: 30px;
    height: 30px;
  }

  .supportSsDcc .p-storeList01 > li > a::after {
    right: 12px;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }

  .supportSsDcc .p-storeList01Head {
    padding: 15px 5px 10px 5px;
  }

  .supportSsDcc .p-storeList01Ttl > span {
    font-size: 1.1rem;
  }

  .supportSsDcc .p-storeList01TtlLogo {
    margin-bottom: 10px;
  }

  .supportSsDcc .p-storeList01TtlLogo img {
    width: 100%;
  }
}

/* -- Store List02 -- */
.supportSsDcc .p-storeList02 {
  padding-left: 75px;
  padding-right: 75px;
}

.supportSsDcc .p-storeList02 > li {
  margin-top: 60px;
}

.supportSsDcc .p-storeList02 > li:nth-of-type(1) {
  margin-top: 0px;
}

.supportSsDcc .p-storeList02Inner {
  display: flex;
}

.supportSsDcc .p-storeList02Img {
  width: 38%;
}

.supportSsDcc .p-storeList02Img img {
  width: 100%;
}

.supportSsDcc .p-storeList02Body {
  position: relative;
  flex: 1;
  margin-left: 40px;
  padding-bottom: 100px;
  color: #1b1464;
}

.supportSsDcc .p-storeList02Ttl,
.supportSsDcc .p-storeList02Txt,
.supportSsDcc .p-storeList02Btn {
  width: 100%;
}

.supportSsDcc .p-storeList02Ttl {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

.supportSsDcc .p-storeList02Txt {
  margin-top: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
}

.supportSsDcc .p-storeList02Btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.supportSsDcc .p-storeList02Btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  min-height: 60px;
  border: 2px solid #1b1464;
  background-color: #e5ebee;
  color: #1b1464;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .supportSsDcc .p-storeList02 {
    padding-left: 0;
    padding-right: 0;
  }

  .supportSsDcc .p-storeList02 > li {
    margin-top: 35px;
  }

  .supportSsDcc .p-storeList02Img {
    width: 45%;
  }

  .supportSsDcc .p-storeList02Body {
    position: relative;
    margin-left: 15px;
    padding-bottom: 50px;
  }

  .supportSsDcc .p-storeList02Ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
  }

  .supportSsDcc .p-storeList02Txt {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05rem;
  }

  .supportSsDcc .p-storeList02Btn > a {
    width: 120px;
    min-height: 35px;
    border-width: 1.5px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}



/**
 * ================================================================================
 * Top Page Settings
 * ================================================================================
 */

/**
 * Insatall Caution
 * -------------------------------
 */

#supportSsDccTop .p-sec:nth-of-type(2) {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  #supportSsDccTop .p-sec:nth-of-type(2) {
    margin-top: 30px;
  }
}


/**
 * Insatall Caution
 * -------------------------------
 */

#supportSsDccTop .installCaution {
  padding: 20px;
  background-color: #ffff00;
  font-size: 1.6rem;
  color: #df0000;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #supportSsDccTop .installCaution {
    padding: 15px;
    font-size: 1.3rem;
    text-align: left;
  }
}


/**
 * Anchor Navigation
 * -------------------------------
 */

#supportSsDccTop .anchorNav {
  margin-top: 45px;
}

#supportSsDccTop .anchorNavMenu {
  display: flex;
  align-items: center;
  margin-left: -45px;
}

#supportSsDccTop .anchorNavMenu > li {
  width: 33.3333%;
  padding-left: 45px;
}

#supportSsDccTop .anchorNavMenu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 96px;
  border: 1px solid #1b1464;
  color: #1b1464;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

#supportSsDccTop .anchorNavMenu > li > a::after {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-right: 2px solid #1b1464;
  border-bottom: 2px solid #1b1464;
  content: '';
}

#supportSsDccTop .anchorNavMenu > li > a > span {
  display: inline-block;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  #supportSsDccTop .anchorNav {
    margin-top: 20px;
  }

  #supportSsDccTop .anchorNavMenu {
    margin-left: -10px;
  }

  #supportSsDccTop .anchorNavMenu > li {
    padding-left: 10px;
  }

  #supportSsDccTop .anchorNavMenu > li > a {
    min-height: 45px;
    font-size: 1.3rem;
  }

  #supportSsDccTop .anchorNavMenu > li > a {
    min-height: 65px;
    font-size: 1.4rem;
  }

  #supportSsDccTop .anchorNavMenu > li > a::after {
    bottom: 8px;
    width: 8px;
    height: 8px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
  }

  #supportSsDccTop .anchorNavMenu > li > a > span {
    margin-top: -10px;
  }
}


/**
 * Store Map
 * -------------------------------
 */

#supportSsDccTop .storeMap {
  position: relative;
  margin-top: 45px;
}

#supportSsDccTop .storeMapImg {
  padding-left: 50px;
  padding-right: 75px;
}

#supportSsDccTop .storeMapList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#supportSsDccTop .storeMapList > li {
  position: absolute;
}

#supportSsDccTop .storeMapList > li.-hokkaido,
#supportSsDccTop .storeMapList > li.-tohoku,
#supportSsDccTop .storeMapList > li.-kanto {
  right: 0;
}

#supportSsDccTop .storeMapList > li.-chubu,
#supportSsDccTop .storeMapList > li.-kansai {
  left: 325px;
}

#supportSsDccTop .storeMapList > li.-chugoku,
#supportSsDccTop .storeMapList > li.-shikoku,
#supportSsDccTop .storeMapList > li.-kyushuokinawa {
  left: 0;
}

#supportSsDccTop .storeMapList > li.-chubu,
#supportSsDccTop .storeMapList > li.-chugoku {
  top: 65px;
}

#supportSsDccTop .storeMapList > li.-kansai,
#supportSsDccTop .storeMapList > li.-shikoku {
  top: 220px;
}

#supportSsDccTop .storeMapList > li.-hokkaido {
  top: 315px;
}

#supportSsDccTop .storeMapList > li.-tohoku {
  top: 470px;
}

#supportSsDccTop .storeMapList > li.-kanto {
  top: 625px;
}

#supportSsDccTop .storeMapList > li.-kyushuokinawa {
  top: 375px;
}

#supportSsDccTop .storeMapList > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 265px;
  height: 120px;
  border-width: 2px;
  border-style: solid;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

#supportSsDccTop .storeMapList > li > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  content: '';
}

#supportSsDccTop .storeMapList > li.-hokkaido > a {
  border-color: #905ca2;
  color: #905ca2;
}

#supportSsDccTop .storeMapList > li.-hokkaido > a::after {
  border-top-color: #905ca2;
  border-right-color: #905ca2;
}

#supportSsDccTop .storeMapList > li.-tohoku > a {
  border-color: #5e66ad;
  color: #5e66ad;
}

#supportSsDccTop .storeMapList > li.-tohoku > a::after {
  border-top-color: #5e66ad;
  border-right-color: #5e66ad;
}

#supportSsDccTop .storeMapList > li.-kanto > a {
  border-color: #4b8cca;
  color: #4b8cca;
}

#supportSsDccTop .storeMapList > li.-kanto > a::after {
  border-top-color: #4b8cca;
  border-right-color: #4b8cca;
}

#supportSsDccTop .storeMapList > li.-chubu > a {
  border-color: #69bc82;
  color: #69bc82;
}

#supportSsDccTop .storeMapList > li.-chubu > a::after {
  border-top-color: #69bc82;
  border-right-color: #69bc82;
}

#supportSsDccTop .storeMapList > li.-kansai > a {
  border-color: #905ca2;
  color: #905ca2;
}

#supportSsDccTop .storeMapList > li.-kansai > a::after {
  border-top-color: #905ca2;
  border-right-color: #905ca2;
}

#supportSsDccTop .storeMapList > li.-chugoku > a {
  border-color: #fabf1a;
  color: #fabf1a;
}

#supportSsDccTop .storeMapList > li.-chuguoku > a::after {
  border-top-color: #fabf1a;
  border-right-color: #fabf1a;
}

#supportSsDccTop .storeMapList > li.-shikoku > a {
  border-color: #f29600;
  color: #f29600;
}

#supportSsDccTop .storeMapList > li.-shikoku > a::after {
  border-top-color: #f29600;
  border-right-color: #f29600;
}

#supportSsDccTop .storeMapList > li.-kyushuokinawa > a {
  border-color: #e95504;
  color: #e95504;
}

#supportSsDccTop .storeMapList > li.-kyushuokinawa > a::after {
  border-top-color: #e95504;
  border-right-color: #e95504;
}

@media only screen and (max-width: 767px) {
  #supportSsDccTop .storeMap {
    margin-top: 15px;
  }

  #supportSsDccTop .storeMapImg {
    padding-left: 40px;
    padding-right: 40px;
  }

  #supportSsDccTop .storeMapList {
    display: flex;
    flex-wrap: wrap;
    position: static;
    padding-top: 12px;
    margin-top: -8px;
    margin-left: -8px;
  }

  #supportSsDccTop .storeMapList > li {
    position: static;
    padding-top: 8px;
    padding-left: 8px;
    width: 33.3333%;
  }

  #supportSsDccTop .storeMapList > li > a {
    width: 100%;
    height: 60px;
    border-width: 1.5px;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    font-size: 1.5rem;
  }

  #supportSsDccTop .storeMapList > li > a::after {
    right: 7px;
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }
}


/**
 * Democar
 * -------------------------------
 */

#supportSsDccTop .democarCs {
  margin-top: 45px;
  padding: 55px;
  background-color: #e6e6e6;
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #supportSsDccTop .democarCs {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.8rem;
  }
}