body {
  /* background: url(../image/bg_index.gif) no-repeat;
  background-size: 100% auto; */
}

.content {}

.tops {
  width: 80%;
  margin: 0 auto;
  padding-top: 20%;
  padding-bottom: 8%;
}

.title_index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
}

.title_index img {
  width: auto;
  height: 16px;
}

.pc .title_color {
  font-size: 28px !important;
  padding-top: 140px;
  padding-bottom: 20px;
}

.phone .title_color {
  padding-top: 60px;
}

.feature {
  margin-top: 60px !important;
}

.pc .title_index img {
  height: 20px !important;
}

.pc .title_index .left,
.pc .title_index .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc .title_index .title_index_cont {
  padding: 0 10px;
}

@media screen and (max-width: 450px) {
  .content {
    display: flex;
    align-items: center;
  }

  .feature {
    margin-top: 30px !important;
  }

  .phone .title_color {
    padding-top: 23vw;
  }

  .tops {
    padding-top: 0 !important;
  }
}