@charset "Shift_JIS";
/* --------------------------------------------------------------------
	ログインフォーム
--------------------------------------------------------------------- */
.login_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  padding-bottom: 260px;
}
.loginform_ {
  width: 580px;
  min-height: 488px;
  padding: 35px 0;
  text-align: center;
  background: #F7F7F7 0% 0% no-repeat padding-box;
}
.loginform_:nth-child(2) {
  margin-left: 40px;
}
.loginform_inner_ {
  width: 400px;
  margin: 20px auto;
}
.loginform_ .uid_ {
  font-size: 11px;
  color: #000;
  text-align: left;
}
.loginform_ .pwd_ {
  padding-top: 20px;
  font-size: 11px;
  color: #000;
  text-align: left;
}
.loginform_ .login_uid_, .loginform_ .login_pwd_ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding-left: 1em;
  font-size: 14px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.loginform_ .title_text_ {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  color: #222;
}
.loginform_ .title_reason {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.login_contents_form {
  width: 400px;
  padding-top: 20px;
  margin: 0 auto;
  text-align: left;
}
.login_contents_form_ttl {
  font-size: 11px;
  color: #000;
}
.loginform_ .login_uid_:-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_uid_::-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_uid_:-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_uid_:placeholder-shown, .loginform_ .login_uid_::placeholder, .loginform_ .login_uid_:-ms-input-placeholder, .loginform_ .login_uid_::-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_:-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_::-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_:-ms-input-placeholder {
  color: #ccc;
}
.loginform_ .login_pwd_:placeholder-shown, .loginform_ .login_pwd_::placeholder, .loginform_ .login_pwd_:-ms-input-placeholder, .loginform_ .login_pwd_::-ms-input-placeholder {
  color: #ccc;
}
.login_contents_btn_login {
  width: 176px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #222222;
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
}
.login_contents_btn_login:hover {
  background: #808080;
}
.login_contents_state {
  padding-top: 20px;
}
.login_contents_state label {
  font-size: 14px;
  cursor: pointer;
}
.login_contents_state label:hover {
  text-decoration: underline;
}
.login_contents_state input[type=checkbox] {
  display: none;
}
.login_contents_state input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #222;
}
.login_contents_state input[type=checkbox] + label::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #999;
  border-radius: 3px;
}
.login_contents_state input[type=checkbox]:checked + label::before {
  background: #666;
}
.login_contents_state input[type=checkbox]:checked + label::after {
  position: absolute;
  top: -1px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.login_contents_state_messeage {
  padding-top: 5px;
}
.login_contents_btn_signUp {
  width: 400px;
  height: 50px;
  margin-top: 39px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #2996CC;
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
}
.login_contents_btn_signUp:hover {
  opacity: 0.7;
}
.askpass_ a, a.login_contents_note_link {
  display: block;
  padding-top: 19px;
  font-size: 14px;
  color: #2996CC;
  text-align: center;
  text-decoration: none;
}
.login_contents_note {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  background: #f7f7f7;
  border-radius: 10px;
}
.login_contents_note ul {
  width: 360px;
  margin: 20px auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.login_contents_note ul li {
  font-size: 16px;
  font-weight: bold;
}
.login_contents_note ul li:not(:first-child) {
  margin-top: 25px;
}
.login_contents_note .icon {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.login_contents_note_text {
  padding-top: 1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.8;
  color: #222;
  text-indent: -1em;
}
/* ログイン画面、モーダル  */
.overlay_1 {
  position: fixed;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1001;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay_container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}
.modal {
  position: relative;
  z-index: 101;
  max-width: 300px;
  padding: 1.9em 1em;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 7px;
  border-radius: 5px;
}
.modal::after {
  display: table;
  clear: both;
  content: "";
}
.modal img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.overlay_1 .btn-wrap {
  display: block;
  width: 25%;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}
.overlay_1 .btn-wrap:hover {
  text-decoration: none;
  opacity: 0.7;
}
.overlay_1 .btn {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}
.button.mfp-close {
  z-index: 1046;
  display: block;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  background: #fff;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.mfp-close {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 60px;
  height: 44px;
  padding: 0 0 18px 20px;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  border: none;
  opacity: 0.65;
}
/* --------------------------------------------------------------------
	パスワードを忘れた方
--------------------------------------------------------------------- */
table.askpass_ {
  margin-bottom: 10px;
}
table.askpass_ th {
  width: 16em;
}
/* --------------------------------------------------------------------
	マイページ・会員情報
-------------------------------------------------------------------- */
div.customer_ table {
  width: 100%;
}
div.customer_ table.customer_, div.customer_ table.customerconfirm_ {
  margin-bottom: 20px;
}
div.customer_ table.customer_ {
  width: 25%;
}
th {
  width: 25%;
}
div.customer_ table.customerconfirm_ th {
  width: 25%;
}
div.customer_ .agreebody_ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em 2em;
  margin: 20px 0;
  font-size: 1.2rem;
}
div.customer_ .modal {
  margin: 5vh auto;
}
/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.customer_.col1_ {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.customer_.col1_ .common_headline1_ {
  /* .col1_ 1カラムの場合 */
  width: 1200px;
}
/* --------------------------------------------------------------------
	会員情報変更
-------------------------------------------------------------------- */
.customer_status_ + form {
  width: 1200px;
  margin: 0 auto;
}
.customer_.col1_ table.customer_ {
  width: 1200px;
  margin: 0 auto;
  margin-top: 1em;
}
.customer_.col1_ .submit_ a {
  display: inline-block;
  height: 40px;
  margin: 0 16px;
}
.contact_.col1_ .submit_ a {
  display: inline-block;
  display: initial;
  height: 40px;
  margin: 0 16px;
}
.customer_.col1_ .submit_ a img, .contact_.col1_ .submit_ a img {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}
.customer_.col1_ .submit_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customer_.col1_ .submit_ input#FormAssist_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.customer_.col1_ .submit_ a + .customer_.col1_ .submit_ input#FormAssist_submit {
  margin-left: 1em;
}
.block-member-info-confirmation--login-state-saving {
  padding: 20px 0 40px;
  text-align: center;
}
.block-member-info-confirmation--login-state-saving label {
  font-size: 14px;
  cursor: pointer;
}
.block-member-info-confirmation--login-state-saving label:hover {
  text-decoration: underline;
}
.block-member-info-confirmation--login-state-saving input[type=checkbox] {
  display: none;
}
.block-member-info-confirmation--login-state-saving input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #222;
}
.block-member-info-confirmation--login-state-saving input[type=checkbox] + label::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #999;
  border-radius: 3px;
}
.block-member-info-confirmation--login-state-saving input[type=checkbox]:checked + label::before {
  background: #666;
}
.block-member-info-confirmation--login-state-saving input[type=checkbox]:checked + label::after {
  position: absolute;
  top: -1px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-member-info-confirmation--login-state-saving-message.help-block {
  font-size: 10px;
}
/* --------------------------------------------------------------------
	マイページ　トップ
-------------------------------------------------------------------- */
.message_ img {
  vertical-align: text-bottom;
}
p.recommend_ {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
div.mymenu_ {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
div.mymenu_item_ {
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
div.mymenu_item_ .img_ {
  display: inline;
  float: left;
  width: 60px;
  margin: 0 10px 0 10px;
}
div.mymenu_item_ .desc_ {
  display: inline;
  float: left;
  width: 750px;
  margin: 0 10px 0 0;
}
div.mymenu_item_ h2 {
  padding: 5px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
div.mymenu_item_ p {
  margin: 0 0 0 10px;
}
div.mymenu_item_ ul {
  margin: 0 0 0 10px;
}
div.mymenu_item_ ul li {
  margin-left: 2em;
  list-style: square;
}
div.customer_ .method_addr_ {
  padding-left: 10px;
  margin-bottom: 10px;
}
div.customer_ .destgoodslist_ {
  margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
table.history_ {
  margin-bottom: 20px;
}
table.history_ th {
  font-weight: bold;
}
table.history_ td.order_dt_ {
  white-space: nowrap;
}
table.history_ td.order_detail_ ul {
  margin-bottom: 5px;
}
table.history_ td.order_detail_ ul li {
  margin-left: 2em;
  list-style: square;
}
table.history_ td.order_detail_ p.order_again_ {
  padding: 5px;
  font-weight: bold;
  text-align: right;
}
table.history_ td.total_ {
  font-size: 14px;
  text-align: center;
}
ul.historydetail_ {
  width: 18em;
  margin: 10px auto;
}
ul.historydetail_ li {
  margin-left: 2em;
  font-weight: bold;
  list-style: square;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_ table th {
  width: 16em;
}
div.cardedit_info_ {
  margin-bottom: 20px;
}
/* 現在の登録内容 */
/**/
td.card_ label {
  margin: 0 20px 0 5px;
}
/* --------------------------------------------------------------------
	マイページ　メールアドレス変更
-------------------------------------------------------------------- */
table.mailchange_, table.idchange_, table.passchange_ {
  margin-bottom: 10px;
}
table.mailchange_ th, table.idchange_ th, table.passchange_ th {
  width: 16em;
}
/* --------------------------------------------------------------------
	マイページ　ID変更
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	マイページ　パスワード変更
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
.bookmark_frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bookmark_item_ {
  width: 220px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.bookmark_item_ .img_ img {
  width: 100%;
}
.bookmark_item_ .desc_ {
  margin-top: 8px;
}
.bookmark_item_ .name1_ a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
}
.bookmark_item_ .code_, .bookmark_item_ .color_ {
  margin-top: 2px;
  font-size: 1.3rem;
  color: #919191;
}
.bookmark_item_ .spec_ {
  margin-top: 5px;
  text-align: right;
}
.bookmark_item_ .price_ {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}
.bookmark_item_ .btns_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bookmark_item_ .detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bookmark_item_ .detail-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 152px;
  height: 30px;
  font-size: 1.2rem;
  color: #222;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.bookmark_item_ .detail-btn a:hover {
  text-decoration: none;
}
.bookmark_item_ .del_ a {
  position: relative;
  font-size: 1rem;
  color: #666666;
  text-decoration: underline;
}
.bookmark_item_ .del_ a::before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 3px;
  content: "";
  background: url(../new_img/common/icon_delete.svg) no-repeat center;
  background-size: contain;
}
/* --------------------------------------------------------------------
	マイページ　お問い合わせ
-------------------------------------------------------------------- */
#contact_mail {
  display: block;
  width: 960px;
  margin-top: 75px;
}
#contact_mail tr th, #contact_mail tr td {
  position: relative;
  padding: 0 0 70px 0;
  font-size: 16px;
  vertical-align: top;
  background: transparent;
  border: 0 solid;
}
#contact_mail .must_ {
  float: inherit;
  margin-top: 1px;
  vertical-align: text-top;
}
#contact_mail select, #contact_mail input {
  width: 480px;
  height: 50px;
  padding: 0 23px;
  text-align: left;
  background: #FCFCFC;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
#contact_mail td p {
  font-size: 12px;
}
#contact_mail td p:first-of-type {
  margin-top: 15px;
}
#contact_mail input[type=radio] {
  width: 1px;
  height: 0px;
  /* widthかheightが0より大きくないとvalidationが反応しない */
  opacity: 0;
}
#contact_mail tr:nth-child(1) label {
  position: relative;
  display: block;
  width: auto;
  padding-left: 29px;
  cursor: pointer;
}
#contact_mail tr:nth-child(1) label:not(label:last-of-type) {
  margin-top: 0;
  margin-bottom: 25px;
}
#contact_mail tr:nth-child(1) label::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact_mail tr:nth-child(1) label::after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact_mail tr:nth-child(1) label.checked::before {
  background: #2996CC;
  border-color: #2996CC;
}
/* お問合せ内容 */
/* カテゴリ */
.custom-select-wrapper {
  width: 480px;
  cursor: pointer;
}
.if_select {
  position: relative;
}
.custom-select-trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 480px;
  height: 50px;
  padding: 0 29px;
  margin: 0;
  line-height: 50px;
  background: #FCFCFC;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
