.seo-success-example p:first-child:before body {
    font-size: 16px;
}
/* * { */
    /* outline: auto; */
/* } */
.w90 {
    width: 90%;
}
.mv {
    background: url(../images/crm/crm-mv.png) no-repeat center;
    height: 339px;
    margin-bottom: 40px;
    padding-top: 50px;
    background-size: cover;
}
.opacity-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1072px;
  height: 219px;
  margin-left: auto;
  margin-right: auto;
  /* 閭梧勹濶ｲ縺ｮ縺ｿ50%騾乗� */
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
.opacity-inner {
    padding: 30px 70px;
    text-align: center;
}

.opacity-inner-title {
    font-size: 52px;
    text-align: center;
    font-weight: bold;
    color: #1F2879;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	padding-top: 20px;
}
.service {
    margin-bottom: 80px;
}
.service-overview {
    font-size: 20px!important;
    margin-top: 35px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
}

.marker_line {
    background: linear-gradient(transparent 50%, #FFFF36 50%);
    }
.page-wrap {
    /*padding-left: 100px;
    padding-right: 100px;
    padding: 0 20px;*/
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.page-content {
    max-width: 1080px;
    margin: 0 auto;
}
/*.page-content section {
    margin-bottom: 81px;
}*/


.page-service .link-btn-wrap a:last-child {
    margin: 0;
}


.link-btn-wrap {
    margin-bottom: 48px;
}
.link-btn-wrap {
    display: flex;
    justify-content: space-between;
}
.link-btn-wrap a {
    position: relative;
    display: inline-block;
    width: 19%;
    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: 34px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}
.banner-area-text {
    position: absolute;
    top: 25px;
    left: 76px;
}
.banner-area-text img{
    margin-bottom: 48px;
}
.list-description.service-description {
    font-size: 16px;
    margin-bottom: 48px;
    padding: 0 20px;
    text-align: justify;
    word-break: break-all;
}

.process-list-contents p {
    padding: 10px;
    line-height: 1.6;
    font-size: 14px;
}

.list-description.difference-content-description,
p.list-description {
    word-break: break-all;
}

.description-bold {
    font-weight: bold;
}
.highlight {
    background: #FFFF36;
}
.banner-area {
    margin-bottom: 48px;
}

.crm-catch-area {
	position: relative;
	padding: 55px 0;
    font-size: 36px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}
.crm-catch-area-text p {
	font-size: 28px;
	color: #20287b;
}

.seo-success-example p {
    font-size: 22px!important;
}
.seo-success-example p span.crm-example {
	font-size: 28px;
	color: #fe7600;
}

.list-description {
    font-size: 16px;
    line-height: 1.7;
    /* margin: 15px 0 0; */
    text-align: left;
    padding: 0 10px;
}

.reason-list:first-child .list-description {
    margin-top: 45px;
}

.seo-success-example {
    background: #FFF3D9;
    text-align: center;
    margin-bottom: 78px;
}
.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 35px;
}
.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;
}
/* .cms-head { */
    /* font-size: 28px; */
    /* font-weight: bold; */
    /* border-top: 1px solid #707070; */
    /* border-bottom: 2px solid #1F2879; */
    /* padding: 25px 0; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* background: url(../images/crm/under-arrow.png) no-repeat center; */
/* } */

.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%);
}

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

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

span.crm-success-reason {
	color: #000;
	background: #ffff01;
	font-size: 30px;
	} 
.success-reason {
    text-align: center;
	margin-bottom: 80px;
}
.success-reason ul {
    display: flex;
    justify-content: space-between;
}
.success-reason ul li h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.success-reason-title1 {
    color: #3C99B8;
}
.success-reason-title2 {
    color: #256DA1;
}
.success-reason-title3 {
    color: #16478C;
}
.success-reason-title4 {
    color: #1F2879;
}

