@charset "UTF-8";
/*----- ご購入サポート -----*/
/* ------------------------------------------------
 ご注文方法
------------------------------------------------ */
.pg_step .body:has(> .img:first-child) {
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.pg_step .body:has(> .img:last-child) {
  text-align: center;
}
.pg_step .body > .txt {
  line-height: 1.5 !important;
}
.pg_step .body > .txt p {
  line-height: 1.5 !important;
}

/* ------------------------------------------------
 特定商取引法に基づく表記
------------------------------------------------ */
.low1_contact {
  border-radius: 15px;
  background-color: #FFE0A6;
  margin: 0 auto 40px;
  padding: 15px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.low1_contact table th, .low1_contact table td {
  padding: 5px 0;
}
.low1_contact table th {
  font-weight: bold;
  padding-right: 2em;
}

/* ------------------------------------------------
 カスタマーアシスト
------------------------------------------------ */
.p02.contact {
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.p02.contact .ordertable {
  width: auto;
}