#contact_mail tr td .custom-select-trigger img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#contact_mail tr td .custom-select-trigger img.anti_triangle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul.custom-options {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 480px;
  padding: 17px 15px;
  background: #FCFCFC;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
ul.custom-options li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 24px;
}
ul.custom-options li.state_check {
  color: #2996CC;
}
ul.custom-options li.state_check:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 8.4px;
  content: "";
  background-image: url(../new_img/contact/check.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.if_select.opened ul.custom-options {
  z-index: 9999;
  display: block;
}
/* ご注文番号 */
#contact_mail tr:nth-of-type(3) {
  display: none;
}
#contact_mail tr:nth-child(4) td > div {
  position: relative;
}
#contact_mail tr:nth-child(4) td > div:first-of-type {
  margin-bottom: 30px;
}
#contact_mail tr:nth-child(4) input {
  margin-left: 14px;
}
#contact_mail tr:nth-child(7) input, #contact_mail tr:nth-child(6) input {
  width: 640px;
}
#contact_mail tr:nth-child(8) p {
  margin-top: 0;
  color: #E21836;
}
#contact_mail tr:nth-child(8) td > div {
  margin-bottom: 18px;
}
#contact_mail tr:nth-child(8) textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 680px;
  height: 200px;
  padding: 14px 23px;
  resize: vertical;
  background: #FCFCFC;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
