/*SPトップ表示２カラムを解除*/
.fs-l-page{
	overflow: hidden;
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
    /* iPhone SE（第2世代）向けのスタイル */
    body {
    /* マイページトップのボタンが2つの場合の横幅調整 */
.fs-c-accountService {
    justify-content: space-evenly;
}
}
}

/*カテゴリグループ表示オリジナルデザイン*/
.fs-c-subgroupList__item{
    line-height: 1.3;
    background: #4d4d4d;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-left: 2px;
}
.fs-c-subgroupList__label{
color: #fff;
    border: none;
    position: relative;
}
