body {
    font-size: 16px;
}
/* * { */
    /* outline: auto; */
/* } */
.w90 {
    width: 90%;
}
.mt-30 {
	margin-top: 30px;
}
.mt-70 {
	margin-top: 70px;
}
.mb {
    margin-bottom: 16px;
}
.red {
	color: #e60012;
}
.mv {
    background: url(../../images/seo/seo-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;
  margin-left: auto;
  margin-right: auto;
    height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
.opacity-inner {
    padding: 30px 40px!important;
    text-align: center!important;
}

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

.marker_line {
    background: linear-gradient(transparent 70%, #FFFF36 60%);
    }
.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;
}*/
.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: 25%;
    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;
    text-align: center;
}
.banner-area-text {
    position: absolute;
    top: 25px;
    left: 76px;
}
.banner-area-text img{
    margin-bottom: 48px;
}
.service-description {
    font-size: 16px;
    margin-bottom: 48px;
}
.description-bold {
    font-weight: bold;
}
.highlight {
    background: #FFFF36;
}
.banner-area {
    margin-bottom: 48px;
}

.crm-catch-area {
	position: relative;
	padding: 72px 0 50px;
    font-size: 34px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}
.crm-catch-area-text p {
	font-size: 24px;
	color: #20287b;
}
.crm-catch-area-text p.large {
	font-size: 34px;
	color: #20287b;
    margin: 0;
}


.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: 2;
    margin: 15px 0 70px;
    text-align: left;
    padding: 0 10px;
}
.service-description p {
    padding: 0 20px;
    text-align: justify;
    word-break: break-all;
}
.list-description .marker_line {
    font-weight: bold;
}
.seo-success-example {
    background: #FFF3D9;
    text-align: center;
    margin-bottom: 112px;
}
.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 0 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: 53px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

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

span.crm-success-reason {
	/*color: #ffff01;*/
	background: #FFFF36;
	font-size: 28px;
	}
.success-reason {
    text-align: center;
	margin-bottom: 40px;
}
.success-reason ul {
    display: flex;
	    flex-wrap: wrap;
    justify-content: space-between;
}
.success-reason ul li h3{
    font-size: 19px;
    font-weight: bold;
}
.success-reason-title1 {
    color: #3C99B8;
}
.success-reason-title2 {
    color: #256DA1;
}
.success-reason-title3 {
    color: #16478C;
}
.success-reason-title4 {
    color: #1F2879;
}
.difference-content-description {
    width: 60%;
    margin-right: 40px;
}
.difference-content {
    display: flex;
}
.difference-pic-wrap {
    width: 32%;
    /* 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;
}
.importance {
	margin-bottom: 77px;}
.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: 33%;
	margin-bottom: 20px;
}
.success-reason ul::after{
  content:"";
  display: block;
  width:33%;
}
.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-top: -40px;
}
.process ul {
    display: flex;
	margin-top: 30px;
}
.process-list {
    width: 25%;
    margin-right: 9px;
    position: relative;
    padding-bottom: 5px;
}
.process-list:last-child {
	width: 50%;
}
.process-list-head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    background: #CCC;
    height: 90px;
    line-height: 1.2;
	font-weight: bold;
}

.process-list-head:last-child {
	color:#FFF;}
.process-list:last-child .process-list-head {
	background: #FE7600;
    color:#FFF;
    font-size: 26px;
}

.process-list:after {
    content: '';
    width: 80px;
    height: 90px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.process-list:first-child:after {
    background: url(../images/seo/process-arrow.png) no-repeat center;
    right: -54px;
}

.process-list:nth-child(2):after {
    background: url(../images/seo/process-arrow-02.png) no-repeat center;
    right: -54px;
}

.process-list:last-child:after {
    background: url(../images/seo/process-arrow-03.png) no-repeat center;
    right: -31px;
}
.process-list-contents {
    text-align: center;
	background:#FAFAFA;
	border: 1px solid #CCCCCC;
	height:212px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.process-list:last-child .process-list-contents {
	background:#FFF3D9;
	border: 1px solid #FEB46C;
}
.process-list-contents .list-description {
    margin-bottom: 0;
}
.process-list-contents-caption {
    font-size: 16px;
}
/* .results-case {
	margin-bottom: 62px;
} */
.results-case ul{
    display: flex;
	flex-wrap: wrap;
	margin: 77px 4% 0;
    justify-content: space-between;
}
.results-case img{
    width: 65%;
    margin: 0 auto;
}
.result-example {
    width: 49%;
	border: 1px solid #CCC;
	margin-bottom: 50px;
}
.result-example-list-wrap {
    padding:0 30px 20px;
    text-align: center;
}
.result-example-catch-ttl {
	font-size: 18px;
	font-weight:bold;
	height: 70px;
	line-height: 1.5;
	padding: 20px 0;
	display: flex;
	justify-content: center;
    align-items: center;
	}
.result-example-catch {
	font-size: 20px;
	font-weight:bold;
	line-height: 1.5;
	padding: 5px 0 0;
	display: block;
	justify-content: center;
    align-items: baseline;
}
.result-example-catch.mt {
    margin-top: 32px;
}

p.result-example-catch {
    margin: 0;
}

.bold-red {
	font-size: 26px;
	color: #e60012;
    font-weight:bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: -7px;
    display: inline-block;
}
.number {
	font-size: 36px;
}
.example-title-bg {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 18px;
    margin-bottom: 30px;
    background: #1F2879;
	font-size: 20px;
}
.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;
}
/*.reason {
    margin-bottom: 100px;
}*/
.reason ul{
    display: flex;
	margin-bottom: 60px;
	padding-top: 30px;
}
.reason li{
    width: 33.3%;
    margin-right: 2%;
}
.reason img{
    width: 100%;
}
.reason li:nth-child(3n) {
    margin-right: 0px;
}
.customer-number {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

.reason li a:hover {
	text-decoration:none;
	color:#4D4D4D;}
.customer-txt {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
    .reason ul{
        margin-bottom:0;
    }
    .line-up-wrap .line-up-inner{
        margin-top:0!important;
    }
}

.service {
	height: 350px;
	color:#CCC;}

.introduction-record {
	margin-bottom: 50px;}
.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/lecture-bg.png) no-repeat center top;
    padding-bottom: 70px;
}
.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%;
    margin-right: 41px;
}
.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/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: 80px;
	margin-bottom: 120px!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: 28px;
    color: #fff;
    width: 100%;
    /*text-align: center;*/
    background: #1598b7;
    width: 98%;
    margin: 0 0 0 2%;
    padding: 19px 45px 19px 59px;
    transform: translateY(-50%);
	border-radius: 7px;
}
.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(70px);
}
.line-title-first:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -30px;
    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/seo/option1.png) no-repeat 96% 50%;
}
.line-title-third:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../images/seo/option2.png) no-repeat 96% 50%;
}
.line-title-fourth:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../images/seo/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 0 0px 150px; */
    /*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: 16px;
    line-height: 1.7;
    padding: 0 20px;
    text-align: justify;
    word-break: break-all;
}



.option-block {}

.option-block-marker_line {
	font-size: 22px;
	color: #000;
	background: linear-gradient(transparent 0%, #FFFF36 0%);
}
/* .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%);
}


/* kw */

