* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
}
.w100 {
    width: 100%;
}
.mb30 {
    /* margin-bottom: 30px; */
    margin-bottom: 12px;
}
.mb50 {
    margin-bottom: 50px;
}
.mv {
    background: url(../images/cms/ecm-contents-management.png) no-repeat center;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
    padding-top: 50px;
    background-size: cover;
}
.page-criteo .mv {
    background: url(../images/criteo/criteo-mv.jpg) no-repeat center;
    background-size: cover;
}
.opacity-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1072px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    /* 閭梧勹濶ｲ縺ｮ縺ｿ50%騾乗� */
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}
.opacity-inner {
    padding: 40px 105px;
    text-align: center;
}
.opacity-inner-title {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    color: #1F2879;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.title-small-heading {
    font-size: 22px;
    color: #000;
    line-height: 37px;
    font-weight: bold;
    text-shadow: none;
}
.service-overview {
    font-size: 24px;
    margin-top: 35px;
    text-align: left;
    line-height: 1.4;
}
.marker_line {
    background: linear-gradient(transparent 50%, #FFFF36 50%);
}
.orange {
    color: #FF7600;
}
.page-wrap {
    /*padding-left: 100px;
    padding-right: 100px;*/
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-content {
    max-width: 1080px;
    margin: 0 auto;
}
.page-content section {
    margin-bottom: 80px;
}
.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: 23%;
    max-width: 400px;
    height: 60px;
    margin-right: 1%;
    padding: 21px 0;
    font-size: 18px;
    /* 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; */
    width: 100%;
}
.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.7;
    margin: 15px 0 60px;
    text-align: left;
    padding: 0 10px;
    display: flex;
}
.list-description p {
    margin-right: 20px;
    padding: 0 20px;
    width: 70%;
}
.list-description p .marker_line {
    font-weight: bold;
}
.list-description img {
    /* width: 30%; */
    /* max-width: 160px; */
    width: 225px;
    /* height: auto; */
    height: 225px;
}
.seo-success-example {
    background: #FFF3D9;
    text-align: center;
    margin-bottom: 112px;
    border-radius: 10px;
    padding: 32px 0;
}
.seo-success-example-list {
    padding: 0 25px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.seo-success-example-item {
    width: 24%;
    margin-right: 3%;
}
.seo-success-example-item img{
    width: 100%;
}
.seo-success-example p{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin: 0 0 25px;
    line-height: 1.5;
}
.seo-success-example p:first-child {
    font-size: 32px;
}
.seo-success-example p:first-child:before,
.seo-success-example p:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #FF7600;
}
.seo-success-example p:first-child:before {
    left: -25px;
}
.seo-success-example p:first-child:after {
    right: -25px;
}
.seo-success-example p:nth-child(2) {
    font-size: 24px;
}
.seo-success-example p.fw500 {
    /* font-weight: normal; */
    font-size: 22px;
}
.seo-success-example p:last-child {
    font-size: 26px;
    padding: 0;
    margin: 0;
}
/* .seo-success-example p:last-child span.marker_line {
    display: inline-block;
    font-size: 36px;
    margin-top: 48px;
    line-height: 1;
} */

/* .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: 57px;
    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: 17px 12px;
    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;
}

/* point */
/* ========================================== */
.point ul.point-list {
    justify-content: space-between;
}
/* .point li.point-item {
    position: relative;
    width: 32%;
    max-width: 346px;
    padding: 22px 20px 0;
    background: #1F2879;
    color: #fff;
    margin-bottom: 145px;
    border-bottom: 1px solid #1F2879;
} */
.point li.point-item {
    width: 32%;
    margin-bottom: 60px;
}
.point li.point-item img {
    width: 100%;
    height: auto;
}

