@charset "UTF-8";
/* --------------------------------------------
   安心の品質 
-------------------------------------------- */
/* 安心の品質  */
.qualityTitle {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 3px solid #e45513;
  border-radius: 6px;
  background-color: #fffeed;
  color: #e45513;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.qualitySelf_text {
  letter-spacing: -1px;
}

.quality-pink {
  color: #e66d80;
}

@media screen and (max-width: 1900px) {
  /* 安心の品質  */
}

@media screen and (max-width: 1700px) {
  /* 安心の品質  */
}

@media screen and (max-width: 1540px) {
  /* 安心の品質  */
}

@media screen and (max-width: 1260px) {
  /* 安心の品質  */
}

@media screen and (max-width: 1024px) {
  /* 安心の品質  */
  .qualitySelf_text {
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* 安心の品質  */
}

@media screen and (max-width: 480px) {
  /* 安心の品質  */
  .qualityTitle {
    font-size: 20px;
  }
  .qualitySelf_text {
    margin-top: 10px;
    padding-right: 0;
  }
  .qualitySelf_img img {
    width: 70%;
  }
}