<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*フッター全体*/
#cm_footer {
  width: 100%;
  font-size: 13px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.58em;
  letter-spacing: 0.04em;
}

/*リンク設定*/
#cm_footer a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}
#cm_footer a:hover {
  color: #6e0000;
}

.cm_pb_5 {
  padding-bottom: 0.5em;
}
.cm_pb_10 {
  padding-bottom: 1em;
}
.cm_pb_15 {
  padding-bottom: 1.5em;
}
.cm_txt_right {
  text-align: right;
}
.cm_txt_center {
  text-align: center;
}

/*楽天の初期設定消去*/
#cm_footer p {
  margin: 0;
}

/*青文字*/
#cm_footer .cm_notice_bl {
  color: blue;
  font-weight: bold;
}
/*赤文字*/
#cm_footer .cm_notice_rd {
  color: red;
  /*font-weight: bold;*/
}

/*グレー*/
#cm_footer .cm_important {
  color: #444;
  font-weight: bold;
}

/*タイトル*/
#cm_footer .cm_main_title { /*p*/
  background: #330000;
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  padding: 0.7em 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/*アウターコンテント*/
#cm_footer .cm_outer_content { /*div*/
  width: 1000px;
  margin: 0 auto;
  padding-top: 1em;
}

/*インナーコンテンツ*/
#cm_footer .cm_inner_content { /*div*/
  display: table;
  table-layout: fixed;
  width: 100%;
}


/*
 *共通
 */

/*各ブロック*/
#cm_footer .cm_inner_content .cm_each_bloc { /*div*/
  text-align: left;
  display: table-cell;
  width: 33%;
  vertical-align: top;
  padding: 0 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

/*サブタイトル*/
#cm_footer .cm_each_bloc .cm_sub_title { /*p*/
  font-size: 1.05em;
  font-weight: bold;
  padding: 0.3em 0 0.3em 0.6em;
  border-left: solid 5px #330000;
  border-bottom: solid 1px #E9E5E0;
  margin-bottom: 0.5em;
}

/*セクションタイトル*/
#cm_footer .cm_each_bloc .cm_section_title {
  padding: 1.5em 0 0.25em;
}
/*運送会社*/
#cm_footer .cm_each_bloc .cm_section_title.delivery,
#cm_footer .cm_each_bloc .cm_section_title.return {
  padding: 0 0 0.3em;
}
#cm_footer .cm_each_bloc .cm_section_title:before {
  content: '○';
  vertical-align: middle;
  display: inline-block;
}

/*各セクション*/
#cm_footer .cm_each_section { /*div*/
  padding-bottom: 1.5em;
}


/*
 * 左ブロック
 */
#cm_footer .cm_left_bloc { /*div*/
}

/*
 * 中ブロック
 */
#cm_footer .cm_center_bloc{
}

/*
 * 右ブロック
 */
#cm_footer .cm_right_bloc{
}

/*お支払について*/
#cm_footer .cm_left_bloc .cm_payment { /*div*/
}

/*クレジットアイコン*/
#cm_footer .cm_left_bloc .cm_credit_icon { /*p*/
  text-align: left;
  padding: 7px 0;
}
#cm_footer .cm_left_bloc .cm_credit_icon img {
  width: auto;
  height: 28px;
}

/*お問合わせボタン*/
#cm_footer .cm_contact .cm_contact_form { /*p*/
  text-align: center;
  padding: 10px 0;
}
#cm_footer .cm_contact .cm_contact_form a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  display: inline-block;
  padding: 10px;
  background:linear-gradient(#331b16, #330000);
  color: #ffffff;
  position: relative;
  letter-spacing: 3px;
}
#cm_footer .cm_contact .cm_contact_form a:hover {
  opacity: 0.8;
}
#cm_footer .cm_contact .cm_contact_form a:before {
  position: absolute;
  background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u40188310/pc/img/icon/envelop_w.png") no-repeat;
  content: "";
  top: 8px;
  left: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}

/*コピーライト*/
#cm_footer .copyright {
  background: #330000;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

</pre></body></html>