@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*
base
----------------------------------------------- */
body, h1, h2, h3, .fz-s {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 0;
  font-weight: 500;
}

figure {
  margin: 0;
}

/*
override
----------------------------------------------- */
.l-lp {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.l-lp-section {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .l-lp-section {
    padding: 82px 0;
  }
}

.l-header-lp-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-logo-2-lp {
  display: none;
}

.lp-accordion + .lp-accordion {
  margin-top: 0;
}

.lp-video {
  display: block;
  border-radius: 0px;
}

.btn-black {
  background: #454545;
  -webkit-box-shadow: 0px 6px 0px rgb(0, 0, 0);
          box-shadow: 0px 6px 0px rgb(0, 0, 0);
}

.btn-red {
  background: #ff0033;
  -webkit-box-shadow: 0px 6px 0px rgb(198, 0, 40);
          box-shadow: 0px 6px 0px rgb(198, 0, 40);
}

.btn-white {
  -webkit-box-shadow: 0px 6px 0px rgb(202, 202, 202);
          box-shadow: 0px 6px 0px rgb(202, 202, 202);
}

.btn-max {
  width: 100%;
  max-width: 345px;
}
.btn-max--l {
  max-width: 375px;
}

.btn-m, .btn-l, .btn-md-m, .btn-md-l {
  padding: 10px 3px 9px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .btn-m, .btn-l, .btn-md-m, .btn-md-l {
    padding: 18px 3px;
  }
}

@media (min-width: 769px) {
  .l-lp .btn-l:hover,
  .l-lp .btn-max:hover {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 18px 3px;
  }
}

.text-red span {
  font-size: inherit !important;
}

.lp-ttl-article {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.lp-ttl-article > span.has-border::after {
  -webkit-transform: skewX(0deg) translateX(-50%);
          transform: skewX(0deg) translateX(-50%);
}
@media (min-width: 768px) {
  .lp-ttl-article > span.has-border::after {
    height: 12px;
  }
}

.lp-ttl-article > span.has-border::after {
  bottom: 0px;
}

.lp-video {
  border: 1px solid #D8D8D8;
}

/*
common
----------------------------------------------- */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.break-out {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.l-section-block + .l-section-block {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-section-block + .l-section-block {
    margin-top: 54px;
  }
}

.space {
  margin: 0 0.25em;
}

.fukidasi, .fukidasi--s {
  position: relative;
  z-index: 0;
}
.fukidasi::before, .fukidasi--s::before, .fukidasi::after, .fukidasi--s::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 2px;
  height: 38px;
  background-color: #737373;
}
.fukidasi::before, .fukidasi--s::before {
  left: -12px;
  -webkit-transform: rotate(-210deg);
          transform: rotate(-210deg);
}
.fukidasi::after, .fukidasi--s::after {
  right: -12px;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
.fukidasi--s {
  padding: 0 8px;
}
.fukidasi--s::before, .fukidasi--s::after {
  bottom: 4px;
  height: 20px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-22 {
  font-size: 18px;
}

.fz-l {
  font-size: clamp(26px, (32/1200*100vw), 32px);
  margin-bottom: 32px;
  text-align: center;
}

.fz-ml {
  font-size: clamp(24px, (32/1200*100vw), 32px);
}

.fz-mm {
  font-size: clamp(20px, (28/1200*100vw), 28px);
}

.fz-m {
  font-size: clamp(20px, (26/1200*100vw), 28px);
}
.fz-m span {
  font-size: inherit !important;
}

.fz-sm {
  font-size: clamp(16px, (24/1200*100vw), 24px);
}

.fz-s {
  font-size: clamp(18px, (20/1200*100vw), 20px);
  text-align: center;
}

.fz-ss {
  font-size: clamp(16px, (18/1200*100vw), 18px) !important;
}

.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fw-normal {
  font-weight: 500;
}

.border-bottom {
  border-bottom: 1px solid #D8D8D8;
}

.note {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  font-weight: 500;
}
.note-head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.25em;
}
.note-body {
  display: table-cell;
  vertical-align: top;
}

.img-note {
  margin-top: 0.5em;
  font-size: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: 500;
}

.pc_c_sp_l {
  text-align: center;
}
@media (max-width: 768px) {
  .pc_c_sp_l {
    text-align: left;
  }
}

/*
local
----------------------------------------------- */
.menu.m_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.menu {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #D8D8D8;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .menu {
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
  }
}
.menu-list {
  max-width: 980px;
  margin: 0 auto;
}
.menu-item {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}
@media (min-width: 768px) {
  .menu-item {
    padding-top: 25px;
    padding-bottom: 24px;
  }
  .menu-item:first-child {
    border-left: 2px solid #D8D8D8;
  }
  .menu-item:last-child {
    border-right: 2px solid #D8D8D8;
  }
}
.menu a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}
.menu-text {
  font-size: clamp(16px, (20/1200*100vw), 20px);
  line-height: 1;
}
@media (min-width: 768px) {
  .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu-text::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 10px;
  display: block;
  width: 17px;
  height: 9px;
  background-image: url(/support/online/guide/images/arrow_down.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .menu-text::after {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: 10px;
  }
}

.used {
  background-color: #FFFCEB;
}
.used-text {
  margin-bottom: 1.5em;
  font-size: 22px;
}
@media (min-width: 768px) {
  .used-text {
    font-size: 28px;
    margin-bottom: 32px;
    padding: 0 9.1836734694%;
  }
}
.used-media {
  margin-top: 32px;
}
.used-media-list {
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .used-media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.used-media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 27px 25px;
}
@media (min-width: 768px) {
  .used-media-item {
    width: 50%;
    padding: 30px 15px 28px 4.9079754601%;
  }
}
.used-media-item + .used-media-item {
  position: relative;
  z-index: 0;
  border-top: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .used-media-item + .used-media-item {
    border-top: none;
    border-left: 1px solid #D8D8D8;
  }
}
.used-media-item + .used-media-item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 50%;
  width: 45px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(/support/online/guide/images/arrow.svg);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .used-media-item + .used-media-item::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.used-media-img {
  width: 110px;
}
.used-media-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
}
.used-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 9px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .used-card {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 46px;
  }
}
.used-card-item {
  position: relative;
  z-index: 0;
  padding: 35px 9.5238095238% 20px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
}
.used-card-num {
  position: absolute;
  z-index: 1;
  top: -0.7857142857em;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3em 2em;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #FB5060;
  border-radius: 9999px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .used-card-num {
    top: -1em;
    padding: 0.5em 2em;
    font-size: 16px;
  }
}
.used-card-img {
  margin-top: 18px;
}
.used-voice {
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  background-color: #fff;
}
.used-voice-head {
  padding: 1em;
  line-height: 1;
  text-align: center;
  background-color: #F6F6F6;
}
@media (min-width: 768px) {
  .used-voice-head {
    padding: 18px 0;
  }
}
.used-voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  padding: 26px 5.5393586006% 24px;
}
@media (min-width: 768px) {
  .used-voice-flex {
    gap: 60px;
    padding: 30px 12.5766871166% 32px;
  }
}
.used-voice-img {
  width: 80px;
}
.used-voice-img figcaption {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.used-voice-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: table;
  width: 100%;
}
.used-voice-text p {
  display: table-cell;
  vertical-align: middle;
}

