.sheetMetal__list {
  max-width: 1104px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 80px;
}

.sheetMetal__list_item {
  max-width: 341px;
  width: 30%;
  margin-bottom: 40px;
}

.sheetMetal__list_item-img {
  margin-bottom: 16px;
}

.sheetMetal__list_item-img img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  border-radius: 8px;
}

.sheetMetal__list_item-title,
.sheetMetal__list_item-content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-style: normal;
  line-height: 160%;
}

.sheetMetal__list_item-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.sheetMetal__list_item-content {
  font-size: 16px;
  font-weight: 500;
}

.sheetMetal__fixCost {
  margin-top: 48px;
  margin-bottom: 80px;
}

.sheetMetal__fixCost_topInfo {
  background-color: #F0EEE9;
  padding: 48px;
  border-radius: 10px;
  margin-bottom: 32px;
}

.sheetMetal__fixCost_topInfo-top {
  display: flex;
}

.sheetMetal__fixCost_topInfo-num {
  text-align: center;
}

.sheetMetal__fixCost_topInfo-num.hagaki {
  color: var(--blue);
  font-family: var(--font-noto-sans-jp);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
}

.sheetMetal__fixCost_topInfo-num.money {
  width: 235px;
  height: 51px;
}
.sheetMetal__fixCost_topInfo-num.money img {
  width: 100%;
}

.sheetMetal__fixCost_topInfo-num.size {
  color: var(--base-color);
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 3px;
}

.sheetMetal__fixCost_topInfo-hagaki {
  max-width: 246px;
  margin-left: 18px;
  margin-right: 40px;
}

.sheetMetal__fixCost_topInfo-hagaki img {
  width: 100%;
}

.sheetMetal__fixCost_topInfo-card {
  max-width: 468px;
  border-radius: 5px;
  background-color: #DFDACE;
  padding: 20px 48px;
  text-align: center;
}

.sheetMetal__fixCost_topInfo-card.ok {
  width: 100%;
  color: var(--blue);
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 0;
  margin-bottom: 16px;
}

.sheetMetal__fixCost_topInfo-card img {
  width: 100%;
}

.sheetMetal__fixCost_topInfo-card.note {
  width: 100%;
  color: var(--text-color);
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 0;
  margin-top: 14px;
}

.sheetMetal__fixCost_topInfo-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.sheetMetal__fixCost_topInfo-bottom--item {
  max-width: 246px;
  width: 24%;
  background-color: var(--base-color);
  padding: 11px;
  border-radius: 4px;
  text-align: center;
}

.sheetMetal__fixCost_topInfo-bottom--item .content {
  color: var(--white);
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.sheetMetal__fixCost_bottom-content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.sheetMetal__case {
  margin-top: 48px;
  margin-bottom: 80px;
}

.sheetMetal__case_list {
  max-width: 1104px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sheetMetal__case_item {
  max-width: 532px;
  width: 47%;
  margin-bottom: 32px;
}

.sheetMetal__case_item-title {
  color: var(--text-color);
  text-align: center;
  font-family: var(--font-zen-kaku-new-type);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}

.sheetMetal__case_item-main {
  display: flex;
  align-items: end;
  padding: 16px;
  padding-bottom: 24px;
  background-color: #F0EEE9;
  border-radius: 10px;
  position: relative;
}

.sheetMetal__case_item-before,
.sheetMetal__case_item-after {
  max-width: 242px;
  text-align: center;
}

.sheetMetal__case_item-before {
  margin-right: 16px;
}

.sheetMetal__case_item-before img,
.sheetMetal__case_item-after img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.sheetMetal__case_item-before .content,
.sheetMetal__case_item-after .content {
  font-family: var(--font-rubik);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.sheetMetal__case_item-before .content {
  color: var(--light-text-color);
}

.sheetMetal__case_item-after .content {
  color: var(--base-color);
}

.sheetMetal__case_item-rightArrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* faq */
.sheetMetal__faq {
  margin-top: 48px;
}

.sheetMetal__faq_item {
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.sheetMetal__faq_item:last-child {
  margin-bottom: 0px;
}

.sheetMetal__faq_item-question {
  margin-bottom: 12px;
}

.sheetMetal__faq_item-questionContent {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.sheetMetal__faq_item-questionContent .q-mark {
  background-color: var(--base-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  font-family: var(--font-rubik);
  margin-right: 4px;
}

.sheetMetal__faq_item-answerContent {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .sheetMetal__list {
    max-width: 100%;
    display: block;
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .sheetMetal__list_item {
    max-width: 100%;
    width: 100%;
  }

  .sheetMetal__list_item-img img {
    height: 175px;
  }

  .sheetMetal__list_item-content {
    font-size: 14px;
  }

  .sheetMetal__fixCost {
    
  }

  .sheetMetal__fixCost_topInfo {
    padding: 24px 16px;
  }

  .sheetMetal__fixCost_topInfo-top {
    flex-direction: column;
  }

  .sheetMetal__fixCost_topInfo-num {
    margin-bottom: 16px;
  }

  .sheetMetal__fixCost_topInfo-num.money {
    margin: 0 auto;
  }

  .sheetMetal__fixCost_topInfo-hagaki {
    max-width: 160px;
    margin: 0 auto 24px auto;
  
  }

  .sheetMetal__fixCost_topInfo-bottom {
    flex-wrap: wrap;
  }

  .sheetMetal__fixCost_topInfo-bottom--item {
    max-width: 135px;
    width: 48%;
    margin-bottom: 9px;
  }

  .sheetMetal__fixCost_bottom-content {
    font-size: 14px;
  }

  .sheetMetal__case_list {
    max-width: 100%;
    display: block;
  }

  .sheetMetal__case_item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .sheetMetal__case_item-title {
    margin-bottom: 8px;
  }

  .sheetMetal__case_item-main {
    display: block;
  }

  .sheetMetal__case_item-before, .sheetMetal__case_item-after {
    max-width: 100%;
    position: relative;
  }

  .sheetMetal__case_item-before {
    margin-right: 0;
  }

  .sheetMetal__case_item-before .content,
  .sheetMetal__case_item-after .content {
    position: absolute;
    bottom: 28px;
    right: 8px;
    font-size: 18px;
    background-color: var(--white);
    padding: 4px;
    border-radius: 2px;
  }

  .sheetMetal__faq_item-questionContent {
    display: flex;
    align-items: center;
    font-size: 18px;
  }

  .sheetMetal__faq_item-questionContent.not-center {
    align-items: start;
  }

  .sheetMetal__faq_item-answerContent {
    font-size: 14px;
  }
}