﻿@charset "UTF-8";

input[type="text"],
input[type="password"],
textarea {
  max-width: 98%;
}

input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #cbcbcb;
  min-height: 25px;
  line-height: 1.2;
  background-color: #fff;
}

input[name="rep_name"],
input[name="rep_name2"],
input[name="rep_kana"],
input[name="rep_kana2"] {
  width: 129px;
}

input[type="date"] {
  width: 129px;
}

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.keyword_ {
  margin-left: 0;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="password"]:focus {
  border: 1px solid #4cae8d !important;
  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;
  -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;
  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 #4c4c4c;
  -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;
  margin: -4px 0 0 -4px;
  content: "";
  border-radius: 5px;
  width: 8px;
  height: 8px;
  background-color: #333;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #4c4c4c;
  -webkit-box-sizing: border-box;
  width: 20px;
  height: 20px;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #4cae8d;
}

/* 特定メッセージ（インライン） */
.error_ {
  color: #c00;
}

.method_error_ {
  color: #c00;
  font-size: 14px;
  margin: 10px -15px 10px 10px;
}

#err_score,
#err_title,
#err_comment {
  color: #c00 !important;
}

.notice_ {
  color: #930;
}

.info_ {
  font-weight: bold;
  font-size: 12px;
  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_ {
  color: #4cae8d;
  background-color: #fff;
  border: solid 1px #4cae8d;
  padding: 8px;
  margin: 10px 0;
  text-align: left;
}

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_ li.title_,
dl.formdetail_ dt.title_ {
  padding: 8px 0 8px 8px;
  background: #eef8f5;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 0 8px 10px;
}

ul.formdetail_.confirm_ li.title_ {
  padding: 1px 0;
}

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:first-child {
  margin-bottom: 15px;
}

.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: 5px 10px 5px 10px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
}

.btn-bottom {
  margin-bottom: 10px;
}

div.StyleT_Item_ div.cart_ {
  width: auto;
  height: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #577cc6;
}

.btn-secondary {
  color: #000;
  background-color: #ccc;
}

.btn-default {
  color: #fff;
  background-color: #333;
}

.btn-tertiary {
  color: #577cc6;
  border: solid 1px #577cc6;
  background-color: #fff;
}

.btn-neutral {
  color: #fff;
  border: solid 1px #767676;
  background: #767676;
}

.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;
}

form.search_form_ {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2.333vw 1.6vw;
  padding: 2.333vw 0;
  padding-top: 2.333vw;
  padding-top: 0;
  background: #fff;
}

form.search_form_ input.keyword_ {
  width: 74.4vw;
  font-size: 3.2vw;
  padding: 2vw 0 2vw 3vw;
  background: #f6f6f6;
  outline: none;
  margin-top: 0;
  border: none;
}

form.search_form_ .search_button_ {
  position: absolute;
  color: transparent;
  right: 20.06vw;
  top: 44%;
  transform: translateY(-50%);
  width: 4.8vw;
  background-image: url(../../img/usr/go.png);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

form.search_form_ .to_searchdetail {
  margin-top: 2.73vw;
  margin-left: 2.667vw;
}

form.search_form_ .to_searchdetail a {
  font-size: 2.933vw;
}

form.search_form_ .to_searchdetail a span {
  color: #4cae8d;
  text-decoration: underline;
}

.search_box_ {
  margin-top: 2.133vw;
  margin-left: 0.533vw;
  margin-bottom: 10px;
}

table.formlist_ {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

table.formlist_ th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eef8f5;
  padding: 3px;
  padding: 8px 8px 6px;
}

table.formlist_ td {
  padding: 5px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}

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: #eef8f5;
  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;
}

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.go-back-btn,
input.back-to-home,
input.back-to-list,
input.disagree-btn,
input[name="back.x"] {
  background: #ccc;
  color: #333;
}

input[name="check_approval_all_ok.x"],
input[name="check_approval_ok.x"],
input[name="approval_ok.x"] {
  background: #577cc6;
}

input.approval-inquiry {
  color: #4cae8d;
  background: transparent;
  width: auto;
  margin: 0 auto 10px;
}

input.submit_ input.btn_cart_ {
  margin: 0;
}

input.search-btn {
  padding: 3px 10px;
  background: #ccc;
  border: solid 1px #999;
  cursor: pointer;
  color: #332b2c;
}

.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;
}

/*****************************************************/
.move_button_ {
  margin: 4px 4px 10px;
  font-size: 3.2vw;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  text-decoration: none;
  background-color: #4cae8d;
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
}

input[name="withdrawal.x"].move_button_ {
  background: #fff;
  color: #333;
  box-shadow: 1px 1px 1px #ccc;
  border: 1px solid #909090;
}

.move_button_bk_ {
  margin: 4px 4px 10px;
  font-size: 12px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 6px 12px;
  text-decoration: none;
  background-color: #ededed;
  color: #aaa;
  display: inline-block;
}

.move_button_orange_ {
  margin: 4px 4px 10px;
  font-size: 12px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 7px 12px;
  text-decoration: none;
  background-color: #4cae8d;
  color: #fff;
  display: inline-block;
}

input[name="save_pre.x"],
input[name="delete_cart.x"],
input[name="copy.x"] {
  overflow: visible;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
  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;
}

input.move_button_ {
  overflow: visible;
  cursor: pointer;
  margin: 4px;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
  font-weight: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  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;
}

input.move_button_bk_ {
  overflow: visible;
  margin: 4px;
  margin: 0;
  font-size: 12px;
  line-height: 13px;
  height: 32px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -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: #ededed;
  color: #aaa;
  display: inline-block;
  text-shadow: 1px 1px 0 #fff;
  position: relative;
}

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: #577cc6;
  padding: 10px 0;
  font-size: 12px;
  position: relative;
  border-radius: 4px;
  width: 140px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

.btn_cart_.cart_s_button_::before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  background-size: 13px;
  width: 13px;
  height: 13px;
}

.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;
}

.cartbox_ .btn_cart_::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

.submit_:has(> .btn_cart_.cart_button_) {
  position: relative;
}

.submit_:has(> .btn_cart_.cart_button_)::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
  z-index: 2;
}

.btn_cart_.cart_button_ {
  color: #fff;
  background-color: #577cc6;
  padding: 10px 10px 10px 30px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  border: none;
}

.btn_cart_.cart_button_::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 8px);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
}

.btn_cart_.cart-btn-slender {
  color: #fff;
  background-color: #577cc6;
  padding: 5px 10px 5px 30px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  border: none;
  text-decoration: 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;
}

.add-cart-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  transform: translateX(30%);
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  background-image: url(../../img/usr/btn_cart.png);
  width: 16px;
  height: 16px;
  z-index: 2;
}

/* 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: 4px 8px 4px 0;
  font-size: 14px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 35px;
}

.btn-large:hover {
  border: 1px solid #333;
  color: #000;
}

.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;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 277px;
  height: 35px;
}

.btn-line {
  overflow: visible;
  cursor: pointer;
  margin: 4px 0 4px 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 160px;
  height: 35px;
}

.btn-update {
  color: #000;
  border: 1px solid #333;
  padding: 5px 20px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.btn-update::before {
  content: "";
  position: absolute;
  left: 3px;
  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 20px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.btn-agent-logout {
  border: none;
  background-color: #4cae8d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  padding: 1.5vw 0;
}

.button_mini_ {
  border: solid 1px #333;
  background-color: #fff;
  padding: 3px 3px 3px 3px;
  height: 15px;
  border-radius: 4px;
  line-height: 15px;
}
