﻿@charset "UTF-8";

input {
  color: #000;
}

input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
  border: 1px solid #BFBFBF;
  font-size: 16px;
}

input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"] {
  padding: 10px;
}

textarea {
  padding: 10px;
  font-family: "Noto Sans JP", "Meiryo", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

input[name="rep_name"],
input[name="rep_name2"],
input[name="rep_kana"],
input[name="rep_kana2"] {
  width: 129px;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #BFBFBF;
  padding: 10px;
}

input[type="date"] {
  position: relative;
  width: 129px;
  min-height: 1.0em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  background-color: #fff;
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

input[type="date"].input_date_invisible::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}

input[type="date"].input_date_visible::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background: url(../../img/usr/common/icon_calendar.png) no-repeat left top / contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

select {
  padding: 12px 30px 12px 10px;
  border: 1px solid #BFBFBF;
  background: url(../../img/usr/down_arrow.png) center right 10px / 8px auto no-repeat;
  -webkit-appearance: none;
}

input.keyword_ {
  margin-left: 0;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="password"]:focus {
  outline: 0;
}

input.name-update,
input.cancel-btn,
input.memo-update {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 12px;
  line-height: 13px;
  height: auto;
  font-weight: normal;
  border: 1px solid #909090;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 10px !important;
}

input.memo-update {
  margin-right: 0;
}

/* firefox用 */
@-moz-document url-prefix() {
  select {
    background: #fff;
    border: 1px solid #858585;
  }
}

/* ラジオボタンデザイン */
input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  margin-right: 2px;
  margin-bottom: 6px;
  border-radius: 14px;
  border: 1px solid #BFBFBF;
  -webkit-box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #fff;
  vertical-align: bottom;
}

input[name="pointpay"],
input[name="method"] {
  vertical-align: middle;
}

input[type="radio"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #BFBFBF;
  transform: translate(-50%, -50%);
}

/* チェックボックスデザイン */
input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #BFBFBF;
  -webkit-appearance: none;
  flex-shrink: 0;
}

input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 10px;
  background: url(../../img/usr/common/check.png) no-repeat center / 100%;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

/* 特定メッセージ（インライン） */
.error_ {
  color: #C90000;
}

.method_error_ {
  color: #C90000;
  font-size: 14px;
  margin: 10px -15px 10px 10px;
}

#err_score,
#err_title,
#err_comment {
  color: #C90000 !important;
}

.info_ {
  font-weight: bold;
  word-break: break-all;
}

/* アラートメッセージ */
div.alert_ {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 12px auto;
  background-position: 10px 50%;
  background-image: url(../../img/usr/alert-icon.png);
}

div.message_ {
  margin: 10px 0 20px;
  text-align: left;
  font-weight: bold;
}

p.message_ {
  padding-top: 2px;
  margin: 5px 0;
}

#contentArea div.contact_ div.contact_reform_ .message_ {
  padding-left: 0;
}

/* 入力フォーム */
ul.formdetail_ li {
  padding: 1px 1em;
  padding: 0;
}

ul.formdetail_.confirm_ li {
  padding: 1px 1em;
}

li.input_must_ {
  margin: 6px 0;
}

@media (min-width: 394px) {
  .input_contents_ {
    display: flex;
  }
}

.input_contents_ input {
  margin-right: unset !important;
  margin-bottom: unset !important;
}

.input_contents_ .input_item_ {
  margin-bottom: 5px;
}

ul.formdetail_,
dl.formdetail_ {
  border: 1px solid #BFBFBF;
}

ul.formdetail_ li,
dl.formdetail_ dt,
dl.formdetail_ dd {
  margin: 0;
}

ul.formdetail_ li:last-child,
dl.formdetail_ dt:last-child,
dl.formdetail_ dd:last-child {
  border-bottom: 0;
}

ul.formdetail_ li.title_,
dl.formdetail_ dt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 11px;
  border-bottom: 1px solid #BFBFBF;
  font-weight: bold;
  color: #222;
  box-sizing: border-box;
  background: #f0f0f0;
}

ul.formdetail_ li.title_ .must_,
dl.formdetail_ dt .must_ {
  margin-left: auto;
}

ul.formdetail_ li:not(.title_),
dl.formdetail_ dd {
  padding: 11px;
  background: #fff;
}

ul.formdetail_ li:not(.title_) + li:not(.title_) {
  padding-top: 0;
}