#contact_mail .submit_ {
  margin: 10px auto 100px;
}
#contact_mail .submit_ input {
  width: 260px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 1px solid #222;
  border-radius: 3px;
}
#contact_mail tr td img {
  position: absolute;
  top: 14px;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* 姓名 */
/* メール */
/* ファイル */
/* input[type="file"] {
  display: none;
}
#contact_mail tr:nth-child(8) {
  display: none;
}
#contact_mail tr:nth-child(8) td {
  font-size: 14px;
}
#contact_mail tr:nth-child(8) label {
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.file_selected {
  margin-left: 20px;
} */
/* 内容 */
/* 送信ボタン */
/* state_blue */
/* validationEngine.jquery関連はvalidationEngine.jquery.cssを編集 */
/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
.contact_.col1_ {
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
}
div.contact_ ul.contactlist_ {
  padding-top: 1em;
}
div.contact_ ul.contactlist_ li {
  padding: 1em 0;
  border-top: 1px solid #dedede;
}
div.contact_ ul.contactlist_ li:last-child {
  border-bottom: 1px solid #dedede;
}
div.contact_ table.detaillistline_ {
  margin: 2px auto;
  border: dotted 1px;
}
/* ?ｿｽ?ｿｽ?ｿｽ竝??ｿｽ?ｿｽ?ｿｽﾚ搾ｿｽ */
.contactdetail_title_ {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.contactdetail_title_ .subject_ {
  margin-left: 20px;
  font-weight: bold;
}
.contactdetail_title_ .id_ {
  margin-left: 10px;
  font-size: 10px;
}
/* ?ｿｽX?ｿｽ?ｿｽ?ｿｽb?ｿｽh */
div.contactlist_ {
  margin-bottom: 20px;
}
div.contactlist_ .contactlist_goods_ {
  margin: 0 0 0 20px;
}
div.contactlist_line_ {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #dedede;
}
div.contactlist_line_ .contactlist_head_ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1em;
  overflow: hidden;
  background: #f0f0f0;
  border-bottom: 1px solid #dedede;
}
div.contactlist_line_ .comment_ {
  padding: 1em;
}
.contact_reform_ textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* --------------------------------------------------------------------
	マイページ　退会
