@charset "UTF-8";
/* ===========================================

  エクスショップご利用規約

=========================================== */
#mypage_rules {
  margin-bottom: 80px;
  text-align: justify;
}
#mypage_rules a {
  color: #0066cc;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-word;
}

#mypage_rules h1 {
  margin: 0 auto 38px;
  font-size: 32px;
}

#mypage_rules #shop_info p {
  text-align: right;
  font-size: 10px;
}

#mypage_rules dt {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 700;
  padding-left: 1.5ex;
  text-indent: -1.5ex;
}

#mypage_rules dd {
  margin-bottom: 30px;
}

#mypage_rules dd p.rule {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.5ex;
  text-indent: -1.5ex;
}

#mypage_rules dd ol li {
  margin: 0.5em 0;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

#mypage_rules dd table {
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: white;
  text-indent: 0;
}

#mypage_rules dd table th,
#mypage_rules dd table td {
  padding: 5px;
  vertical-align: middle;
}

#mypage_rules dd table th {
  width: 10em;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
}

#mypage_rules dd table td {
  border-bottom: 1px solid #ccc;
}

#mypage_rules li p {
  text-indent: 0;
}

#mypage_rules .procedure {
  margin: 10px 1em 0;
}

#mypage_rules .procedure p {
  margin-bottom: 5px;
}

#mypage_rules .procedure_ttl {
  margin-left: 0;
  text-indent: -1em;
}

.procedure-name {
  display: block;
}

/* ===========================================
  スマホ版
=========================================== */
@media only screen and (max-width: 800px) {
  #mypage_rules {
    width: auto;
    margin: 0 auto;
    padding: 0 1rem;
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
  }
  /* 見出し */
  #mypage_rules h1 {
    margin: 0 auto 0.375rem;
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 1rem;
  }
  #mypage_rules dt {
    margin: 0 auto 0.375rem;
    padding-bottom: 0.1rem;
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 1rem;
    border-bottom: 1px solid #1A2D51;
  }
}
