@charset "UTF-8";
/*----------------------------------------
 モバイルファースト
----------------------------------------*/
/* 刺繍・プリント各ページ共通にできるもの
---------------------------------------- */
.contentsWrapper {
  padding-bottom: 3.5714285714em;
}

.pageMainTitle picture > * {
  width: 100%;
}

.caputureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 590px) {
  .caputureBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.caputureBox .popImg {
  position: relative;
  width: 104px;
  height: 104px;
}
.caputureBox .popImg svg {
  width: 104px;
  height: 104px;
}
.caputureBox .popImg .popText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
.caputureBox .subTitle,
.caputureBox .subTitleLead {
  text-align: center;
}
@media screen and (min-width: 590px) {
  .caputureBox .subTitle,
  .caputureBox .subTitleLead {
    text-align: initial;
  }
}

/* 加工二通りスタイル */
.processBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin: 0 auto;
  max-width: 1040px;
}

.processBox .processContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 2rem;
  height: 797px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.processBox .processContent:nth-child(1) {
  background: #FFFFFF;
  border: 2px dashed #268AFF;
}

.processBox .processContent:nth-child(2) {
  border: 2px solid #268AFF;
}

.processBox .processContent:nth-child(2):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 4px;
  background-color: #7CB9FF;
  z-index: -1;
}

.processBox .processContent > svg {
  width: 100%;
  height: 6.25rem;
  z-index: 1;
}

.processBox .processContent:nth-child(1) > svg {
  min-width: 140px;
}

.processBox .processContent:nth-child(2) > svg {
  min-width: 252px;
}

.processBox .imgBox {
  position: relative;
  width: 100%;
  height: 383px;
}

.processBox .processContent img {
  position: absolute;
  left: calc(50% - 18px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 1.5rem;
}

.processBox .processContent:nth-child(1) img {
  top: 162px;
}

.processBox .processContent:nth-child(2) img {
  top: 122px;
}

.processTab {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #268AFF;
  padding: 0.375rem 0.6rem;
  margin: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.processContent h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 4.75rem;
  color: #268AFF;
  font-size: 1rem;
  font-weight: 700;
}

.processContent h3:before,
.processContent h3:after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #268AFF;
}

.processContent h3:before {
  margin-right: 0.5rem;
}

.processContent h3:after {
  margin-left: 0.5rem;
}

.dot {
  height: 6.875rem;
}

.dot li {
  position: relative;
  line-height: 30px;
}

.dot li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #268AFF;
  border-radius: 50%;
}

/* 見出し赤 */
.redHeadingBox {
  position: relative;
  text-align: center;
  margin-top: 2.5rem;
}

.redHeadingBox div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.redHeadingBox div p {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.next02arrow::after {
  background-color: #f29996;
}

/* 刺繍xプリント 組合せ可能 */
.blueHeadingBox {
  position: relative;
  text-align: center;
  margin-top: 1.5rem;
  background-image: url(../../images/totebag/bgSisyu.svg), url(../../images/totebag/bgPrint.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0.5em calc(100% - 0.5em), calc(100% - 0.5em) 0.5em;
  background-color: var(--mainColor);
  padding: 1rem;
}
.blueHeadingBox:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -16px;
  border-bottom-color: var(--mainColor);
  bottom: 100%;
  left: 50%;
}
.blueHeadingBox div {
  white-space: nowrap;
}
.blueHeadingBox div span {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.blueHeadingBox div span:nth-child(1), .blueHeadingBox div span:nth-child(2) {
  font-size: 2em;
}
.blueHeadingBox div span:nth-child(2) {
  margin-left: 1em;
  letter-spacing: -0.2rem;
}
.blueHeadingBox div span:nth-child(3) {
  font-size: 1rem;
}
.blueHeadingBox div p {
  font-size: 0.875rem;
  color: #FFF84B;
  font-weight: 700;
}
@media screen and (min-width: 590px) {
  .blueHeadingBox div p {
    font-size: 1rem;
  }
}

.cross {
  position: relative;
}
.cross::before, .cross::after {
  content: "";
  position: absolute;
  bottom: 0.25em;
  left: calc(100% + 0.55em);
  width: 3px;
  height: 50%;
  background-color: #FFF84B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cross::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 選べるバッグの種類
---------------------------------------- */
.selectBagMainTitle {
  font-size: clamp(1.375rem, 1.136rem + 1.02vw, 1.625rem);
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-bottom: 1rem;
  text-align: center;
}

.selectBagsubTitle {
  margin-bottom: 2rem;
  text-align: center;
}

.selBagList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.selectBagItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
  height: 100%;
}

.selectBagItem a {
  margin: 1rem auto 0;
}

.selectBagBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.75em;
}

.selectBagBody > p > strong {
  color: #268AFF;
}

.selectBagTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}

