body {
    font-size: 16px;
}
/* * { */
    /* outline: auto; */
/* } */
.w100 {
    width: 100%;
}
.mv {
    background: url("../../images/contents-management/ecm-contents-management.png") no-repeat center!important;
    height: 339px;
    margin-bottom: 40px;
    padding-top: 50px;
    background-size: cover!important;
}
.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;
}
.opacity-inner {
    padding: 40px 70px;
    text-align: center;
}

.opacity-inner-title {
    font-size: 57px;
    text-align: center;
    font-weight: bold;
    color: #1F2879;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.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;
}
.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: 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;
}
.list-description {
    font-size: 16px;
    line-height: 1.7em;
    margin: 15px 0 -5px;
    text-align: justify;
    word-break: break-all;
    padding: 0 10px;
}
.seo-success-example {
    background: #FFF3D9;
    text-align: center;
    margin-bottom: 112px;
}
.seo-success-example-list {
    padding: 0 25px 40px;
    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 40px;
}
.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;
}
@media screen and (max-width: 768px) {
    .seo-success-example p:before {
        left: -40px!important;
    }
    .seo-success-example p:after {
        right: -40px!important;
    }
}
/* .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/cms/under-arrow.png) no-repeat center; */
/* } */
.cms-head {
    font-size: 28px;
    position: relative;
    font-weight: bold;
    margin-bottom: 37px;
    /* border-top: 1px solid #707070; */
    border-bottom: 2px solid #1F2879;
    padding: 17px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.cms-head: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%);
}

.cms-txt {
    text-align: center;
    margin-bottom: 55px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}
.success-reason {
    text-align: center;
}
.success-reason ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.success-reason ul li h3{
    font-size: 18px;
    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;
}
.example-title {
    position: absolute;
    top: 3%;
    left: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.example-title-small {
    font-size: 12px;
    margin-left: 20px;
}
.reason-list {
    width: 50%;
    margin-right: 0;
    padding: 2%;
}
.reason-list:last-child {
    margin-right: 0;
}
.reason-list img {
    margin: 0;
}
.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: 16px;
    padding: 0 20px;
    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/contents-management/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 ul {
    display: flex;
}
.process-list {
    width: 25%;
    margin-right: 9px;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    position: relative;
    padding-bottom: 10px;
}
.process-list-head {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 16px!important;
    padding-left: 18px;
    color: #fff!important;
    text-align: center!important;
    margin-bottom: 0!important;
    background: #1F2879!important;
    height: 70px!important;
    line-height: 1.2!important;
}
.process-list:last-child .process-list-contents {
	background: none;
	border: none;
}
.process-list:not(:last-child):after {
    content: '';
    background: url(../../images/contents-management/process-arrow.png) no-repeat center;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    right: -54px;
    z-index: 1;
}
.process-list {
    background: #FAFAFA;
}
.process-list:last-child {
    background: #fff;
}
.process-list-contents {
    text-align: center;
}
.process-list-contents .list-description {
    margin-bottom: 0;
}
.process-list-contents-caption {
    font-size: 16px;
}
.process-list-contents {
    text-align: center;
    background: #FAFAFA;
    border: none;
    height: auto!important;
	padding: 10px;
    display: block;
    align-items: center;
    justify-content: center;
}
.process-list-contents img{
	display: block;
	margin: 0 auto;
}
.results-case ul{
    display: flex;
}
.results-case img {
    width: 100%;
    max-width: 250px;
    display: flex;
}
.result-example {
    width: 49%;
    margin-right: 0;
    border: none!important;
}
.example-title-bg {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 12px;
    margin-bottom: 30px;
    background: #1F2879;
}
.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 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 ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}
.introduction-record li {
    width: 23%;
    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;
    padding-bottom: 50px;
	background-size: cover;
}
.consultant-message {
    width: 66%;
    background: url(../images/cms/tanaka-message-bg.png) repeat-y;
    background-color: #fff;
    border-radius: 10px;
    padding: 19px;
    border: solid 8px #fff;
    line-height: 1.7;
}
.consultant-inner {
    padding: 0px 30px;
}
.consultant-pic {
    width: 30%;
    margin-right: 41px;
}
.consultant-pic-message {
    display: flex;
    justify-content: space-between;
    margin: 55px auto;
}
.consultant-profile {
    font-size: 14px;
    padding: 13px 26px;
    background: url(../images/cms/career-bg.png) center / 100% 100% no-repeat;
}
.consultant-telop {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #FF000F;
    padding-top: 53px;
    padding-bottom: 20px;
}
.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;
}
.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: 81%;
    margin: 0 auto;
}
.qa-btn-single {
    width: 47%;
    margin-bottom: 29px;
}
.qa-btn-in-icon {
    background: url(../../images/contents-management/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 {
    width: 100%;
  }
  
  /* .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 80px 15px 19px;
    color: #1F2879;
    align-items: center;
}
.answer-A {
    display: block;
    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/cms/three-arrow.png); */
    /* position: absolute; */
    /* left: 24%; */
/* } */
/* .option-arrow::after { */
    /* position: absolute; */
    /* content: url(../images/cms/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/cms/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/cms/option1.png) no-repeat 96% 50%;
}
.line-title-third:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../../images/cms/option2.png) no-repeat 96% 50%;
}
.line-title-fourth:before {
    content: '';
    width: 147px;
    height: 124px;
    position: absolute;
    top: -37px;
    left: -46px;
    background: url(../../images/cms/option3.png) no-repeat 96% 50%;
}
@media screen and (max-width: 768px) {
    .line-title-first:before,
    .line-title-second:before,
    .line-title-third:before,
    .line-title-fourth:before{
        background-size: 55%;
        left:-30%;
    }
}
.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: 230px;
    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: 230px;
    height: 2px;
    background: #CCCCCC;
}
.inner-blacket-wrap img {
    max-width: 252px;
    /* width: 100%; */
    height: auto;
}
.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/cms/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;
}

section#sec_03.results-case {
    margin-top: -150px;
}

@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-intoroduce {
    background-color: #f2f2f2;
    padding: 70px 0;
}

.point-intoroduce_list ul {
    display: flex;
	justify-content: center;
}

.point-intoroduce_list ul li {
    background-color: #fff;
    text-align: left;
    width: 255px;
}

.point-intoroduce_list ul li + li {
    margin-left: 20px;
}

.point-intoroduce_list ul li h3 {
    background-color: #202879;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.38;
    padding: 15px 18px;
}

.point-intoroduce_list ul li .point-intoroduce_list_text {
    padding: 18px 18px 30px;
}

.point-intoroduce_list ul li .point-intoroduce_list_text p {
    line-height: 1.875;
}

.point-intoroduce_list ul li .point-intoroduce_list_text a {
    border: 2px solid #202879;
    border-radius: 50px;
    color: #202879;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 25px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

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

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

