@charset "utf-8";
/* CSS Document */

/*
    背景あり
================================*/
.m_container--hasBgColor {
  background-color: #e8eaef;
  padding: 18px 15px;
}

/*
    image
================================*/
.imageBox {
  display: flex;
  flex-wrap: wrap;
}

.imageBox--align_left { justify-content: flex-start; }
.imageBox--align_center { justify-content: center; }
.imageBox--align_right { justify-content: flex-end; }

.imageBox > img {
  height: auto;
  max-width: 100%;
}

/*
    link
================================*/
.linkBox {
  display: flex;
  flex-wrap: wrap;
}

.linkBox--align_left { justify-content: flex-start; }
.linkBox--align_center { justify-content: center; }
.linkBox--align_right { justify-content: flex-end; }

/* button */
.link {}
.link--btn {
  border: 2px solid #ccc;
  border-radius: 50px;
  font-weight: bold;
  padding: .5em 1.2em;
}

.link--btn:hover {
  background-color: #ccc;
  color: #fff;
}


.link--btn._colorTheme--customers {
  border-color: #e66406;
}

.link--btn._colorTheme--customers:hover {
  background-color: #e66406;
  color: #fff;
}


/*
    リスト
================================*/
.list--hasMark {}
.list--hasMark__item {}
.list--hasMark__link {
  align-items: center;
  color: #435c96;
  display: flex;
  font-size: 16px;
  padding-left: 1.5em;
  position: relative;
  text-decoration: underline;
  transition: .3s;
  width: fit-content;
}
.list--hasMark__link:hover {
  opacity: 0.6;
}
.list--hasMark__link::before {
  background-color: #e66406;
  content: "";
  display: block;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 6.4px;
  width: 0.8em;
}
.list--hasMark__link._noMark {}
.list--hasMark__link._noMark::before {
  background-color: transparent;
}


.list--qa {}
.list--qa__item {}
.list--qa__item + .list--qa__item { margin-top: 8px; }
.list--qa__link {
  align-items: center;
  color: #435c96;
  display: flex;
  font-size: 16px;
  padding-left: 1.5em;
  position: relative;
  text-decoration: underline;
  transition: .3s;
  width: fit-content;
}
.list--qa__link:hover {
  opacity: 0.6;
}

.list--qa__link::before {
  color: #e66406;
  content: "Q";
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}



/*
    見出し
================================*/
.m_bup_about__heading._colorTheme--customers {
  border-left: 10px solid #E66406;
}

.m_bup_about__heading._colorTheme--customers::after {
  background-color: #707070;
  height: 1px;
}

.m_bup_about__processHeading._colorTheme--customers {
  color: #e66406;
}

.m_bup_about__processHeading._sub {
  font-size: 16px;
  letter-spacing: normal;
}

.m_bup_about__processHeading--check::before {
  content: url("/resource/img/bup/for_customers_icon.png");
  font-size: initial;
  height: 27px;
  width: 27px;
}

/*
    ボタン
================================*/
.m_bup_about__howto {
  margin: 0;
  width: 32%;
}
.m_bup_about__howtoLink {
  justify-content: center;
  width: 100%;
}
.m_bup_about__howtoLink._colorTheme--customers {
  color: #e66406;
  border-color: #e66406;
}
.m_bup_about__howtoLink._colorTheme--customers:hover {
  background-color: #e66406;
  color: #fff;
}

/* 来場型 */
.m_bup_about__howto--internallink::before {
  content: url("/resource/img/bup/for_customers_button_icon2.png");
  height: 35px;
  padding-right: 0;
  width: 73px;
}
.m_bup_about__howtoLink:hover .m_bup_about__howto--internallink::before {
  content: url("/resource/img/bup/for_customers_button_icon2-2.png");
  height: 35px;
  width: 73px;
}

/* オンライン */
.m_bup_about__howto--exlink::before {
  content: url("/resource/img/bup/for_customers_button_icon1-1.png");
  height: 34px;
  padding-right: 0;
  width: 44px;
}
.m_bup_about__howtoLink:hover .m_bup_about__howto--exlink::before {
  content: url("/resource/img/bup/for_customers_button_icon1-2.png");
  height: 34px;
  width: 44px;
}

/* よくあるご質問 */
.m_bup_about__howto--faq {
  height: 100%;
}
.m_bup_about__howto--faq::before {
  content: url("/resource/img/bup/for_customers_button_icon3.png");
  height: 24px;
  margin: auto;
  width: 52px;
}
.m_bup_about__howtoLink:hover .m_bup_about__howto--faq::before {
  content: url("/resource/img/bup/for_customers_button_icon3-2.png");
  height: 24px;
  width: 52px;
}

.m_bup_about__howto--internallink::after,
.m_bup_about__howto--exlink::after,
.m_bup_about__howtoLink:hover .m_bup_about__howto--internallink::after,
.m_bup_about__howtoLink:hover .m_bup_about__howto--exlink::after {
  content: none;
}

.m_bup_about__howtoItem._direction--column {
  flex-direction: column;
}


/*
    board
================================*/
.m_board {}
.m_board + .m_board { margin-top: 24px; }

.m_board__heading._primary {
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}

.m_board__heading._primary._colorTheme--customers {
  background-color: #e66406;
}

.m_board__heading._secondary {
  border-left: 10px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 10px;
}

.m_board__heading._secondary._colorTheme--customers {
  border-left-color: #e66406;
}

.m_board__body {
  background-color: #fff;
  padding: 20px;
}
.m_board__body > *:last-child { margin-bottom: 0; }

.m_board__item { margin-bottom: 30px; }

.m_board__item._inner {
  margin-left: 10px;
}

/* override */
.m_bup_about__processInner { margin-left: 0; }
.m_bup_about__processTxt { font-size: 14px; }
.m_bup_about__bodyWrap._inner { margin-left: 10px; }
.m_bup_about__processPlace > i {
  bottom: 10%;
  left: 31.5%;
}

/*
    レスポンシブ対応
================================*/
.u_disp--n { display: none; }
.u_disp--n { display: none; }

@media screen and (max-width: 599px) {
  .u_dispSm--b { display: block; }
  .u_dispSm--n { display: none; }
}

@media screen and (max-width: 599px) {
  .m_bup_about__howto {
    margin: 8px 0;
    width: 100%;
  }
}