﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  メールニュース
-------------------------------------------------------------------- */
div.mail_ .agreebody_ {
  box-sizing: border-box;
  margin: 10px 0 20px 0;
  padding: 2px 0 2px 10px;
  width: 100%;
}

div.mail_ table {
  width: 100%;
}

div.mail_ table th {
  width: 25%;
}

/* firefox用 */
@-moz-document url-prefix() {
  .formdetail_.message_ input[name="cmail"],
  .formdetail_.message_ input[name="mail"],
  .formdetail_.message_ input[name="cancel_mail"] {
    width: 374px;
  }
}

/* --------------------------------------------------------------------
  トピック
-------------------------------------------------------------------- */
/* トピック詳細 */
h2.topic_title_ {
  font-weight: bold;
}

/* トピック一覧 */
div.topiclist_ {
  margin-bottom: 15px;
}

div.topiclist_ .topiclist_head_ {
  padding: 13px 0 11px 25px;
  background: #f6f6f6;
  box-sizing: border-box;
  margin: 30px 0 15px;
}

div.topiclist_ .topiclist_head_ h2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

div.topiclist_ .topiclist_head_ h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background: #707070;
  position: absolute;
  top: -5px;
  left: -25px;
}

div.topiclist_ .topiclist_head_ .rss_ {
  float: right;
  display: inline;
  text-align: right;
  display: none;
}

div.topiclist_ div.topiclist_ ul.topicline_ {
  margin: 0;
  padding: 0;
}

div.topiclist_ ul.topicline_ li,
div.topicdetaillist_ ul.topicdetailline_ li {
  padding: 22px 0 22px 12px;
  border-bottom: 1px dashed #cbcbcb;
}

div.topiclist_ ul.topicline_ li.img_ {
  padding: 5px 0;
  background: none;
}

.topiclist_body_ .topicline_detaillist_ {
  text-align: right;
  font-size: 12px;
  padding: 5px 5px 0 5px;
}

div.topicdetaillist_ .topicdetaillist_body_ {
  padding: 0 20px 20px 20px;
  width: 740px;
}

div.topiclist_ ul.topicline_ li dl {
  width: 100%;
  display: flex;
  align-items: center;
}

div.topiclist_ ul.topicline_ li dl dt img {
  margin-left: 15px;
}

div.topiclist_ ul.topicline_ li dl dt {
  width: 163px !important;
  margin-right: 0 !important;
  font-size: 14px;
  box-sizing: border-box;
  color: #1c1b1b;
  display: flex;
  align-items: center;
  letter-spacing: 0 !important;
  justify-content: start !important;
}

div.topiclist_ ul.topicline_ li dl dd {
  width: 725px !important;
}

