.service-item.flex {
    justify-content: space-between;
  margin-bottom: 100px;
}

.service-item-tmb {
    width: calc(40% - 40px);
}
.service-item-txt {
width: calc(60% - 40px);
}

.service-item-title {
    font-size: 24px;
    font-weight: 500;
    padding-top: 1em;
      letter-spacing: 0.06em;
}
.service-item-title-en {
    font-size: 14px;
    padding-left: 3px;
      padding-top: 3px;
    padding-bottom: 24px;
    line-height: 1.8;
}

table {
    width: 100%;
   border-bottom: #777 solid 1px;
}
th {
    padding: 10px;
    border-top: #777 solid 1px;
    text-align: left;
}
td {
    padding: 10px;
    border-top: #777 solid 1px;
    text-align: left;
}
.flow-item {
    background: var(--key-color);
    margin-bottom: 16px;
    border-radius: 20px;
    color: #fff;
    padding: 30px;
      justify-content: space-between;
  align-items: center;
}
.flow-item.flex.odd {
    background: #4aaf87;
}
.flow-item-no.en {
    width:calc(5% - 24px);
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.flow-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
 width:calc(15% - 24px);
}
.flow-item-txt {
   width:calc(80% - 10px);
    font-size: 15px;
    line-height: 1.8;
}
.service-item-tmb img {
    border-radius: 16px;
}
@media screen and (max-width:1000px) {

  .service-item.flex {
    justify-content: space-between;
    margin-bottom: 100px;
    display: block;
}
  .service-item-txt {
    width: 100%;
}
  .service-item-tmb img {
    border-radius: 16px;
    width: 100%;
}
  
  .service-item-tmb {
    border-radius: 16px;
    width: 100%;
}
  .service-item-title {
    font-size: 24px;
    font-weight: 500;
    padding-top: 1em;
    letter-spacing: 0.06em;
    text-align: center;
}
  .service-item-title-en {
    font-size: 14px;
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 24px;
    line-height: 1.8;
    text-align: center;
}.flow-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    width: calc(28% - 24px);
  padding-left: 12px;
}.flow-item-txt {
    width: calc(72% - 10px);
    font-size: 15px;
    line-height: 1.8;
}
}

@media screen and (max-width:650px) {
  .flow-item {
    display: block;
}.flow-item-no.en {
    width: 100%;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}.flow-item-title {
    font-size:18px;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin: 8px 0;
}.flow-item-txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}th {
    padding: 6px;
    border-top: #777 solid 1px;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;    width: 7em;
}td {
    padding: 10px;
    border-top: #777 solid 1px;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
}    .service-item-title-en {
        padding-bottom: 10px;
    }
}