﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  トピック
-------------------------------------------------------------------- */
/* トピック詳細 */
/* トピック一覧 */
div.topiclist_ {
  margin-bottom: 42px;
}

div.topiclist_ .topiclist_head_ {
  position: relative;
  margin: 10px 16px 13px;
  padding: 0;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  background: none;
}

div.topiclist_ .topiclist_head_ h2 {
  padding: 0 0 0 13px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #333;
}

div.topiclist_ .topiclist_head_ h2::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 5px;
  height: calc(100% - 10px);
  background: #707070;
  content: "";
}

div.topiclist_ .topiclist_head_ .rss_ {
  display: none;
}

div.topiclist_ .topiclist_body_ {
  padding: 8px;
  background: #f7f7f7;
}

div.topiclist_ ul.topicline_ {
  margin: 0;
  padding: 0 8px;
  background: #fff;
}

div.topiclist_ ul.topicline_ li {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0 9px;
  font-size: 14px;
}

div.topiclist_ ul.topicline_ li:last-of-type {
  border-bottom: 0;
}

div.topiclist_ ul.topicline_ li a {
  color: #222;
}

div.topiclist_ ul.topicline_ li dl dt {
  width: 90px;
  display: flex;
  text-align: center;
}

div.topiclist_ ul.topicline_ li dl dd {
  padding-left: 8px;
}

div.topiclist_ ul.topicline_ li dl dt img {
  max-height: 18px;
  margin-left: 10px;
}

div.topiclist_ ul.topicline_ li dl dd {
  width: calc(100% - 90px);
}

/* トピック詳細一覧 */
div.topicdetaillist_ {
  margin: 0 10px 10px;
  border: 1px solid #e0e0e0;
}

div.topicdetaillist_ .topicdetaillist_body_ {
  margin: 0 5px 5px;
  padding: 0 10px;
}

div.topicdetaillist_ .topicdetaillist_body_ li {
  border-bottom: 1px dotted #ccc;
}

div.topicdetaillist_ .topicdetaillist_body_ li:last-child {
  border-bottom: none;
}

div.topicdetaillist_ .topicdetaillist_body_ li a,
div.topicdetaillist_ .topicdetaillist_body_ li span.nolink_ {
  padding: 5px;
  display: block;
}

div.topicdetaillist_ .topicdetaillist_body_ li dl dd a {
  padding-right: 20px;
  background: url(../../img/usr/sp/menu_arrow.png) right center no-repeat;
}

.topiclist_body_ .topicline_detaillist_ {
  padding: 10px 0 20px;
  text-align: center;
  background: #fff;
}

