@import url("https://takarazuka.itembox.design/item/theme/futureshop-default.css?t=20220325110606");
@import url("https://takarazuka.itembox.design/item/theme/base.css?t=20220325110606");
@import url("https://takarazuka.itembox.design/item/theme/layout.css?t=20220325110606");
@import url("https://takarazuka.itembox.design/item/theme/module.css?t=20220325110606");

.fs-preview-header{
display:none;
}

/* akinko追加（上書き） */
.ttl_a {
    margin: 3em auto 1em;
}
.ttl_b {
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.ttl_num {
    margin:2em 0px 1em !important;
}/*module.cssの強制を削除後に反映されるはず 買取手順ページ*/

.fs-c-productPrice__main__price,
.listed-product .fs-c-productPrice__main__price {
font-size:1.1rem;
}

.category-comment {
    margin-bottom: 2em;
}
.groupImage-layout .fs-c-subgroupList__item {
margin-bottom:2em;
}

/*fs-デフォルト.css*/
.fs-c-productListItem__notice {
font-size:1rem;
}
@media screen and (max-width: 767px){
.ttl_a {
    font-size:1.2em;
}
.btn_link {
    font-size:1.2em;
}
}

/*ヘッダー告知 強調文字#cb3b89*/
.head-info { 
padding:0.5em;
}
.head-info p { 
line-height:1.5;
}
@media screen and (max-width: 767px){
#fs_Top .head-info { 
display:none;
}
}

/*トップページ告知エリア*/
.front_announcement {
display:block;
text-align: center;
margin: 1em 0 2em 0; 
}
@media screen and (max-width: 767px) {
.front_announcement {
margin: -1em 0 0 0; 
padding:1em
}
}

/*404エラーページ*/
section.fs-p-pageNotFound {
    margin-top: 4em;
}