/* =====================================================================





===================================================================== */
.uno-conceptIndex .l-mainContents {
  padding-bottom: 50px;
}
.uno-conceptIndex .conceptSection {
  overflow: hidden;
  text-align: center;
  margin: 20px 20px 135px;
  padding: 140px 0 0;
  background: #f8f8f8;
}
.uno-conceptIndex .conceptSection__logo {
  text-align: center;
  margin-bottom: 90px;
}
.uno-conceptIndex .conceptSection__logo img {
  padding-right: 20px;
}
.uno-conceptIndex .conceptSection__txt {
  font-size: 20px;
  line-height: 2.8;
  margin-bottom: 35px;
}
.uno-conceptIndex .conceptSection__img {
  text-align: center;
  margin: 0 auto 80px;
  padding: 0 80px;
}
.uno-conceptIndex .conceptSection__img img {
  width: 100%;
  max-width: 1180px;
  height: auto;
}

@media only screen and (max-width:770px) {
  .uno-conceptIndex .l-mainContents {
    padding-bottom: 15px;
  }
  .uno-conceptIndex .conceptSection {
    text-align: center;
    margin: 10px 10px 78px;
    padding: 50px 0 0;
    background: #f8f8f8;
  }
  .uno-conceptIndex .conceptSection__logo {
    margin: 40px auto 70px;
  }
  .uno-conceptIndex .conceptSection__logo img {
    padding-right: 10px;
    height: 45px;
    width: auto;
  }
  .uno-conceptIndex .conceptSection__txt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 35px;
  }
  .uno-conceptIndex .conceptSection__img {
    margin: 0 auto 12vw;
    padding: 0 20px;
  }
}