.question-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .question-list {
    gap: 20px;
  }
}
.question-item {
  overflow: hidden;
  border: 2px solid #D8D8D8;
  border-radius: 6px;
  background-color: #fff;
}
.question-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 107px;
  padding-left: 8px;
  padding-right: 12px;
  background-color: #F6F6F6;
}
@media (min-width: 768px) {
  .question-head {
    position: relative;
    z-index: 0;
    min-height: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
  }
  .question-head:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.question-head-img {
  width: 28.5285285285%;
  margin-top: auto;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .question-head-img {
    position: absolute;
    z-index: 0;
    left: 33px;
    bottom: 0;
    width: 95px;
    margin-right: 30px;
  }
}
.question-head-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em 0 0.5em;
}
@media (min-width: 768px) {
  .question-head-text {
    padding: 0;
    text-align: center;
  }
}
.question-main {
  display: none;
  padding: 36px 18px 0;
}
@media (min-width: 768px) {
  .question-main {
    padding: 30px 12.6024590164% 32px;
  }
}
.question-main-img {
  max-width: 610px;
  margin: 0 auto;
  padding: 28px 20px 32px;
  text-align: center;
}
.question-main-img--l {
  margin: 0 auto;
  padding: 28px 20px 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .question-main-img--l {
    padding-left: 0;
    padding-right: 0;
  }
}
.question-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 0 9px;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 768px) {
  .question-button {
    display: none;
  }
}
.question-button::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  background-image: url(/support/online/guide/images/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.question-button.is-active {
  padding: 30px 0;
}
.question-button.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.can {
  background-color: #F6F6F6;
}
.can-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .can-list {
    gap: 20px;
    margin-bottom: 46px;
  }
}
.can-item {
  padding: 0;
  border: 2px solid #D8D8D8;
  border-radius: 6px;
  background-color: #fff;
}
.can-head {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 94px;
  padding: 0 44px 0 8px;
  margin: 0;
}
@media (min-width: 768px) {
  .can-head {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .can-head-icon {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 38px;
    width: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.can-head-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  padding-left: 10px;
  font-size: clamp(18px, (28/1200*100vw), 28px);
}
@media (min-width: 768px) {
  .can-head-title {
    padding: 0;
    text-align: center;
  }
}
.can-head-text {
  display: block;
  margin-top: 0.5em;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .can-head-text {
    margin-top: 0.2em;
  }
}
.can-head-arrow {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 12px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .can-head-arrow {
    right: 32px;
  }
}
.is-active .can-head-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.can-head-arrow--pc {
  display: none;
}
@media (min-width: 768px) {
  .can-head-arrow--pc {
    display: block;
  }
}
.can-main {
  padding: 0px 18px 34px;
}
@media (min-width: 768px) {
  .can-main {
    padding: 30px 12.6024590164% 38px;
  }
}
.can-main-img {
  display: block;
  max-width: 610px;
  margin: 24px auto 0;
  text-align: center;
}
.can-move {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #D8D8D8;
}
@media (min-width: 768px) {
  .can-move {
    margin-top: 44px;
    padding-top: 48px;
  }
}
.can-move--headless {
  margin-top: 0;
  border-top: none;
}
@media (min-width: 768px) {
  .can-move--headless {
    margin-top: 24px;
    padding-top: 0;
  }
}
.can-move-item {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
.can-move-item + .can-move-item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .can-move-item + .can-move-item {
    margin-top: 40px;
  }
}
.can-move-title, .can-move-title--s {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(18px, (24/1200*100vw), 24px);
}
.can-move-title--s {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: clamp(16px, (18/1200*100vw), 18px);
  line-height: 1;
}

.faq-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-img {
  max-width: 560px;
  margin: 48px auto 0;
}
@media (min-width: 768px) {
  .faq-img {
    margin-top: 110px;
  }
}
.faq .list-faq {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media (min-width: 768px) {
  .faq .list-faq-question {
    font-size: 18px;
  }
  .faq .list-faq-question::before {
    width: 29px;
    height: 29px;
  }
}

.list-faq-item .list-faq-question {
  font-size: 18px;
}
@media (max-width: 768px) {
  .list-faq-item .list-faq-question {
    font-size: 16px;
  }
}

#support_questionnaire_area {
  position: relative;
}

#support_questionnaire {
  display: none !important;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 30px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

#support_questionnaire h2 {
  font-size: 20px;
  font-weight: bold;
}

#support_questionnaire div.row {
  max-width: 700px;
  margin: 0 auto 0 auto;
}

