@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Antique+Soft&family=Lato:wght@700&display=swap");

/** ============================================================
 * CMS用追加
 * ========================================================== */
.bootstrap .main-heading {
  font-size: 44px;
  margin-top: 60px;
  font-weight: bold;
}
.bootstrap .catch-text {
  margin: 48px 0 0;
}

/* パンくず */
.bootstrap .breadcrumb {
  margin: 50px 0 0;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  /* パンくず */
  .bootstrap .breadcrumb {
    display: none;
  }
}
.bootstrap a {
  color: #272727;
  text-decoration: underline;
}
.bootstrap a:hover,
.bootstrap a:focus {
  color: #bc2739;
  text-decoration: none;
}
.bootstrap a.oval-link {
  text-decoration: none;
}
.bootstrap a.oval-link--border--red {
  color: #bc2739;
}
.bootstrap a.oval-link--red {
  background: #bc2739;
}

/** ============================================================
 * agency系対応
 * ========================================================== */
.note-box .note-txt a {
  margin: 0 3px;
  text-indent: 0;
  font-size: 14px;
}
.note-box .note-txt a.blank-link {
  padding-right: 13px;
}
.blank-link--add-image {
  padding: 0;
}
.blank-link--add-image img {
  vertical-align: middle;
  margin-left: 4px;
}
.note-box .note-txt a.blank-link--add-image {
  display: inline;
  padding-right: 0;
  font-size: 14px;
}
.blank-link--add-image::after {
  display: none;
}
.note-box .note-txt a:hover {
  color: #bc2739;
}

/** ============================================================
 * 初めてのお客さまへ
 * ========================================================== */
.note-txt2 {
  margin-left: 1rem;
  font-size: 18px;
  text-indent: -1rem;
}

@media screen and (max-width: 768px) {
  .catch-text {
    font-size: 16px;
  }
  .note-box .note-txt a {
    font-size: 12px;
  }
  .note-box .note-txt a.blank-link--add-image {
    font-size: 12px;
  }
}

.note-txt2 {
  font-size: 16px;
}

.guide-body {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
/* 左ナビ */
.float-menu {
  width: 185px;
}
.float-menu.is-fixed {
  position: fixed;
  overflow-x: auto;
  padding-top: 10px;
}
.guide-flow {
  width: 185px;
}
.bootstrap .flow-heading--line {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2 !important;
}
.bootstrap .flow-heading--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #bc2739;
}
.bootstrap .flow-list--num {
  counter-reset: number 0;
  margin: 24px 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.flow-list--num .flow-list__item a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.flow-list--num .flow-list__item a::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.flow-list--num .flow-list__item a span {
  font-weight: normal;
  text-decoration: underline;
}
.flow-list--num .flow-list__item a:hover,
.flow-list--num .flow-list__item a:focus {
  color: #bc2739;
}
.flow-list--num .flow-list__item a:hover span,
.flow-list--num .flow-list__item a:focus span {
  font-weight: bold;
  text-decoration: none;
}
.flow-list__item:nth-child(n + 2) {
  margin-top: 8px;
}
.guide-flow--sub {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #f3f3f3;
}
.bootstrap .flow-heading--sub {
  font-size: 15px;
  font-weight: bold;
}
.bootstrap .flow-list--link {
  margin: 16px 0 0;
}
.bootstrap .flow-list--link .arrow-link {
  padding-right: 26px;
  font-size: 15px;
}
.guide-flow .other-link {
  margin-top: 24px;
}
.guide-flow .other-link a.oval-link {
  width: 100%;
  padding: 9px 20px 11px;
  color: #bc2739;
  font-size: 14px;
}
.guide-flow .other-link a.oval-link::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .float-menu {
    width: 100%;
  }
  .guide-body {
    display: block;
    margin-top: 48px;
  }
  .guide-flow {
    width: 100%;
  }

  .bootstrap .flow-list--num {
    margin: 0;
    font-size: 16px;
  }
  .flow-list--num .flow-list__item a span {
    font-weight: normal;
  }
  .flow-list--num .flow-list__item:nth-child(n + 2) {
    margin-top: 12px;
  }
  .guide-flow--sub {
    margin-top: 32px;
    padding-top: 32px;
  }
  .bootstrap .flow-heading--sub {
    font-size: 16px;
  }
  .bootstrap .flow-list--link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flow-list--link .flow-list__item:nth-child(2) {
    margin-top: 0;
  }
  .flow-list--link .flow-list__item:nth-child(even) {
    margin-left: 16px;
  }
  .guide-flow .other-link a.oval-link {
    width: 224px;
  }
}

