body {
  font-size: 16px;
}
/* * { */
/* outline: auto; */
/* } */
.w90 {
  width: 90%;
}
.mb35 {
  margin-bottom: 35px;
}
.bold {
  font-weight: bold;
}
.bold-red {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.txt-left {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0 60px;
}
.mt-100 {
  margin-top: 100px;
}
.page-content section {
  margin-bottom: 80px;
}
.fs40 {
   font-size: 40px;
}
/* mv */
.mv {
  background: url(../../images/dx/dx-mv.jpg) no-repeat center!important;
  height: 339px;
  margin-bottom: 40px;
  padding-top: 50px;
  background-size: cover;
}
.opacity-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1072px;
  height: 214px;
  margin-left: auto;
  margin-right: auto;
  /* 背景色のみ50%透明 */
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  position: relative;
}
.opacity-logo-group {
  align-items: center;
  display: flex;
  justify-content: center;
}
.opacity-logo-group p:not(:first-of-type) {
  margin-left: 40px;
}
.mv-icon01,
.mv-icon02 {
  position: absolute;
}

.mv-icon01 {
  top: -14px;
  left: 25px;
}
.mv-icon02 {
  top: 45px;
  left: 14px;
}
.opacity-inner {
  padding: 20px 40px 30px;
  text-align: center;
}
.opacity-inner-title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 10px;
  text-shadow: 0px 0px 8px #fff;
}
.orange {
  color: #ff7600;
}
.green {
  color: #73af2b;
}
.blue {
  color: #1f287a;
}
.red {
  color: #e61f18;
}
.service-overview {
  font-size: 20px !important;
  margin-top: 10px;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 20px;
}
/* mvここまで */