.difference {
	margin-bottom: 80px;
}
.difference-content-description {
    width: 60%;
    margin-right: 40px;
    line-height: 2;
}
.difference-content-description p {
    margin-bottom: 10px;
}
.difference-content {
    display: flex;
}
.difference-pic-wrap {
    width: 40%;
    /* height: 307px; */
}
img.difference-pic {
    width: 100%;
    height: auto;
}
.bad {
    position: relative;
    width: 48%;
    margin-right: 2%;
}
.good {
    position: relative;
    width: 48%;
}
.bad-good-block {
    display: flex;
}
.example-title {
    position: absolute;
    top: 3%;
    left: 17px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;

}
.example-title-small {
    font-size: 14px;
    margin-left: 20px;
}
.reason-list {
    width: 23%;
    margin-right: 2%;
}
.reason-list .list-description {
    padding: 0 10px;
    margin-top: 20px;
}
.reason-list:last-child {
    margin-right: 0;
}
.reason-list img {
    margin: 15px;
}
.success-reason-title {
    margin-top: 13px;
}
.difference-content {
    display: flex;
}
.four-power-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    height: 90px;
    text-align: center;
    line-height: 1.5;
    background: #FFEDB1;
    width: 24%;
    margin-right: 1%;
    border-radius: 13px;
    box-shadow: 0px 4px 8px #E1E1E1;
}
.four-power-list::after {
    content: url("../images/crm/cross.png"); 
    position: absolute;
    top: 19px;
    right: -13%;
    z-index: 1;
}
.four-power-list:last-child::after {
    display: none;
}
.four-power ul {
    display: flex;
}