/*オフィス用品ご注文の場合はこちら*/
.bootstrap a h2.flow-heading {
  line-height:1.5;
}
.bootstrap a:hover h2.flow-heading,
.bootstrap a:focus h2.flow-heading {
  color:#bc2739;
}

/* 右本文 */
.flow-detail {
  width: calc(100% - 280px);
}
.flow-detail .sub-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}
.bootstrap .flow-text {
  margin: 48px 0 0;
  font-size: 18px;
}
.flow-text + .flow-text {
  margin-top: 24px;
}
.flow-heading--small + .flow-text {
  margin-top: 16px;
}
.bootstrap .flow-register {
  display: flex;
  justify-content: space-between;
  margin: 49px 68px 0;
}
.flow-register__item {
  position: relative;
  width: calc(50% - 12px);
  border: 1px solid #e5e5e5;
}
.flow-register__item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.flow-register__item .sbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.bootstrap .flow-register__text {
  margin: 16px 0 0;
}

/* １～の要素 */
.flow-item:nth-child(n + 2) {
  margin-top: 80px;
}
.guide .blank-link:not(.blank-link--add-image):after {
  width: 24px;
  height: 24px;
  background-color: #bc2739;
  background-size: 8px;
  border-radius: 50%;
}
.flow-detail .arrow-link,
.guide .blank-link:not(.blank-link--add-image) {
  padding-right: 32px;
  font-size: 18px;
}
.flow-detail .arrow-link--right::after {
  width: 24px;
  height: 24px;
}
.bootstrap .flow-link {
  margin: 32px 0 0;
}
.flow-link + .flow-link {
  margin-top: 16px;
}
.flow-text + .flow-link {
  margin-top: 16px;
}
.flow-detail .note-box {
  margin-top: 32px;
}
.flow-detail .flow-text + .note-box {
  margin-top: 16px;
}
.bootstrap .flow-heading--small {
  margin: 32px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.flow-heading--small + .note-box {
  margin-top: 16px;
}
.bootstrap .disc-list {
  margin: 32px 0 0;
  font-size: 18px;
}
.disc-list + .flow-text {
  margin-top: 32px;
}
.disc-list__item {
  position: relative;
  padding-left: 18px;
}
.disc-list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #272727;
}

