@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
#other_product ul li {
  border: 4px solid #eee;
  padding: 16px 16px 80px;
  position: relative;
  width: 345px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#other_product ul li:nth-child(n+3) {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  #other_product ul li:nth-child(n+3) {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  #other_product ul li {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
  }
}
#other_product ul li .tac {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#other_product ul li .tac:hover {
  opacity: 0.7;
}
#other_product ul li .tac::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
}
#other_product ul li .tac h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #other_product ul li .tac h3 {
    font-size: 1rem;
  }
}
#other_product ul li .tac a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
.frame {
  position: relative;
  background: #fafafa;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 16px;
    margin: 0 0 16px;
  }
}
.frame .tac {
  margin-bottom: 16px;
}
.frame .label {
  position: absolute;
  top: 0;
  left: 0;
}
.frame .frame_inner {
  background: #eee;
  padding: 27px;
}
@media screen and (max-width: 767px) {
  .frame .frame_inner {
    padding: 16px;
  }
}
.frame .frame_inner h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

/*------------------------------------------*/
#message .message_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #message .message_frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#message .message_frame .message_block {
  width: 223px;
}
@media screen and (max-width: 767px) {
  #message .message_frame .message_block {
    width: 80%;
    margin: 8px auto 0;
  }
  #message .message_frame .message_block:first-child {
    margin-top: 0;
  }
}
#message .message_frame .message_block h3 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
#message .message_frame .message_block h4 {
  font-size: 0.8125rem;
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 8px;
  text-align: center;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #message .message_frame .message_block h4 {
    margin-top: 4px;
  }
}
#message .message_frame .message_block .tac img {
  width: 100%;
  height: auto;
}

/*------------------------------------------*/
#case .lead {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #case .lead {
    font-size: 0.875rem;
  }
}
#case .frame {
  margin-top: 16px;
}
#case .frame .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #case .frame .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#case .frame .block .case_problem {
  width: 315px;
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_problem {
    width: 100%;
  }
}
#case .frame .block .case_problem .sub {
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 3px solid #333;
  color: #333;
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_problem .sub {
    font-size: 1rem;
  }
}
#case .frame .block .case_problem .txt {
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_problem .txt {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
#case .frame .block .case_suggestion {
  width: 308px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_suggestion {
    width: 100%;
    margin-top: 16px;
  }
}
#case .frame .block .case_suggestion .sub {
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 3px solid #e60027;
  color: #e60027;
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_suggestion .sub {
    font-size: 1rem;
  }
}
#case .frame .block .case_suggestion .txt {
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_suggestion .txt {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
#case .frame .block .case_suggestion::before {
  content: "";
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e60027;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #case .frame .block .case_suggestion::before {
    border-top: 10px solid #F0897F;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-bottom: none;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#case .frame .case_center {
  margin-top: 16px;
  border: 3px solid #e60027;
  color: #e60027;
  background: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #case .frame .case_center {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
#case .frame .img {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #case .frame .img {
    margin-top: 8px;
  }
}
/*------------------------------------------*/
#block1 h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #block1 h3 {
    font-size: 0.875rem;
  }
}
#block1 .child {
  background: #fff;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  #block1 .child {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block1 .frame > p {
    margin-top: 0;
  }
}
#block1 .frame > p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top: 14px solid #333;
  border-bottom: none;
  margin: 0 auto 10px;
}

/*------------------------------------------*/
#block2 h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #block2 h3 {
    font-size: 0.875rem;
  }
}
#block2 .child {
  background: #fff;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  #block2 .child {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block2 .frame > p {
    margin-top: 0;
  }
}
#block2 .frame > p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top: 14px solid #333;
  border-bottom: none;
  margin: 0 auto 10px;
}