div.topicdetaillist_ ul.topicdetailline_ li dl {
  width: 100%;
  display: flex;
  align-items: center;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dt img {
  margin-left: 7px;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dt {
  font-size: 14px;
  box-sizing: border-box;
  color: #1c1b1b;
  display: flex;
  align-items: center;
  width: 25%;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dd {
  width: 75%;
}

/* --------------------------------------------------------------------
  アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
div.questionnaire_ {
  width: 1155px;
  margin: 0 auto;
  width: 1075px;
}

div.questionnaire_box_ {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

div.questionnaire_box_ div.desc_ {
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 1px dotted #ccc;
}

div.questionnaire_box_ table {
  width: 100%;
}

div.questionnaire_box_ table.formdetail_ th {
  width: 16em;
}

div.questionnaire_box_ div.questionnaire_box_content_ {
  padding: 0 10px;
}

div.questionnaire_box_ #addr h3:nth-of-type(n+2) {
  padding-top: 10px;
}

/* 確認画面 */
table.questionnaire_confirm_ {
  width: 100%;
}

table.questionnaire_confirm_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
  approval
-------------------------------------------------------------------- */

div.approval_ table th {
  white-space: nowrap;
}

div.approval_ table td.total_ {
  text-align: right;
  color: #e61d50;
}

div.approval_ table.approvallist_ .approval_r_ td {
  background-color: #fffff0;
}

div.approval_ table.approvallist_ .approval_1st_ok_ td {
  background-color: #fffff0;
}

div.approval_ table.approvallist_ .approval_ng_ td {
  background-color: #ffefec;
}

div.approval_ table.approvallist_ .approval_sales_ng_ td {
  background-color: #f3f3f3;
}

table.approval_cart_ tr.linespace_ {
  border-style: none;
}

table.approval_cart_ tr.linespace_ td {
  border-style: none;
  height: 10px;
}

table.approval_cart_ td.goods_name_ {
  width: 150px;
}

table.approval_cart_ td.money_ {
  width: 50px;
  white-space: nowrap;
  text-align: right;
}

table.approval_cart_ td.qty_ {
  width: 80px;
  white-space: nowrap;
  text-align: center;
}

table.approval_cart_ td.button_ {
  text-align: center;
  width: 60px;
}

table.approval_cart_ td.total_ {
  text-align: right;
}

table.approval_cart_ td.cancel_dt_ {
  color: #c00;
  font-weight: bold;
}

.reapproval_ td.reapproval_mod_ {
  background-color: #ffffe0;
  padding-left: 8px;
}

.doapproval_ {
  background-color: #ffffe0;
}

table.approval_comment_ td {
  border-style: none;
  padding: 8px 4px 8px 0;
}

/* firefox用 */
@-moz-document url-prefix() {
  table.approval_comment_ td {
    border-style: none;
    padding: 8px 6px 8px 0;
  }
}

/* --------------------------------------------------------------------
  ユーザー定義　トップページ　現在の配送先
--------------------------------------------------------------------- */
#block_of_cart_dest_ {
  padding: 24px 20px 16px;
  border: 0;
  box-sizing: border-box;
  background: #f7f7f7;
}

#block_of_cart_dest_ h2 {
  margin: 0 0 24px;
  padding: 12px 20px;
  border-left: 8px solid #707070;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #222;
}

#block_of_cart_dest_ .cart_dest_ {
  display: flex;
  align-items: center;
  width: 100%;
}

#block_of_cart_dest_ .cart_dest_ .cart_dest_btn_ {
  width: 128px;
  margin-right: 24px;
}

#block_of_cart_dest_ .cart_dest_ .cart_dest_address_ {
  width: calc(100% - 152px);
  font-size: 16px;
}

/* --------------------------------------------------------------------
  ユーザー定義　トップページお問い合わせ一覧
--------------------------------------------------------------------- */
#block_of_contact_ {
  padding: 20px 20px 28px;
  border: 0;
  box-sizing: border-box;
  background: #f7f7f7;
}

#block_of_contact_ h2 {
  margin: 0 0 24px;
  padding: 12px 20px;
  border-left: 8px solid #707070;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #222;
}

#block_of_contact_ .top_contact_most_recent_ {
  padding: 10px;
}

#block_of_contact_ .top_contact_most_recent_ {
  padding: 10px;
}

#block_of_contact_ ul li {
  padding: 2px 0;
}

#block_of_contact_ ul li .subject_ {
  font-weight: bold;
}

#block_of_contact_ .top_contact_most_recent_ ul {
  margin-bottom: 20px;
}

#block_of_contact_ .top_contact_most_recent_ textarea {
  width: 100%;
}

#block_of_contact_ div.top_contact_list_footer_ {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0 0;
}

#block_of_contact_ div.top_contact_list_footer_ a {
  display: block;
  min-width: 172px;
  padding: 10px 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #111;
}

#block_of_contact_ div.contactlist_line_ {
  margin: 0;
  margin-bottom: 10px;
}

#block_of_contact_ div.top_contact_list_ div.syoryaku_ {
  margin-left: 10px;
}

/* ----Cookieポリシー同意---- */
.block-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  text-align: left;
  z-index: 10000;
}

.block-cookie-consent--text a {
  color: #fff;
}

