@charset "UTF-8";
.pc_alive {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_alive {
      display: none; } }

.sp_alive {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_alive {
      display: block; } }

.dx-best_content {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #f5f5f5; }
  .dx-best_content img {
    max-width: 100%; }
  .dx-best_content a.btn_dx_download {
    display: inline-block;
    border-radius: 100px;
    background: url("../img/dx-best/icon-download.webp"), #fff;
    background-repeat: no-repeat;
    background-position: center left 2em;
    background-size: 1.2em ,auto;
    padding: 1em 2em 1em 4em;
    font-weight: bold;
    color: #005bac; }

.dx-best_white {
  padding: 10px 0;
  background: #fff; }

.dx-best_mainvisual {
  background: url("../img/dx-best/main-bg.webp");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 10px 7% 10px; }
  @media screen and (max-width: 576px) {
    .dx-best_mainvisual {
      padding: 20px 10px 10% 10px; } }
  .dx-best_mainvisual .dx-best_mainvisual_inner {
    max-width: 1600px;
    margin: auto;
    position: relative; }
    .dx-best_mainvisual .dx-best_mainvisual_inner img.dx-best_mainvisual_logo {
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 1400px) {
        .dx-best_mainvisual .dx-best_mainvisual_inner img.dx-best_mainvisual_logo {
          width: 40%; } }
      @media screen and (max-width: 576px) {
        .dx-best_mainvisual .dx-best_mainvisual_inner img.dx-best_mainvisual_logo {
          width: 55%; } }
  .dx-best_mainvisual .dx-best_mainvisual_content {
    text-align: right;
    padding-top: 150px; }
    @media screen and (max-width: 1400px) {
      .dx-best_mainvisual .dx-best_mainvisual_content img.dx-best_mainvisual_text {
        width: 60%; } }
    @media screen and (max-width: 576px) {
      .dx-best_mainvisual .dx-best_mainvisual_content img.dx-best_mainvisual_text {
        width: 95%; } }
    .dx-best_mainvisual .dx-best_mainvisual_content a.btn_dx_download {
      margin-right: 100px; }
      @media screen and (max-width: 768px) {
        .dx-best_mainvisual .dx-best_mainvisual_content a.btn_dx_download {
          margin-right: 0; } }

.dx-best_navi {
  background: #005bac; }
  .dx-best_navi .dx-best_navi_inner {
    max-width: 1200px;
    margin: auto; }
    .dx-best_navi .dx-best_navi_inner ul {
      display: flex;
      flex-wrap: nowrap; }
      .dx-best_navi .dx-best_navi_inner ul li {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .dx-best_navi .dx-best_navi_inner ul li {
            border-right: 1px solid rgba(255, 255, 255, 0.3); }
            .dx-best_navi .dx-best_navi_inner ul li:last-child {
              border: none; } }
        .dx-best_navi .dx-best_navi_inner ul li a {
          width: 100%;
          color: #fff;
          display: block;
          text-align: center;
          padding: 1.5em 1em; }
          .dx-best_navi .dx-best_navi_inner ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            opacity: 1; }
          @media screen and (max-width: 768px) {
            .dx-best_navi .dx-best_navi_inner ul li a {
              font-size: 12px;
              padding: 1.5em 0.5em; } }

/*-------------------------------------------------------------------
こんなお悩みありませんか
/*-------------------------------------------------------------------*/
h2.dx-best_goriyou {
  text-align: center;
  margin-bottom: 2em;
  padding: 1em; }

.dx-best_onayami .dx-best_onayami_title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 1em; }
  .dx-best_onayami .dx-best_onayami_title span {
    letter-spacing: 0.1em;
    font-size: 140%;
    background: linear-gradient(transparent 70%, #f3e06e 70%); }
  @media screen and (max-width: 768px) {
    .dx-best_onayami .dx-best_onayami_title {
      font-size: 20px; } }
.dx-best_onayami .dx-best_onayami_row {
  display: flex;
  column-gap: 50px; }
  @media screen and (max-width: 768px) {
    .dx-best_onayami .dx-best_onayami_row {
      flex-wrap: wrap; } }
  .dx-best_onayami .dx-best_onayami_row .dx-best_onayami_col {
    width: 100%;
    background: #f3e06e;
    padding: 1em 3em;
    border-radius: 20px;
    height: 140px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .dx-best_onayami .dx-best_onayami_row .dx-best_onayami_col {
        height: 120px;
        margin: 10px 20px; } }
    .dx-best_onayami .dx-best_onayami_row .dx-best_onayami_col img.img_onayami_left {
      position: absolute;
      left: 0;
      top: -120px;
      width: 120px; }
      @media screen and (max-width: 768px) {
        .dx-best_onayami .dx-best_onayami_row .dx-best_onayami_col img.img_onayami_left {
          width: 70px;
          top: 50px;
          left: -25px; } }
    .dx-best_onayami .dx-best_onayami_row .dx-best_onayami_col img.img_onayami_right {
      position: absolute;
      right: 0;
      top: -120px;
      width: 140px; }
      @media screen and (max-width: 768px) {
        .dx-best_onayami .dx-best_onayami_row .dx-best_onayami_col img.img_onayami_right {
          width: 90px;
          top: 50px;
          right: -30px; } }

.dx-best_onayami_kaiketsu {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .dx-best_onayami_kaiketsu {
      font-size: 20px;
      padding: 0 1em;
      margin-top: 1em;
      margin-bottom: 1em; } }
  .dx-best_onayami_kaiketsu span {
    font-size: 120%; }
  .dx-best_onayami_kaiketsu img.img_megahon {
    vertical-align: middle;
    margin: 10px; }
    @media screen and (max-width: 768px) {
      .dx-best_onayami_kaiketsu img.img_megahon {
        width: 35px; } }
  .dx-best_onayami_kaiketsu img.img_dx-best_logo {
    vertical-align: middle;
    margin: 10px; }
    @media screen and (max-width: 768px) {
      .dx-best_onayami_kaiketsu img.img_dx-best_logo {
        display: block;
        margin: auto; } }

/*-------------------------------------------------------------------
merit
/*-------------------------------------------------------------------*/
.dx-best_merit .dx-best_merit_row {
  display: flex;
  column-gap: 50px; }
  @media screen and (max-width: 768px) {
    .dx-best_merit .dx-best_merit_row {
      flex-wrap: wrap;
      padding: 20px;
      gap: 30px; } }
  .dx-best_merit .dx-best_merit_row .dx-best_merit_col {
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #f3e06e;
    padding: 50px 20px 30px 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .dx-best_merit .dx-best_merit_row .dx-best_merit_col {
        padding: 40px 15px 20px 15px; } }
    .dx-best_merit .dx-best_merit_row .dx-best_merit_col .dx-best_merit_text {
      margin: 1em 0;
      text-align: center;
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        .dx-best_merit .dx-best_merit_row .dx-best_merit_col .dx-best_merit_text {
          font-size: 14px; } }
    .dx-best_merit .dx-best_merit_row .dx-best_merit_col .dx-best_merit_blue {
      font-weight: bold;
      color: #005bac;
      text-align: center;
      margin-top: 1em;
      letter-spacing: 0;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .dx-best_merit .dx-best_merit_row .dx-best_merit_col .dx-best_merit_blue {
          font-size: 16px; } }
    .dx-best_merit .dx-best_merit_row .dx-best_merit_col .img_merit_icon {
      position: absolute;
      margin-left: -40px;
      left: 50%;
      top: -40px; }

/*-------------------------------------------------------------------
　売上UP
/*-------------------------------------------------------------------*/
.dx-best_updown {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .dx-best_updown {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .dx-best_updown .dx-best_updown_row {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .dx-best_updown .dx-best_updown_row {
        flex-wrap: wrap;
        padding: 0 20px; } }
    .dx-best_updown .dx-best_updown_row .dx-best_updown_col {
      display: flex;
      align-items: center; }
      .dx-best_updown .dx-best_updown_row .dx-best_updown_col:first-child {
        width: 45%; }
        @media screen and (max-width: 768px) {
          .dx-best_updown .dx-best_updown_row .dx-best_updown_col:first-child {
            width: 100%; } }
    .dx-best_updown .dx-best_updown_row .dx-best_updown_text {
      font-size: 20px;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 0.1em; }
      .dx-best_updown .dx-best_updown_row .dx-best_updown_text span {
        font-size: 140%;
        background: -webkit-linear-gradient(transparent 70%, #f3e06e 70%);
        background: -o-linear-gradient(transparent 70%, #f3e06e 70%);
        background: linear-gradient(transparent 70%, #f3e06e 70%);
        color: #2389ca; }
      @media screen and (max-width: 768px) {
        .dx-best_updown .dx-best_updown_row .dx-best_updown_text {
          font-size: 14px;
          text-align: center; } }

/*-------------------------------------------------------------------
　DX-Best for makeshop
/*-------------------------------------------------------------------*/
h2.dx-best_title_line {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2em; }
  h2.dx-best_title_line span {
    border-bottom: 3px solid #005bac;
    padding-bottom: 0.5em;
    display: inline-block; }

.dx-best_about {
  padding: 0 20px;
  text-align: center; }
  .dx-best_about .dx-best_about_text {
    font-size: 28px;
    font-weight: bold;
    line-height: 2em;
    display: inline-block;
    text-align: left;
    margin-bottom: 2em; }
    @media screen and (max-width: 768px) {
      .dx-best_about .dx-best_about_text {
        font-size: 18px; } }
    .dx-best_about .dx-best_about_text .dx-best_about_text_line {
      background: -webkit-linear-gradient(transparent 70%, #f3e06e 70%);
      background: -o-linear-gradient(transparent 70%, #f3e06e 70%);
      background: linear-gradient(transparent 70%, #f3e06e 70%); }
    .dx-best_about .dx-best_about_text .dx-best_about_text_dot {
      -webkit-text-emphasis: filled #000;
      text-emphasis: filled #000; }

table.dx-best_table {
  margin-top: 50px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    table.dx-best_table {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    table.dx-best_table > tbody > tr {
      display: block; } }
  table.dx-best_table > tbody > tr > th {
    padding: 1em;
    background: #9bb2c3;
    border: 2px solid #fff;
    color: #fff;
    vertical-align: middle;
    width: 25%; }
    @media screen and (max-width: 768px) {
      table.dx-best_table > tbody > tr > th {
        display: block;
        width: 100%; } }
  table.dx-best_table > tbody > tr > td {
    padding: 1em;
    background: #ebf0f3;
    border: 2px solid #fff; }
    @media screen and (max-width: 768px) {
      table.dx-best_table > tbody > tr > td {
        display: block; } }

ul.dx-best_list li {
  padding-left: 1.1em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.8; }
  ul.dx-best_list li:before {
    position: absolute;
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    left: 0;
    top: 0.45em;
    background: #2389ca; }
  ul.dx-best_list li:last-child {
    margin-bottom: 0; }

table.dx-best_tableline {
  width: 100%;
  margin-top: 20px; }
  table.dx-best_tableline thead {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    table.dx-best_tableline thead tr th {
      padding: 1em 0.5em;
      vertical-align: middle; }
  table.dx-best_tableline tbody {
    border-bottom: 2px solid #000; }
    table.dx-best_tableline tbody tr {
      border-bottom: 1px solid #000; }
      table.dx-best_tableline tbody tr td {
        padding: 1em 0.5em;
        vertical-align: middle; }

.dx-best_contact {
  margin-top: 30px;
  text-align: center; }
  .dx-best_contact a {
    margin: 10px 20px; }

a.btn_dx_download_line {
  display: inline-block;
  border-radius: 100px;
  background: url("../img/dx-best/icon-download.webp"), #fff;
  background-repeat: no-repeat;
  background-position: center left 2em;
  background-size: 1.2em ,auto;
  padding: 1em 2em 1em 4em;
  font-weight: bold;
  color: #005bac;
  border: 1px solid #005bac; }

a.btn_dx_contact {
  display: inline-block;
  border-radius: 100px;
  background: url("../img/dx-best/contact.webp"), #22bffb;
  background-repeat: no-repeat;
  background-position: center left 1.5em;
  background-size: 4em ,auto;
  padding: 1em 1.5em 1em 6em;
  font-weight: bold;
  color: #fff; }

/*-------------------------------------------------------------------
　ご利用イメージ
/*-------------------------------------------------------------------*/
h2.dx-best_title_line_large {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 1.5em; }
  h2.dx-best_title_line_large span {
    border-bottom: 3px solid #005bac;
    padding-bottom: 0.5em;
    display: inline-block; }
  @media screen and (max-width: 768px) {
    h2.dx-best_title_line_large {
      font-size: 24px; } }

/*-------------------------------------------------------------------
　価　格
/*-------------------------------------------------------------------*/
.dx-best_blue-bg {
  background: #d3ebf3;
  padding: 10px; }
  .dx-best_blue-bg .price {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0; }

.dx-best_kakaku_inner {
  margin: auto;
  max-width: 740px; }

.dx-best_kakaku_table_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; }

table.dx-best_kakaku_table {
  width: 100%; }
  @media screen and (max-width: 768px) {
    table.dx-best_kakaku_table {
      font-size: 13px; } }
  table.dx-best_kakaku_table tr {
    border-bottom: 2px solid #d3ebf3; }
    table.dx-best_kakaku_table tr:last-child {
      border: none; }
    table.dx-best_kakaku_table tr th {
      font-weight: bold;
      padding: 10px 15px;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        table.dx-best_kakaku_table tr th {
          padding: 10px 3px; } }
    table.dx-best_kakaku_table tr td {
      padding: 10px 15px;
      vertical-align: middle;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        table.dx-best_kakaku_table tr td {
          padding: 10px 3px; } }
      table.dx-best_kakaku_table tr td span.teika {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #d3ebf3;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          table.dx-best_kakaku_table tr td span.teika {
            width: 40px;
            height: 40px;
            font-size: 13px; } }
      table.dx-best_kakaku_table tr td span.price {
        font-weight: bold;
        font-size: 50px; }
        @media screen and (max-width: 768px) {
          table.dx-best_kakaku_table tr td span.price {
            font-size: 30px; } }

.dx-best_makeshop {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px; }

.dx-best_makeshop_price {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  text-align: center; }
  .dx-best_makeshop_price h4 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em; }
  .dx-best_makeshop_price span.btob_option {
    background: #005bac;
    color: #fff;
    border-radius: 5px;
    padding: 0.1em 1em;
    font-weight: 900;
    font-size: 24px; }
  .dx-best_makeshop_price ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px; }
    .dx-best_makeshop_price ul li {
      border: 2px solid #005bac;
      border-radius: 3px;
      padding: 0.3em 1em;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 800;
      color: #005bac;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .dx-best_makeshop_price ul li {
          font-size: 13px;
          height: 60px; } }
  .dx-best_makeshop_price .price_group_wrap {
    display: flex;
    margin-top: 30px;
    margin-right: -50px;
    gap: 20px; }
    @media screen and (max-width: 768px) {
      .dx-best_makeshop_price .price_group_wrap {
        margin-right: 0;
        display: block; } }
    .dx-best_makeshop_price .price_group_wrap .price_group {
      width: 55%; }
      @media screen and (max-width: 768px) {
        .dx-best_makeshop_price .price_group_wrap .price_group {
          width: 100%; } }
      .dx-best_makeshop_price .price_group_wrap .price_group .price_group_text {
        color: #005bac;
        font-weight: 800; }
        .dx-best_makeshop_price .price_group_wrap .price_group .price_group_text span {
          background: #005bac;
          color: #fff;
          border-radius: 5px;
          padding: 0.1em 0.5em; }
    .dx-best_makeshop_price .price_group_wrap .price_option {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .dx-best_makeshop_price .price_group_wrap .price_option {
          width: 100%; } }

.dx-best_makeshop_contact {
  text-align: center;
  margin-top: 30px; }
  .dx-best_makeshop_contact a.dx-best_btn-blue {
    margin: 10px;
    display: inline-block;
    border-radius: 100px;
    background: url("../img/dx-best/arrow_white.webp"), #005bac;
    background-repeat: no-repeat;
    background-position: center right 1.5em;
    background-size: 1.7em ,auto;
    padding: 1em 4em 1em 2em;
    font-weight: bold;
    color: #fff; }
    .dx-best_makeshop_contact a.dx-best_btn-blue.ax {
      padding-top: 1.8em;
      padding-bottom: 1.8em;
      min-width: 270px;
      vertical-align: bottom; }

/*-------------------------------------------------------------------
　導入スケジュール
/*-------------------------------------------------------------------*/
.dx-best_schedule_wrap {
  padding: 10px; }
  .dx-best_schedule_wrap img.dx-best_schedule_day {
    display: block;
    margin: 50px auto; }
  .dx-best_schedule_wrap img.dx-best_schedule {
    display: block;
    margin: 30px auto; }

/*-------------------------------------------------------------------
　よくある質問
/*-------------------------------------------------------------------*/
.faq {
  padding: 10px 0; }

dl.dx-best_faq {
  margin: 0;
  padding: 0;
  background: #d3ebf3;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    dl.dx-best_faq {
      font-size: 14px; } }
  dl.dx-best_faq dt {
    margin: 0;
    padding: 0.6em 3em;
    cursor: pointer;
    background-image: url("../img/dx-best/q.webp");
    background-repeat: no-repeat;
    background-size: 2em;
    background-position: center left 0.5em;
    position: relative; }
    dl.dx-best_faq dt:after, dl.dx-best_faq dt:before {
      content: "";
      display: block;
      width: 2em;
      height: 3px;
      border-radius: 2px;
      position: absolute;
      background: #005bac;
      right: 0.5em;
      top: 50%; }
    dl.dx-best_faq dt:after {
      transform: rotate(90deg); }
    dl.dx-best_faq dt.active:after {
      transform: rotate(0deg); }
  dl.dx-best_faq dd {
    margin: 0;
    border-top: 1px solid #fff;
    padding: 0.6em 0.6em 0.6em 3em;
    background-image: url("../img/dx-best/a.webp");
    background-repeat: no-repeat;
    background-size: 2em;
    background-position: top 0.4em left 0.5em; }
