@charset "UTF-8";
/* 大口注文・法人さま
   ========================================================================== */
.bulk-order > section {
  margin-top: 100px; }
.bulk-order h3 {
  font-size: 24px;
  font-weight: normal !important;
  line-height: 1; }
.bulk-order p {
  line-height: 1.8; }
.bulk-order figure img {
  display: block;
  margin: 0 auto; }
@media screen and (max-width: 768px) {
  .bulk-order > section {
    margin-top: 40px; }
  .bulk-order h3 {
    font-size: 18px; }
  .bulk-order p {
    font-size: 14px; } }

/* ご利用の流れ
   =================================== */
.bulk-order__flow ul {
  display: flex;
  gap: 40px;
  width: 100%;
  margin: 30px auto 0 auto !important; }
  .bulk-order__flow ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    position: relative;
    font-size: 16px !important;
    line-height: 1.6;
    padding: 1em 1.5em !important;
    border: 1px solid #ccc; }
    .bulk-order__flow ul li + li::before {
      position: absolute;
      content: "";
      top: 50%;
      left: -24px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #b29987; }
    .bulk-order__flow ul li div:first-of-type {
      width: max-content;
      font-size: 24px;
      color: #76553d;
      white-space: nowrap; }
      .bulk-order__flow ul li div:first-of-type span {
        font-size: 30px; }
    .bulk-order__flow ul li div:last-of-type {
      flex: 1; }
@media screen and (max-width: 768px) {
  .bulk-order__flow ul {
    flex-direction: column;
    margin-top: 20px !important;
    gap: 30px; }
    .bulk-order__flow ul li {
      gap: 14px;
      font-size: 14px !important;
      width: 100%;
      padding: 1em !important; }
      .bulk-order__flow ul li + li::before {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px 8px 0 8px;
        border-color: #b29987 transparent transparent transparent; }
      .bulk-order__flow ul li div:first-of-type {
        font-size: 18px; }
        .bulk-order__flow ul li div:first-of-type span {
          font-size: 24px; } }

/* ご依頼の締め切り
   =================================== */
.bulk-order__period table {
  margin: 30px 0 1em 0; }
  .bulk-order__period table tr th, .bulk-order__period table tr td {
    font-size: 18px;
    padding-top: 1em; }
  .bulk-order__period table tr th {
    width: 1%;
    white-space: nowrap; }
  .bulk-order__period table tr td {
    width: 99%; }
  .bulk-order__period table tr:first-of-type th, .bulk-order__period table tr:first-of-type td {
    padding-top: 0; }
.bulk-order__period .notes {
  font-size: 16px !important;
  margin-top: .5em; }
@media screen and (max-width: 768px) {
  .bulk-order__period table {
    margin-top: 20px; }
    .bulk-order__period table tr th, .bulk-order__period table tr td {
      font-size: 16px !important;
      padding-top: .5em; }
  .bulk-order__period .notes {
    font-size: 14px !important; } }

/* ご注文前に確認ください
   =================================== */
.bulk-order__caution ul {
  font-size: 16px !important;
  padding-left: .5em !important;
  margin-top: 30px !important; }
  .bulk-order__caution ul li {
    position: relative;
    padding-left: 1em !important;
    margin-top: 1em !important; }
    .bulk-order__caution ul li::before {
      content: "●";
      position: absolute;
      left: 0;
      top: .1em;
      color: #76553d;
      font-size: .4em; }
    .bulk-order__caution ul li:first-child {
      margin-top: 0 !important; }
@media screen and (max-width: 768px) {
  .bulk-order__caution ul {
    font-size: 14px !important;
    margin-top: 20px !important; } }

/* フォームへのボタン
   =================================== */
.bulk-order .btn {
  text-align: center;
  margin-top: 80px; }
  .bulk-order .btn a {
    display: inline-block;
    background-color: #76553d;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 1em 2em;
    border-radius: 10px;
    transition: .3s; }
    @media (hover: hover) {
      .bulk-order .btn a:hover {
        opacity: .6; } }
  @media screen and (max-width: 768px) {
    .bulk-order .btn {
      margin-top: 40px; }
      .bulk-order .btn a {
        font-size: 18px;
        line-height: 1.4;
        border-radius: 8px;
        padding: 1em 2.5em; } }

/* オプション品
   =================================== */
.bulk-order__options section {
  margin-top: 100px; }
  .bulk-order__options section p {
    margin-top: 1em; }
  .bulk-order__options section .notes {
    margin-top: .5em; }
@media screen and (max-width: 768px) {
  .bulk-order__options section {
    margin-top: 40px; } }

/* 画像リスト
   =================================== */
.bulk-order ul.img-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px !important; }
  .bulk-order ul.img-list li figure figcaption {
    font-size: 16px;
    line-height: 1.6;
    margin-top: .5em; }
    .bulk-order ul.img-list li figure figcaption span {
      display: block;
      font-weight: bold; }
  .bulk-order ul.img-list.noshi li figure img {
    border: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .bulk-order ul.img-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 20px !important; }
      .bulk-order ul.img-list li figure figcaption {
        font-size: 14px;
        margin-top: .25em; } }
