header {
	width: 1488px;
	height: 97px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


a.logo_link {
    width: 180px;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #EFEFEF;
    display: block;
}

.header_left_box {
    display: flex;
    align-items: center;
}

.header_tempo_wrap {
    display: flex;
    align-items: center;
    margin-right: 84px;
}

img.h_tempo_img {
    width: 36.8px;
    margin-right: 18px;
}

.h_tempo_name {
    font-size: 15px;
    font-weight: bold;
}

.h_info {
    color: #D83A42;
    border: 1px solid #D83A42;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 24px;
}

.h_login_name_wrap {
    font-size: 14px;
}

.h_login_name {
/*    font-weight: bold;*/
}

.h_logout {
    cursor: pointer;
    font-weight: bold;
    color: #0A2F5A;
}

section.search_sec {
    background: #F3F3F3;
    height: 65px;
}

.search_wrap {
    width: 1488px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.tanto_wrap {
    display: flex;
    align-items: center;
}

.tanto_label {
    font-size: 14px;
    margin-right: 12px;
    font-weight: 500;
}

.select_wrap {
    position: relative;
}

.select_wrap:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 14px;
    margin: auto;
    border: 10px solid transparent;
    border-top: 10px solid #333;
}

select#tanto_select {
    width: 184px;
}

select#tanto_select:hover,
select.search_category:hover,
select#disp_number:hover,
select#orderby:hover {
cursor:pointer
}

form.search_box {
    display: flex;
}

select {
    border: 1px solid #E6E6E6;
    width: 184px;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 500;
}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}


select.search_category {
    border-radius: 10px 0 0 10px;
    border-right: 0;
    height: 100%;
}

input[type="text"],input[type="search"] {
    border: 1px solid #E6E6E6;
    width: 184px;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 500;
}

.search_input_box {
    position: relative;
}

input.search_text {
    border-radius: 0 10px 10px 0;
    width: 615px;
    padding-right: 40px;
}

.search_img_wrap {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

input.search_submit {
    background: none;
    border: 0;
    width: 20px;
    height: 20px;
}

.search_btn_wrap {
    display: flex;
}

a.search_btn {
    width: 80px;
    height: 65px;
    box-sizing: border-box;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #333333;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #E6E6E6;
    transition: 0.3s;
}

a.search_btn:hover {
  opacity:0.7;
}
img.search_btn_img {
    width: 25px;
}

button.search_img_wrap {
    background: none;
    border: 0;
}

.search_btn_text {
    font-size: 10px;
    font-weight: bold;
    margin-top: 7px;
}

a.search_btn:last-child {
    border-right: 1px solid #E6E6E6;
}

.cart_btn_wrap {
    position: relative;
}

span.cart_item_count {
    background: #D83A42;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
}

.cart_btn_wrap img.search_btn_img {
    margin-right: 12px;
}

/* main */
/* side */
setcion.main_sec {
    width: 1488px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    padding-bottom: 100px;
    min-height: 622px;
}

section.sidebar {
    width: 260px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
}

h2.side_title {
    border-bottom: 1px solid #E6E6E6;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
}

ul.side_list {
    padding: 22px 24px 80px;
}

li.side_item {
    margin-bottom: 14px;
}


li.side_item.active > .side_item_link {
    font-weight: bold;
}

.side_item ul {
    margin-top: 14px;
    padding-left: 20px;
}

a.side_item_link {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

a.side_item_link {
    font-size: 15px;
}

/* product */
.product_list_header {
    display: flex;
    padding: 12px 0 22px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}

section.product_list {
    width: 1188px;
}

h2.product_list_title {
    font-size: 22px;
    font-weight: bold;
    margin-right: auto;
}

.product_list_filter {
    display: flex;
    align-items: center;
}

.product_list_filter .select_wrap:first-child {
    margin-right: 10px;
}

.select_wrap.type2 select {
    border-radius: 3px;
    font-size: 14px;
    background: none;
}

select#disp_number {
    width: 80px;
    padding: 8px 20px;
}

select#orderby {
    width: 133px;
    padding: 8px 16px;
}