ul.formdetail_ li .input_contents_,
dl.formdetail_ dd .input_contents_ {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

ul.formdetail_ li .input_item_,
dl.formdetail_ dd .input_item_ {
  padding-top: 5px;
}

ul.formdetail_ li .input_item_ {
  display: flex;
  align-items: center;
}

ul.formdetail_ li input[type="radio"] {
  height: 18px;
  border-radius: 10px;
}

ul.formdetail_ li textarea,
dl.formdetail_ dd textarea {
  width: 100%;
}

ul.formdetail_ li .small_,
dl.formdetail_ dd .small_ {
  font-size: 12px;
}

ul.formdetail_ li a .small_ {
  text-decoration: underline;
}

input[name="card"] {
  margin-right: 0;
  vertical-align: middle;
}

.input_must_ input[name="card"]:first-child {
  margin-bottom: 6px;
}

.input_must_ input[name="card_num"]:first-child,
.input_must_ input[name="security_code"]:first-child,
.input_must_ input[name="holder_name"]:first-child {
  margin-bottom: 0;
  margin-right: 0;
}

.input_must_ select[name="card_m"],
.input_must_ select[name="card_y"],
.input_must_ select[name="card_method"],
.input_must_ select[name="savecard"] {
  margin-right: 0;
}

/* safari用 */
_:lang(x) + _:-webkit-full-screen-document,
.input_must_ input,
.input_must_ textarea,
.input_must_ select {
  margin-right: 55vw;
}

.input_must_ input[name="nickname"] {
  margin-bottom: 0;
}

.input_must_ input[name="uid"] {
  margin-bottom: 0;
}

.formdetail_.customer_ {
  margin-bottom: 0;
}

.formdetail_.customer_ + p.message_ {
  margin-top: 0;
}

input[name="tel"],
input[name="mail"],
input[name="cmail"],
input.mail_,
input.cmail_,
input.dept_ {
  margin-bottom: 0 !important;
}

ul.formdetail_ span.must_ {
  color: #ffc0cb;
  background-color: #ffc0cb;
  padding: 0 2px;
}

#use_spoofing_protection_1,
#use_spoofing_protection_0 {
  margin-right: 5px;
  margin-bottom: 0;
}

.hiddenEnter_ {
  width: 0;
  height: 0;
  display: none;
}

.formdetail_.bizconfirm_ {
  text-align: left;
  margin: 0 auto;
}

.formdetail_.customer_ .title_.must_ {
  margin-bottom: 8px;
}

/* ボタン */
.btn {
  border: none;
  color: #000;
  padding: 16px 4px;
  font-size: 13px;
  position: relative;
}

.btn-bottom {
  margin-bottom: 10px;
}

div.StyleT_Item_ div.cart_ {
  width: auto;
  height: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #000;
}

.btn-secondary {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
}

.btn-default,
.btn-neutral {
  background-color: #FFF;
  border: 1px solid #000;
}

.btn-tertiary {
  color: #577cc6;
  border: solid 1px #577cc6;
  background-color: #fff;
}

.btn:disabled {
  color: #cfcfcf;
  opacity: 0.8;
}

.small-button {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 12px;
  line-height: 13px;
  height: auto;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  color: #333;
  display: inline-block;
  position: relative;
  width: 85px;
  height: 30px;
}

.small-button:hover {
  border: 1px solid #333;
  color: #000;
}

.small-button:active {
  top: 1px;
}

.small-button:disabled {
  color: #cfcfcf;
  opacity: 0.8;
}

.search_box_ {
  margin-top: 2.133vw;
  margin-left: 0.533vw;
  margin-bottom: 10px;
}

table.formlist_ {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
  border: 1px solid #BFBFBF;
}

table.formlist_ th {
  width: 30%;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #BFBFBF;
  background-color: #F7F7F7;
  padding: 8px 12px;
}

table.formlist_ td {
  padding: 8px 12px;
  border: 1px solid #BFBFBF;
  word-break: break-all;
  font-weight: normal;
}

table.formlist_ td input {
  margin-bottom: 0;
}

table.formlist_ td input[name="updttarget"] {
  margin-bottom: 3px;
}

table.formlist_ input[type="text"],
table.formlist_ input[type="password"] {
  width: 100%;
}

/* Safari (ただし、iOSのChromeにも適用される) */
_::-webkit-full-page-media,
_:future,
:root table.formlist_ input[type="text"] {
  max-width: 95%;
}

table.formlist_ textarea {
  width: 90%;
}

dl.formlist_ dt,
dl.formlist_ dd {
  display: block;
  white-space: nowrap;
  padding: 3px;
}

dl.formlist_ dt {
  background-color: #F7F7F7;
  margin: 10px 0;
}

table.formlist_ td.move_ a {
  display: block;
  padding-right: 16px;
  background: url(../../img/usr/sp/link_arrow.png) no-repeat right center;
  text-decoration: underline;
}

table.formlist_ img.must_ {
  float: right;
}

.submit_ {
  text-align: center;
  margin-top: 1.333vw;
}

.action-buttons {
  text-align: center;
}

input[name="add.x"] {
  margin-bottom: 0;
}

input[name="check_approval_all_ok.x"],
input[name="check_approval_ok.x"],
input[name="approval_ok.x"] {
  background: #577cc6;
}