@media (max-width: 768px) {
  #recommend_area h2 span {
    font-size: 16px;
  }
  /*** 202101-アンケート追加 ***/
  #support_questionnaire {
    padding: 20px 50px;
  }
  #support_questionnaire a {
    width: 100%;
  }
  #support_questionnaire div.row {
    padding: 0 15px;
  }
}
/*** 202406-モーダル調整 ***/
#lp .refinemodal.modal_popup {
  background: rgba(0, 0, 0, 0.3);
}
#lp .refinemodal.modal_popup .refinemodal-inner {
  background: #fff;
  width: calc(100% - 30px);
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #323232;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #lp .refinemodal.modal_popup .refinemodal-inner {
    width: calc(100% - 20px);
    height: calc(100% - 70px);
  }
}
#lp .refinemodal.modal_popup .refinemodal-inner .refinemodal-section {
  position: absolute;
  overflow-y: auto;
  width: calc(100% - 60px);
  height: calc(100% - 100px);
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  #lp .refinemodal.modal_popup .refinemodal-inner .refinemodal-section {
    width: 100%;
    height: calc(100% - 60px);
    top: 35px;
  }
}
#lp .refinemodal.modal_popup .modal-close {
  top: 12px;
  right: 24px;
  background: none;
  width: 30px;
  height: 30px;
}
#lp .refinemodal.modal_popup .modal-close span {
  width: 20px;
  background: #666;
  height: 6px;
  top: 10px;
  left: 5px;
}
@media (max-width: 768px) {
  #lp .refinemodal.modal_popup .refinemodal-bottom {
    top: 0;
    height: 46px;
  }
  #lp .refinemodal.modal_popup .refinemodal-bottom .refinemodal-bottom-close {
    top: 10px;
    right: 10px;
    background: none;
    width: 30px;
    height: 30px;
  }
  #lp .refinemodal.modal_popup .refinemodal-bottom .refinemodal-bottom-close span {
    width: 20px;
    background: #666;
    height: 6px;
    top: 10px;
    left: 5px;
  }
}

