.font-bold{
font-weight:bold;
}
/*h1　ログイン*/
.fs-c-heading--page {
    font-style: normal;
    font-weight: 200;
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem auto 2.5rem;
    border: none;
    color: #3c3c3c;
    padding: 0;
}
/*h2　ログイン*/
.fs-c-subSection__title,.fs-p-announcement__title,.fs-c-wishlistProduct__title,.fs-c-featuredProduct__title {
    background: #D4D4D4;
    padding: 15px;
    color: #000;
    border: none;
    font-size: 1.2rem;
}
/*マイページsp調整*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) {
    flex-basis: 118px;
    height: 118px;
}