input.approval-inquiry {
  color: #3763ba;
  background: transparent;
  width: auto;
  margin: 0 auto 10px;
  border: none;
}

input.submit_ input.btn_cart_ {
  margin: 0;
}

input.search-btn {
  padding: 3px 10px;
  background: #FFF;
  border: solid 1px #000;
  cursor: pointer;
}

.mail_ input[name="cancel.x"] {
  background-color: #ccc;
}

/* --------------------------------------------------------------------
  cart button
--------------------------------------------------------------------- */
.jquery-ui-dialog-alert div.ui-dialog-titlebar {
  border-color: red;
  border: none;
  background-color: #606060;
  background-image: none;
}

/*****************************************************/
input[name="save_pre.x"],
input[name="delete_cart.x"],
input[name="copy.x"] {
  overflow: visible;
  cursor: pointer;
  margin: 4px;
  line-height: 13px;
  font-weight: normal;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.move_button_bk_ {
  position: relative;
  display: inline-block;
  margin: 4px;
  padding: 7px 16px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  background: #cecece;
}

.move_button_orange_,
input.move_button_orange_ {
  position: relative;
  display: inline-block;
  margin: 4px;
  padding: 7px 16px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  color: #FFF;
  background: #000;
}

.move_button_,
input.move_button_ {
  position: relative;
  display: inline-block;
  margin: 4px;
  padding: 7px 16px;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  background: #FFF;
  border: 1px solid #000;
}

.move_button_bk_,
input.move_button_bk_ {
  position: relative;
  display: inline-block;
  margin: 4px;
  padding: 7px 16px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  text-decoration: none;
  cursor: default;
  overflow: visible;
  background-color: #707070;
}

input.current-shipping-order-delete-list,
input.current-shipping-order-delete {
  margin-right: 0;
  margin-left: 0;
}

.move_button_.back-to-accessory-setting {
  background: #ccc;
  color: #333;
  box-shadow: none;
  border: none;
  height: 35px;
}

/* --------------------------------------------------------------------
  ボタンCSS
  --------------------------------------------------------------------- */
.btn_cart_.cart_s_button_ {
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  width: 140px;
  display: inline-block;
  text-align: center;
}

.cartbox_ .btn_cart_ {
  color: #fff;
  background-color: #577cc6;
  padding: 10px 0;
  font-size: 13px;
  width: 160px;
  height: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.submit_:has(> .btn_cart_.cart_button_) {
  position: relative;
}

.btn_cart_.cart_button_ {
  color: #fff;
  padding: 10px 10px 10px 30px;
  font-size: 13px;
  border-radius: 4px;
  border: none;
}

.btn_cart_.cart-btn-slender {
  color: #fff;
  background-color: #000;
  padding: 8px 10px;
  font-size: 14px;
  border: none;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}

.btn_cart_.cart-btn-slender::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

.add-cart-icon {
  position: relative;
}

/* new */
.img-resize {
  width: 25%;
  text-align: center;
}

.img-resize img {
  width: 50%;
  height: 100%;
  object-fit: contain;
}

/* ---------------------------------------------------
  ボタン
  -----------------------------------------------------*/

.btn-small {
  overflow: visible;
  cursor: pointer;
  margin: 4px 8px 4px 0;
  font-size: 12px;
  line-height: 13px;
  height: auto;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #909090;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
}

.btn-small:hover {
  border: 1px solid #333;
  color: #000;
}

.btn-small:active {
  top: 1px;
}

.btn-small:disabled {
  color: #cfcfcf;
  opacity: 0.8;
}

.btn-large {
  overflow: visible;
  cursor: pointer;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 13px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  position: relative;
  width: 240px;
  height: 45px;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  background: #FFF;
  text-align: center;
}

.btn-large:hover {
  border: 1px solid #333;
}

.btn-large:active {
  top: 1px;
}

.btn-large:disabled {
  color: #cfcfcf;
  opacity: 0.8;
}

.btn-wide {
  overflow: visible;
  cursor: pointer;
  font-size: 14px;
  line-height: 13px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 277px;
}

.btn-line {
  overflow: visible;
  cursor: pointer;
  margin: 4px 0 4px 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 160px;
  height: 35px;
}

.btn-update {
  color: #000;
  border: 1px solid #333;
  padding: 5px 10px 5px 30px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.btn-update::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/icon_update.png);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.btn-update-progress {
  color: #000;
  border: 1px solid #333;
  padding: 5px 10px 5px 30px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.btn-agent-logout {
  border: none;
  color: #222;
  background: #cecece;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  padding: 1.5vw 0;
  margin-bottom: 5px;
}

.button_mini_ {
  border: solid 1px #333;
  background-color: #fff;
  padding: 3px 3px 3px 3px;
  height: 15px;
  border-radius: 4px;
  line-height: 15px;
}