.topiclist_body_ .topicline_detaillist_ a {
  display: inline-block;
  min-width: calc(100% - 64px);
  padding: 12px 4px;
  border-radius: 4px;
  border: 1px solid #222;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #222;
  box-sizing: border-box;
  background: #fff;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dt {
  padding: 4px 0 2px 0;
  display: flex;
  align-items: center;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dt img {
  max-height: 18px;
  margin-left: 10px;
}

/* --------------------------------------------------------------------
  アンケート
-------------------------------------------------------------------- */
.navigation_ {
  margin: 2.4vw 0 0 2.933vw;
  font-size: 2.66vw;
  line-height: 1.5;
  text-align: left;
}

.navigation_ a {
  color: #404040;
}

div.questionnaire_ div.questionnaire_name_ {
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 8px;
}

div.questionnaire_ h3 {
  font-weight: bold;
}

div.questionnaire_ .title_ {
  padding: 8px 0 8px 8px;
  background: #f0f0f0;
  margin-top: 5px;
  padding: 8px 0 8px 10px;
}

div.questionnaire_ .submit_ {
  margin-top: 6px;
}

div.questionnaire_ .title_.must_ {
  margin-bottom: 6px;
}

div.questionnaire_ input[name="radio1"] {
  margin-bottom: 3px;
}

div.questionnaire_ input[type="text"],
div.questionnaire_ textarea {
  max-width: 90%;
}

div.questionnaire_ li {
  padding: 12px 10px;
  word-break: break-word;
  border-top: 1px solid #cecece;
}

/* 入力画面 */
ul.questionnaire_input_ input[type="radio"] {
  vertical-align: middle;
}

/* 確認画面 */
ul.questionnaire_confirm_ {
  padding-left: 8px;
  padding-left: 10px;
}

ul.questionnaire_confirm_ .title_ {
  margin-left: 0;
  word-break: break-word;
}

/* 承認 */
div.approval_ table th {
  white-space: nowrap;
}

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_ {
  width: 100%;
}

table.approval_cart_ tr.linespace_ {
  border-style: none;
}

table.approval_cart_ tr.linespace_ td {
  border-style: none;
  height: 10px;
}

table.approval_cart_ .goods_name_ {
  width: auto;
}

table.approval_cart_ td.money_ {
  text-align: right;
  width: 80px;
}

table.approval_cart_ td.money_ ul {
  width: 100%;
}

table.approval_cart_ li.money_ {
  white-space: nowrap;
  text-align: right;
  width: 80px;
}

table.approval_cart_ li.qty_ {
  white-space: nowrap;
  text-align: right;
  width: 80px;
}

table.approval_cart_ td.button_ {
  text-align: center;
  width: 66px;
}

table.approval_cart_ td.cancel_dt_ {
  color: #c00;
  font-weight: bold;
  width: 66px;
}

.reapproval_ td.reapproval_mod_ {
  background-color: #ffffe0;
}

td.doapproval_ {
  background-color: #ffffe0;
}

table.approval_comment_ {
  width: 100%;
}

table.approval_comment_ td {
  border-style: none;
  padding: 3px;
}

table.approval_comment_ th {
  padding: 3px;
  text-align: left;
}

table.approval_comment_ textarea {
  box-sizing: border-box;
}

table.approval_purchase_,
table.approval_date_,
table.approval_approval_,
table.approval_ap_user_,
table.approval_cart_ {
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #ccc;
}

table.approval_purchase_ th,
table.approval_date_ th,
table.approval_approval_ th,
table.approval_ap_user_ th {
  width: 30%;
  white-space: nowrap;
  background-color: #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
  font-weight: normal;
  text-align: left;
  padding: 8px 8px 6px;
}

table.approval_purchase_ td,
table.approval_date_ td,
table.approval_approval_ td,
table.approval_ap_user_ td,
table.approval_cart_ td {
  border-bottom: 1px solid #ccc;
  padding: 3px;
  text-align: left;
  padding: 8px 8px 6px;
}

table.approval_cart_ th {
  white-space: nowrap;
  background-color: #eef8f5;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
  font-weight: normal;
  text-align: left;
}

table.approvallist_ input[type="text"],
table.approvallist_ textarea,
table.approval_comment_ input[type="text"],
table.approval_comment_ textarea {
  width: 100%;
}

.approval_cart_ td.price_,
div.quickorder_ table td.amt_ {
  color: #c30;
  font-weight: bold;
  text-align: right;
}

/* --------------------------------------------------------------------
  ユーザー定義　トップページ　現在の配送先
--------------------------------------------------------------------- */
#block_of_cart_dest_ {
  margin: 40px 0;
  border: 0;
  background: #f5f5f5;
}

#block_of_cart_dest_ h2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 8px 7px 20px;
  border-left: 8px solid #707070;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  background: #222;
}

#block_of_cart_dest_ h2 input[type="button"] {
  display: block;
  margin: 0 0 0 auto;
  padding: 6px 10px;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #505050;
  background: #eaeaea;
}

#block_of_cart_dest_ .block_of_cart_dest_inner_ {
  padding: 24px 16px;
  word-break: break-word;
}