/*------------------------------------------*/
#solution h3 {
  position: relative;
  font-size: 1.125rem;
  padding: 0 0 0 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #solution h3 {
    font-size: 0.875rem;
  }
}
#solution h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 2;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  margin-top: -4px;
}
#solution h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #c40200;
  margin-top: -8px;
}
#solution h3 .label {
  position: static;
  display: inline-block;
  padding: 0 10px;
  font-size: 0.625rem;
  line-height: 16px;
  vertical-align: middle;
}
#solution ul {
  padding: 0 32px 20px;
}
@media screen and (max-width: 767px) {
  #solution ul {
    padding: 0 0 16px;
  }
}
#solution ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top: 14px solid #333;
  border-bottom: none;
  border-bottom: none;
  margin: 10px auto 0;
}
#solution ul li {
  position: relative;
  padding: 0 0 10px 30px;
}
#solution ul li:before {
  content: "";
  width: 24px;
  height: 19px;
  background: url(/digitalmarketing/sp/shared/images/check.svg) no-repeat center center/24px 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #other .table .tr:nth-of-type(n + 3) {
    display: block;
  }
}
#other .table .tr .th:nth-of-type(1) {
  width: 90px;
}
#other .table .tr .th:nth-of-type(3) {
  width: 350px;
}
@media screen and (max-width: 767px) {
  #other .table .tr .td:nth-of-type(1):before {
    content: "カテゴリ";
  }
  #other .table .tr .td:nth-of-type(2):before {
    content: "製品名";
  }
  #other .table .tr .td:nth-of-type(3):before {
    content: "概要";
  }
}
#other .table .tr .td em {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 0;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  #other .table .tr .td em {
    margin-right: 4px;
  }
}

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #features ul.features_blocks {
    margin-bottom: 16px;
  }
}
#features ul.features_blocks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #27a7e9;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #features ul.features_blocks li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #features ul.features_blocks li:nth-of-type(n + 3) {
    display: none;
  }
}
#features ul.features_blocks li .sub {
  width: 20%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #features ul.features_blocks li .sub {
    width: 100%;
    font-size: 1.125rem;
  }
}
#features ul.features_blocks li .sub .inner {
  width: auto;
  padding: 4px;
}
#features ul.features_blocks li .txt {
  background: #f5f5f5;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #features ul.features_blocks li .txt {
    width: 100%;
  }
}
#features ul.features_blocks li .txt .inner {
  padding: 24px;
  width: auto;
}
#features ul.features_blocks li .txt .inner b {
  font-size: 1.125rem;
  margin-bottom: 16px;
  display: inline-block;
}
#features ul.features_blocks li .txt .inner p {
  margin: 0;
}

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #function ul.function_blocks {
    margin-bottom: 16px;
  }
}
#function ul.function_blocks > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#function ul.function_blocks > li:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #function ul.function_blocks > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #function ul.function_blocks > li:nth-of-type(n + 3) {
    display: none;
  }
}
#function ul.function_blocks > li .sub {
  width: 230px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #function ul.function_blocks > li .sub {
    width: 100%;
  }
}
#function ul.function_blocks > li .sub .inner {
  width: auto;
  padding: 24px;
}
#function ul.function_blocks > li .txt {
  background: #fff;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #function ul.function_blocks > li .txt {
    width: 100%;
  }
}
#function ul.function_blocks > li .txt .inner {
  padding: 24px;
  width: auto;
}
#function ul.function_blocks > li .txt .inner p {
  margin: 0;
}
#function ul.function_blocks > li .txt .inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------------*/
#technology .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #technology .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#technology .block .left_side {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #technology .block .left_side {
    width: 100%;
    margin-bottom: 8px;
  }
}
#technology .block .left_side .sub {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#technology .block .left_side .txt span {
  color: #ff0000;
}
#technology .block .right_side {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #technology .block .right_side {
    width: 100%;
  }
  #technology .block .right_side img {
    width: 100%;
    height: auto;
  }
}
#technology .table_sub {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
}
#technology .table_sub p {
  padding: 8px;
  margin: 0;
}
#technology .table1 {
  display: table;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #technology .table1 {
    margin-bottom: 16px;
  }
}
#technology .table1 .tr {
  display: table-row;
  width: 100%;
}
#technology .table1 .tr:first-child .td {
  text-align: center;
  padding: 8px;
}
#technology .table1 .tr:nth-child(even) {
  background: #fafafa;
}
#technology .table1 .td {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 8px;
  border: 1px solid #ccc;
}
#technology .table1 .td span {
  color: #ff0000;
}
#technology .table1 .td img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #technology .table1 .td:before {
    content: none !important;
  }
}
#technology .table1 .td:nth-child(1) {
  width: 20%;
  text-align: center;
}
#technology .table2 {
  display: table;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
#technology .table2 .tr {
  display: table-row;
  width: 100%;
}
#technology .table2 .td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 16px;
  border: 1px solid #ccc;
}
#technology .table2 .td strong {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  #technology .table2 .td:before {
    content: none !important;
  }
}
#technology .table2 .td:first-child {
  background: #27a7e9;
  color: #fff;
}
#technology .table3 {
  display: table;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 8px;
}
#technology .table3 .tr {
  display: table-row;
  width: 100%;
}
#technology .table3 .td {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding: 16px;
  border: 1px solid #ccc;
}
#technology .table3 .td strong {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  #technology .table3 .td:before {
    content: none !important;
    padding-left: 24px;
  }
}
#technology .table3 .td:first-child {
  width: 70%;
  text-align: left;
}
#technology .table3 .td:nth-child(2) {
  font-weight: bold;
  font-size: 1rem;
}
#technology .attention {
  text-align: right;
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  #technology .attention {
    margin-bottom: -24px;
  }
}
#technology .table4 {
  display: table;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