-------------------------------------------------------------------- */
/* table.withdrawal_ {
  margin-top: 1em;
} */
table.withdrawal_ th {
  width: 16em;
}
table.coupon_list_ {
  margin-bottom: 20px;
}
table.coupon_list_ th {
  font-weight: bold;
  text-align: center;
}
table.coupon_list_ td.coupon_code_ {
  white-space: nowrap;
}
table.coupon_list_ td.coupon_price_ {
  text-align: right;
  white-space: nowrap;
}
table.coupon_list_ td.coupon_name_ {
  text-align: left;
}
table.coupon_list_ td.coupon_dt_ {
  text-align: left;
  white-space: nowrap;
}
table.coupon_list_ td.coupon_target_ {
  text-align: left;
}
/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
	会員登録チェックボックス
-------------------------------------------------------------------- */
.formdetail_.customer_ label {
  font-size: 14px;
  cursor: pointer;
}
.formdetail_.customer_ label[for=mailnews_1] {
  margin-right: 1em;
}
.formdetail_.customer_ label:hover {
  text-decoration: underline;
}
.formdetail_.customer_ input[type=radio] {
  display: none;
}
.formdetail_.customer_ input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #222;
}
.formdetail_.customer_ input[type=radio] + label::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #999;
  border-radius: 3px;
}
.formdetail_.customer_ input[type=radio]:checked + label::before {
  background: #666;
}
.formdetail_.customer_ input[type=radio]:checked + label::after {
  position: absolute;
  top: -1px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-member-info-confirmation--login-state-saving-message.help-block {
  padding-top: 0.5em;
}
/* --------------------------------------------------------------------
	会員登録チェックボックス(利用規約同意)
-------------------------------------------------------------------- */
.registAgree_ input {
  display: none;
}
.registAgree_ input + span {
  position: relative;
  padding-left: 1.5em;
}
.registAgree_ input + span::before {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #999;
  border-radius: 3px;
}
.registAgree_ input:checked + span::before {
  background: #666;
}
.registAgree_ input:checked + span::after {
  position: absolute;
  top: -1px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*# sourceMappingURL=customer.css.map */

/* カスタマーハラスメント対応 */
.cs-openModal{
 cursor: pointer;
 text-decoration: underline;
}
.cs-modalArea {
    font-size: 14px;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs-modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.cs-modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 500px;
    padding: 20px 30px;
    background-color: #fff;
}

.cs-closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.cs-modalContents-ttl {
    font-weight: bolder;
}

.cs-modalContents-txt,
.cs-modalContents-ul {
    margin-top: 1em;
}

.cs-modalContents-ul li {
    list-style: disc;
    margin-left: 2em;
}

.cs-agree-txt {
    padding: 1em 0;
}

.cs-agree-input {
    text-align: center;
}

.cs-agree-input input {
    width: 21px !important;
    margin-right: 0.25em;
}

.cs-submit-btn[disabled] {
    background-color: #ccc !important;
    border-color: #ccc !important;
    cursor: not-allowed;
}

.cs-attention>p:nth-of-type(1) {
    font-weight: bold;
}

.cs-attention {
    background: #edf7fe;
    color: #004F88;
    padding: 20px;
    width: 1060px;
    font-size: 14px;
    margin: 1em auto;
    line-height: 1.6;
}

/* 240605 個人情報保護方針対応 */
.block-member-info-confirmation--login-state-saving label[for="registAgree"]:hover {
  text-decoration: none!important;
}
input[type="submit"][disabled] {
  background: #cac7c7!important;
  color: #fff!important;
  cursor: default!important;
}

input[type="submit"][disabled]:hover{
opacity:1!important;
}