/* ----------------------------------------
行間調整
---------------------------------------- */

.c-main .c-news__article-title {margin: 1.565vw 0 0 0;}
    

/* ----------------------------------------
タブSP
---------------------------------------- */
.c-main .c-news__article {
    margin: 38px 0 0 0;
}

.p-news__tab {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  margin-top:50px;
  padding-bottom:5px;
  margin-left:-10px;
}

.p-news__tab-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}

.p-news__tab-list-item {
  position: relative;
  width:auto;margin-bottom:10px;}
.p-news__tab-button {padding: 0 10px;}

.p-news__tab-list li:first-child .p-news__tab-button  {padding: 0 10px;}

.p-news__tab-list-item:last-child .p-news__tab-button {padding: 0 10px;
}



/* ----------------------------------------
一覧部分
---------------------------------------- */
.c-main .tab-content {margin-bottom:60px;}

.c-main .c-news__article-title {width:100%;}
.c-main .c-news__article-list {
    align-items: flex-start;
    flex-direction: column;
    padding: 5.215vw 0 5.215vw 0;
    display: block;
}