/* .point li.point-item::after {
    position: absolute;
    content: "";
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 173px 0 173px;
    border-width: 50px 38vh 0 38vh;
    border-color: #1F2879 transparent transparent transparent;
}  */
.point li.point-item:hover {
    cursor: pointer;
    opacity: 0.8;
}
.point li.point-item a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.point li.point-item a:hover {
    opacity: 0.8 !important;
    color: #fff;
}
.point .point-img {
    margin-bottom: 34px;
}
.point .point-img img {
    width: 100%;
    height: auto;
}
.point .point-item.item01 .point-img img {
    max-height: 203px;
}
.point-item-ttl {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.point-item-ttl span.yellow {
    color: #FFFF00;
}
.point-item-ttl::before {
    content: "";
    position: absolute;
    display: block;
    top: -60px;
    left: 41%;
    width: 50px;
    height: 50px;
    background: #fff;
    /* background: #1F2879; */
    border-radius: 50%;
    border: 3px solid #1F287A;
}
.point-item-ttl::after {
    color: #1F287A;
}
.point-item.item01 .point-item-ttl::after {
    content: "1";
    position: absolute;
    top: -45px;
    left: 47.8%;
    font-size: 22px;
    font-weight: 700;
}
.point-item.item02 .point-item-ttl::after {
    content: "2";
    position: absolute;
    top: -45px;
    left: 47.5%;
    font-size: 22px;
    font-weight: 700;
}
.point-item.item03 .point-item-ttl::after {
    content: "3";
    position: absolute;
    top: -45px;
    left: 47.7%;
    font-size: 22px;
    font-weight: 700;
}
.point-detail01,
.point-detail02,
.point-detail03 {
    padding-top: 10px;
}
.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;
}
.point-detail01 .point-detail-ttl::after {
    position: absolute;
    content: "1";
    top: 8px;
    left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1F287A;
}
.point-detail02 .point-detail-ttl::after {
    position: absolute;
    content: "2";
    top: 8px;
    left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1F287A;
}
.point-detail03 .point-detail-ttl::after {
    position: absolute;
    content: "3";
    top: 8px;
    left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #1F287A;
}
.point-desc {
    line-height: 1.7;
    padding: 0 60px;
}
.point-detail-img {
    margin-bottom: 60px;
}
.point-detail-img img {
    width: 50%;
    height: auto;
}

.column-area {
    position: relative;
    background: #FFF3D9;
    padding: 38px 50px 40px;
    /* padding: 38px 22px 40px; */
    margin-bottom: 80px;
    border-radius: 0px 10px 10px 10px;
}
.column-area .column-tab {
    position: absolute;
    top: -56px;
    left: 0;
    background: #FFF3D9;
    padding: 19px 24px 19px 62px;
    font-size: 18px;
    font-weight: 600;
    color: #1F287A;
    border-radius: 10px 10px 0 0;
}
.column-area .column-tab::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 22px;
    width: 32px;
    height: 32px;
    background-image: url(../images/criteo/column-icon.png);
}
.column-area .column-ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 49px;
    text-align: center;
}
.column-area .column-ttl .marker_line {
    background: linear-gradient(transparent 60%, #FFFF36 0%);
}
.column-area ul {
    display: flex;
    justify-content: space-between;
}
.column-area ul li {
    width: 450px;
}
.column-area ul li .column-sub-ttl {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 33px;
    margin-bottom: 24px;
    display: inline-block;
}
.column-area ul li .column-sub-ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/criteo/check-icon.png);
}
.column-area .column-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.point-detail-img {
    display: flex;
}
.point-detail-img img:last-child {
    margin-left: 50px;
}
.point-detail03 .point-detail-img {
    width: 95%;
    margin: 0 auto;
}

/* 繧ｳ繝ｩ繝�繝�じ繧､繝ｳ菫ｮ豁｣ */
.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-icon {
    position: absolute;
    top: -20px;
    left: 30px;
}
.seo-measures-02-title-topics {
    font-size: 20px;
    color: #f6ab00;
    padding: 0 0 10px 70px;
    font-weight: bold;
    display: block;
}
.seo-measures-02-title {
    font-size: 28px;
    margin: 0 auto;
    padding: 17px 78px;
    color: #FFF;
    background: #f6ab00;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
}
.seo-measures-02 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.seo-measures-02 ul li {
    width: 450px;
}
.seo-measures-02 ul li .column-sub-ttl {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 33px;
    margin-bottom: 24px;
    display: inline-block;
}
.seo-measures-02 ul li .column-sub-ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/criteo/check-icon.png);
}
.seo-measures-02 .column-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

