.o-blogs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.o-postList__inner{
  width: 100%;
  padding: 0.5rem 0.5rem 0;
}
@media (min-width: 40em){
  .o-postList__inner{
    padding: 1rem 1rem 0.5rem;
  }
}

.o-postList--top{
  width: 100%;
  height: 100%;
  border: solid 1px #F2F2F2;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 1rem;
}

.o-postList--top__name{
  padding: 0.5rem 0.5rem 0;
  font-size: 0.75rem;
  margin-top: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 40em){
  .o-postList--top__name{
    padding: 1rem 1rem 0.5rem;
    white-space: normal;
  }
}

.o-postList__inner__time{
  font-size: 0.75rem;
  font-family: Verdana;
  margin-bottom: 0.5rem;
  color: #226baf;
}
@media (min-width: 40em){
  .o-postList__inner__time{
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
  }
}
.o-top--brands{
  background-color: #EEF0F1;
  padding: 3.5rem 0 5.5rem;
}

.o-top--shop_blog{
  padding: 3.5rem 0 7rem 0;
}

.o-top--links{
  padding: 3.5rem 0;
  border-top: solid 1px #d2d2d2;
}

.o-top--shop_blog__link{
  height: 55px;
  border-bottom: 1px solid #d2d2d2;
}
.o-top--shop_blog__link:first-child{
  border-top: 1px solid #d2d2d2;
}

.o-top--shop_blog__link a{
  height: 100%;
  width: 100%;
  display:flex;
  align-items: center;
  font-size: 0.9rem;
  padding: 0 0.75rem;
  line-height: 1.5;
}

@media (min-width: 40em){
  .o-top--shop_blog__link{
    border-right: solid 1px #d2d2d2;
    height: 100px;
  }
  .o-top--shop_blog__link:nth-of-type(2),.o-top--shop_blog__link:nth-of-type(3){
    border-top: solid 1px #d2d2d2;
  }
  .o-top--shop_blog__link:nth-of-type(3n+1){
    border-left: solid 1px #d2d2d2;
  }
  .o-top--shop_blog__link a{
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  .o-top--shop_blog__link a:hover{
    background-color: #1a1840;
    color: #ffffff;
    transition: .3s;
  }
}

.o-top--brands__parent{
  width: 100%;
  border-bottom: solid 1px #4d4d4d;
  padding: 0.5rem 0 0.5rem 0.75rem;
}
@media (min-width: 40em){
  .o-top--brands__parent{
    padding: 0.5rem 0;
  }
}

.o-top--brands__parent__name{
  font-size: 22px;
  font-weight: bold;
  margin: auto 1rem auto 0;
}

.o-top--brands__parent__ruby{
  font-size: 14px;
  margin: auto 0;
}

.o-top--brands__parent__list{
  padding: 0 0 3rem;
}

.o-top--brands__parent__list li{
  font-size: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.o-top--brands__parent__list li a {
  display: block;
  padding: 1.25rem 0.75rem;
}

@media (max-width: 39.9999999em){
  .o-top--brands__parent__list li,
  .o-top--shop_blog__link {
    position: relative;
  }
  .o-top--brands__parent__list li::after,
  .o-top--shop_blog__link::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 40em){
  .o-top--brands__parent__list{
    padding: 2rem 0 3rem;
  }
  .o-top--brands__parent__list li{
    margin-bottom: 25px;
    margin-right: 0;
    border: none;
    padding: 0;
  }
  .o-top--brands__parent__list li a {
    padding: 0;
  }
  .o-top--brands__parent__list li a:hover {
    color: #236AA7;
  }
}

.o-top--brands__pick{
  padding-bottom: 3rem;
}

.o-pickup_posts{
  padding: 1rem 0 3rem;
}

@media (max-width: 39.9999999em){
  .o-pickup_posts{
    display: flex;
    overflow: scroll;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    padding: 1rem 0 2rem 0.75rem;
    margin-bottom: 0.25rem;
  }

  .o-pickup_posts .o-pickup_posts__one{
    margin-right: 0.5rem;
    padding: 0;
    width: 40%;
    flex: 0 0 auto;
  }
}

.o-top--brands__pick_up{
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 6px;
  font-size: 12px;
  color: #ffffff;
  background-color: #333333;
  margin-left: 0.75rem;
}
@media (min-width: 40em){
  .o-top--brands__pick_up{
    margin-left: 0;
  }
}

.c-view_more{
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  width: 300px;
  height: 60px;
  border: solid 1px #1a1840;
  background-color: #ffffff;
}

.c-view_more a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 40em){
  .c-view_more:hover{
    background-color: #1a1840;
    color: #ffffff;
    transition: .3s;
  }
}