.maxwid_400 {
  max-width: 400px;
  margin: 0 auto;
}

.op-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 768px) {
  .op-box {
    width: 100%;
  }
}
.op-box-img {
  width: 20%;
  padding-right: 50px;
}
.op-box-img img {
  min-width: 80px;
}
.op-box-fuki {
  display: table;
  width: 80%;
  font-size: 18px;
  position: relative;
  border: solid 1px #d8d8d8;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  color: #FB5060;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .op-box-fuki {
    width: 100%;
  }
}
.op-box-fuki p {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
@media (max-width: 768px) {
  .op-box-fuki p {
    font-size: 16px;
  }
}
.op-box-fuki::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 30%;
  left: -40px;
  width: 53px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/support/online/guide/images/used/op_img_icon.png);
}
@media (max-width: 768px) {
  .op-box-fuki::before {
    left: -25px;
    width: 38px;
    height: 31px;
  }
}

.ex-box {
  position: relative;
  border-radius: 20px;
  background-color: #FB5060;
  padding: 10px;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
.ex-box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/support/online/guide/images/arrow.svg);
}
.ex-box .ud {
  border-bottom: solid 2px #fff;
}

.sb_area {
  background-color: #BDD8EF;
  padding: 30px 0;
}

.sb_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.sb_logo {
  float: left;
  padding-right: 20px;
}

.sb_text {
  float: left;
  text-align: center;
}

.accordion-title {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .accordion-title {
    margin-top: 10px;
  }
}

.category-list-block {
  margin: 0;
  text-align: center;
}

.category-list-item:nth-child(2n) {
  border-left: 1px solid #ccc;
}

@media (max-width: 768px) {
  .category-list-block {
    text-align: left;
  }
  .category-list-item:nth-child(2n) {
    border-left: none;
  }
  .category-list-item {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  .sb_area .btn-l {
    min-width: 100%;
  }
}
.btn-under-text {
  margin: 0 auto;
  max-width: 345px;
}