@charset "UTF-8";


/* 
------------------------------------------------------------------------------------*/
body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.header_wrap { order: -4; }
.breadcrumb_wrap { order: -3; }
.header_shareBtn_wrap { order: -2; }


/* contents_wrap
------------------------------------------------------------------------------------*/
.contents_wrap {
  max-width: var(--maxWidth);
  margin: var(--maxWidthMargin);
  padding: var(--maxWidthPadding);
  order: -1;
  margin-bottom: 80px;
}
.product_contact + .contents_wrap {
  margin-top: 72px;
}

.type_teikibin_clear_1d_to_tit {
  --fs: 2.8rem;
  --fh: 3rem;
  text-align: center;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(24px + ((var(--fs) - var(--fh)) / 2)) 16px calc(-8px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 32px;
}

/* 定期便Q&A */
.type_teikibin_clear_1d_to_qa {
  width: 440px;
  height: 56px;
  background: #1b6d6f;
  border-radius: 12px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  margin: 16px auto 0;
}
.type_teikibin_clear_1d_to_qa a {
  color: #fff;
}
.type_teikibin_clear_1d_to_qa a:hover {
  text-decoration: none;
}