.process {
    margin-bottom: 80px;
}
.process ul {
    display: flex;
	margin-top: 30px;
}
.process-list {
    width: 25%;
    margin-right: 9px;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    position: relative;
    padding-bottom: 10px;
}
.process-list-head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    background: #1F2879;
    height: 70px;
    line-height: 1.2;
}
.process-list:not(:last-child):after {
    content: '';
    background: url(../images/crm/process-arrow.png) no-repeat center;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    right: -54px;
    z-index: 1;
}
.process-list-contents {
    text-align: center;
}
.process-list-contents .list-description {
    margin-bottom: 0;
}
.process-list-contents-caption {
    font-size: 16px;
}
.schedule {
    margin-bottom: 80px;
}
.schedule img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.results-case {
    margin-bottom: 80px;
}
.schedule p.caption {
    font-size: 20px;
    width: 80%;
    display: block;
    margin: 60px auto 15px;
    text-align: left;
    font-weight: bold;
}
.results-case ul{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.results-case img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.result-example {
    width: 23%;
    margin-right: 2%;
}

.result-example:last-child {
    margin-right: 0;
}

.result-example-catch {
	font-size: 15px;
	font-weight:bold;
	line-height: 1.2;
	padding: 10px 0;
	display: flex;
	justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: -15px;
    text-align: justify;
    word-break: break-all;
}
.example-title-bg {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    margin-bottom: 15px;
    background: #1F2879;
    font-size: 15px;
}

p.results-case-description.list-description {
    text-align: justify;
    word-break: break-all;
    font-size: 14px;
    padding: 0;
    line-height: 1.7em;
}
.results-case-description.list-description {
    text-align: justify;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.7em;
}
/* .example-title-bg::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid #1f2879;
    border-width: 12px 8px;
    border-color: #1F2879 transparent transparent transparent;
    transform: translate(-50%,100%);
} */
.results-case-description {
    margin-top: 20px;
}
.customer-voice {
    margin-bottom: 150px;
}
.customer-voice ul{
    display: flex;
}
.customer-voice li{
    width: 33.3%;
    margin-right: 2%;
}
.customer-voice img{
    width: 100%;
}
.customer-voice li:nth-child(3n) {
    margin-right: 0px;
}
.customer-name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.introduction-record {
	margin-bottom: 63px;}
.introduction-record ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
}
.introduction-record li {
    /*margin-bottom: 40px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.introduction-record ul.record-bottom {
    display: flex;
}
.introduction-record li.record-bottom-list {
    width: 50%;
}
/* .introduction-record li:nth-child(3n) { */
    /* margin-right: 0; */
/* } */
.consultant {
    background: url(../images/crm/lecture-bg.png) no-repeat center top;
    padding-bottom: 70px;
	margin-bottom: 80px;
}
.consultant-message {
    width: 66%;
    background: url(../images/crm/tanaka-message-bg.png) repeat-y;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 19px;
    border: solid 8px #fff;
    line-height: 1.55;
	font-size: 15px;
}
.consultant-inner {
    padding: 0px 75px;
}
.consultant-pic {
    width: 30%;
}
.consultant-pic-message {
    display: flex;
    justify-content: space-between;
    margin: 55px auto 40px auto;
}
.consultant-profile {
    font-size: 14px;
    padding: 13px 26px;
    background: url(../images/crm/career-bg.png) center / 100% 100% no-repeat;
}
.consultant-telop {
    font-size: 24px;
	width: 685px;
	margin: 0 auto;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #FF000F;
    padding-top: 30px;
    padding-bottom: 15px;
}
.position-signature {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 8px;
}
.position {
    margin-bottom: 5px;
}
.position-career {
    font-size: 16px;
    font-weight: bold;
}
.position-description {
    line-height: 2.3;
}
.frequent-q {
	/* margin-top: 180px; */
	margin-bottom: 200px!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;
}
/* .q_a-sec__list .question::before, .q_a-sec__list .question::after { */
    /* content: ""; */
    /* display: block; */
    /* width: 24px; */
    /* height: 2px; */
    /* background-color: #de0010; */
    /* position: absolute; */
    /* top: 30px; */
    /* right: 19px; */
    /* -webkit-transition: .25s all ease-out; */
    /* -o-transition: .25s all ease-out; */
    /* transition: .25s all ease-out; */
/* } */
/* .txt: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 #E7E7E7; */
    /* border-right: solid 2px #E7E7E7; */
    /* -webkit-transform: rotate(135deg); */
    /* transform: rotate(135deg); */
/* } */

.accordion-container {
    width: 95%;
    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 { */
    /* display: block; */
    /* position: relative; */

    /* margin: 0; */
    /* padding: 0.625em 0.625em 0.625em 2em; */
    /* font-size: 1.25em; */
    /* font-weight: normal; */
    /* color: #fff; */
    /* background: #000; */
    /* cursor: pointer; */
  /* } */
  /*  */
  /* .accordion-container .accordion-title:hover, */
  /* .accordion-container .accordion-title:active, */
  /* .accordion-container .content-entry.open .accordion-title { */
    /* background-color: #00aaa7; */
    /* color: white; */
  /* } */
  
.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 65px 15px 65px;
    color: #1F2879;
    align-items: center;
} */
/* .answer-A {
    display: none;
    width: 46px;
    height: 46px;
    font-size: 20px;
    margin-right: 34px;
} */

.inner-head-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 77px;
}
.line-title {
    position: relative;
    font-size: 23px;
    color: #fff;
    width: 100%;
    padding: 24px 45px 17px 21px;
    text-align: center;
    background: #1F2879;
    width: 90%;
    margin: 0 auto;
    padding: 17px 45px 17px 21px;
    transform: translateY(-50%);
}
.line-title-sub {
    transform: translateY(-50%);
    position: relative;
}
/* .option-arrow::before { */
    /* position: absolute; */
    /* content: url(../images/crm/three-arrow.png); */
    /* position: absolute; */
    /* left: 24%; */
/* } */
/* .option-arrow::after { */
    /* position: absolute; */
    /* content: url(../images/crm/three-arrow.png); */
    /* position: absolute; */
    /* right: 24%; */
/* } */
.option-block-item-inner-title {
    transform: translateX(36px);
}
.line-title-first:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../images/crm/basic-plan.png) no-repeat 96% 50%;
}
.line-title-second:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../images/crm/option1.png) no-repeat 96% 50%;
}
.line-title-third:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../images/crm/option2.png) no-repeat 96% 50%;
}
.line-title-fourth:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../images/crm/option3.png) no-repeat 96% 50%;
}
.line-title-head {
    transform: translateX(20px);
    display: inline-block;
}
.line-up-wrap {
    padding-top: 50px;
}
.line-up-inner {
    /* border: 1px solid #BFBFBF; */
    padding: 0px 40px 40px;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 140px;
}
.line-up-inner-head {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}
.line-up-inner-description {
    font-size: 19px;
    padding: 15px 25px 20px 44px;
    line-height: 1.4;
}
.basic-block {
    margin-bottom: 30px;
}
.inner-head-wrap-basic {
    margin-bottom: 45px;
}
.inner-head-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 359px;
    height: 2px;
    background: #CCCCCC;
}
/* .inner-blacket { */
    /* border: 1px solid #BFBFBF; */
    /* border-radius: 10px; */
/* } */
.inner-blacket-wrap {
    display: flex;
    padding: 0 55px 0px 40px;
    margin-top: 40px;
}
.inner-head-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 359px;
    height: 2px;
    background: #CCCCCC;
}
.line-title-sub {
    background: #1598B7;
}
.line-up {
    /* background: #EFF8FC; */
}
.icon-wrap {
    text-align: center;
    margin: 20px 0;
}
.plan-description {
    font-size: 18px;
    padding: 15px 40px 20px 25px;
    line-height: 1.7;
}
.option-block-item {
    margin-bottom: 50px;
}
/* .option-block-item-last { */
    /* margin-bottom: 0; */