/* --------------------------------------------------------------------
  ユーザー定義　トップページお問い合わせ一覧
--------------------------------------------------------------------- */
#block_of_contact_ {
  margin: 40px 0;
  border: 0;
  background: #f5f5f5;
}

#block_of_contact_ h2 {
  display: block;
  width: 100%;
  padding: 11px 8px 11px 20px;
  border-left: 8px solid #707070;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  background: #222;
}

#block_of_contact_ .top_contact_most_recent_ {
  padding: 24px 16px 32px;
}

#block_of_contact_ .top_contact_most_recent_ .submit_ input {
  margin: 0;
}

#block_of_contact_ .top_contact_most_recent_ {
  padding: 10px;
}

#block_of_contact_ ul li {
  padding: 4px 0;
  font-size: 14px;
}

#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: 7px;
  margin: 10px 0 0;
}

#block_of_contact_ div.top_contact_list_footer_ a {
  display: block;
  min-width: calc(50% - 20px);
  padding: 11px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #111;
}

#block_of_contact_ div.top_contact_list_ {
  padding: 20px 16px 32px;
}

#block_of_contact_ div.contactlist_line_ {
  margin: 0;
  margin-bottom: 10px;
}

.contact_ .common_headline1_ {
  margin-bottom: 5.333vw;
  font-size: 5.333vw;
  font-weight: bold;
  color: #333;
  font-size: 4.266vw;
  background: transparent;
  font-size: 5.5vw;
}

.contact_ .common_headline1_::before {
  content: none;
}

div.contact_ ul.contact_ textarea,
div.contact_ .contact_reform_ textarea {
  width: 90%;
}

div.contact_ ul.contact_ input {
  max-width: 90%;
}

div.page_ {
  clear: both;
  background-color: #fff;
}

ul.pagelist_frame_ {
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

ul.pagelist_frame_ li {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  padding: 9px 0 9px 10px;
}

ul.pagelist_frame_ li .block_ {
  display: block;
  padding-left: 110px;
  padding-top: 4px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 100px auto;
  background-size: contain;
}

ul.pagelist_frame_ li .block_ a {
  color: #000;
}

ul.pagelist_frame_ li:last-child {
  border-bottom-style: none;
}

ul.pagelist_frame_ .name_,
ul.pagelist_frame_ .comment_ {
  color: #333;
}

ul.pagelist_frame_ li a > div {
  max-height: 65px;
  min-height: 65px;
}

/* ----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;
}

/* --------------------------------------------------------------------
  メーカー一覧（メーカー）
--------------------------------------------------------------------- */
.maker_initial_ {
  position: relative;
  color: #3c3c3c;
  font-size: 4.266vw;
  font-weight: bold;
  padding: 2vw 3.2vw;
}

.maker_item_ {
  padding: 2vw 3.2vw;
  font-size: 4.266vw;
}

.maker_nav_ dt {
  margin-right: 10px;
}

.maker_nav-item_ a,
.maker_item_ a {
  margin-right: 10px;
  color: #404040;
}

div.maker_contents_ .img_show_::before,
div.maker_contents_ .img_show_::after,
div.maker_contents_ .img_hidden_::before,
div.maker_contents_ .img_hidden_::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 11px;
  height: 2px;
  border: 0;
  margin: 0;
  transition: all 0.3s;
  background-color: #afafaf;
}

div.maker_contents_ .img_hidden_::after {
  transform: rotate(-90deg);
}

.maker_name_ {
  display: grid;
  margin-left: 10px;
  align-content: center;
  word-break: break-all;
  padding: 1vw 0vw;
}

div.maker_contents_ div.name_ {
  line-height: 28px;
  background: #ededed;
}

div.maker_contents_ div.maker_initial_ > div.name_ {
  line-height: 28px;
}