#technology .table4 .tr {
  display: table-row;
  width: 100%;
}
#technology .table4 .tr:first-child .td {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
#technology .table4 .td {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 24px;
  border: 1px solid #ccc;
}
#technology .table4 .td.gray {
  background: #fafafa;
  font-weight: bold;
}
#technology .table4 .td.attention {
  font-size: 90%;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  #technology .table4 .td:before {
    content: none !important;
  }
}
#technology .table4 .td ul li {
  list-style: square;
  list-style-position: inside;
  margin-bottom: 4px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #technology .table4 .td ul li {
    font-size: 0.75rem;
  }
}

/*------------------------------------------*/
.pagetitle_customer_loyalty {
  background: url(/digitalmarketing/sp/shared/images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pagetitle_customer_loyalty {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/digitalmarketing/sp/shared/images/products/customer_loyalty/pagetitle_bg_customer_loyalty_sp.jpg);
  }
}
.inner .pagetitle_customer_loyalty {
  background: url(/digitalmarketing/sp/shared/images/products/customer_loyalty/pagetitle_bg_customer_loyalty.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inner .pagetitle_customer_loyalty {
    background-image: url(/digitalmarketing/sp/shared/images/products/customer_loyalty/pagetitle_bg_customer_loyalty_sp.jpg);
  }
}
.pagetitle_customer_loyalty > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_customer_loyalty > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_customer_loyalty > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_customer_loyalty > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_customer_loyalty > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_customer_loyalty > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
.pagetitle_product_detail {
  background: url(/digitalmarketing/sp/shared/images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pagetitle_product_detail {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/digitalmarketing/sp/shared/images/products/pagetitle_bg_product_detail_sp.jpg);
  }
}
.inner .pagetitle_product_detail {
  background: url(/digitalmarketing/sp/shared/images/products/pagetitle_bg_product_detail.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inner .pagetitle_product_detail {
    background-image: url(/digitalmarketing/sp/shared/images/products/pagetitle_bg_product_detail_sp.jpg);
  }
}
.pagetitle_product_detail > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_product_detail > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_product_detail > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_product_detail > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_product_detail > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_product_detail > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
#trouble .table_pc {
  display: table;
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  #trouble .table_pc {
    display: none;
  }
}
#trouble .table_pc .tr {
  display: table-row;
}
#trouble .table_pc .tr .td {
  display: table-cell;
  background: #f5f5f5;
  vertical-align: middle;
  padding: 0;
  border: 1px solid #ccc;
}
#trouble .table_pc .tr .td p {
  padding: 24px 16px;
  margin: 0;
}
#trouble .table_pc .td:nth-child(2) {
  border: none;
  padding: 8px 8px;
  background: #fff;
}
#trouble .table_pc .td:nth-child(2) .arrow {
  width: 0;
  height: 0;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}
#trouble .table_pc .td:nth-child(3) {
  background: #fce6df;
}
#trouble .table_pc .tr:first-child .td {
  border: none;
}
#trouble .table_pc .tr:first-child .td p {
  padding: 8px 16px;
  margin: 0;
}
#trouble .table_pc .tr:first-child .td:nth-child(1) {
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  width: 48%;
}
#trouble .table_pc .tr:first-child .td:nth-child(3) {
  background: #e95527;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  width: 48%;
}
#trouble .table {
  display: none;
}
@media screen and (max-width: 767px) {
  #trouble .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #trouble .table .tr {
    border-top: none !important;
    width: 100%;
    margin-bottom: 0;
  }
  #trouble .table .tr .td {
    border: 1px solid #ccc;
    padding: 0;
  }
  #trouble .table .tr .td p {
    margin: 0;
    padding: 8px;
  }
  #trouble .table .tr .td::before {
    content: none;
  }
  #trouble .table .tr .td:nth-child(1) {
    background: #666;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
  }
  #trouble .table .tr .td:nth-child(2) {
    background: #f5f5f5;
    margin-top: -1px;
  }
  #trouble .table .tr .td:nth-child(2) p {
    padding: 16px;
  }
  #trouble .table .tr .td:nth-child(3) {
    border: none;
    margin: 8px;
  }
  #trouble .table .tr .td:nth-child(3) .arrow {
    width: 0px;
    margin: 0 auto;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
  }
  #trouble .table .tr .td:nth-child(4) {
    background: #e95527;
    color: #fff;
    font-weight: bold;
  }
  #trouble .table .tr .td:nth-child(5) {
    background: #fce6df;
    margin-top: -1px;
  }
  #trouble .table .tr .td:nth-child(5) p {
    padding: 16px;
  }
  #trouble .table .tr:nth-of-type(n + 3) {
    display: none;
  }
  #trouble .table .tr:first-child .td:first-child {
    margin-top: 0;
  }
}

