/*　＊SP共通＊　ウィンドウ幅が最大767pxまで*/
@media screen and (max-width: 767px) { 

main{
  margin-top: 5em;
}

.title-h2{
  margin: 0.5em 0 !important;
}

.cp-info{
  text-align: left;
  margin-bottom: 0.6em;
}

.store-cp{
  background: #103A58;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 7px 10px;
  letter-spacing: 0.1rem;
  margin-right: 1.5em;
  border-radius: 5px;
}

.content-h3{
  margin-bottom: 1em;
 text-align: left !important;
}

.news-item{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto 3em;
  text-align: left;
}

.news-item img{
  width: 95%;
  height: 300px;
  object-fit: cover;
  margin-top: 1.5em;
}

/*-------------- 順番並び替え ------------*/
.news-topic{
  order:1;
}
	
.sort1{
  order: 1;
}

.sort2{
  order: 3;
}

.sort3{
  order: 2;
}

.cp-text{
  line-height: 2;
  letter-spacing: 0.1rem;
  order: 3;
}



}