.v-sogomain {
  display: flex;
}
.v-sogomain__img__button {
  display: flex;
  width: 252px;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.v-sogomain__details {
  width: 768px;
  margin-left: 45px;
}
.v-sogomain__details > p {
  color: #888888;
  font-size: 15px;
  margin-bottom: 72px;
}
.v-sogomain__details__list {
  list-style: none;
  display: flex;
  padding-left: 20px;
  justify-content: space-between;
}
.v-sogomain__details__list > li {
  width: 320px;
}
.v-sogomain__details__list > li.is-wider {
  width: 400px;
}
.v-sogomain__details__list > li > ul {
  list-style: none;
}
.v-sogomain__details__list > li > ul > h3 {
  margin-bottom: 18px;
}
.v-sogomain__details__list > li > ul > li {
  margin: right 5px;
}
.v-sogomain__details__list > li > ul > li > a {
  text-decoration: none;
  font-size: 20px;
  color: #484848;
  font-weight: bold;
}
.v-sogomain__details__list > li > ul > li > a::before {
  content: "";
  background: url("/data/img/views/sogo-catalog/pc/list_arrow.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

.v-sogocatalog {
  margin-top: 100px;
}
.v-sogocatalog__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 108px;
  margin-top: 25px;
}
.v-sogocatalog__list.is-flexstart {
  justify-content: flex-start;
}
.v-sogocatalog__list.is-flexstart > li {
  margin-right: 7px;
}
.v-sogocatalog__list > li {
  background: #F0F0F0;
  padding: 10px;
  width: 285px;
  margin-bottom: 7px;
}
.v-sogocatalog__list > li > a {
  text-decoration: none;
}
.v-sogocatalog__list > li > a > p {
  color: #484848;
  font-size: 20px;
  border-left: 3px solid #FF6400;
  height: 100px;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 15px;
}

.v-subheading {
  margin-bottom: 40px;
}

.v-dummyplace {
  position: relative;
  top: -170px;
  display: block;
}

.v-flextitle {
  display: flex;
}
.v-flextitle.is-justfycontent {
  justify-content: space-between;
}
.v-flextitle.is-justfycontent > h3 {
  width: 300px;
  margin-right: 0;
}
.v-flextitle > h3 {
  width: 260px;
  margin-right: 35px;
}

@media screen and (max-width: 750px) {
  .v-sogomain {
    display: flex;
    flex-wrap: wrap;
  }
  .v-sogomain__img__button {
    display: flex;
    width: auto;
    height: 5.2rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
  }
  .v-sogomain__details {
    width: 100%;
    margin-left: 0;
  }
  .v-sogomain__details > p {
    color: #888888;
    font-size: 1.5rem;
    margin-bottom: 7.2rem;
  }
  .v-sogomain__details__list {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .v-sogomain__details__list > li {
    width: auto;
  }
  .v-sogomain__details__list > li + li {
    margin-top: 3rem;
  }
  .v-sogomain__details__list > li.is-wider {
    width: auto;
  }
  .v-sogomain__details__list > li > ul {
    list-style: none;
  }
  .v-sogomain__details__list > li > ul > h3 {
    margin-bottom: 18px;
  }
  .v-sogomain__details__list > li > ul > li {
    margin: right 5px;
  }
  .v-sogomain__details__list > li > ul > li > a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #484848;
    font-weight: bold;
  }
  .v-sogomain__details__list > li > ul > li > a::before {
    content: "";
    background: url("/data/img/views/sogo-catalog/pc/list_arrow.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
  }

  .v-sogocatalog {
    margin-top: 8rem;
  }
  .v-sogocatalog__list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 5.8rem;
    margin-top: 25px;
  }
  .v-sogocatalog__list.is-flexstart {
    justify-content: flex-start;
  }
  .v-sogocatalog__list.is-flexstart > li {
    margin-right: 0.7rem;
  }
  .v-sogocatalog__list > li {
    background: #F0F0F0;
    padding: 10px;
    width: 47%;
    margin-bottom: 7px;
  }
  .v-sogocatalog__list > li > a {
    text-decoration: none;
  }
  .v-sogocatalog__list > li > a > p {
    font-size: 1.5rem;
    height: 9rem;
    font-weight: bold;
    padding-left: 1rem;
    margin-top: 1.5rem;
    line-height: 1.4;
  }

  .v-subheading {
    margin-bottom: 40px;
    font-size: 2rem;
  }

  .v-dummyplace {
    position: relative;
    top: -170px;
    display: block;
  }

  .v-flextitle {
    display: flex;
  }
  .v-flextitle.is-justfycontent {
    justify-content: space-between;
  }
  .v-flextitle.is-justfycontent > h3 {
    width: 300px;
    margin-right: 0;
  }
  .v-flextitle > h3 {
    width: 260px;
    margin-right: 35px;
  }
}
/*# sourceMappingURL=index.css.map */