.selectBagTitle > h3 {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  color: #1464c2;
}

.selectBagTitle > span {
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
  color: #a1c1e7;
  letter-spacing: 0.06em;
}

.selectBagTitle > h3 + span {
  margin-top: 0.3em;
}

.selectBagImg {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 1.875em 0;
}

.selectBagImg > img {
  width: 100%;
}

/* リピート注文 */
.repeatSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.7142857143em;
}

.repeatTitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.repeatTitle::before {
  content: "";
  background-image: url("../../images/cap/repeat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.repeatText {
  font-weight: 500;
  line-height: 1.625;
}

.repeatBlowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1em;
}

.repeatBlow01 > p:first-child {
  font-size: 0.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repeatBlow01 > p:nth-child(2) {
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  padding: 8px;
  min-height: 92px;
  margin-top: 0.2em;
}

.repeatBlow02 {
  border: 1px solid var(--mainBgColor);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 92px;
  position: relative;
  margin-left: 20px;
  padding: 0.875em;
}

.repeatBlow02::before,
.repeatBlow02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  margin: auto 0;
}

.repeatBlow02::before {
  right: 100%;
  background-color: var(--mainBgColor);
}

.repeatBlow02::after {
  right: calc(100% - 2px);
  background-color: #fff;
}

.repeatBlow02 > p {
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  color: var(--mainBgColor);
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
}

.repeatBlow02 > p > span {
  background-image: linear-gradient(transparent calc(100% - 6px), #fff84b 6px);
}

/* デザイン入稿 */
.processWrapper {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.sectionTab + .processWrapper {
  margin-top: 8px;
}

.processWrapper p {
  font-weight: 500;
  line-height: 1.875;
}

.processWrapper p > span {
  font-weight: 700;
}

.designSection + .designSection {
  margin-top: 1.5em;
}

.processTitle {
  font-size: 1rem;
  position: relative;
  color: #1464C2;
  font-weight: 700 !important;
}

.process01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process01Text {
  margin-right: 1em;
}

.process01Text > p:nth-child(2) {
  font-size: 1rem;
  font-weight: 700;
}

.process01Text > p:nth-child(3) {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #88878a;
}

.process02Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.3125em;
}

.process02Wrapper::after {
  content: "";
  background-color: var(--mainBgColor);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 36px;
  height: 18px;
  display: inline-block;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 16px 0 5px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.process02:first-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.process02 > dt {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #88878a;
}

.process02 > dd {
  margin-top: 11px;
}

.process02 > dd > img {
  width: 100%;
}

.process03Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25em;
}

.process03 {
  background-color: #fff;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #7cb9ff;
  position: relative;
  margin-right: 1.875em;
}

.process03::before,
.process03::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 19px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.process03::before {
  background-color: #7cb9ff;
  left: 100%;
}

.process03::after {
  background-color: #fff;
  left: calc(100% - 2px);
}

p.proccess03Text {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--mainBgColor);
  background-image: linear-gradient(transparent calc(100% - 10px), #fff84b 10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}

.process04Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.3125em;
}

.process04Wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process04Wrapper::after {
  content: "";
  background-color: var(--mainBgColor);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 3.6%;
  height: clamp(0.938rem, -0.748rem + 3.51vw, 2.25rem);
  display: inline-block;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 6% clamp(0.313rem, 0.751rem + 1.17vw, 1.75rem);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.process04:first-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.process04 > dt {
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #88878a;
}

.process04 > dd {
  margin-top: 11px;
}

p.zipText {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #88878a;
  white-space: nowrap;
}

.iconGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconGroup::after {
  content: "";
  background-image: radial-gradient(circle farthest-side, #88878a, #88878a 60%, transparent 60%, transparent);
  background-size: 10px;
  background-repeat: repeat;
  width: 30px;
  height: 5px;
  margin-bottom: 2em;
  margin-left: 0.25em;
}

.iconGroup > * + * {
  margin-left: 1em;
}

.iconItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconItem > p {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 2.8571428571em;
}

.buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  padding: 1.25em 1em;
}

.buttonWrapper > p {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1.2857142857em;
}

.buttonWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* 転写プリント
---------------------------------------- */
.iconImgs img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.iconImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1em;
}

.iconImgs > * + * {
  margin-left: 0.5em;
}

.linkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
}

