:root {
  --window-width: 100vw;
  --window-height: 100vh;
  --pc-lr: max(30px,calc(50% - 600px));
  --sp-lr: calc(32/375*100vw);
  --color-base: #000;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #B20000;
  --color-gray: #4B4B4B;
  --color-yellow: #F3CB39;
  --color-light: #F4F4F4;
  --color-light-gray:#E4E4E4;
  --content-width: 1200px;
  --transition-op: opacity ease .3s,visibility ease .3s;
  --transition-trf: transform ease .3s;
  --transition-all: all ease .3s;
}

#supportCat {
  margin: 0 auto;
  padding: 60px;
  border-radius: 7px;
  max-width: 1000px;
}
#supportCat ul {
  display: flex;
  justify-content: space-between;
}
#supportCat ul li {
  width: 30%;
  background-color: var(--color-light-gray);
  padding-bottom: 1em;
  box-shadow: 3px 3px 0 rgba(200, 200, 200, 0.9);
}
#supportCat ul li h3 {
  font-size: clamp(16px, 10vw, 24px);
  font-weight: 900;
  text-align: center;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
#supportCat ul li img {
  width: 100%;
}

@media (max-width: 768px) {
  #supportCat ul {
    flex-direction: column;
    row-gap: 2em;
  }
  #supportCat ul li {
    width: 100%;
  }
  #supportCat ul li .icon {
    width: 60%;
    margin: 0 auto;
  }
}
section {
  padding-left: var(--pc-lr);
  padding-right: var(--pc-lr);
}
section:nth-child(even) {
  background-color: var(--color-light);
}
section.serviceHeader {
  background-color: var(--color-white);
}

@media (max-width: 768px) {
  section {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.sect {
  margin: 0 auto;
}
.sect h2 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  width: fit-content;
  padding: 5em 1em 5px;
  border-bottom: 4px solid var(--color-yellow);
}
.sect .contents {
  max-width: 1000px;
  padding: 60px;
  margin: 0 auto;
}
.sect .contents .lead {
  text-align: center;
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 50px;
  line-height: 1.6;
}
.sect .contents .support dl {
  display: flex;
  align-items: flex-start;
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.9;
  margin-bottom: 30px;
}
.sect .contents .support dl dt {
  width: 25%;
}
.sect .contents .support dl dt img {
  width: 100%;
}
.sect .contents .support dl dd {
  width: 75%;
  margin: 10px 0 0 50px;
}
.sect .contents .support dl dd h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.sect .contents .support dl dd ul li {
  line-height: 1.9;
}
.sect .contents .support dl dd ul .indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.sect .contents .support dl dd > dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1.9;
}
.sect .contents .support dl dd > dl dt {
  font-size: clamp(14px, 2vw, 16px);
  margin: 0;
  padding-left: 2em;
  width: 10em;
  font-weight: normal;
}
.sect .contents .support dl dd > dl dt.duration {
  background: url(../images/support/ico_clock.svg) 0/contain no-repeat;
  background-size: 1.6em;
}
.sect .contents .support dl dd > dl dt.cost {
  background: url(../images/support/ico_yen-circle.svg) 0/contain no-repeat;
  background-size: 1.6em;
}
.sect .contents .support dl dd > dl dt.terms {
  background: url(../images/support/ico_check-circle.svg) 0/contain no-repeat;
  background-size: 1.6em;
}
.sect .contents .support dl dd > dl dt.schedule {
  background: url(../images/support/ico_calendar.svg) 0/contain no-repeat;
  background-size: 1.6em;
}
.sect .contents .support dl dd > dl dd {
  margin: 0;
  width: calc(100% - 12em);
}
.sect .contents .support dl dd > dl dd .indent01 {
  padding-left: 1em;
  text-indent: -1em;
}
.sect .contents .fullset {
  border: 1px solid #707070;
  padding: 1.5em 2em;
  width: 60%;
  margin: 30px auto 0;
}
.sect .contents .fullset p {
  line-height: 1.7;
}

@media (max-width: 768px) {
  .sect .contents {
    padding: 30px 20px;
  }
  .sect .contents .support {
    padding: 30px 20px;
  }
  .sect .contents .support dl {
    flex-wrap: wrap;
  }
  .sect .contents .support dl dt,
  .sect .contents .support dl dd {
    width: 100%;
  }
  .sect .contents .support dl dd {
    margin: 0;
  }
  .sect .contents .support dl dd > dl dd {
    width: 100%;
  }
  .sect .contents .fullset {
    width: 100%;
  }
}

/*# sourceMappingURL=support.css.map */
