/*20250412_ユリシス*/
.twelfth{
    background: #e7c917;
    padding: 5% 10%;
}
.twelfth h2{
  text-align: center;
  font-size: 5rem;
  margin-bottom: 5%;
}
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 5%;
}

.flow07 {
  padding-left: 0;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #e7c917;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #e7c917;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #e7c917;
}

.flow07 > li dl dd {
  margin: 0;
}


.customer{
  background: #e7c917;
  padding: 5% 10%;

}
.customer h2{
  text-align: center;
  font-size: 5rem;
  margin-bottom: 5%;
}
.voice-inner{
  width: 100%; 
  margin: 0% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.voice{
  width: 33%;
  padding: 2%;
  margin: 2% auto;
  background: white;
}
@media (max-width: 600px) {
    .voice {
        width: 90%;
        padding: 5%;
        margin: 10% auto;
        background: white;
    }
    .flow_design07 {
      margin: 20% auto;
  }
}