@charset "UTF-8";
/*----- 注文ページ -----*/
/* ------------------------------------------------
 一覧
------------------------------------------------ */
ul.sample {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
ul.sample li {
  text-align: center;
  background-color: #cbc4df;
  padding: 10px 5px;
}
ul.sample li.selected {
  background-color: #9B94C5;
}
ul.sample li.selecting {
  background-color: #C0BCDA;
}
ul.sample li .img {
  background-color: #fff;
  margin: 0 auto;
  width: 122px;
  cursor: pointer;
}
ul.sample li .img img {
  max-width: 100%;
  display: block;
}
ul.sample li .txt {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.sample li .txt span {
  margin: 2px 0;
  display: block;
}
ul.sample li .txt label {
  min-height: 22px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
ul.sample li .txt label input {
  margin: 0 0.25em 0 0;
}
ul.sample li .txt a {
  background: url(../mourn/img/btn_detail.png) no-repeat;
  width: 57px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.sample li .detail {
  font-size: 11px;
  margin: 0.5em 0 0;
}
ul.sample li#text_original {
  text-align: left;
  padding: 10px;
  cursor: default;
  grid-column-start: span 4;
}
ul.sample li#text_original p label {
  font-weight: bold;
}
ul.sample li.notice {
  color: #606;
  font-size: 1em;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.5;
  text-align: left;
  cursor: default;
  grid-column-start: span 2;
  -ms-grid-row-align: center;
      align-self: center;
}

/* ------------------------------------------------
 フォーム
------------------------------------------------ */
.pg_step {
  width: 630px;
}
.pg_step > .body {
  border: 2px solid #cbc4df;
  border-top-width: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pg_step > .body .heading {
  color: #fff;
  background-color: #9d6ba2;
  padding: 0.25em 0.5em;
  margin-top: 1.5em;
}
.pg_step > .body .heading + p {
  margin-top: 0.5em;
}
.pg_step > .body select, .pg_step > .body input, .pg_step > .body textarea {
  font-size: 1em;
}
.pg_step > .body select {
  padding: 0.25em 0;
}
.pg_step > .body input[type=text], .pg_step > .body textarea {
  padding: 0.25em 0.5em;
  margin-right: 2px;
}
.pg_step > .body input[type=radio] {
  margin: 0 0.1em 0 0;
  vertical-align: middle;
}
.pg_step > .body textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pg_step p + *,
.pg_step * + p {
  margin-top: 1em;
}
.pg_step td p {
  margin-bottom: 0;
}
.pg_step .notice {
  font-size: 0.9em;
  line-height: 1.2;
}
.pg_step span.notice {
  font-weight: bold;
  color: #606;
  border-bottom: 1px dotted #606;
}
.pg_step .lead {
  margin-bottom: 5px;
  font-weight: bold;
}
.pg_step + .pg_step::before {
  content: "";
  background-color: #9d6ba3;
  margin: 7px auto;
  width: 60px;
  height: 16px;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

/* ----------------------------
 step1_detail
------------------------------*/
.step1_detail .detail {
  background-color: #cbc4df;
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5em auto 0.5em auto 0.5em auto;
  grid-template-columns: repeat(4, auto);
  gap: 0.75em 0.5em;
}
.step1_detail .detail .sendout {
  display: flex;
  align-items: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}
.step1_detail .detail .sendout label + label {
  margin-left: 0.5em;
}
.step1_detail .detail .sendout .attention {
  font-weight: bold;
  margin-top: 0 !important;
  margin-left: 1em;
}
.step1_detail .detail .note {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/span 4;
}

/* ----------------------------
 お届け先の入力
------------------------------*/
#toggle_headding {
  cursor: pointer;
}
#toggle_headding p {
  color: #f00;
}
#toggle_headding img {
  vertical-align: middle;
}

#toggle_content {
  display: none;
}

/* ------------------------------------------------
 ご購入サポート
------------------------------------------------ */
#support {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#support .l {
  width: 420px;
}
#support .r {
  width: 200px;
}
#support .r ul.navi {
  font-size: 12px;
  border: 2px solid #5E73DA;
  border-top-width: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#support p {
  margin-bottom: 15px;
}

dl.toggle dt {
  cursor: pointer;
}
dl.toggle dd {
  display: none;
}