.contr {
    display: flex;
    align-items: center;
    justify-content: center;
  padding:10px 0;
}

/* .contr:not(:first-child){
  padding-top:0;
}

.contr:not(:last-child){
  padding-bottom:0;
} */

.contr:not(:last-child)
{
  
  border-bottom:1px solid rgba(0,0,0, 0.5);
}

.mid-sec {
    width: 18%;
  text-align: center;
}

.r-wrap {
    width: 24%;
    text-align: center;
}

.r-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  gap: 90px;
}



.mid-wrap {
/*     display: flex;
    align-items: center;
    justify-content: space-between; */
    width: 100%;
}

.m-t {
  font-size: 24px;
  width: 28%;
  padding:5px;
}

.p-d.i-ttl {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.low-sec .itm.i-img {
  display: flex;
  flex-direction: column-reverse;
}

.icon img {
  max-width: 60px;
  text-align: center;
  max-height: 60px;
}

.icon {
  margin: auto;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.up-sec {
  display: flex;
  justify-content: flex-start;
  gap: 70px;
  padding: 20px 60px;
}

.low-sec {
  border-top: 1px solid black;
  /*     border-bottom: 1px solid; */
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  padding: 20px 60px;
}

.m-t.l-ttl {
  display: flex;
  align-items: center;
  font-family: 'Riona Sans Regular';
  font-size: 18px;
  width: 10%;
}

.p-d.ttl {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.p-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  width: 100%;
}

.items {
  width: 24%;
}

.image {
  width: 80%;
  margin: auto;
}
.low-sec:last-child {
  padding-bottom: 0px;
}

.dts p {
    margin: 0;
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
.mid-sec,.r-wrap {
    padding: 0 5px;
}
.m-t.l-ttl {
    font-size: 16px;
}
}

@media screen and (max-width:1024px)
{
  .m-cont {
    width: 1400px;
}
  
  .sp {
    overflow-x: scroll;
}
  
  .sp::-webkit-scrollbar {
        background: gray;
        height: 4px;
        width: 4px
    }
 
    .sp::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0
    }
 
    .sp::-webkit-scrollbar-track:hover {
        background: #555
    }
 
    .sp::-webkit-scrollbar-thumb {
        background: #888
    }
 
  .sp::-webkit-scrollbar-thumb:horizontal {
        background: #000;
        border-radius: 10px
    }
}
@media screen and (max-width:869px)
{
  .p-cnt {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    width: 100%;
  }

  .low-sec,.up-sec{
    gap:30px;
  }
}

@media screen and (max-width: 426px) {
  .p-cnt {
        gap: 40px;
        justify-content:space-around;
    }
  
      .low-sec, .up-sec {
        gap: 15px;
    }
  
  .r-sec {  
    gap: 20px;
    justify-content:space-around;
   
}