.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
  cursor: pointer;
  text-align: center;
}

/* --------------------------------------------------------------------
  メーカー一覧（トップページ）
--------------------------------------------------------------------- */
.top_maker_list_ {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.top_maker_item_ {
  flex-direction: column;
  margin: 5px 10px;
}

.top_maker_item_ div.img_ {
  width: 130px;
  height: 130px;
  margin-bottom: 5px;
}

.top_maker_item_ div.img_ img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: scale-down;
}

.top_maker_ {
  text-align: right;
  margin-right: 5px;
}

.maker_title_ {
  font-size: 18px;
  padding: 13px 0 11px 25px;
  background: #f6f6f6;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 22px;
  margin-top: 15px;
  margin: 30px 0 15px;
}

.maker_title_ a {
  color: #606060;
  font-weight: 600;
}

.maker_title_ a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background: #4cae8d;
  position: absolute;
  top: 7px;
  left: 0;
}

.maker_footer_ {
  text-align: right;
  margin-right: 5px;
}

/* --------------------------------------------------------------------
  メーカー一覧（メーカー）
--------------------------------------------------------------------- */
.maker_nav_,
.maker_line_ {
  display: flex;
  flex-wrap: wrap;
}

.maker_nav_ {
  margin: 15px 0 30px 0;
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 2px solid #3763ba;
}

.maker_nav_item_ {
  flex-direction: column;
}

.navistyle_now_maker_ {
  color: #c00;
  text-decoration: none;
  white-space: nowrap;
}

.maker_item_ {
  flex-direction: column;
  margin: 8px 4px 4px 8px;
  width: 18%;
  word-break: break-all;
}

.maker_nav_item_ a {
  margin-right: 10px;
  color: #404040;
}

.maker_item_ a {
  color: #404040;
}

.maker_contents_ h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #3763ba;
  font-size: 18px;
  font-weight: bold;
}

.maker_line_frame_ {
  margin-bottom: 30px;
}

.maker_line_ {
  margin: 15px 30px 15px 30px;
}

/* --------------------------------------------------------------------
  納期・出荷実績一覧
--------------------------------------------------------------------- */
.page-delivery_shiplist .reversal_,
div.customer_ table.destgoodslist_ tr.reversal_ td {
  color: #f44336;
}

.delivery-ship-check-icon {
  width: 14px;
  height: 14px;
  background: #27ae60;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.delivery-ship-check-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.delivery-ship-cancelcross-icon {
  width: 14px;
  height: 14px;
  background: #f44336;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.delivery-ship-cancelcross-icon::before,
.delivery-ship-cancelcross-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 2px;
  height: 9px;
  background: #fff;
  border-radius: 1px;
}

.delivery-ship-cancelcross-icon::before {
  transform: rotate(45deg);
}

.delivery-ship-cancelcross-icon::after {
  transform: rotate(-45deg);
}

.delivery-ship-cross-icon {
  width: 14px;
  height: 14px;
  background: #7d7d7d;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.delivery-ship-cross-icon::before,
.delivery-ship-cross-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 2px;
  height: 9px;
  background: #fff;
  border-radius: 1px;
}

.delivery-ship-cross-icon::before {
  transform: rotate(45deg);
}

.delivery-ship-cross-icon::after {
  transform: rotate(-45deg);
}

.delivery-ship-graytext {
  color: #a4a4a4;
}

.page-delivery_shiplist .order_detail_ .return,
.page-delivery_shiplist .order_detail_.return {
  color: #f44336;
}

.page-delivery_shiplist .order_detail_ .return-icon,
.page-delivery_shiplist .order_detail_ .cancel-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 32px;
  height: 16px;
  background: #f6cbcb;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #f44336;
}

.page-delivery_shiplist .order_detail_ .cancel-icon {
  width: 60px;
  height: 16px;
  border-radius: 40%;
  font-size: 11px;
}

