/** 打ち消し設定 **/
.fs-c-subgroup .fs-c-listControl,.fs-c-subgroupList__comment,.fs-c-productPostage {
    display: none;
}

a.fs-c-subgroupList__link {
    border: none;
    background: none;
}

.fs-c-cartTableContainer, div#fs-totalsArea-wrapper {
    border: none;
}

/** カート **/

.fs-c-cartPayment__button span.fs-c-button__label {
    display: block;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase a {
    width: 25%;
    font-size: 2em;
    font-weight: bold;
}
div#AmazonPayButton {
    width: 285px !important;
    margin: 8px auto 0;
    height: 92px !important;
}
div.fs-c-otherServiceLogin div#AmazonPayButton {
    height: 42px !important;
}

.pay_button > div > div {
    display: flex;
    justify-content: center;
}
.pay_button .fs-c-buttonContainer {
    width: 30%;
}
.pay_button .fs-c-buttonContainer a {
    width: 94% !important;
}

/** 検索窓 **/

.h_submit input[type="submit"] {
width: 73px;
height: 51px;
margin-left: -4px;
background-color: #000;
background-image: url(https://outdoorparadise.itembox.design/item/img/icon_search.svg?t=20220501140847);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 50% 50%;
text-indent: -999em;
}

p.h_keyword input[type="search"] {
width: 847px;
height: 51px;
padding: 0 16px;
border: 4px solid #000;
font-size: 1.4rem;
line-height: 43px;
font-weight: bold;
}

p.h_keyword, p.h_submit {
display: inline-block;
vertical-align: top;
}

p.ancCategoryList a {
display: block;
position: relative;
width: 279px;
height: 51px;
padding: 0 16px;
border: 4px solid #000;
color: #fff;
background-color: #000;
font-size: 1.4rem;
line-height: 43px;
font-weight: bold;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

p.h_keyword, p.h_submit, .boxArea, p.ancCategoryList {
display: inline-block;
vertical-align: top;
}

.boxArea, p.ancCategoryList {
margin-top: 1em;
}
/** ログイン画面 **/

.fs-c-inputInformation form {
    width: 100%;
}

.fs-c-inputInformation__field {
    max-width: 800px;
}

table.fs-c-inputTable tr {
    display: flex;
    flex-direction: unset;
}

table.fs-c-inputTable th {
    width: 200px;
}

table.fs-c-inputTable td {
    flex: 1;
}

.fs-c-inputInformation__field span.fs-c-checkbox__checkMark {
    margin-right: 1em;
}

.fs-c-inputInformation__field .fs-c-agreementConfirmation__addon {
    margin: 0;
}

div#fs_registerAndContinue button.fs-c-button--registerAndContinue.fs-c-button--primary {
    width: auto;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false,.fs-p-headerUtilityMenu__logout.is-loggedIn--false  { display: none !important; }
.login.my-true { display: none !important; }
.login.my-true,.logout.my-false { border: none ;}
ul.fs-clientInfo .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    border: none;
}
.toolNav.sell_top a {
    padding: 0 !important;
}

/** フォーム設定 **/

form#fs_form {
    margin: 0 auto;
    display: block;
}


/**  test 後で消す **/
.button_area {
    display: flex;
    width: 800px;
    position: absolute;
    bottom: 179px;
    margin: auto;
    left: 0;
    right: 0;
}

.fs-c-inputInformation {
    position: relative;
}

fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 6em;
}

/** mypage QR **/


.my_page {
    display: flex;
}

.my_page div.fs-l-account {
    flex-basis: 80%;
}

div.my_page .member_data {
    flex-basis: 20%;
}

div.member_data .data {
    padding: 1.7em;
    background: #f7f7f7;
    box-shadow: 0 0 2px #b2b2b2;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    margin: 8px;
}

.member_data h3 {
    margin-bottom: .5em;
}

	
#img-qr canvas {
    width: 100%;
    max-width: 150px;
    text-align: center;
    padding: 1.3em;
    background: #fff;
}

div#img-qr {
    text-align: center;
}	

@media screen and (max-width: 750px) {
div.member_data .data {
    width: 93%;
    margin: 0 auto;
}

#img-qr canvas {
    max-width: 130px;
}	
div.member_data .data {
    display: flex;
    justify-content: space-between;
}
}