.marker_line {
  background: linear-gradient(transparent 50%, #ffff36 50%);
}

.marker_line-sub {
  background: linear-gradient(transparent 70%, #ffff36 70%);
}
.page-wrap {
  padding-left: 100px;
  padding-right: 100px;
}
.page-content {
  max-width: 1080px;
  margin: 0 auto;
}

/* ページ内リンクボタン */
.link-btn-wrap {
  margin-bottom: 60px;
}
.link-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.link-btn-wrap a {
  position: relative;
  display: inline-block;
  width: 32%;
  max-width: 400px;
  margin-right: 1%;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-align-last: center;
  background: #1f287a;
}
.link-btn-wrap a:last-child {
  margin-right: 0;
}
.link-btn-wrap img {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
/* ページ内リンクボタンここまで */

/* バナー */
.banner-area {
  position: relative;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 48px;
  text-align: center;
}
.banner-area-text {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-area-text img {
  margin-bottom: 48px;
}
/* バナーここまで */

/* バナー下、概要テキスト   */
.list-description {
  font-size: 16px;
  line-height: 1.7;
  margin: 15px 0 40px;
  text-align: left;
  padding: 0 10px;
}
.list-description p .marker_line {
  font-weight: bold;
}
.list-description img {
  width: 225px;
  height: 225px;
}
.service-description p {
  font-size: 16px;
  padding-bottom: 15px;
}

.service-description p span {
  font-weight: bold;
}
.service-description p.mall-img {
  margin: 30px 0 0 0;
  padding: 0 60px 0 0;
  width: auto;
}
.dx-imgArea {
  display: flex;
  justify-content: center;
  position:relative;
  margin: 15px 0 80px;
}
.dx-imgArea-txt {
  width:  40%;
  margin: 0 10px;
  text-align: center;
}
.service-description-txt {
  background-color: #20287b;
  border: 1px solid #20287b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: fit-content;
  margin-bottom: 6px;
  padding: 7.5px 0;
  text-align: center;
}
.dx-imgArea-cross {
  position: absolute;
  top: 50%;
}
.service-description-txt-under {
    line-height: 1.68;
    margin-top: 10px;
}

/* バナー下、概要テキストここまで   */

/* 成功事例 */
.seo-success-example {
  background: #fff3d9;
  text-align: center;
  margin-bottom: 65px;
}
.seo-success-example p span.crm-example {
  font-size: 28px;
  color: #fe7600;
}
.seo-success-example-list {
  padding: 0 25px 17px;
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 112px;*/
}
.seo-success-example-item {
  width: 24%;
}
.seo-success-example-item img {
  width: 100%;
}
.seo-success-example p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 25px 0;
}
.seo-success-example p:before,
.seo-success-example p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #ff7600;
}
.seo-success-example p:before {
  left: -25px;
}
.seo-success-example p:after {
  right: -25px;
}
/* 成功事例ここまで */

/* セクションタイトル */
.crm-head {
  font-size: 28px;
  position: relative;
  font-weight: bold;
  margin: 0 33px 56px;
  /* border-top: 1px solid #CCC; */
  border-bottom: 3px solid #1f2879;
  padding: 17px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.crm-head:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid #1f2879;
  border-width: 12px 8px;
  border-color: #1f2879 transparent transparent transparent;
  transform: translate(-50%, 100%);
}
/* セクションタイトルここまで */

/* 立ち上げ・拡大時のお悩み(共通) */
.solution h3 {
  align-items: center;
  color: #1f2879;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/*
.solution h3::before {
  background-color: #1f2879;
  border-radius: 50%;
  content: "";
  height: 19px;
  margin-right: 9px;
  width: 19px;
}
*/
/* 立ち上げ・拡大時のお悩み(共通)ここまで */

/* 立ち上げ・拡大時のお悩み(よくあるお悩み) */
.solution-worry ul {
  display: flex;
  margin-top: 137px;
}
.solution-worry-list {
  position: relative;
}
.solution-worry-list:nth-of-type(2) {
  left: -13px;
}
.solution-worry-list:nth-of-type(3) {
  left: -26px;
}
.solution-worry-list h4 {
  background-repeat: no-repeat;
  background-size: contain;
  color: #1f2879;
  font-size: 18px;
  font-weight: bold;
  height: 65px;
  padding: 18px 0;
  position: relative;
  text-align: center;
  z-index: 3;
}
.solution-worry-list:nth-of-type(1) h4 {
  background-image: url(../../images/dx/worry-bg01.png);
  width: 237px;
}
.solution-worry-list:nth-of-type(2) h4 {
  background-image: url(../../images/dx/worry-bg02.png);
  width: 260px;
}
.solution-worry-list:nth-of-type(3) h4 {
  background-image: url(../../images/dx/worry-bg03.png);
  width: 333px;
}
.solution-worry-list p {
  border: 1px solid #1f2879;
  border-radius: 6px;
  font-weight: bold;
  left: 60px;
  line-height: 1.875;
  position: absolute;
  top: -117px;
  text-align: center;
}
.solution-worry-list:nth-of-type(1) p {
  padding: 8px 15px 8px 20px;
}
.solution-worry-list:nth-of-type(2) p {
  padding: 23px 20px 23px 20px;
}
.solution-worry-list:nth-of-type(3) p {
  padding: 8px 23px 8px 50px;
}
.solution-worry-list p::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 35px;
}
.solution-worry-list:nth-of-type(1) p::before {
  background-image: url(../../images/dx/worry-icon01.png);
  height: 128px;
  left: -45px;
  width: 64px;
}
.solution-worry-list:nth-of-type(2) p::before {
  background-image: url(../../images/dx/worry-icon02.png);
  height: 127px;
  left: -35px;
  width: 50px;
}
.solution-worry-list:nth-of-type(3) p::before {
  background-image: url(../../images/dx/worry-icon03.png);
  height: 127px;
  left: -28px;
  width: 88px;
}
/* 立ち上げ・拡大時のお悩み(よくあるお悩み)ここまで */

/* 立ち上げ・拡大時のお悩み(本サービスで提供できること) */
.solution-service {
  margin-top: 80px;
}
.solution-service-group {
  display: flex;
  margin-top: 33px;
  justify-content: center;
  text-align: center;
}
.solution-service-group h4 {
  border: 2px solid #1f2879;
  background-color: #1f2879;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.solution-service-02 {
  background-color: #ffe699;
  margin-left: 10%;
  padding-bottom: 30px;
  width: 495px;
}
.solution-service-01 {
  background-color: #fff2cc;
  padding-bottom: 30px;
  width: 347px;
}
.solution-service-01 h4 {
  padding: 8.5px 39px;
}
.solution-service-02 h4 {
  padding: 8.5px 0;
}
.solution-service-01 img {
  margin-top: 10px;
}
.solution-service-02 img {
  margin-top: 14px;
}
.solution-service-description {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
}
.solution-service-02 .solution-service-description {
  margin-top: 30px;
}
.solution-service ul {
  margin-left: 10px;
  margin-top: 45px;
}
.solution-service-list {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-left: 40px;
  position: relative;
  text-align: left;
}
.solution-service-list::before {
  background-image: url(../../images/dx/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 19px;
  left: 10px;
  margin: auto;
  position: absolute;
  width: 24px;
}
.solution-service-list span {
  color: #e61f18;
}
.solution-service-list:not(:first-of-type) {
  margin-top: 25px;
}
/* 立ち上げ・拡大時のお悩み(本サービスで提供できること)ここまで */

.cms-txt {
  text-align: center;
  margin-bottom: 55px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

/* 3つのポイント */
.point {
  text-align: center;
}
.point ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.point-list {
  width: 29%;
}
.point-list:nth-of-type(1),
.point-list:nth-of-type(3) {
  margin-top: 11px;
}
.point-description {
  font-weight: bold;
  line-height: 1.68;
  margin-top: 20px;
  text-align: center;
}
/* 3つのポイントここまで */

/* スタッフ */
.staff > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
/*.staff > ul:after {
  border-left: 107px solid transparent;
  border-right: 107px solid transparent;
  border-top: 59px solid #1f2879;
  bottom: -102px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}*/
.staff-list {
  position: relative;
}
.staff-list figure{
  margin:0;
}
.staff-name {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 7.5px 0;
  position: absolute;
  text-align: center;
  /*top: 190px;*/
  top:242px;
  width: 100%;
}
.staff-list ul {
  background-color: #1f2879;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 13px;
  text-align: left;
}
.staff-career {
  background-color: #1f2879;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1.14;
  padding: 17px;
  position: absolute;
  right: -22px;
  /*top: 130px;*/
  top:180px;
  z-index: 1;
}
.staff-list-child {
  align-items: center;
  display: flex;
  line-height: 1.6;
}
.staff-list-child:not(:first-of-type)::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 11px;
  margin-right: 5px;
  width: 11px;
}
.staff-txt-bottom {
  /* color: #1f2879; */
  font-size: 28px;
  line-height: 1.3;
  /*
  font-weight: bold;
  text-align: center;  */
}
/* スタッフここまで */

/* 他業種・多業態のお客様 */
.customer img {
  width: 100%;
}

/* 他業種・多業態のお客様ここまで */

/* 他社との違い */
.difference {
  position: relative;
}
.difference table {
  margin: 0 auto;
  text-align: center;
  width: 93%;
}
.difference th {
  font-size: 16px;
  line-height: 1.66;
}
.difference th:nth-of-type(1){
  width: 10%;
}
.line-red {
  border: 6px solid #e61f18;
  border-radius: 6px;
  height: 561px;
  left: 25.6%;
  position: absolute;
  top: 125px;
  width: 250px;
}
.difference th,
.difference td {
  border: 1px solid #000;
}
.difference td {
  font-size: 14px;
}
.difference td.border-none {
  border: none;
  width: 14%;
}
.difference tr {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 110px;
}
.difference tr:last-of-type {
  height: 120px;
}
.difference th.border-left,
.difference td.border-left {
  border-left: none;
}
.difference th.border-right,
.difference td.border-right {
  border-right: none;
}
/*
.vertical {
  display: inline-block;
  padding: 0 6.25px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
*/
.light-blue {
  background-color: #e5f4fd;
  text-align: center;
}
.gray {
  background-color: #f0f0f0;
}
.light-gray {
  background-color: #f7f7f7;
}
.vertical.font18 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}
td.font18 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.66;
}
.td-main {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
.td-main span {
  font-size: 24px;
  font-weight: bold;
}
.td-sub {
  line-height: 1.3;
}
.w320 {
  width: 320px;
}
.w218 {
  width: 218px;
}
.padding-top10 {
  padding-top: 10px !important;
}
.w238 {
  width: 238px;
}
.w240 {
  width: 240px;
}
.circle-red,
.circle-red-double,
.cross,
.triangle,
.circle-gray {
  padding-top: 50px;
  position: relative;
  z-index: -1;
}
.circle-red::before,
.circle-red-double::before,
.cross::before,
.triangle::before,
.circle-gray::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 15px;
}
.circle-red::before {
  background-image: url(../../images/dx/circle-red.png);
  height: 36px;
  width: 37px;
}
.circle-red-double::before {
  background-image: url(../../images/dx/circle-red-double.png);
  height: 36px;
  width: 37px;
}
.cross::before {
  background-image: url(../../images/dx/cross.png);
  height: 30px;
  width: 31px;
}
.triangle::before {
  background-image: url(../../images/dx/triangle.png);
  height: 36px;
  width: 37px;
}
.circle-gray::before {
  background-image: url(../../images/dx/circle-gray.png);
  height: 36px;
  width: 37px;
}
.difference-attention {
  font-size: 18px;
  line-height: 1.66;
}
.difference-attention:first-of-type {
  margin: 0 4%;
  margin-top: 30px;
}
/* 他社との違いここまで */

/* ケーススタディ */
.case h3 {
  align-items: center;
  background-image: url(../../images/dx/case-ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #1f2879;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 46px;
  padding-left: 50px;
}
.ml30 {
  margin-left: 30px;
}
.case-list:not(:first-of-type) {
  margin-top: 110px;
}
.case-main {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.case-txtArea {
}
.case-before,
.case-after {
  border: 4px solid #1f2879;
  border-radius: 5px;
  padding: 20px 20px 30px 15px;
}
.case-bottom {
  border: 4px solid #1f2879;
  border-radius: 5px;
  margin-top: 35px;
  padding: 20px 20px 30px 15px;
}
.case-before {
  width: 295px;
}
.case-after {
  margin-left: 26px;
  position: relative;
  width: 320px;
}
.case-after::before {
  background-image: url(../../images/dx/after-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 43px;
  left: -30px;
  position: absolute;
  top: 47px;
  width: 42px;
}
.case-before-ttl {
  color: #3394d1;
  font-size: 18px;
  font-weight: bold;
}
.case-after-ttl {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}
.case-top-txt {
  line-height: 1.55;
  margin-top: 20px;
}
.case-top {
  display: flex;
}
.case-bottom-ttl {
  color: #1f2879;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
}
/*
.case-bottom-ttl::before {
  border-bottom: 6.5px solid transparent;
  border-left: 11px solid #1f2879;
  border-top: 6.5px solid transparent;
  content: "";
  left: -15px;
  position: absolute;
  top: 4px;
}
*/
.case-bottom-txt {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 10px;
}
/* ケーススタディここまで */

/* 価格体系 */
.service-main {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.service-item {
  width: 43.8%;
}
.service-item:not(:first-of-type) {
  margin-left: 130px;
  position: relative;
}
.service-item:not(:first-of-type)::before {
  background-image: url(../../images/dx/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 62px;
  left: -96px;
  position: absolute;
  top: 50px;
  width: 63px;
}
.service-ttl {
  color: #1f2879;
  font-size: 24px;
  font-weight: bold;
}
.service-main-ttl {
  background-color: #1f2879;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 10px;
}
.service-price {
  border: 1px solid #1f2879;
  color: #DE4240;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 45px 0;
  text-align: center;
}
.service-price span {
  font-size: 45px;
  font-weight: bold;
}
.service-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}
.service-txt-left {
  margin-top: 25px;
}
.service-txt-right {
  margin-top: 102px;
}
.service-attention {
  line-height: 1.75;
  margin-top: 20px;
}
/* 価格体系ここまで */

/* よくある質問 */
.frequent-q {
  margin-bottom: 180px !important;
}
.q_a-sec__container {
  padding: 0 50px;
}
.q_a-sec__list {
  margin-bottom: 45px;
}
.q_a-sec__list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.q_a-sec__list .answer {
  background-color: #e6e6e6;
  line-height: 34px;
  font-size: 16px;
  padding: 6px;
  display: none;
}
.q_a-sec__list .question .txt {
  font-size: 20px;
  color: #fff;
  background-color: #1f2879;
  width: 100%;
  padding: 24px 45px 17px 21px;
}
.q_a-sec__list .question .icon {
  width: 70px;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  color: #1f2879;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border: 3px solid;
}
.accordion-container {
  width: 100%;
  margin: 0 auto;
}
.qa-btn-single {
  width: 47%;
  margin-bottom: 29px;
}
.qa-btn-in-icon {
  background: url(../../images/crm/cross.png) no-repeat 96% 50%;
}
.qa-btn-in {
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 481px; */
  margin-right: 0%;
  line-height: 75px;
  color: #fff;
  text-align: center;
  text-align-last: center;
  background-color: #80000a;
}
.accordion-content {
  display: none;
  background: white;
  color: black;
  border: 1px solid;
  line-height: 34px;
  font-size: 16px;
  padding: 6px;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
  padding-left: 2.3125em;
}
.answer-inner {
  display: flex;
  padding: 15px 80px 15px 19px;
  color: #1f2879;
  align-items: center;
}
.answer-A {
  display: block;
  width: 46px;
  height: 46px;
  font-size: 20px;
  margin-right: 34px;
}
.txt {
  text-align: left;
}
/* よくある質問ここまで*/

/* フッター */
.contact-wrap {
  display: flex;
  padding: 0 3px;
}
.contact-number {
  margin-bottom: 8px;
}
.footer-wrap {
  background: #1f2879;
  padding: 50px 0;
}
.footer-wrap-inner {
  color: #fff;
  text-align: center;
  width: 456px;
  margin: 0 auto;
}
.footer-phrase {
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-wrap {
  margin-bottom: 30px;
}
.tel-phrase {
  font-size: 20px;
  margin: 0 5px;
}
.tel-phrase span {
  margin-bottom: 7px;
  display: block;
}
.tel-num {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
.tel-time {
  font-size: 14px;
}
.contact-block-title a {
  font-size: 28px;
  font-weight: bold;
  padding: 29px 55px 30px 79px;
  width: 456px;
  margin: 0 auto;
  background: #ff7600 url(../images/crm/mail.png) no-repeat 86px center;
  height: 77px;
  color: #fff;
  display: block;
  border-radius: 7px;
}
/* フッターここまで */

/* バナー */
.floating__banner {
  position: fixed;
  z-index: 99999;
  top: 64%;
  right: -5px;
}
.floating__banner-box {
  display: block;
  margin-bottom: 5px;
}
/* バナーここまで */

@media only screen and (max-width: 767px) {
  .banner-area-text {
    font-size: 30px;
  }
  .difference-content {
    display: block;
  }
  .difference-content-description {
    width: 100%;
    margin-bottom: 40px;
  }
  .difference-pic-wrap {
    width: 100%;
    text-align: center;
  }
}

/* 吹き出し */

.speech-bubble-support{
  display: block;
  position: relative;
  margin:0 auto 50px;
  padding: 40px;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}

.speech-bubble-support::before{
  content: "";
  position: absolute;
  top: -50px;
  left: 315px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #aaa;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}

.speech-bubble-support::after{
  content: "";
  position: absolute;
  margin: 0 auto;
  top: -47.5px;
  left: 317px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #eee;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}

.bubble-txt {
  font-size: 22px;
  line-height: 1.3;
}

.bubble-emp {
  color: red;
}

.speech-bubble-advice {
  display: block;
  position: relative;
  margin: 100px auto 20px;
  width: 80%;
  padding: 50px 4%;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}

.speech-bubble-advice::before{
  content: "";
  position: absolute;
  top: -50px;
  left: 200px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #aaa;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform-origin: left top;
  transform: skewX(-40deg);
}

.speech-bubble-advice::after{
  content: "";
  position: absolute;
  margin: 0 auto;
  top: -48.5px;
  left: 198px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #eee;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform-origin: left top;
  transform: skewX(-40deg);
}

/* 吹き出しここまで */

.service{
  color:#000;
  height: auto;
}

.dx-imgArea-txt img {
    max-height: 130px;
}

/*SP改行非表示*/
@media screen and ( max-width:1080px) 
{	
	.solution-worry ul {
		zoom: 70%;
		justify-content: center;
	}
}

/*SP改行非表示*/
@media screen and ( max-width:769px) 
{
	.dx-imgArea-txt img {
		max-height: 80px;
	}
	
	.dx-imgArea {
		margin-bottom: 30px;
	}
	
	.bubble-txt {
    font-size: 16px;
}
	
	.staff > ul {
		display: block;
}
	
	.staff-list figure {
		margin: 0;
    text-align: center;
	}
	
	.staff-career {
		/*right: 20px;*/
    right: -5%;
    top: 50%;
	}
	
	.staff-list {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.staff-list:last-child {
		margin-bottom: 0;
	}
	
	.speech-bubble-advice {
		margin: 60px auto 40px;
	}
	
	.staff-txt-bottom {
		font-size: 16px;
		line-height: 1.3;
}
	.dx-imgArea-cross {
		position: absolute;
		top: 50%;
		zoom: 60%;
	}
	.service-description-txt {
		font-size: 12px;
	}
	.speech-bubble-support::after,
	.speech-bubble-support::before {
		left: 200px;
	}
	
	.page-ec-construction .seo-success-example p {
		margin-top: 70px;
		text-align: center;
	}
	
	.page-ec-construction .seo-success-example p:first-child:before {
		left: -45px;
	}
	
	.page-ec-construction .seo-success-example p:first-child:after {
		right: -45px;
	}
	
	.solution-worry ul {
		zoom: 70%;
		justify-content: center;
	}
	
	.solution-service-group {
		display: block;
	}
	
	.solution-service-01,
	.solution-service-02 {
		width: 100%;
		margin: 0 auto 40px;
		max-width: 450px;
	}
	
	.point ul {
		display: block;
	}
	
	.scroll_tasya {
		overflow-x: auto; /* tableタグのはみ出た要素を隠す */
		white-space: nowrap; /* テキストの折り返しなし */
		width: 100%;
		max-width: 640px;
	}	
	
	.scroll_tasya table {
		width: 1080px; /* tableタグの親要素より広く */
	}
	
	.line-red {
		display: none;
	}
	
	.case-main {
		display: block;
	}
	
	figure {
		text-align: center;
	}
	
	.ml30 {
		margin-left: 0;
	}
	
	.case-bottom {
		margin-bottom: 20px;
	}
	
	.service-main {
		display: block;
	}
	
	.service-item {
		width: 100%;
	}
	
	.service-price {
		margin-bottom: 20px;
	}
	
	.service-item:not(:first-of-type) {
    margin-top: 100px;
		margin-left: 0;
    position: relative;
}
	
	.service-item:not(:first-of-type)::before {
		content: "";
		height: 62px;
		left: calc(50% - 31px);
		position: absolute;
		top: -100px;
		width: 63px;
	}
	
	.service-txt-right {
    margin-top: 0;
}
    p.staff-name {
    top: 245px;
}
    li.staff-list {
    max-width: 240px;
    margin: 20px auto 0;
}
}

/*SP改行非表示*/
@media screen and ( max-width:500px) 
{
	.solution-worry ul {
		zoom: 40%;
		justify-content: center;
	}
}