.option-kw-example {
    background: #FFF3D9;
    text-align: center;
    margin-bottom: 112px;
}

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


/*-----------------------------------------------------------------------------*/
.seo-measures-01 {
    position: relative;
    margin: 40px auto 50px;;
    padding: 64px 30px 43px;
    line-height: 1.2;
	border-radius: 7px;
	border:1px solid #1F2879;
}

.seo-measures-01:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid #1F2879;
    border-width: 30px 50px;
    border-color: #1F2879 transparent transparent transparent;
    transform: translate(-50%,100%);
}
.seo-measures-01-title {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	width: 400px;
	font-size: 20px;
	margin: 0 auto;
	padding: 17px 74px;
	color:#FFF;
	background: #1F2879;
}
@media screen and (max-width: 768px) {
    .seo-measures-01-title{
        width:100%;
        max-width: 400px;
        padding: 17px 30px;
    }
}

.seo-option-success-example-list {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 112px;*/
}
.seo-option-success-example-item {
	font-weight:bold;
	background: #e6e6e6;
	width:210px;
	height: 110px;
	text-align:center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	position:relative;
	}

.seo-option-success-example-item:last-child {
	background:#fdd000;

}
.seo-option-success-example-item:after {
    content: '';
    position: absolute;
    top: 35%;
	right: -40px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/seo/option1-02.png) no-repeat center;
}


.seo-option-success-example-item:nth-child(3):after {
    content: '';
    position: absolute;
    top: 35%;
	right: -40px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/seo/option1-01.png) no-repeat center;
}
.seo-option-success-example-item:last-child:after {
	display:none;
}
.seo-option-success-example-item p {
	font-size:24px;
	font-weight:bold;
	color:#1F2879;
	}
.seo-option-success-example-item p.small {
	font-weight:bold;
	color:#1F2879;
	font-size:18px;
	display: block;
	}
.seo-option-success-example-item p span {
	font-weight: normal;
	color:#1F2879;
	font-size:18px;
	display: block;
	padding-top:10px;
	}
.seo-catch-area {
	position: relative;
	padding: 0 0 30px 0;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}
.seo-catch-area-text p {
	font-size: 24px;
	color: #000;
    line-height: 1.7em;
}

.seo-catch-area-marker_line {
	font-size: 32px;
	color: #000;
	background: linear-gradient(transparent 0%, #ffff01 0%);
}



.seo-measures-02 {
    position: relative;
    margin: 40px auto 60px;;
    padding: 30px 60px 43px;
    line-height: 1.2;
	border-radius: 7px;
	background: #FFFAEA;
	border:1px solid #f6ab00;
}

.seo-measures-02-title {
	font-size: 20px;
	margin: 0 auto;
	padding: 17px 78px;
	color:#FFF;
	background: #f6ab00;
	border-radius: 7px;
	text-align:center;
	font-weight:bold;
}

.seo-measures-02-title-topics {
	font-size: 20px;
	color:#f6ab00;
	padding:0 0 10px 70px;
	font-weight: bold;
	display:block;
    margin-bottom: 0;
}

.seo-measures-icon {
	position: absolute;
	top:-20px;
	left: 30px;
}

.seo-option-success-example-list02 {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 112px;*/
}
.seo-option-success-example-item02 {
	font-weight:bold;
	background: #EFF8FC;
	text-align:center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	position:relative;
	}
.option-catch {
	font-size: 20px;
	font-weight:bold;
	padding: 40px 0;
	}

.option-catch span.small {
	font-size: 16px;
	font-weight:bold;}


*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 40px;
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}

