@charset "UTF-8";

/*RMS用リセットスタイル*/
body,
figure,
p,
div,
span,
a,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td ,
button{
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}


div[align="center"] table[width="738"] {
    /*ヘッダーにポイントアイコンの不要箇所がある為一応追加*/
    display: none;
}

#hedtitle {
    background: #fff;
    overflow: hidden;
    margin-bottom: 18px;
}

.header-list {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 38px;
    margin: 0 auto 12px;
    width: 1121px;
}

.header-list .header-item {
    position: relative;
}

.header-list .header-item::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #D5D3D3;
}

.header-list .header-item:last-child::after {
    content: none;
}

.header-list .header-item a {
    text-decoration: none;
    font-size: 12px;
    color: #040404;
}

.header-heading {
    background: #2B2726;
    padding: 11px 0;
    text-align: center;
    margin-bottom: 29px;
}

.header-heading p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

#hedtitle .wapper {
    width: 1121px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.leftbox {
    width: 158px;
    height: 131px;
}

.leftbox a,
.leftbox a img {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.header-containter {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.header-flex {
    display: flex;
    align-items: end;
    gap: 9px;
}

.header-delivery {
    width: 145px;
}

.header-delivery img {
    display: block;
    width: 100%;
}

.header-faq {
    width: 156px;
}
.header-faq img {
    display: block;
    width: 100%;
}

.search_wapper {
    position: relative;
    width: 327px;
}

.search_wapper form {
    margin: 0;
    border: 2px solid #999797;
    background: #fff;
    border-radius: 3px;
}

.search_wapper input.search_botton {
    display: none;
}

.search_wapper button {
    display: block;
    border: none;
    background: transparent;
    cursor: pointer;
}

.search_wapper img {
    position: absolute;
    z-index: 99999;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.search_wapper input.keyword {
    line-height: 2;
    padding: 11px 12px;
    width: 100%;
    height: 41px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
}

/*検索窓文字*/
:placeholder-shown {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-moz-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}


.rightbox {
    margin-top: 12px;
}

.rightbox a {
    color: #040404;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    border: 2px solid #E5E3E3;
    padding: 5px 16px;
    font-size: 12px;
}

.rightbox ul li {
    font-size: 14px;
    line-height: 2.5;
    display: inline-block;
    margin-left: 5px;
}

#pagebody:scope table {
    display: none;
}

.head_bnr {
    width: 1121px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.head_bnr img {
    width: 100%;
}
