@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
 カスタムメイド作品のご注文から納品までの流れ
---------------------------------------------------------- */

/*.bg_line{
  background: linear-gradient(transparent 50%, #efefef 0%);
    line-height: 1.3em;
}*/

#custom_made .step_flow .ttl3{
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

#custom_made .step_flow .ttl3 i{
  font-style: normal;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}

#custom_made .step_flow .ttl3 i::before,
#custom_made .step_flow .ttl3 i::after{
  content: "";
  width: 50%;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
}

#custom_made .step_flow .ttl3 i::before{
  right: 100%;
}

#custom_made .step_flow .ttl3 i::after{
  left: 100%;
}

#custom_made .step_flow ul{
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#custom_made .step_flow li{
  margin-left: auto;
  margin-right: auto;
}
  
#custom_made .step_flow li{
  text-align: center;
}

#custom_made .step_flow li::after{
  content: "";
  border-top: 20px solid #2b2b2b;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  display: inline-block;
}

#custom_made .step_flow li:last-of-type::after{
  display: none;
}

#custom_made .step_flow dl{
  border: 2px solid #2b2b2b;
}

#custom_made .step_flow dt{
  text-align: center;
  background-color: #ffff;
  padding-bottom: 10px;
}

#custom_made .step_flow dt i{
  font-size: 200%;
  font-style: normal;
}

#custom_made .step_flow dt i::before{
  content: "ステップ";
  font-size: 30%;
}

#custom_made .step_flow dt span{
  display: block;
}

#custom_made .step_flow dd{
  text-align: left;
  padding: 20px;
  background-color: #efefef;
}

#custom_made .step_flow .att:last-of-type{
  margin-top: 20px;
}

/* ---- PC ---- */
@media (min-width: 769px) {

  #custom_made .step_flow dd{
    text-align: justify;
  }
}

/* ---- SP ---- */
@media (max-width: 768px) {

}