/*------------------------------------------*/
#pointinfinity_features ul.features_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  #pointinfinity_features ul.features_blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pointinfinity_features ul.features_blocks li {
  width: 220px;
  margin: 4px;
  background: #E6F5F9;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  #pointinfinity_features ul.features_blocks li {
    width: 100%;
  }
}
#pointinfinity_features ul.features_blocks li .sub {
  background: #0799C4;
  padding: 4px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
}
#pointinfinity_features ul.features_blocks li .txt {
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
}

/*------------------------------------------*/
#lineup .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#lineup .block:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #lineup .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lineup .block .left_side, #lineup .block .right_side {
  width: calc(50% - 8px);
  background: #fff;
  border: 4px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lineup .block .left_side, #lineup .block .right_side {
    width: 100%;
    position: inherit;
  }
}
#lineup .block .left_side .inner, #lineup .block .right_side .inner {
  padding: 16px 16px 96px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lineup .block .left_side .inner, #lineup .block .right_side .inner {
    width: 95%;
    padding: 16px;
  }
}
#lineup .block .left_side .img, #lineup .block .right_side .img {
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lineup .block .left_side .title, #lineup .block .right_side .title {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#lineup .block .left_side em, #lineup .block .right_side em {
  margin-top: 4px;
}
#lineup .block .left_side em.label, #lineup .block .right_side em.label {
  display: inline-block;
}
#lineup .block .left_side .txt, #lineup .block .right_side .txt {
  margin-top: 16px;
}
#lineup .block .left_side .btn, #lineup .block .right_side .btn {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  #lineup .block .left_side .btn, #lineup .block .right_side .btn {
    position: inherit;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #lineup .block .right_side {
    margin-top: 16px;
  }
}

/*------------------------------------------*/
#cases .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#cases .block:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #cases .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cases .block .left_side, #cases .block .right_side {
  width: calc(50% - 8px);
  background: #fff;
  border: 4px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #cases .block .left_side, #cases .block .right_side {
    width: 100%;
    position: inherit;
  }
}
#cases .block .left_side .inner, #cases .block .right_side .inner {
  padding: 16px 16px 96px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #cases .block .left_side .inner, #cases .block .right_side .inner {
    width: 95%;
    padding: 16px;
  }
}
#cases .block .left_side .img, #cases .block .right_side .img {
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cases .block .left_side .title, #cases .block .right_side .title {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#cases .block .left_side em, #cases .block .right_side em {
  margin-top: 4px;
}
#cases .block .left_side em.label, #cases .block .right_side em.label {
  display: inline-block;
}
#cases .block .left_side .txt, #cases .block .right_side .txt {
  margin-top: 16px;
}
#cases .block .left_side .btn, #cases .block .right_side .btn {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  #cases .block .left_side .btn, #cases .block .right_side .btn {
    position: inherit;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #cases .block .right_side {
    margin-top: 16px;
  }
}

/*------------------------------------------*/
#menu {
  margin: 50px 0 !important;
}
@media screen and (max-width: 767px) {
  #menu {
    margin: 30px 0 !important;
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu__item:nth-of-type(odd) {
  padding-right: 24px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .menu__item:nth-of-type(odd) {
    padding-right: 0;
    border-right: none;
  }
}
.menu__item:nth-of-type(even) {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .menu__item:nth-of-type(even) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.menu__heading {
  color: #CC0022;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .menu__heading {
    font-size: 18px;
  }
}

.menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .menu__links {
    margin-top: 10px;
  }
}

.menu__link a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 0 30px 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__link a {
    font-size: 14px;
    padding: 0 25px 10px 0;
  }
}
.menu__link a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #CC0022;
  border-bottom: 3px solid #CC0022;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu__link a:after {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}

/*------------------------------------------*/
#faq .table {
  display: table;
  margin-bottom: 16px;
}
#faq .table :last-child {
  margin-bottom: 0;
}
#faq .table .tr {
  display: table-row;
}
#faq .table .tr .td {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #faq .table .tr .td {
    display: table-cell;
    padding: 12px 16px;
  }
  #faq .table .tr .td:before {
    content: none;
  }
}
#faq .table .tr .td .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 1rem;
}
#faq .table .tr .td .block .num {
  background: #666;
  margin-right: 16px;
}
#faq .table .tr .td .block .num .inner {
  padding: 8px 16px;
  width: auto;
  color: #fff;
}
#faq .table .tr .td .block .qu .inner {
  width: 610px;
}
@media screen and (max-width: 767px) {
  #faq .table .tr .td .block .qu .inner {
    padding: 0;
    width: auto;
  }
}
#faq .table .tr .td .an .inner {
  width: auto;
  padding: 8px;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/