a.btn-black-pr,
button.btn-black-pr{
  background: #363636;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  max-width: 260px;
  justify-content: center;
  height: 40px;
  align-items: center;
  font-weight: 700;
  gap: 5px;
  border-radius: 10px;
}
.heading-common-type-1{
  position: relative;
}
.heading-common-type-1 h2{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: visible;
  width: max-content;
}
.heading-common-type-1:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
}
.heading-common-type-1 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
  height: 3px;
  background-color: #D61518;
  z-index: 9;
}
.list-pr-normal-1 h3{
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list-pr-normal-2 .title{
  height: 2.2em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-pr-normal-2 .title span{
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-pr-normal-2 .des{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-pr-normal-1 .img{
  border: 1px solid #E8E8E8;
  display: flex;
}
.list-pr-normal-1 .img img,
.list-pr-normal-2 .img img{
  width: 100%;
  object-fit: cover;
}
.typical-embroidery-methods .notes{
  font-size: 12px;
  color: #828282;
  font-weight: 500;
  margin-top: 20px;
}
.list-points-normal li{
  background-color:  #F7F7F7;
  border-radius: 10px;
}
.list-points-normal li h3{
  font-weight: 700;
  margin-bottom: 5px;
}
.list-points-normal li .des {
  line-height: 1.4;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.list-points-normal li .des p{
  margin-bottom: 0;
  flex: 1;
}
.list-points-normal li .img img{
  width: 100%;
  object-fit: cover;
}
.contact-normal-yellow-1{
  background-color: #F2EDD5;
  text-align: center;
}
.contact-normal-yellow-1 h3{
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-normal-yellow-1 ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-normal-yellow-1 ul li{
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #00000033;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-normal-yellow-1 ul li p{
  margin-bottom: 5px;
  font-weight: 700;
  color: #575757;
  letter-spacing: 0.05em;
}
.contact-normal-yellow-1 ul li span{
  color: #363636;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.what-is-embroidery{
  margin-top: 30px;
}
.embroidery-features,
.embroidery-item-list-possible,
.typical-embroidery-methods,
.important-points-embroidery,
.contact-embroidery{
  margin-top: 50px;
}
.what-is-embroidery .content-wse{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.what-is-embroidery .content-wse .text p:last-child{
  margin-bottom: 20px;
}
.what-is-embroidery .content-wse .image{
  display: flex;
}
.embroidery-features-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.embroidery-features-list li{
  border: 1px solid #E8E8E8;
}
.embroidery-features-list li h3{
  text-align: center;
  font-weight: 700;
  background-color: #F7F7F7;
  padding: 10px;
  font-size: 14px;
}
.embroidery-features-list li .feature-description{
  padding: 20px;
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
}
.list-pr-normal-1.column-3{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.list-pr-normal-1,
.list-pr-normal-2{
  gap: 20px;
}
.list-pr-normal-1 .img img{
  height: 167px;
}
.list-pr-normal-1 h3{
  padding: 10px 0;
}
.list-pr-normal-2.column-4{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.list-pr-normal-2 .title{
  margin: 12px 0;
}
.list-pr-normal-2 .des{
  font-size: 14px;
  line-height: 1.3;
}
.list-pr-normal-2 .img img{
  height: 167px;
}
.list-points-normal{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-points-normal li{
  padding: 20px;
}
.list-points-normal .des .img{
  display: flex;
}
.contact-normal-yellow-1{
  padding: 20px;
}
.contact-normal-yellow-1 img{
  object-fit: contain;
}
.embroidery-item-list-possible a.btn-black-pr{
  font-size: 14px;
}
@media (max-width: 767px) {
  .list-pr-normal-1 *,
  .list-pr-normal-2 .title,
  .list-points-normal *{
    font-size: 14px;
  }
  .list-points-normal li h3{
    line-height: 1.3;
  }
  .list-points-normal li .img img{
    height: 155px;
  }
  .list-points-normal li .des .img{
    margin-top: 10px;
  }
  .contact-normal-yellow-1 h3{
    line-height: 1.3;
  }
  .contact-normal-yellow-1 ul li{
    min-height: 57px;
  }
  .what-is-embroidery .content-wse .image img{
    width: 100%;
    object-fit: contain;
  }
  .list-pr-normal-1 .btn-black-pr .icon{
    width: 16px;
    height: 16px;
  }
  .list-pr-normal-1 .btn-black-pr .icon svg{
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .contact-normal-yellow-1 h3{
    font-size: 20px;
  }
  .embroidery-features-list li .feature-description{
    font-size: 16px;
  }
  .embroidery-features-list li h3{
    font-size: 18px;
    padding: 20px;
  }
  .heading-common-type-1 h2{
    font-size: 26px;
    line-height: 1;
  }
  .page-guide-embroidery .section-1 .image-banner-main img{
    width: 100%;
    object-fit: cover;
    height: 403px;
  }
  .what-is-embroidery .content-wse{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 291px;
    font-size: 17px;
    line-height: 1.2;
  }
  .what-is-embroidery .content-wse p:not(:last-child){
    margin-bottom: 22px;
  }
  .content-wse .image img{
    width: 100%;
    object-fit: contain;
  }
  .typical-embroidery-methods .btn-black-pr{
    max-width: 378px;
    height: 70px;
    font-size: 22px;
  }
  .typical-embroidery-methods .btn-black-pr .icon{
    width: 22px;
    height: 22px;
  }
  .typical-embroidery-methods .btn-black-pr .icon svg{
    width: 100%;
    height: 100%;
  }
  .embroidery-features-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list-pr-normal-1.column-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .list-pr-normal-1 .img img{
    height: 244px;
  }
  .list-pr-normal-2.column-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .list-pr-normal-2 .img img{
    height: 178px;
  }
  .list-pr-normal-2 h3{
    margin: 10px 0;
  }
  .list-pr-normal-2 .des{
    line-height: 1.2;
  }
  .list-points-normal li .img{
    width: 254px;
    flex-shrink: 0;
  }
  .list-points-normal li .des{
    flex-direction: row;
  }
  .contact-normal-yellow-1 ul{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}