@charset "utf-8";

/* ================================================================================
  ご利用案内共通
================================================================================ */
.contentCont.general {
  padding-bottom: 0;
}
.contentCont h4:not([class*="Ttl"]) {
  font-size: 1.8rem;
}

/* ================================================================================
  ご注文方法
================================================================================ */
.orderGuide h5 {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.orderGuide h6 {
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.orderGuide .stepCont {
  margin: auto 1.0rem 4.4rem;
  padding: 1.5rem 0;
  position: relative;
  background-color: #fdf6f6;
}
.orderGuide .stepCont::before {
  display: block;
  width: 5.3rem;
  height: 2.4rem;
  margin-left: -2.65rem;
  position: absolute;
  bottom: -3.4rem;
  left: 50%;
  background: url(../img/guide/downarrow.png) no-repeat center / contain;
  content: "";
}
.orderGuide .stepCont.noArrow {
  margin-bottom: 1.5rem;
}
.orderGuide .stepCont.noArrow::before {
  display: none;
}
.orderGuide .stepCont h5 .stepIcon {
  display: inline-block;
  width: 4.2rem;
  margin-right: 1.0rem;
  vertical-align: middle;
}
.orderGuide .stepCont .box {
  margin: 1.0rem 1.0rem;
  padding: 1.5rem 0;
  border: 0.1rem solid #ccc;
  background: #fff;
}
.orderGuide .stepCont .box h6 {
  text-align: center;
}
.orderGuide .stepCont > *:last-child {
  margin-bottom: auto;
}
.orderGuide .supplement {
  margin: 1.0rem 1.0rem 1.5rem;
  padding: 1.0em 0.4em;
  background: #f0f0f0;
}
.orderGuide .supplement > *:first-child {
  margin-top: auto;
}
.orderGuide .supplement > *:last-child {
  margin-bottom: auto;
}

/* ================================================================================
  お支払方法
================================================================================ */
.paymentGuide h5 {
  padding: 0 1.0rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.paymentGuide .notes li::before {
  content: "※";
}
.paymentGuide .emphasis {
  color: #e60012;
}
.paymentGuide img.card {
  display: block;
  margin: 1.5rem auto 2.0rem;
}
.paymentGuide .notesCont {
  margin: 1.0rem 1.0rem 1.5rem;
  padding: 1.5rem 0;
  background: #fdf6f6;
}
.paymentGuide .notesCont h5 img {
  display: inline-block;
  width: 1.4rem;
  margin-right: 1.0rem;
  vertical-align: middle;
}

/* ================================================================================
  配送について
================================================================================ */
.delivaryGuide h5 {
  margin: 1.5rem auto 1.0rem;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.delivaryGuide h5 img {
  display: inline-block;
  width: 1.4rem;
  margin-right: 1.0rem;
  vertical-align: middle;
}
.delivaryGuide .caption {
  margin: 1.5rem auto 1.0rem;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.delivaryGuide .tableCont {
  margin: auto;
  width: calc(100% - 2.0rem);
  overflow-y: scroll;
  border: solid #e0e0e0;
  border-width: 0.1rem 0 0 0.1rem;
}
.delivaryGuide table {
  border-spacing: 0;
}
.delivaryGuide table th,
.delivaryGuide table td {
  min-width: 7.2rem;
  padding: 1.0rem;
  line-height: 1.25;
  border: solid #e0e0e0;
  border-width: 0 0.1rem 0.1rem 0;
}
.delivaryGuide table th {
  white-space: nowrap;
}
.delivaryGuide table thead tr th {
  color: #fff;
  background: #238e3a;
}
.delivaryGuide table thead th:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
.delivaryGuide table tbody tr:nth-child(odd) th,
.delivaryGuide table tbody tr:nth-child(odd) td {
  background: #fff;
}
.delivaryGuide table tbody tr:nth-child(even) th,
.delivaryGuide table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}
.delivaryGuide .sticky-y {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.delivaryGuide .fee td {
  text-align: center;
  white-space: nowrap;
}
.delivaryGuide .prefecture th,
.delivaryGuide .prefecture td {
  vertical-align: top;
}

/* ================================================================================
  ランクについて
================================================================================ */
.rankGuide .rankList li {
  width: calc((100% - 1.5rem) / 4);
  margin: auto 0.5rem 0.5rem auto;
  color: #fff;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  text-indent: 0;
  background: #ff9c00;
}
.rankGuide .rankList li:first-child {
  background: #ff4441;
}
.rankGuide .rankList li:nth-child(4n) {
  margin-right: auto;
}
.rankGuide .rankList li:nth-last-child(-n+4) {
  margin-bottom: auto;
}
.rankGuide .rankList li::before {
  display: none;
}
.rankGuide .supplement {
  margin: 1.0rem 1.0rem 1.5rem;
  padding: 1.5rem 1.0rem;
  background: #f0f0f0;
}
.rankGuide .supplement .note {
  margin: auto;
  padding-left: 1em;
  padding-right: 0;
  text-indent: -1em;
}
.rankGuide .rankCont {
  margin: 2.0rem auto;
}
.rankGuide .rankCont h4 {
  padding: 1.0rem;
  font-size: 1.6rem;
  line-height: 1.15;
  border: solid #ff9c00;
  border-width: 0.1rem 0;
}
.rankGuide .rankCont h4 .rank {
  display: inline-block;
  width: 7.2rem;
  margin-right: 1.0rem;
  color: #fff;
  font-size: 2.0rem;
  line-height: 3.2rem;
  text-align: center;
  vertical-align: middle;
  background: #ff9c00;
}
.rankGuide .rankCont h4 .text {
  display: inline-block;
  width: calc(100% - 8.2rem);
  vertical-align: middle;
}
.rankGuide .rankCont .rank_n {
  border-color: #ff4441;
}
.rankGuide .rankCont .rank_n .rank {
  background: #ff4441;
}

/* ================================================================================
  安心買い取り保証システム
================================================================================ */
.returnGuide dl {
  text-align: center;
}
.returnGuide dl dt {
  font-weight: bold;
}
.returnGuide dl div {
  width: calc((100% - 1.0rem) / 2);
  vertical-align: bottom;
}
.returnGuide .supplement {
  margin: 1.0rem 1.0rem 2.0rem;
  padding: 1.5rem 0;
  background: #f0f0f0;
}
.returnGuide .supplement ul {
  margin: auto;
}
.returnGuide .btnBox {
  margin-bottom: 2.0rem;
}

/* ================================================================================
  よくある質問
================================================================================ */
.faq dl {
  margin-bottom: 2.0rem;
}
.faq dl dt {
  padding: 0 0 0.5rem 2rem;
  margin: 2rem auto 0.8rem;
  border-bottom: 0.1rem solid #f0f0f0;
  background: url(../img/guide/mark_circle.png) no-repeat left 0.3rem / 1.6rem auto;
}
.faq dl .case {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  background-color: #ededed;
}
.faq dl .case:not(:first-child) {
  margin-top: 1.0rem;
}
.faq dl .note {
  display: block;
  margin-top: 1.0rem;
  padding-left: 1em;
  text-indent: -1em;
}
.faq .p-subNavi .row2 a {
  padding: 0.7rem 1.0rem;
  font-size: 1.5rem;
}