div.maker_contents_ .img_ {
  float: left;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

div.maker_contents_ .img_show_ {
  content: none;
  border: none;
  width: 60px;
  height: 61px;
  right: 0;
  left: unset;
}

div.maker_contents_ .img_hidden_ {
  content: none;
  border: none;
  width: 60px;
  height: 61px;
  right: 0;
  left: unset;
}

div.maker_contents_ div.maker_line_ > div.name_ {
  background: #fff;
  position: relative;
  border-right: none;
  border-left: none;
}

/* --------------------------------------------------------------------
  納期・出荷実績一覧
--------------------------------------------------------------------- */
.page-delivery_shiplist .reversal_,
div.customer_ table.destgoodslist_ tr.reversal_ td.delivery_ship_goodsname_ {
  color: #f44336;
}

.page-delivery_shiplist td.price_ {
  font-size: 100%;
}

.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 .deliveryship_search_ {
  display: none;
}

.page-delivery_shiplist .deliveryship_search_ dd {
  display: none;
  display: flex;
  flex-wrap: wrap;
}

.page-delivery_shiplist .toggle-filter-accordion-header {
  padding: 14px 15px;
  font-size: 16px;
  font-weight: bold;
  background: #f7f7f7;
}

.page-delivery_shiplist .accordion-arrow {
  width: 0;
  height: 0;
  margin-right: 0.5em;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #333;
  border-right: none;
  display: inline-block;
}

.page-delivery_shiplist .toggle-filter-accordion-header.open .accordion-arrow {
  transform: rotate(90deg);
}

/* --------------------------------------------------------------------
  納期・出荷実績詳細
--------------------------------------------------------------------- */
div.delivery_ship_ table.delivery_ship_ {
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

div.delivery_ship_ table.delivery_ship_ th,
div.delivery_ship_ table.delivery_ship_dt_ th,
div.delivery_ship_ table.ship_code_ th,
div.delivery_ship_ table.method_ th {
  width: 40%;
  border: 1px solid #cecece;
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left;
  font-size: 13px;
}

div.delivery_ship_ table.delivery_ship_ td,
div.delivery_ship_ table.delivery_ship_dt_ td,
div.delivery_ship_ table.ship_code_ td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  text-align: right;
  word-break: break-all;
}

table.delivery_ship_ th,
table.delivery_ship_dt_ th,
table.method_ th,
table.ship_code_ th,
table.ship_ th,
table.approval_ap_user_ th,
table.historydetail_ th {
  font-size: 12px;
  text-align: left;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  width: 40%;
  font-weight: normal;
  padding: 3px;
  white-space: nowrap;
  padding: 8px 8px 6px;
}

table.delivery_ship_ td,
table.delivery_ship_dt_ td,
table.method_ td,
table.ship_code_ td,
table.ship_ td,
table.approval_ap_user_ td,
table.historydetail_ td {
  font-size: 12px;
  border: 1px solid #ccc;
  border-left: none;
  padding: 3px;
  padding: 8px 8px 6px;
}

.delivery_ship_ .formlist_ th {
  color: #fff;
  background: #707070;
}

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: 40px 0 13px;
  padding-left: 13px;
  font-size: 20px;
  font-weight: bold;
  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: "";
}

.delivery_ship_detail_block_ .destgoodslist_ {
  text-align: left;
  word-break: break-all;
}

.delivery_ship_detail_block_ .delivery_ship_detail_detail_ div {
  display: table;
  width: 100%;
  table-layout: fixed;
  gap: 16px;
}

.delivery_ship_detail_label_ {
  font-weight: bold;
}

.delivery_ship_detail_detail_ .delivery_ship_detail_label_ {
  display: table-cell;
  font-weight: bold;
  width: 146px;
  padding-right: 8px;
  vertical-align: top;
}

.delivery_ship_detail_detail_ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.delivery_ship_dest_listframe_ .dest_block_ {
  border: 2px solid #d0d0d0;
  background: #f9f9f9;
  padding: 0 10px 10px 10px;
  margin: 32px 0 32px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
}

ul.delivery_ship_detail_ {
  text-align: center;
}

.delivery_ship_dest_listframe_ td {
  background-color: #fff;
}
