@charset "EUC-JP";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.8;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------------
guide -ご利用ガイド-
/*---------------------------------------------------------*/
#userguide {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*layout レイアウト*/
#userguide {
  width: 100%;
  max-width: 980px;
  padding: 0;
  margin: 0 auto 2%;
}
#userguide .section_inner {
  padding: 0;
  margin: 0 0 6%;
  max-width: 980px;
}
#userguide .inner_box {
  padding: 0;
  margin: 0 0 4%;
  max-width: 980px;
}
/*title タイトル*/
#userguide h1.page_tit {
  padding: .5em 0 0;
  margin: 0 auto 1em;
  font-size: 30px;
  color: #000;
  line-height: 60px;
  text-align: center;
}
#userguide h2.section_tit {
  padding: 0 0;
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 20px;
}
#userguide h3.box_tit {
  padding: 0 0;
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 16px;
}
#userguide p {
  padding: 0 0 .5em;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
}
#userguide span.notes {
  color: #ff0000;
}
/*link リンク*/
#userguide a {
  color: #D0104C;
  text-decoration: underline;
}
#userguide a:hover {
  color: #D0104C;
  text-decoration: underline;
}
/*table of contents 目次*/
#userguide ol.toc {
  display: grid;
  width: fit-content;
  column-gap: 8em;
  grid-template-columns: repeat(3, auto);
}
#userguide ol.toc li {
  padding: 0.5em 0;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  text-align: match-parent;
  letter-spacing: .05em;
  line-height: 2;
}
/*guide_list リスト*/
#userguide ul.guide_list {
  padding: 0;
  margin: 0;
}
#userguide ul.guide_list li {
  padding: 0.5em 0;
  display: list-item;
  list-style: none;
  list-style-position: inside;
  text-align: match-parent;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8;
}
/*nomal_list 通常のリスト*/
#userguide ul.nomal_list {
  padding: 0 0 0 2em;
  margin: 0 0 2%;
}
#userguide ul.nomal_list li {
  padding: 0.5em 0;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  text-align: match-parent;
  letter-spacing: .05em;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
/*ご利用にあたって*/
#userguide ol.order_flow {
  padding: 0 0 0 1em;
  margin: 0;
}
#userguide ol.order_flow li {
  padding: 0.5em 0;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  text-align: match-parent;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
/*配送について*/
#userguide .deliveryprice {
  margin: 0;
  padding: 0;
}
#userguide .deliveryprice {
  width: 100%;
  margin: 0 0 4%;
  overflow-x: scroll;
}
#userguide .deliveryprice table.charge-list {
  border-collapse: collapse;
  width: 980px;
  font-size: 0.8em;
}
#userguide .deliveryprice table.charge-list tr.caption {
  background: #4f8bc2;
  color: #fff;
  text-align: center;
}
#userguide .deliveryprice table.charge-list th {
  width: 40%;
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
}
#userguide .deliveryprice table.charge-list th:nth-child(n+2) {
  background: #fff;
  color: #333;
}
#userguide .deliveryprice table.charge-list td {
  width: 20%;
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
/*お支払いについて*/
#userguide dl.payment_list {
  padding: 0;
  margin: 0 0 2%;
}
#userguide dl.payment_list dt {
  padding: 1.5em 0 .5em;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  text-align: match-parent;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
#userguide dl.payment_list dd {
  padding: 0 0 .5em;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
}
/*---------------------------------------------------------
contact -お問い合わせ-
/*---------------------------------------------------------*/
#userguide #customer_abuse {
  padding: 10% 0 0;
  margin: 0 0 6%;
  width: 100%;
  max-width: 980px;
  border-top: solid 1px #ccc;
}
/*---------------------------------------------------------
qa -よくあるご質問-
/*---------------------------------------------------------*/
#userguide .accordion {
  padding: 0;
  margin: 0;
}
#userguide .question {
  padding: 0 3em .5em 0;
  position: relative;
}
#userguide .question::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f13a';
  font-weight: bold;
  transition: 0.2s;
  right: 1em;
}
#userguide .question.open::before {
  transform: rotate(180deg);
}
#userguide .answer {
  padding: 0 3em 2em 1em;
  display: none;
}
@media only screen and (max-width:640px) {
  /*---------------------------------------------------------
guide -ご利用ガイド-
/*---------------------------------------------------------*/
  /*layout レイアウト*/
  #userguide {
    width: 88%;
    padding: 6% 0;
    margin: 0 auto 2%;
  }
  #userguide.section_inner {
    padding: 0;
    margin: 0 0 10%;
  }
  /*link リンク*/
  #userguide a {
    color: #D0104C !important;
    text-decoration: underline !important;
  }
  #userguide a:hover {
    color: #D0104C !important;
    text-decoration: underline !important;
  }
  /*配送について*/
  #userguide .deliveryprice {
    margin: 0;
    padding: 0;
  }
  #userguide .deliveryprice {
    width: 100%;
    margin: 0 0 4%;
    overflow-x: scroll;
  }
  #userguide .deliveryprice table.charge-list {
    border-collapse: collapse;
    font-size: 0.8em;
  }
  #userguide .deliveryprice table.charge-list tr.caption {
    background: #4f8bc2;
    color: #fff;
    text-align: center;
  }
  #userguide .deliveryprice table.charge-list th {
    width: 20%;
    padding: 10px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    font-weight: normal;
    text-align: left;
  }
  #userguide .deliveryprice table.charge-list th:nth-child(n+2) {
    background: #fff;
    color: #333;
    text-align: left;
  }
  #userguide .deliveryprice table.charge-list td {
    width: 15%;
    padding: 10px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    text-align: center;
  }
  /*table of contents 目次*/
  #userguide ol.toc {
    margin: 0 0 .5em;
    display: grid;
    width: fit-content;
    column-gap: 2em;
    grid-template-columns: repeat(1, auto);
  }
  #userguide ol.toc li {
    display: list-item;
    list-style: disc;
    list-style-position: inside;
    text-align: match-parent;
    letter-spacing: .05em;
    line-height: 2;
  }
}