/*===============================================
●画面の横幅が770px以上(PC)
===============================================*/
@media not all and (max-width: 770px) {
  /* 刺繍・プリント各ページ共通にできるもの
  ---------------------------------------- */
  .contentsWrapper {
    padding-bottom: 6.25em;
  }
  .selectBagTitle {
    font-size: 1.625rem;
  }
  .selectBagItem {
    padding: 20px 20px 24px;
    min-height: 567px;
  }
  .selectBagTitle > h3 {
    line-height: 1;
  }
  .selectBagTitle > span {
    font-size: 0.875rem;
  }
  /* 注文の流れ */
  .repeatTitle {
    font-size: 1.5rem;
  }
  .repeatText {
    max-width: 418px;
  }
  .repeatBlowBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-left: 2em;
    margin-top: 0.65em;
  }
  .attentionWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* リピート注文 */
  .repeatSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .repeatBody {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.1923076923%;
            flex: 0 0 40.1923076923%;
  }
  .repeatBlow01 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .repeatBlow01 > p:first-child {
    font-size: 0.875rem;
  }
  .repeatBlow02 {
    max-width: 208px;
  }
  .repeatBlow02 > p {
    font-size: 0.875rem;
  }
  .selectTitle {
    font-size: 1.25rem;
  }
  /* デザイン入稿について */
  .process01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .process01Text > p:nth-child(2) {
    font-size: 1.375rem;
  }
  .process01Text > p:nth-child(3) {
    font-size: 0.875rem;
  }
  .process02Wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .process02Wrapper::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 1.8%;
    height: clamp(0.938rem, -0.748rem + 3.51vw, 2.25rem);
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 4% clamp(0.313rem, -0.249rem + 1.17vw, 0.75rem);
  }
  .process02 > dd > img {
    max-width: 386px;
  }
  .process03 {
    padding: 1.125em 2em 0.875em 2.8125em;
  }
  p.proccess03Text {
    font-size: 0.875rem;
  }
  .process04Wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
  }
  .process04Wrapper:nth-child(1) {
    margin-right: 5%;
  }
  .process04Wrapper::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 6% clamp(0.313rem, 0.751rem + 1.17vw, 1.75rem);
  }
  .iconItem > p {
    font-size: 0.75rem;
  }
  .buttons {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    margin-top: 2em;
  }
  .iconImgs {
    margin: auto 0;
  }
}
/*===============================================
●画面の横幅が771以上1024x以下(タブレット)
===============================================*/
@media screen and (min-width: 771px) and (max-width: 1024px) {
  .process01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .process01Text {
    margin-right: 0;
  }
  .selectList {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 50px;
  }
  .tableBox thead th {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.393rem + 1vw, 1.25rem);
  }
  .tableBox tbody th {
    font-size: 1rem;
    font-size: clamp(1rem, 0.679rem + 0.67vw, 1.25rem);
  }
  .tableBox tbody td {
    font-size: 1rem;
    font-size: clamp(1rem, 0.358rem + 1.34vw, 1.5rem);
  }
  .redHeadingBox div p,
  .redHeadingBox div span {
    font-size: 0.75rem;
  }
  .redHeadingBox div span {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .repeatSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repeatBlowBox {
    margin-left: 0;
  }
}
/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width: 770px) {
  .redHeadingBox div p,
  .redHeadingBox div span {
    font-size: 0.75rem;
  }
  .redHeadingBox div span {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redHeadingBox div p {
    margin-bottom: 0.5rem;
  }
  /* 埋め込み注意点 */
  .process04Wrapper dd img {
    width: 100%;
  }
  .process04Wrapper::after {
    width: 7.4%;
    height: clamp(0.938rem, -0.748rem + 7.51vw, 2.25rem);
    margin: clamp(0.313rem, 0.751rem + 1.17vw, 1.75rem) 0;
  }
}/*# sourceMappingURL=totebag.css.map */