.contact-list__item {
  margin: 48px 0 0;
  padding-left: 24px;
}
.bootstrap .contact-list__heading {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.contact-list__heading:before {
  content: "";
  position: absolute;
  top: calc(0.5rem + 4px);
  left: -24px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background: #a9a9a9;
}
.contact-list__item .flow-text {
  margin-top: 24px;
}
.contact-list__item .flow-link {
  margin-top: 24px;
}
.bootstrap .contact-chat {
  display: inline-block;
  margin: 24px 0 0;
}
.contact-chat + .flow-text {
  margin-top: 16px;
  font-size: 16px;
}
.bootstrap .screen-shot {
  display: inline-block;
  margin: 32px 0 0;
}

.guide-more__link {
  margin-top: 120px;
  text-align: center;
}
.guide-more__link a.oval-link {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .flow-detail {
    width: 100%;
    margin-top: 80px;
  }
  .flow-item:nth-child(n + 2) {
    margin-top: 64px;
  }

  .bootstrap .flow-text {
    margin-top: 32px;
    font-size: 16px;
  }
  .bootstrap .flow-register {
    margin: 47px 0 0;
  }
  .flow-register__item--point::before {
    width: 86px;
    height: 32px;
  }

  .flow-register__item a {
    padding: 40px 14px 24px;
    font-size: 14px;
    text-align: center;
  }

  .flow-register__item .sbox {
    padding: 40px 14px 24px;
    font-size: 14px;
    text-align: center;
  }
  .bootstrap .flow-register__text {
    margin-top: 12px;
  }
  .flow-link {
    margin-top: 16px;
  }
  .flow-link + .flow-link {
    margin-top: 15px;
  }
  .flow-detail .arrow-link,
  .flow-detail .blank-link {
    font-size: 16px;
  }
  .flow-detail .note-box {
    margin-top: 24px;
  }

  .flow-heading--small,
  .disc-list {
    font-size: 16px;
  }
  .flow-heading--small + .note-box {
    margin-top: 8px;
  }

  .contact-list__item {
    margin-top: 40px;
    padding-left: 20px;
  }
  .contact-list__item:nth-child(n + 2) {
    margin-top: 32px;
  }
  .bootstrap .contact-list__heading {
    font-size: 20px;
  }
  .contact-list__heading:before {
    left: -20px;
    width: 12px;
    height: 12px;
  }
  .contact-list__item .flow-text,
  .contact-list__item .flow-link {
    margin-top: 16px;
  }
  .bootstrap .contact-chat {
    margin-top: 16px;
  }
  .contact-chat img {
    width: 198px;
  }
  .contact-chat + .flow-text {
    margin-top: 8px;
    font-size: 12px;
  }
  .guide-more__link {
    margin-top: 102px;
  }
}
/*赤枠*/
.flow-box-red{
  width: fit-content;
  border:1px solid #bc2739;
  padding:15px;
  margin:48px 0;
}
.flow-box-red p{
  color:#bc2739;
  font-size:18px;
  margin:0;
}
@media screen and (max-width: 768px) {
  .flow-box-red{
    margin:32px 0;
  }
  .flow-box-red p{
    font-size:16px;
  }
}

/** ============================================================
 * ビジネスdアカウントでできること
 * ========================================================== */
.guide-bda .content-block--margin-narrow {
  margin-bottom: 80px;
}
.guide-bda .main-visual {
  padding: 0;
  background: #fff;
  text-align: center;
}
.bootstrap .bda-navi {
  display: flex;
  justify-content: center;
  margin: 48px 0 0;
}
.bda-navi__item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 38px;
  font-size: 20px;
  font-weight: bold;
}
.bda-navi__item:nth-child(n + 2) {
  position: relative;
  margin-left: 40px;
  padding-left: 40px;
}
.bda-navi__item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 56px;
  background: #e5e5e5;
}
.bda-navi__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-d.webp)
    no-repeat center / 100%;
}
@media screen and (max-width: 768px) {
  .guide-bda .content-block--margin-narrow {
    margin-bottom: 64px;
  }
  .bootstrap .bda-navi {
    display: block;
  }
  .bda-navi__item:nth-child(n + 2) {
    margin: 17px 0 0;
    padding: 17px 0 0;
    border-top: 1px solid #e5e5e5;
  }
  .bda-navi__item:nth-child(n + 2)::before {
    display: none;
  }
  .bda-navi__item a {
    padding: 0 12px 0 16px;
    font-size: 16px;
  }
  .bda-navi__item a::after {
    transform: translateX(0);
    right: 12px;
    left: auto;
  }
}

/* ビジネスdアカウントでできること - 本文 */
.background--light-blue {
  background: #e5f2fa;
  padding: 80px 0 120px;
}
.bda-block {
  padding: 96px 77px 80px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.bda-block:nth-child(n + 2) {
  margin-top: 80px;
}
.bootstrap .bda-heading {
  position: relative;
  margin: 0 0 64px;
  padding: 0 0 16px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.bootstrap .bda-heading--sub {
  margin: 0 0 48px;
  padding: 0;
  font-size: 24px;
}
.bda-heading:not(.bda-heading--sub)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #0081cc;
}
.bootstrap .bda-text {
  font-size: 18px;
}
.bootstrap .bda-text--large {
  font-size: 24px;
}
.bda-text--bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .background--light-blue {
    padding: 64px 0 80px;
  }
  .bda-block {
    padding: 72px 24px 64px;
  }
  .bda-block:nth-child(n + 2) {
    margin-top: 40px;
  }
  .bootstrap .bda-heading {
    margin-bottom: 48px;
    font-size: 22px;
  }
  .bootstrap .bda-heading--sub {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .bootstrap .bda-text {
    font-size: 16px;
    text-align: left;
  }
  .bootstrap .bda-text--large {
    font-size: 18px;
    text-align: center;
  }
}

/* ビジネスdアカウントでできること - ビジネスdアカウントとは? */
.bootstrap .explain-list {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}
.explain-list .explain-list__item {
  position: relative;
  width: calc((100% - 50px) / 3);
  padding: 0 0 20px;
}
.explain-list .explain-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f5fafd;
}
.explain-list .explain-list__item > p {
  position: relative;
  z-index: 1;
}
.bootstrap .explain-list__text {
  margin: 26px 0 0;
}
.bootstrap .explain-list__image {
  margin: 0;
}
.bootstrap .bda-links {
  margin: 48px 0 0;
}
.bootstrap .bda-links__text {
  margin: 0;
  font-size: 18px;
}
.bda-links a.oval-link {
  width: 360px;
  background: #fff;
  font-size: 18px;
  text-decoration: none !important;
}
.bda-links a.oval-link--red {
  color: #fff;
  background: #bc2739;
}
.bda-links .bda-links__text + a.oval-link {
  margin: 16px 0 0;
}
a.oval-link--blank::after {
  width: 8px;
  height: 8px;
  background: url(/themes/custom/subsphere/images/resources/icon_window-w.webp)
    no-repeat center/100%;
}