.seo-measures-2-01,
.seo-measures-2-02{
    position: relative;
    padding: 64px 30px 43px;
    line-height: 1.2;
	border-radius: 7px;
	border:1px solid #1598b7;
	text-align: center;
    height: 100%;
}

.seo-measures-2-01 li,
.seo-measures-2-02 li{
    padding: 5px 0!important;
}

.seo-measures-2-01{
	border:1px solid #BABABA;
}

.seo-measures-2-02{
	border:1px solid #1F2879;
}

.seo-measures-2-01-title,
.seo-measures-2-02-title{
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	padding: 17px 78px;
	color:#FFF;
	text-align:center;
}

.seo-measures-2-01-title {
	background: #BABABA;
}
.seo-measures-2-02-title {
	background: #1F2879;
}

.col_2 div ul li {
	font-size: 16px;
	padding: 5px 30px;
	text-align:left;}

p.function-description {
    font-size: 14px;
}

.col_2 div ul li span {
	padding-right: 15px;}

.function {
	margin-top: 20px;
	margin-bottom: 80px;
}

.function-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.function-title {
    text-align: center;
    color: #1F2879;
    background: #e6e6e6;
    padding: 15px;
    font-size: 18px;
    border-radius: 7px 7px 0 0;
    text-align: center;
}

.function-item {
    width: 28%;
    border: 1px solid #1F2879;
    margin: 0 20px 0 0;
    border-radius: 10px;
    position:relative;
}

.function-item::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 45%;
    right: -70px;
    background: url(../../images/seo/seo-arrow.png) no-repeat center;
    background-size: contain;
}
.function-item:last-child::after {
    content: none;
}

.arrow-bg {
    position: absolute;
    right: -28px;
    top: 40%;
}

.title-bg{
	color:#e61f18!important;
	background: #FFECC2!important;
}

.function-item:nth-child(3) {

	border: 1px solid #e61f18;
    margin-right: 0;
}
.function-description {
    margin: 15px 0;
    line-height: 1.4;
}
.function-description-image-wrap {
    padding: 20px 10px 0;
	font-size: 15px;
	text-align:center;
}
.upcel {
    padding: 15px 4px;
}
.function-img-wrap {
    text-align: center;
    margin-bottom: 15px;
}
@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;
    }
}


/* 繝�じ繧､繝ｳ菫ｮ豁｣ */
.point-detail-ttl {
    position: relative;
    color: #fff;
    background: #1F2879;
    font-size: 24px;
    font-weight: 700;
    padding: 19px 60px 21px;
    margin-bottom: 42px;
    text-align: center;
    line-height: 1;
}
.point-detail-ttl::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 60px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

#line-up01 .point-detail-ttl::after {
    position: absolute;
    content: "1";
    top: 8px;
    left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1F287A;
}
#line-up02 .point-detail-ttl::after {
    position: absolute;
    content: "2";
    top: 8px;
    left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1F287A;
}
#line-up03 .point-detail-ttl::after {
    position: absolute;
    content: "3";
    top: 8px;
    left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1F287A;
}

/* voice */

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

.customer-voice {
    margin-bottom: 70px;
}

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

.banner-area {
    position: relative;
    font-size: 36px;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
}

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

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

.banner-area-text {
    top: -5px;
}

.list-description {
    display: block;
}

.list-description p {
    width: 100%;
}

.result-example {
    margin-right: 0%;
}

.success-reason ul li h3 {
    font-size: 16px;
}

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

/* LLM最適化診断ブロック */
.success-reason .llm-optimization-diagnosis {
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.success-reason .llm-optimization-diagnosis + .llm-optimization-diagnosis {
    margin-top: 32px;
}

.success-reason .llm-optimization-diagnosis dt {
    font-size: 18px;
    font-weight: bold;
    color: #1F2879;
    padding: 16px 20px;
    margin: 0;
    background: linear-gradient(90deg, rgba(31, 40, 121, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    border-left: 4px solid #1F2879;
    border-radius: 0 8px 8px 0;
}

.success-reason .llm-optimization-diagnosis dd {
    margin: 0;
    padding: 20px 20px 20px 24px;
    background: #f8f9fc;
    border: 1px solid #e8ecf4;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.success-reason .llm-optimization-diagnosis dd ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.success-reason .llm-optimization-diagnosis dd li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 15px;
    line-height: 1.6;
}

.success-reason .llm-optimization-diagnosis dd li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #1F2879;
    border-radius: 50%;
}
