@charset "utf-8";
/* CSS Document */

.sec-title{
  font-size: 34px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-title{
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sec-title::after{
  /*display: none;*/
}

.sec-title span{
  font-size: 18px;
  display: block;
}

.nayami-wrap{
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nayami-1block{
  width: 28%;
}
@media screen and (max-width: 768px) {
  .nayami-1block{
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #EEE;
  }
  .nayami-1block:last-child{
    border-bottom: 0;
  }
}


.nayami-1block h3{
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.nayami-text{
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
}

.sec-solution{
  background: #eff7ff url("../images/rohd-solution-arrow.png") center top no-repeat;
}

@media screen and (max-width: 768px) {
  .sec-solution .sec-inner{
    padding-top: 80px;
  }
}


.newfunction-wrap {
    display: flex;
    flex-wrap: wrap
}

.newfunction-text {
    width: 50%
}

.newfunction-image {
    width: 46%;
    margin-left: 4%
}

.newfunction-wrap h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px
}

.newfunction-image img {
    padding-top: 30px
}

.newfunction-image-left {
    order: -1;
    margin-left: 0;
    margin-right: 4%
}

@media screen and (max-width: 768px) {
    .newfunction-text,.workflow-ex-1block {
        width:100%
    }

    .newfunction-image {
        width: 100%;
        margin: 0
    }

    .newfunction-wrap h2 {
        font-size: 2.4rem
    }

    .newfunction-image-left {
        order: 1;
        margin: 0
    }
}

.sub-title{
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}

.sub-title span{
  background: #e95383;
  display: inline-block;
  padding: 4px 10px 5px;
  border-radius: 10px;
}

.solution1-point-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.solution1-point-1block{
  width: 20%;
  margin: 0 2%;
  padding: 10px;
  border-radius: 5px;
  background: #f8b230;
  color: #FFF;
}