.page-delivery_shiplist .ship_url_::before,
.page-delivery_shipdetail .ship_url_::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../img/usr/icon_open_newtab.png) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
  vertical-align: middle;
}

.page-delivery_shiplist td.total_,
.page-delivery_shiplist td.price_,
.page-delivery_shiplist td.amt_ {
  text-align: right;
}

@-moz-document url-prefix() {
  input[name="search_core_sales"] {
    width: 156px;
  }
}

/* --------------------------------------------------------------------
  納期・出荷実績詳細
--------------------------------------------------------------------- */
table.delivery_ship_top_ tr td,
table.delivery_ship_dest_top_ tr td {
  vertical-align: top;
}

table.delivery_ship_top_ td.delivery_ship_top_left_ table,
table.delivery_ship_dest_top_ td.delivery_ship_dest_top_left_ table {
  width: 700px;
  margin-left: 0;
  margin-bottom: 20px;
}

table.delivery_ship_top_ td.delivery_ship_top_right_,
table.delivery_ship_dest_top_ td.delivery_ship_dest_top_right_ {
  width: 700px;
  text-align: right;
}

table.delivery_ship_ th,
table.delivery_ship_dt_ th,
table.method_ th,
table.ship_code_ th {
  border: 1px solid #ccc;
  border-right: none;
  width: 100px;
}

table.delivery_ship_ td,
table.delivery_ship_dt_ td,
table.method_ td,
table.ship_code_ td {
  width: 200px;
  border: 1px solid #ccc;
  border-left: none;
}

.page-delivery_shiplist .formlist_ td.order_dt_,
.page-delivery_shiplist .formlist_ td.order_id_,
.page-delivery_shiplist .formlist_ td.dest_detail_,
.page-delivery_shiplist .formlist_ td.order_detail_,
.page-delivery_shiplist .formlist_ td.delivery_comment_ {
  word-break: break-all;
  min-width: 150px;
}

.page-delivery_shiplist .formlist_ td.dt_ {
  word-break: break-all;
  min-width: 200px;
}

div.customer_ .delivery_ship_ .formlist_ th {
  color: #fff;
  background: #707070;
}

div.customer_ .delivery_ship_ .formlist_ td {
  word-break: break-all;
}

div.customer_ .delivery_ship_ .formlist_.delivery_comment_ td,
.delivery_ship_detail_block_ .delivery_comment_text {
  color: #217a3c;
  font-weight: bold;
}

.delivery-ship-icon-info {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  background-color: #217a3c;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}

.delivery-ship-icon-info::before,
.delivery-ship-icon-info::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.delivery-ship-icon-info::before {
  top: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.delivery-ship-icon-info::after {
  top: 8px;
  width: 3px;
  height: 6px;
}

div.delivery_ship_dest_listframe_ div.dest_block_ div.dest-nickname {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
  display: flex;
  align-items: center;
}

div.delivery_ship_dest_listframe_ div.dest_block_ div.dest-nickname::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 8px;
  height: calc(100% - 14px);
  background: #707070;
  content: "";
}

div.delivery_ship_ div.dest_block_ table.dest_ {
  margin-bottom: 20px;
  width: 100%;
}

.detail_delivery_spec_,
.detail_ship_dt_,
.detail_cancel_dt_,
.detail_return_dt_,
.delivery_ship_detail_block_ .delivery_spec_,
.delivery_ship_detail_block_ .ship_dt_,
.delivery_ship_detail_block_ .cancel_dt_,
.delivery_ship_detail_block_ .return_dt_ {
  width: 150px;
}

.delivery_ship_qty_,
.delivery_ship_amt_ {
  text-align: right;
}

.delivery_ship_goodsname_ .detail_name_ {
  font-weight: bold;
}

.delivery_ship_goodsname_ div {
  word-break: break-all;
}

.delivery_ship_dest_listframe_ .dest_block_ {
  border: 2px solid #d0d0d0;
  background: #f9f9f9;
  padding: 24px 20px 20px 20px;
  margin: 32px 0 32px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
}
