@charset "UTF-8";
/* 共通 
---------------------------------------- */
.markerLead {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #FFF84B));
  background: linear-gradient(transparent 70%, #FFF84B 50%);
  font-size: 1.5em;
  font-weight: bold;
}

/* ご注文方法
------------------------------------- */
.howToOrders {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media screen and (min-width: 900px) {
  .howToOrders {
    grid-template-columns: repeat(2, 1fr);
  }
}
.howToOrders .contentBox {
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  padding: 1.5em;
}
.howToOrders .contentBox > .icon {
  text-align: center;
  width: auto;
  height: 38px;
}
.howToOrders .contentBox > h4 {
  color: #268AFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0.5em auto;
}
.howToOrders .contentBox > p {
  text-align: center;
  font-size: 0.875rem;
}
.howToOrders .contentBox > p > small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: left;
  margin-top: 1em;
}

.box01 {
  display: block;
  margin: 0.5em 0;
  border: 1px solid #B0B0B0;
  padding: 0.5em;
}

/* 返品・交換について
---------------------------------------- */
.title01 {
  color: #1464C2;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.title02 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

dl.singleView {
  display: grid;
  grid-template-columns: 260px 1fr;
}
@media screen and (max-width: 589px) {
  dl.singleView {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 589px) {
  dl.singleView dd {
    margin-bottom: 0.5em;
  }
}

/*===============================================
●画面の横幅が769px以上(PC)
===============================================*/
@media screen and (min-width: 770px) {
  /*お支払方法
  ------------------------------------- */
  .box01 {
    width: 35%;
  }
}
/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*//*# sourceMappingURL=guide.css.map */