/* reason */
/* =================================================== */
.reason .reason-list {
    width: 100%;
    margin-bottom: 60px;
    justify-content: space-between;
}
.reason .reason-list .reason-item {
    width: 24%;
    /* padding: 16px 14px 5px;
    background: #1F287A;
    color: #fff;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #1F287A; */
}
.reason .reason-list .reason-item img {
    width: 100%;
    height: auto;
}
/* .reason .reason-list .reason-item::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 126px 0 126px;
    border-color: #1F287A transparent transparent transparent;
} */
.reason .reason-list .reason-item:hover {
    opacity: 0.8;
    cursor: pointer;
}
.reason .reason-list .reason-item a {
    color: #fff;
}
.reason .reason-list .reason-item a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1 !important;
}
.reason .reason-list .reason-item .reason-img {
    width: 100%;
    margin-bottom: 13px;
}
.reason .reason-list .reason-item .reason-img img {
    width: 100%;
    height: auto;
}
.reason .reason-item-ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    position: relative;
}
.reason .reason-item-ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/criteo/reason-icon01.png);
}
.reason .reason-item:nth-child(2) .reason-item-ttl::before {
    background-image: url(../images/criteo/reason-icon02.png);
}
.reason .reason-item:nth-child(3) .reason-item-ttl::before {
    background-image: url(../images/criteo/reason-icon03.png);
}
.reason .reason-item:last-child .reason-item-ttl::before {
    background-image: url(../images/criteo/reason-icon04.png);
}
.reason .reason-item-ttl span.yellow {
    color: #FFFF00;
}
.reason-detail01,
.reason-detail02,
.reason-detail03,
.reason-detail04{
    margin-bottom: 60px;
    padding-top: 10px;
}
.reason-detail04{
    margin-bottom: 0;
}
.reason-detail-ttl {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-left: 42px;
    margin-bottom: 33px;
    line-height: 1.2;
}
.reason-detail-ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/criteo/reason-icon01.png);
}
.reason-detail02 .reason-detail-ttl::before {
    background-image: url(../images/criteo/reason-icon02.png);
}
.reason-detail03 .reason-detail-ttl::before {
    background-image: url(../images/criteo/reason-icon03.png);
}
.reason-detail04 .reason-detail-ttl::before {
    background-image: url(../images/criteo/reason-icon04.png);
}
.detail-content {
    width: 100%;
    justify-content: space-between;
}
.reason-details .txt-area {
    max-width: 610px;
    margin-right: 48px;
}
.reason-details .txt-area p {
    line-height: 1.6;
    font-size: 16px;
}
.reason-details .detail-img {
    /* width: 100%; */
    /* max-width: 422px; */
    text-align: center;
}
.reason-details .detail-img img {
    /* width: 100%; */
    /* height: auto; */
    max-width: 210px;
    max-height: 250px;
}

.case-item ul li {
    font-size: 16px;
}

.reason-details .reason-detail04 .detail-img img {
    width: 210px;
}



.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;
}
.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/cms/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;
}
.process-list-head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    background: #1F2879;
    height: 70px;
    line-height: 1.2;
}
.process-list:not(:last-child):after {
    content: '';
    background: url(../images/cms/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-caption {
    font-size: 16px;

}
.results-case ul{
    display: flex;
}
.results-case img{
    width: 100%;
}
.result-example {
    width: 22%;
    margin-right: 4%;
}
.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: 54px;
}
.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: 776px;
    margin: 0 auto;
    justify-content: space-between;
}
.introduction-record li {
    margin-bottom: 20px;
}
/* .introduction-record li:nth-child(3n) { */
    /* margin-right: 0; */
/* } */
.consultant {
    background: url(../images/cms/lecture-bg.png) no-repeat center;
}
.consultant-message {
    width: 66%;
    background: url(../images/cms/tanaka-message-bg.png) repeat-y center;
    background-color: #fff;
    border-radius: 10px;
    padding: 19px;
    border: solid 2px #fff;
    line-height: 1.4;
}
.consultant-inner {
    padding: 40px 30px;
}
.consultant-pic {
    width: 30%;
}
.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) no-repeat center;
}
.consultant-telop {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #FF000F;
    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;
}
.accordion-container {
    width: 81%;
    margin: 0 auto;
}
.qa-btn-single {
    width: 47%;
    margin-bottom: 29px;
}
.qa-btn-in-icon {
    background: url(../../images/cms/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: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;
}
.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%;
}
.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 20px 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 25px 20px 40px;
    line-height: 1.7;
}
.option-block-item {
    margin-bottom: 95px;
}
/* .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;
}
@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;
    }
}
.support-img-wrap {
    margin-bottom: 60px;
}
.support-img-wrap img {
    margin-left: 0;
    width: 100%;
    height: auto;
}

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

.content-box .col-md-6:last-child {
    border-left: 1px solid #000;
    padding: 0 30px;
}

.text {
    text-align: justify;
    word-break: break-all;
}

.page-service .step .text p {
    font-weight: normal;
}

.page-service .step .number {
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid var(--color-blue);
    text-align: center;
    line-height: 77px;
    font-size: 150%;
    color: var(--color-blue);
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
}