@charset "UTF-8";
/* CSS Document */
#hemming h2 {
  text-align: center;
}

#hemming p {
  margin: 3rem 0;
  text-align: left;
  line-height: 1.5;
  padding: 0 3rem;
}

#hemming > p {
  text-align: center;
}

/***図り方***/
.hemming_step {
  background-color: #e7e7e7;
  padding: 3rem 3rem 1rem;
}

#hemming .STEP {
  display: flex;
  justify-content: space-between;
}

#hemming .STEP {
  margin: 3rem 0 5rem;
  border-bottom: 0.5px solid #000;
  padding: 0 0 3rem;
}

#hemming .STEP.STEP3 {
  margin-bottom: 0;
}

#hemming .STEP dl,
#hemming .STEP p {
  width: 42%;
}

#hemming .STEP dt {
  width: 40%;
  background-color: #000;
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

#hemming .STEP figure {
  display: block;
  width: 55%;
}

/**比較**/
#hemming .STEP p {
  text-align: left;
}

#hemming article.STEP.Comparison {
  margin-bottom: 1rem;
  border: none;
}

/***注意事項**/
#hemming .Precautions {
  padding: 3rem;
}

#hemming .Precautions span {
  font-weight: bold;
  margin-right: 1rem;
  display: inline-block;
}

#hemming .Precautions li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 2rem;
}

@media screen and (max-width: 750px) {
  #hemming {
    margin: 0;
  }
  #hemming > p {
    margin: 2rem;
    padding: 0;
  }
  .hemming_step {
    padding: 3rem 2rem 1rem;
  }
  #hemming .STEP {
    display: block;
    margin: 2rem 0;
  }
  #hemming .STEP.STEP3 {
    margin-bottom: 0;
  }
  #hemming .STEP dl,
  #hemming .STEP p {
    width: 100%;
  }
  #hemming .STEP dt,
  #hemming .STEP dd {
    margin-bottom: 1rem;
  }
  #hemming .STEP figure {
    width: 100%;
  }
  #hemming .Precautions {
    padding: 2rem 1rem;
  }
  #hemming article.STEP.Comparison {
    margin: 0;
  }
  #hemming article.STEP.Comparison p {
    margin: 1rem 0;
  }
  #hemming .Precautions li {
    margin: 1rem 0 1rem 1rem;
  }
}
/*=======================================

24-12-02 裾直しの加工タイプ追加

========================================*/
#hemming p.hemming_service_infotx {
  text-align: left;
}

@media screen and (min-width: 751px) {
  #hemming p.hemming_service_infotx {
    text-align: center;
  }
}
.processing_pattern {
  padding: 2rem 2rem 1rem;
  background-color: #e7e7e7;
}

.processing_pattern h2 {
  padding: 0 0 2rem;
}

.processing_pattern_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.processing_pattern_item {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 751px) {
  .processing_pattern_item {
    width: 31%;
  }
}
.processing_pattern_item .image {
  margin-bottom: 10px;
}

.processing_pattern_item .name {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.processing_pattern_item .price {
  text-align: center;
  margin-bottom: 10px;
}

.processing_pattern_item .text {
  margin-bottom: 10px;
  padding: 0 10px;
}

.processing_pattern_item .repair_period {
  text-align: center;
  margin-bottom: 10px;
}

.ctm_free-content {
  padding-bottom: 100px;
}

.precautions {
  display: grid;
  gap: 50px;
  padding: 3rem;
}
@media screen and (max-width: 750px) {
  .precautions {
    gap: 30px;
    padding: 2rem 1rem;
  }
}
.precautions .precautions_note {
  margin-bottom: 10px;
}
.precautions ol {
  list-style: none;
  counter-reset: precautions-count;
  display: grid;
  gap: 0.5em;
}
.precautions ol li {
  counter-increment: precautions-count;
  position: relative;
  padding-left: 20px;
}
.precautions ol li::before {
  content: counter(precautions-count);
  position: absolute;
  left: 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}
.precautions h2 {
  margin-bottom: -20px;
}
.precautions h3 {
  font-size: 1.3rem;
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-left: 5px;
}
@media screen and (min-width: 751px) {
  .precautions h3 {
    font-size: 1.6rem;
  }
}
.precautions .toggle_content {
  display: none;
}
.precautions .togglebtn {
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .precautions .togglebtn {
    font-size: 1.6rem;
  }
}
.precautions .togglebtn:after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  transform: rotate(135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 750px) {
  .precautions .togglebtn:after {
    width: 8px;
    height: 8px;
  }
}
.precautions .togglebtn.active:after {
  transform: rotate(-45deg);
}
.precautions .toggle-content {
  padding-bottom: 60px;
  display: none;
}
.precautions .toggle-content {
  display: block;
}/*# sourceMappingURL=hemming.css.map */