a.oval-link--blank2::after {
  background: url(/themes/custom/subsphere/images/resources/icon_arrow-wt-r.webp)
    no-repeat center/100%;
}

.content-inner a.oval-link--blue {
  width: 440px;
  background: #2a80b9;
  color: #fff;
}
a.oval-link--blue::after {
  width: 8px;
  height: 8px;
  background: url(/themes/custom/subsphere/images/resources/icon_window-w.webp)
    no-repeat center/100%;
}

.note-block {
  display: flex;
  justify-content: center;
  margin: 48px 0 0;
}
.note-block .note-box {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bootstrap .explain-list {
    display: block;
    margin-top: 40px;
  }
  .explain-list .explain-list__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .explain-list .explain-list__item:nth-child(n + 2) {
    margin-top: 24px;
  }
  .explain-list .explain-list__item::after {
    display: none;
  }
  .explain-list__image {
    width: 53px;
    height: 48px;
  }
  .bootstrap .explain-list__text {
    width: calc(100% - 69px);
    margin: 0 0 0 16px;
    font-size: 14px;
    text-align: left;
  }
  .bootstrap .bda-links {
    margin-top: 32px;
  }
  .bootstrap .bda-links__text {
    font-size: 16px;
  }
  .bda-links .bda-links__text + a.oval-link {
    width: 100%;
  }
  .bda-links a.oval-link {
    width: 100%;
  }
  .note-block {
    margin-top: 32px;
  }
  .content-inner a.oval-link--blue {
    width: 100%;
    padding: 14px 35px 14px 10px;
    font-size: 14px;
  }
  .content-inner a.oval-link--blue::after {
    right: 16px;
  }
}

/* ビジネスdアカウントでできること - 登録するとできること */
.bootstrap .bda-image {
  margin: 20px 0 0;
}
.bda-block--inner-box {
  margin: 64px 0 0;
  padding: 64px 0 0;
  border-top: 1px solid #e5e5e5;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link-list + .link-list {
  margin-top: 24px;
}
.link-list__item:nth-child(n + 2) {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .bootstrap .bda-image {
    margin-top: 32px;
  }
  .bda-block--inner-box {
    margin-top: 48px;
    padding-top: 48px;
  }
  .link-list {
    display: block;
    text-align: left;
  }
  .link-list + .link-list,
  .link-list__item:nth-child(n + 2) {
    margin: 16px 0 0;
  }
  .guide .link-list__item .blank-link {
    font-size: 16px;
  }
}

/* 会員登録する */
.bootstrap .register-list {
  margin: 64px 27px 0;
  text-align: left;
}
.register-body {
  padding: 64px 104px;
  background: #f3f3f3;
}
.register-body .bda-text {
  text-align: center;
}

/* ビジネスdアカウントはスマホのご利用状況にあった種類での作成がおすすめです */
.register-select {
  margin: 48px 0 0;
}
.register-branch {
  width: calc(100% - 184px);
  padding-left: 88px;
  background: url(/sites/default/files/media/guide/image/register_arrow01-pc.webp)
    no-repeat top 32px left/80px;
}
.bootstrap .register-box {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.bootstrap .register-box--bl {
  width: 200px;
  padding: 30px 15px;
  background: #0081cc;
  font-size: 16px;
}
.register-box span {
  display: block;
  font-size: 14px;
}
.bootstrap .register-box--gr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  background: #7d7d7d;
}

.register-select__block01 {
  display: flex;
}
.register-branch__box {
  display: flex;
}
.register-branch__box:nth-child(n + 2) {
  margin: 32px 0 0;
}
.register-branch__box--02 {
  position: relative;
}
.register-branch__box--02 .note-box {
  position: absolute;
  bottom: -108px;
  right: 0;
  width: calc(100% - 120px);
}
.register-branch__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 200px);
}
.bootstrap .register-branch__links-item {
  margin: 0;
  padding-left: 48px;
  background: url(/sites/default/files/media/guide/image/register_arrow02-pc.webp)
    no-repeat top 22px left/40px;
}
.register-body a.oval-link {
  position: relative;
  width: 100%;
  padding: 12px 40px;
  background: #fff;
  color: #272727 !important;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none !important;
}
.register-body a.oval-link--blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #bc2739;
  background-image: url(/themes/custom/subsphere/images/resources/icon_window-w.webp)
    no-repeat center/100%;
  background-size: 8px;
}
.register-body a.oval-link--anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/subsphere/images/resources/icon_circle_anchor-d.webp)
    no-repeat center/100%;
}
.register-select__block03 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0 272px;
}
.register-select__block03 .note-box {
  margin-top: 9px;
}