/* } */
/* .option-block-item-inner { */
    /* border: 1px solid #1598B7; */
    /* border-radius: 10px; */
/* } */
.option-block-bubble {
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    padding: 25px 60px;
    background: #E6E6E6;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.option-block-bubble:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid #E6E6E6;
    border-width: 20px 12px;
    border-color: #E6E6E6 transparent transparent transparent;
    transform: translate(-50%,100%);
}
.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;
}


/* 繧ｵ繝ｼ繝薙せ */
.service-tb {
	/* padding: 70px 0 ; */
	/* border: 1px solid #CCC; */
}
.service-tb table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 92%;
  font-size: 14px;
}

.service-tb thead th {
	background: #20265F;
    color: #FFF;
}
.service-tb table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #CCC;
    text-align: center;
}

.service-tb table{
    vertical-align: middle!important;
}

.service-tb table th,
.service-tb table td {
  padding: 1em 5px 1em 5px;
}
/* .service-tb table td:nth-child(1) {
	width: 180px;}
.service-tb table td:nth-child(2) {
	width: 550px;}
.service-tb table td:nth-child(3) {
    width: 550px;
} */
.service-tb table td img {
    max-width: 80px;
    margin-left: 10px;
}

.service-tb table .txt-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
}
/*
.service-tb table .txt-last {
    width: 260px;
}*/
	
.service-tb table td {
    height: 98px;
}
.service-tb tbody th{
	width: 100px;
	background: url(../images/crm/icon-table.png) no-repeat center top;
}
.service-tb tbody th.no-icon{
	background: none;
}

.txt{
   text-align: left;
}

.servoce-period {
	font-size: 32px;
	color:#20265f;
	margin: 70px 4% 0 4%;
}
.li-ast {
	margin:0 4%;}
ul.asterisk {
	margin-top: 40px;
    margin-left: 20px;
    line-height: 1.6;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}


@media only screen and (max-width: 767px) {
    .banner-area-text {
        font-size: 30px;
    }
    .four-power-list {
        font-size: 15px;
    }
    .bad-good-block {
        display: block;
    }
    .bad {
        width: 100%;
        margin-bottom: 50px;
    }
    .good {
        width: 100%;
    }
    .example-title {
        top: 3.5%;
        left: 32px;
        font-size: 28px;
    }
    .example-title-small {
        font-size: 20px;
    }
    .difference-content {
        display: block;
    }
    .difference-content-description {
        width: 100%;
        margin-bottom: 40px;
    }
    .difference-pic-wrap {
        width: 100%;
        text-align: center;
    }
    .consultant {
        background: none;
    }
    .consultant-pic-message {
        margin: 56px auto 0px;
    }
    .consultant-pic-img {
        transform: translateY(13%);
    }
    .consultant-profile {
        background: none;
    }
}
.mv {
    background: url(../../images/crm/crm-mv.png) 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: 219px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}

.opacity-inner-title {
    font-size: 56px;
    text-align: center!important;
    font-weight: bold;
    color: #1F2879;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
    padding-top: 20px;
}

.opacity-inner {
    padding: 30px 40px!important;
    text-align: center!important;
}

.banner-area-text p {
    line-height: 1em;
}

.banner-area img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    height: 100%;
}

.consultant {
    background: url(../../images/lecture-bg.png) no-repeat center top;
    padding-bottom: 70px;
}

.consultant-profile {
    font-size: 14px;
    padding: 13px 26px;
    background: url(../../images/career-bg.png) center / 100% 100% no-repeat;
}

.service-tb table td {
    font-size: 12px;
    line-height: 1.5em;
}

table, tbody, td, tr, th {
    vertical-align: middle;
}

.service-tb tbody th {
    font-size: 14px;
}

td.txt {
    min-width: 8em;
}
.success-reason ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-flow: wrap;
}

.reason-list {
    width: 50%;
    margin-right: 0;
    padding: 2%;
}

.reason-list img {
    width: 100%;
    margin: 0;
    padding: 10px;
    max-width: 230px;
}

.page-service .list-description p {
    font-size: 16px;
    line-height: 1.7;
    word-break: break-all;
    text-align: justify;
}
.difference-content {
    /* display: flex; */
    margin-top: 44px;
    width: 100%;
}

.link-btn-wrap img {
    right: -16%!important;
}

@media screen and (max-width: 769px) {
.seo-success-example p {
    text-align: center!important
    }
    
.seo-success-example p:first-child:before {
    left: -40px!important;
}
.seo-success-example p:first-child:after {
    right: -40px!important;
}
}