@charset "utf-8";

.aboutus .sec1 p{
  text-align: left;
  line-height: 2.13;
}

.aboutus .sec1 img{
  display: block;
  margin: 30px auto 74px;
}

.aboutus .sec2 p{
  line-height: 2.13;
  margin: 15px auto 60px;
}

.aboutus .sec2 .block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutus .sec2 .block p span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.aboutus .sec2 .block p span .yellow{
  display: inline;
  color: #f9a51b;
}
.aboutus .sec2 .block p span .green{
  display: inline;
  color: #a7ce38;
}
.aboutus .sec2 .block p span .red{
  display: inline;
  color: #ed1940;
}

.aboutus .sec2 .block p:nth-child(2){
  background-color: #f9f9f9;
  padding: 30px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .sub_mainv_vis {
        background-position: 61% 50%;
    }
  .sub_content_inner{
    padding: 50px 5%;
  }

  .aboutus .sec2 .block{
    flex-direction: column;
  }
}