.select_wrap:after {
    border: 5px solid transparent;
    border-top: 6px solid #333;
    right: 13px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

ul.product_main_list {
    margin-bottom: 24px;
}

li.product_main_item {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E6E6E6;
}

.pmi_item_wrap {
    display: flex;
}

.pmi_thumb_wrap {
    position: relative;
    margin-right: 15px;
    width: 154px;
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.pmi_thumb_img {
object-fit: contain;
    width: 100%;
    height: 150px;
    padding: 15px;
}

span.pmi_sale_label {
    font-size: 11px;
    background: #D83A42;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 10px;
}

.pmi_main_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h3.pmi_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pmi_jan {
    font-size: 12px;
    margin-bottom: 14px;
    color:#666;
}

.pmi_origin_price {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.pmi_origin_price:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #333;
}

.pmi_sell_price {
    font-size: 16px;
    font-weight: bold;
    color: #D83A42;
}

.pmi_cart_wrap {
    padding: 18px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    width: 270px;
    box-sizing: border-box;
}

form.favo_form {
    display: none;
}

form.favo_form.show {
    display: block;
}

.pmi_cart_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

span.pmi_cart_text {
    font-size: 14px;
    font-weight: 500;
}

input.pmi_cart_num {
    width: 58px;
    padding: 10px 12px;
    padding-right: 4px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: right;
    font-size: 14px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin-left: 8px;
}

.btn-b {
    display: block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: #082D59;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #082D59;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    line-height: normal;
    transition: 0.3s;
}

.btn-b:hover {
  opacity:0.8;
}
.btn-b.disabled {
    background: #ddd;
    border: 1px solid #ddd;
    color:#999;
    cursor: default;
}

.pmi_add_cart {
    width: 128px;
}

.pmi_favo_btn {
    font-size: 14px !important;
}
.btn-w {
    display: block;
    padding: 8px 0;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    line-height: normal;
    transition: 0.3s;
}

.btn-w:hover,.btn-w:active,.btn-w:focus {
  opacity:0.8;
color:#082D59 !important;
    background: #fff !important;
}

.pmi_favo_btn {
    width: 100%;
}

span.pmi_medicine_label {
    font-size: 11px;
    background: #FFF;
    padding: 3px 5px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.pmi_medicine_info {
    font-size: 12px;
    color: #000;
    padding: 10px;
    margin-top: 10px;
    background: #FFF9D5;
}

.pmi_buylimit_info {
    font-size: 12px;
    margin-top: 10px;
    color: #D83A42;
}

.btn-r {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #D83A42;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #D83A42;
    font-weight: bold;
    cursor: pointer;
}

.btn-r:hover {
color:#fff;
      transition: 0.3s;
opacity:0.8;
}

.pmi_limit_btn {
    width: 100%;
    margin-bottom: 6px;
}

.pmi_limit_info {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 14px;
}

.pmi_limit_info span {
    color: #D83A42;
}

.pmi_favo_btn.remove {
    position: relative;
}

.pmi_favo_btn.remove:before {
    content: "×";
    position: absolute;
    top: 0;
    left: 38px;
    bottom: 0;
    color: #333333;
    font-size: 18px;
    margin: auto;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.pager_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pager_box a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

a.pager_link {
    width: 41px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
}

a.pager_link.active {
    background: #FAF9F5;
}

a.pager_next_link {
    margin-left: 18px;
    width: 41px;
    height: 35px;
    display: none;
    justify-content: center;
    align-items: center;
}

a.pager_prev_link {
    margin-right: 18px;
    margin-left: 18px;
    width: 41px;
    height: 35px;
    display: none;
    justify-content: center;
    align-items: center;
}

a.pager_next_link.active {
    display: flex;
}

a.pager_prev_link.active {
    display: flex;
}

.pager_box a:hover {
    background: #FAF9F5;
}

/* footer */
footer {
    background: #F3F3F3;
}

.footer_wrap {
    width: 1488px;
    height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy {
    font-size: 12px;
    font-weight: bold;
}

ul.footer_menu {
    display: flex;
}

li.footer_item {
    margin-right: 50px;
}

li.footer_item:last-child {
    margin-right: 0;
}

a.footer_menu_link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

.page_top {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.page_top_text {
    font-size: 13px;
    font-weight: 500;
    margin-right: 6px;
}

img.page_top_img {
    width: 28px;
}

.ec-pager {
    text-align: right;
}

.bg-load-overlay + .bg-load-overlay {
    display: none;
}

p.ec-errorMessage {
    color: #f00;
}