.bootstrap .bda-border__heading {
  position: relative;
  margin: 65px 0 0;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.bda-border__heading::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 24px;
  background: #0081cc;
}
.bootstrap .register-flow {
  margin: 54px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.register-flow--col4 .register-flow__item {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.register-flow--col4 .register-flow__item:nth-child(4n) {
  margin-right: 0;
}
.register-flow--col4 .register-flow__item:nth-child(n + 5) {
  margin-top: 40px;
}
.register-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  background: #0081cc;
  color: #fff;
  font-size: 16px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-weight: bold;
}
.bootstrap .register-flow__image {
  margin: 24px 0 0;
  text-align: center;
}
.bootstrap .register-flow__text {
  margin: 16px 0 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.register-list .register-list__item--02 .bda-text--large {
  margin: 16px 0 0;
}
.register-list .register-list__item--02 .bda-text--large + .bda-texts {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 24px 0 0;
}
.register-list .register-list__item--02 .bda-links .oval-link {
  display: block;
  width: 392px;
  margin: 0 auto;
}
.register-list .register-list__item--02 .note-box {
  margin-top: 24px;
}
.bda-texts .bda-text {
  margin: 0;
  text-align: left;
}
.bda-texts .note-box {
  margin-top: 8px;
}

/* ビジネスdアカウント（キャリアフリー）へアップグレードする */
.register-flow--col2 .register-flow__item {
  width: calc(50% - 12.5px);
}
.register-note {
  margin: 32px 0 0;
  padding: 32px 38px;
  border-radius: 10px;
  background: #fff;
}
.register-note__text {
  font-size: 14px;
}
.register-note__list {
  margin: 16px 0 0;
}
.register-note__item {
  display: flex;
}
.register-note__item:nth-child(n + 2) {
  margin-top: 8px;
}
.register-note__item .register-flow__num {
  width: 20px;
  height: 20px;
  background: #bc2739;
  font-size: 12px;
}
.register-note__item .register-flow__text {
  width: calc(100% - 32px);
  margin: 0 0 0 10px;
  font-size: 14px;
  text-align: left;
}
.register-note__item .register-flow__text span {
  font-weight: bold;
}
/* ビジネスdアカウントを新規発行する */
.newposting-flow {
  margin: 54px 0 30px;
  display: flex;
  justify-content: center;
}

.newposting-flow .newposting-flow__item {
  width: 392px;
}
.newposting-flow p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.newposting-flow__step {
  color: #2a80b9;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}
.newposting-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  background: #0081cc;
  color: #fff;
  font-size: 16px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-weight: bold;
}
.newposting-flow__image {
  margin: 18px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newposting-flow .newposting-flow__item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .newposting-flow p {
    font-size: 14px !important;
  }
  .newposting-flow__step {
    color: #2a80b9;
    font-size: 14px;
    font-weight: bold;
  }
  .newposting-flow {
    margin-bottom: 30px;
  }
  .newposting-flow__image {
    width: 67px;
    height: 56px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .bootstrap .register-list {
    margin: 48px 0 0;
  }
  .register-body {
    padding: 48px 19px;
  }
  .bootstrap .bda-border__heading {
    margin-top: 48px;
    padding-left: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  .bda-border__heading::before {
    top: 5px;
    height: 18px;
  }
  .bootstrap .register-flow {
    margin-top: 32px;
  }
  .register-flow:not(.register-flow--col4) {
    display: block;
  }
  .register-flow__item:nth-child(n + 2) {
    margin-top: 24px;
  }
  .bootstrap .register-flow__image {
    width: 39px;
    margin: 16px auto 0;
  }
  .bootstrap .register-flow__text {
    font-size: 14px;
  }
  .register-body .bda-text {
    font-size: 14px;
  }

  /* ビジネスdアカウントはスマホのご利用状況にあった種類での作成がおすすめです */
  .register-select__block01 {
    display: block;
  }
  .bootstrap .register-box {
    font-size: 15px;
  }
  .register-box span {
    font-size: 12px;
  }
  .bootstrap .register-box--gr {
    width: 100%;
    height: auto;
    padding: 24px 0;
  }
  .bootstrap .register-box--bl {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 91px;
    padding: 0;
    line-height: 1.2;
  }
  .register-select {
    margin-top: 32px;
  }
  .register-branch {
    width: 100%;
    padding: 32px 0 0px 64px;
    background: url(/sites/default/files/media/guide/image/register_arrow01-sp2.webp)
      no-repeat top left 10px/236px;
  }
  .register-branch__box {
    display: block;
  }
  .register-branch__box--02 .note-box {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
  .register-branch__box:nth-child(n + 2) {
    margin-top: 24px;
  }
  .register-branch__links {
    display: block;
    width: 100%;
  }
  .bootstrap .register-branch__links-item {
    padding: 28px 0 0;
    background: url(/sites/default/files/media/guide/image/register_arrow02-sp.webp)
      no-repeat top 0 center/11px;
  }
  .register-branch__links-item:nth-child(n + 2) {
    margin: 16px 0 0;
    padding: 0;
    background: none;
  }
  .register-body a.oval-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 16px 35px 16px 14px;
    font-size: 14px;
  }
  .register-body a.oval-link--blank::after,
  .register-body a.oval-link--anchor::after {
    right: 10px;
  }
  .register-select__block02 img {
    max-width: 234px;
  }
  .register-select__block03 {
    display: block;
    margin: 0;
  }
  .register-select__block03 .note-box {
    margin-top: 16px;
  }

  /* ビジネスdアカウントの作成方法 */
  .register-body .bda-text {
    font-size: 15px;
  }
  .register-list .register-list__item--02 .bda-links .oval-link {
    width: 100%;
    height: auto;
    padding: 12px 50px 12px 24px;
    font-size: 14px;
  }
  .register-flow--col4 {
    justify-content: space-between;
  }
  .register-flow--col4 .register-flow__item {
    width: calc(50% - 6px);
    margin: 0;
  }
  .register-flow--col4 .register-flow__item:nth-child(n + 3) {
    margin-top: 24px;
  }
  .register-flow--col4 .register-flow__text {
    margin-top: 8px;
    font-size: 13px;
  }

  /* ビジネスdアカウント（キャリアフリー）へアップグレードする */
  .register-flow--col2 .register-flow__item {
    width: 100%;
  }
  .register-note {
    margin-top: 24px;
    padding: 24px 16px;
  }
  .register-note__text {
    font-size: 12px;
  }
  .register-note__item .register-flow__num {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .register-note__item .register-flow__text {
    width: calc(100% - 28px);
    margin: 0 0 0 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .register-branch {
    padding-bottom: 0; /**150px**/
    background-size: 232px;
  }
}

/* ログインする */
.login-link + .bda-links {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .login-link + .bda-links {
    margin-top: 24px;
  }
}

/* お問い合わせ */
.contact-detail {
  display: flex;
  align-items: center;
  max-width: 1016px;
  margin: 44px auto 0;
}
.contact-tel {
  width: calc(100% - 376px);
}
.contact-tel__detail {
  display: flex;
  align-items: center;
}
.contact-tel__name {
  font-size: 18px;
  font-weight: bold;
}
.contact-tel__num {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.contact-tel__num a {
  margin-left: 8px;
  color: #bc2739;
  font-size: 44px;
  font-family: "Lato", "Noto Sans JP", Helvetica, Neue Haas Grotesk, Arial;
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
  text-decoration: none;
}
.contact-tel__hours {
  margin: 11px 0 0;
  font-size: 14px;
}
.contact-tel .note-box {
  margin-top: 24px;
  text-align: left;
}
.contact-form {
  width: 328px;
  margin-left: 48px;
  padding-left: 48px;
  border-left: 1px solid #e5e5e5;
}
.contact-form a.oval-link {
  width: 100%;
  margin: 4px 0 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-detail {
    display: block;
    margin-top: 24px;
  }
  .contact-tel {
    width: 100%;
  }
  .contact-tel__detail {
    display: block;
  }
  .contact-tel__name {
    font-size: 13px;
  }
  .contact-tel__num {
    justify-content: center;
    margin: 10px 0 0;
  }
  .contact-tel__num a {
    margin-left: 4px;
    font-size: 32px;
    pointer-events: auto;
  }
  .contact-tel__hours {
    font-size: 12px;
  }
  .contact-tel .note-box {
    margin-top: 16px;
  }
  .contact-form {
    width: 100%;
    margin: 32px 0 0;
    padding: 0;
    border: none;
  }
  .contact-form a.oval-link {
    font-size: 16px;
  }
}

/** ============================================================
 * ご利用ガイド
 * ========================================================== */
/* 上部リンクブロック */
.guide__top {
  margin-bottom: 0;
}
.bootstrap .guide-use {
  display: flex;
  justify-content: space-between;
  margin: 64px 0 0;
}
.guide-use__item {
  width: 392px;
  padding: 0 36px;
  text-align: center;
}
.bootstrap .guide-use__title {
  height: 72px;
  margin: 24px 0 0;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
}
.bootstrap .guide-use__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
  height: 48px;
  line-height: 1.5;
}
.guide-use .oval-link {
  width: 100%;
  margin: 36px 0 0;
}
.bootstrap a.oval-link--anchor::after {
  background: url(/sites/default/files/media/guide/image/icon_circle_arrow-d.webp)
    no-repeat center/100%;
  width: 24px;
  height: 24px;
}
.bootstrap a.oval-link--anchor:hover {
  color: #272727;
}
@media screen and (max-width: 768px) {
  .bootstrap .guide-use {
    display: block;
    margin-top: 48px;
  }
  .guide-use__item {
    width: 100%;
    padding: 0;
  }
  .guide-use__item + .guide-use__item {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #e5e5e5;
  }
  .bootstrap .guide-use__title {
    height: auto;
    margin-top: 16px;
    font-size: 20px;
  }
  .bootstrap .guide-use__text {
    height: auto;
    margin-top: 24px;
  }
  .guide-use .oval-link {
    margin-top: 16px;
  }
}

/* よくあるご質問 */
.guide__faq {
  margin-top: 76px;
}
.faq-top {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.faq-top .faq-heading {
  display: inline-block;
  height: 160px;
  margin-left: 66px;
  padding: 0 212px 0 147px;
  background: url(/sites/default/files/media/guide/image/guide_faq_img01.webp)
      no-repeat left bottom / 98px,
    url(/sites/default/files/media/guide/image/guide_faq_img02.webp)
      no-repeat right bottom / 164px;
  font-size: 40px;
  font-weight: bold;
}
.faq-top .faq-heading span {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .guide__faq {
    margin-top: 64px;
  }
  .guide__faq .content-inner {
    padding: 0;
  }
  .faq-top {
    margin: 0 16px;
  }
  .faq-top .faq-heading {
    height: 80px;
    margin-left: 20px;
    padding: 0 88px 0 58px;
    background-size: 52px, 82px;
    font-size: 24px;
  }
  .guide__faq .guide-body {
    margin-top: 51px;
  }
}
/* 左メニュー */
.guide-menu {
  width: 232px;
}
.guide-menu .left-border-heading {
  margin-bottom: 16px;
  font-size: 20px;
}
.guide-menu .menu-list {
  margin: 0 0 0 16px;
}
.guide-menu .menu-list__item {
  margin-top: 12px;
}
.guide-menu .menu-list__item .is-active {
  color: #bc2739;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .guide-menu {
    width: 100%;
  }
  .guide-menu .menu-list {
    margin: 0 24px;
  }
}
/* 左メニュー その他*/
.guide-menu_other__block{
  margin:0 0 24px 0;
  padding:0 0 24px 0;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 768px) {
  .guide-menu_other__block{
    margin:0 24px 24px;
  }
}
.guide-menu_other__list{
  list-style: none;
  margin:0 !important;
}
.guide-menu_other__list li{
  font-size: 16px;
  font-weight: bold;
  line-height:1.5;
}
.guide-menu_other__list li .arrow-link{
  font-size: 16px;
  font-weight: bold;
  line-height:1.5;
}
/* 右ブロック */
.guide-detail {
  width: calc(100% - 280px);
}
.guide-detail .faq-list {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 64px;
}
.guide-detail .faq-list li .faq-heading {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
.guide-detail .faq-body {
  padding-left: 69px;
  background: #f3f3f3;
}
.guide-detail .faq-list li .faq-answer__block {
  padding: 32px 104px 32px 30px;
}
.guide-detail .faq-list li .faq-answer__block * {
  line-height: 1.5;
}
.guide-detail .faq-list li .faq-answer__block::before {
  top: 32px;
}
.guide-detail .sub-heading:first-of-type {
  margin-top: 0;
}
.guide-detail .sub-heading {
  margin-bottom: 48px;
  font-weight: bold;
}
.guide-detail .left-border-heading {
  position: relative;
  margin-bottom: 32px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
}
.guide-detail .left-border-heading::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 28px;
  background: #bc2739;
}
.guide-detail .tertiary-heading {
  margin-bottom: 24px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.guide-detail p + p,
.guide-detail p + .disc-list,
.guide-detail .type-list dd + dt,
.guide-detail p + .type-list,
.guide-detail .type-list + p,
.guide-detail .num-list {
  margin-top: 1rem;
}
.guide-detail .disc-list__item .type-list dd + dt {
  margin-top: 0;
}
.guide-detail .disc-list__item .type-list dd {
  margin-left: 1rem;
}
.disc-list__item::before {
  top: calc(.8rem - 2px);
}
.bootstrap .guide-detail .faq-body p {
  margin-bottom: 0;
}
.bootstrap .guide-detail dt {
  font-weight: normal;
}
.guide-detail .note-txt {
  margin: 1rem 0 0 1rem;
  font-size: 14px;
  text-indent: -1rem;
}
.bootstrap .guide-detail .note-box {
  margin: 16px 0 0;
  line-height: 1.5;
}
.guide-detail .note-box .note-txt {
  margin-top: 0;
}
.guide-detail .flow-list .flow-step + p {
  margin-top: 8px;
}
.guide-detail .flow-list .faq-image {
  margin-top: 24px;
}
.guide-detail .flow-list__item + .flow-list__item {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .guide-detail {
    width: 100%;
    margin-top: 64px;
  }
  .guide-detail .sub-heading,
  .guide-detail .left-border-heading,
  .guide-detail .tertiary-heading {
    margin-left: 24px;
    margin-right: 24px;
  }
  .guide-detail .faq-list li .faq-heading {
    font-size: 16px;
  }
  .guide-detail .faq-list li .faq-heading,
  .guide__faq .faq-list li .faq-body {
    padding-left: 24px;
  }
  .guide-detail .faq-list li .faq-answer__block {
    padding-right: 35px;
  }
  .guide-detail .note-box .note-txt a {
    font-size: 14px;
  }
}

/** ============================================================
 * オフィス用品ご利用ガイド
 * ========================================================== */

.bootstrap .flow-heading--middle{
  margin:60px 0 0 ;
  font-size:24px;
  font-weight:bold;
  border-bottom:1px solid #e5e5e5;
  padding-bottom:16px;
}
.bootstrap .flow-heading--ssmall{
  margin:60px 0 0 ;
  font-size:18px;
  font-weight:bold;
}
.bootstrap .flow-heading--middle + .flow-text{
  margin-top: 24px;
}
.flow-heading--ssmall + .flow-text,
.flow-heading--ssmall + .disc-list {
  margin-top: 16px;
}

/*ご利用の流れ 追加見出し*/
.bootstrap .flow-detail .flow-detail-heading {
  margin: 2em 0;
  font-size: 34px;
  font-weight: bold;
  border-left: 4px solid #bc2739;
  padding-left: 0.5em;
}
.bootstrap .flow-detail h2.flow-detail-heading:first-child{
  margin: 0 0 2em;
}

/*お届けサービスエリアについて*/
.bootstrap .area-heading{
  font-size:20px;
  font-weight:bold;
  line-height:1.3;
  margin: 60px 0 20px;
  padding: 0 0 5px 15px;
  border-bottom: 2px solid #bc2739;
  position: relative;
}
.bootstrap .area-heading:before{
  content: "";
  display: inline-block;
  background-color: #bc2739;
  width: 8px;
  height: 80%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.bootstrap .area-heading-pink{
  font-size:18px;
  font-weight:bold;
  line-height:1.4;
  background: #f6dee2;
  padding: 5px;
  margin: 40px 0 20px;
}
.bootstrap .area-heading-point{
  font-size:18px;
  font-weight:normal;
  line-height:1.4;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin:30px 0 10px;
}
.bootstrap .area-heading-nopoint{
  font-size:18px;
  font-weight:bold;
  line-height:1.4;
  margin:10px 0;
}

/*汎用*/
.bootstrap .fc-red{
  color: #bc2739;
}
.bootstrap .fw-bold{
  font-weight:bold;
}
.bootstrap .fw-normal{
  font-weight:normal;
}

/*当日配送エリア テーブル*/
.bootstrap table.area-table th {
  background: #FFCC99;
  color:#333;
}
.bootstrap table.area-table td {
  background: #D9D9D9;
}

.bootstrap table.area-table tr th,
.bootstrap table.area-table tr td{
  border: 1px solid #fff;
}