@charset "utf-8";
/* CSS Document for solution directory */
#flow {
    background: #f4f4f4;
}
#flow .base {
    background: #ffffff;
}
#flow .base ul {
    display:-webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#flow .base ul > li.inner {
    margin: 0;
    padding: 0;
    background: #ffffff;
}
#flow .base ul li.inner ul,
#flow .base.row ul {
    -webkit-flex-direction: row;
    flex-direction: row;
}
#flow .base ul li {
    position: relative;
    display: block;
    padding: 20px;
    background: #e7e0db;
    box-sizing: border-box;
}
#flow .base ul li:before {
    content: "\e921";
    position: absolute;
    margin: auto;
}
#flow .base ul li.inner:before,
#flow .base > ul > li:first-child ul li:before,
#flow .base > ul > li:first-child:before {
    content: "";
}
#flow .base ul li span {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 20px;
    font-weight: bold;
}
#flow .base ul li strong {
    display: block;
    font-size: 1.4em;
    line-height: 1.4;
}
#flow .base ul li em {
    font-weight: bold;
}
#comparison .inner {
    margin-bottom: 1em;
    background: #f4f4f4;
}
#comparison table tr th {
    font-size: 1.6rem;
    line-height: 1.4;
}
#comparison table thead tr th {
    padding: 2em 15px 0 15px;
}
#comparison table thead tr th:not(:first-child) {
    padding: 2em 15px 0 15px;
    border-left: 1px solid rgba(98,99,101,0.4);
}
#comparison table tbody tr th {
    padding: 0 15px 0 0;
    border-bottom: 1px dotted rgba(98,99,101,0.4);
}
#comparison table tbody tr:first-child th{
    padding-top: 3em;
}
#comparison table tbody tr td {
    padding: 15px;
    color: #636466;
    line-height: 1.4;
    border-left: 1px solid rgba(98,99,101,0.4);
    border-bottom: 1px dotted rgba(98,99,101,0.4);
}
#comparison table tbody tr td:nth-of-type(1) {
    color: #000000;
}
#comparison table tbody tr:first-child th,
#comparison table tbody tr:first-child td {
    border-bottom: 2px solid #000000;
}
#comparison table tbody tr:last-child th,
#comparison table tbody tr:last-child td {
    border-bottom: none;
}
#download {
    border-bottom: 5px solid #ededed;
}
#example {
    background: #f4f4f4;
}
#helpful {
    background: #f4f4f4;
}
#helpful .inner {
    align-items: baseline;
    display:-webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#helpful .inner .block {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}
#helpful .inner .block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1;
    opacity: 1;
    object-fit: cover;
    transform: scale(1);
}
#helpful .inner .block:hover img {
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
}
#helpful .inner .block .problem {
    padding: 10% 20% 0 20%;
    color: #ffffff;
    font-size: 1.6rem;
/*    -webkit-transition-duration:.2s;
     -webkit-transition-timing-function:linear;*//*160912*/
}
#helpful .inner .block:hover .problem {
    opacity: 0.45;
    -webkit-transition-duration:.2s;
     -webkit-transition-timing-function:linear;
}/* n_160912 */
#helpful .inner .block .solve {
    position: relative;
    padding: 0 20% 10% 20%;
    color: #636466;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.75;
}
#helpful .inner .block .solve:before {
    top: 0;
    left: 7%;
}
#helpful .inner .block .solve:after {
    bottom: 18%;
    right: 7%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#helpful .inner .block .solve:before,
#helpful .inner .block .solve:after {
    content: "\e923";
    position: absolute;
    display: block;
    color: #636466;
    font-size: 4.0rem;
}
#helpful .inner .block:hover .solve,
#helpful .inner .block:hover .solve .comment li {
    color: #ffffff;
}
#helpful .inner .block:hover .solve:before,
#helpful .inner .block:hover .solve:after {
    color: #c42632;
}
/*#helpful .inner .block img,*/
#helpful .inner .block .solve,
#helpful .inner .block .solve:before,
#helpful .inner .block .solve:after,
#helpful .inner .block .solve .comment li {
    -webkit-transition: all .4s;
    transition: all .4s;
}
/*#helpful .inner .block:hover img,*/
#helpful .inner .block:hover .solve,
#helpful .inner .block:hover .solve:before,
#helpful .inner .block:hover .solve:after,
#helpful .inner .block:hover .solve .comment li {
    -webkit-transition: all .3s;
    transition: all .3s;
}
/* n_160913 */
#helpful .inner .block img {
    -webkit-transition: all .2s;
    transition: all .2s;
}
/* n_160913 */
#helpful .inner .block:hover img {
    -webkit-transition: all .2s;
    transition: all .2s;
}
#helpful .inner .block {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#helpful .inner .block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#helpful .inner.helpful_ver2 .block:after {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.27) 100%);
}
#helpful .inner.helpful_ver2 .block:hover:after {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.80) 100%);
}


.introduction #helpful .inner .block01 {
    background-image: url(/images/img_sol_introduction02_on.jpg);
}
.introduction #helpful .inner .block02 {
    background-image: url(/images/img_sol_introduction03_on.jpg);
}
.introduction #helpful .inner .block03 {
    background-image: url(/images/img_sol_introduction04_on.jpg);
}
.introduction #helpful .inner .block04 {
    background-image: url(/images/img_sol_introduction05_on.jpg);
}
.operation #helpful .inner .block01 {
    background-image: url(/images/img_sol_operation02_on.jpg);
}
.operation #helpful .inner .block02 {
    background-image: url(/images/img_sol_operation03_on.jpg);
}
.operation #helpful .inner .block03 {
    background-image: url(/images/img_sol_operation04_on.jpg);
}
.disposal #helpful .inner .block01 {
    background-image: url(/images/img_sol_disposal01_on.jpg);
}
.assist_plus #helpful .inner .block {
    background-image: url(/images/img_assistplus.jpg);
}
.management main #introduction section {
    position: relative;
    display: block;
}
.management main #introduction section:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    background: #c42632;
    z-index: 50;
}
.management #introduction .overlay {
    position: relative;
    width: 100%;
    background: #636466;
    overflow: hidden;
    cursor: pointer;
}
.management #introduction .overlay > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.management #introduction .overlay.hover > img {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #c42632;
}
.management main #introduction .overlay .inner {
    position: relative;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
}
.management main #introduction .overlay.hover .inner {
    color: #000000;
}
.management #introduction .overlay .logo {
    position: relative;
    left: 0;
    right: 0;
    width: 25%;
    margin: auto;
    background: #ffffff;
    border-radius: 50%;
}
.management #introduction .overlay .logo:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.management #introduction .overlay .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: auto;
    margin: auto;
}
.management #introduction .overlay .inner .title {
    font-weight: bold;
    line-height: 1.2;
}
.management #introduction .overlay .btnBox a {
    text-align: center;
}
.management #introduction .overlay.hover .btnBox a,
.management #introduction .overlay.hover .btnBox a:after {
    color: #c42632;
    background: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.data_delete #step .colBox {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.data_delete #step .colBox > div {
    position: relative;
    box-sizing: border-box;
}
.data_delete #step .colBox > div:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    height: 30px;
    background: #c42632;
    border-radius: 50%;
}
.data_delete #step h3 {
    margin: 0;
}
.data_delete #step h3 span {
    font-size: 1.8rem;
}
.data_delete #step p {
    margin: 0 0 1em 0;
}
.data_delete #blancco .logo {
    text-align: center;
    vertical-align: middle;
}
.data_delete #blancco  h3 {
    margin: 50px 0 1em 0;
    background: #f4f4f4;
}
.data_delete main #contact .overlayMenu a:before {
    padding-top: 101%;
}
.data_delete main #contact .overlayMenu li {
    width: 32%;
    margin-left: 2%;
    border-radius: 10px;
}
.data_delete main #contact .overlayMenu li:first-child {
    margin-left: 0;
}
.data_delete main #contact .overlayMenu a {
    border-radius: 10px;
}
.data_delete .price {
    margin-top: 1em;
    background: #f4f4f4;
}
.data_delete .price th {
    padding: 0.5em 0.5em 0.5em 0;
    border-bottom: 2px solid #000000;
}
.data_delete .price tr td {
    padding: 0.5em 0.5em 0.5em 0;
    border-bottom: 1px dotted #dadadb;
}
.data_delete .price tr:last-child td {
    border-bottom: none;
}
.data_delete .price tr th:not(:first-child),
.data_delete .price tr td:not(:first-child) {
    padding: 0.5em 1em;
    border-left: 2px solid #000000;
}
.sample2 li:not(:first-child) {
     color: #0f0;
}
.data_delete main p + ul {
    margin: -1em 0 2em 0;
}
#adobe {
    background: #f4f4f4;
}
.security main * {
    box-sizing: border-box;
}

.security #visual {
    background-color: #f1f1f1;
}
.security #visual .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 538px;
    background-image: url("/images/mv_security.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.security #visual .inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 210px 0 0;
}
.security #visual .primary {
    padding: 40px;
    color: #fff;
    background-color: rgba(0,0,0,.65);
}
.security #visual .primary .title {
    font-size: 1.8rem;
}
.security #visual .primary .copy {
    margin: 10px 0 20px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.38;
}
.security #visual .primary .btnAnchor {
    margin-top: 40px;
}
.security #visual .secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 0;
}
.security #visual .secondary > * {
  margin: 0 10px;
}
.security #visual .secondary p {
  margin-bottom: 0;
}
/*.security #visual .secondary .btnAnchor {
    margin-left: 20px;
}*/

.security #point ul.point {
    margin-top: 10px;
}
.security #point ul.point li {
    position: relative;
    padding: 40px 25px 40px 150px;
}
.security #point ul.point li:not(:last-child) {
    border-bottom: 1px dotted rgba(99,100,102,.2);
}
.security #point ul li .icon {
    position: absolute;
    left: 45px;
    top: 50px;
}
.security #service {
    position: relative;
}
.security #service img {
    max-width: 100%;
}
/*.security #service:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-color: #d8d1cc;
    z-index: -1;
}
.security #service section {
    padding-bottom: 0;
}*/
.security #service ul.point {
  justify-content: center;
    margin-bottom: 40px;
}
.security #service ul.point li {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
}
.security #service ul.point h4 {
  margin: 0 0 15px;
  line-height: 1.75;
}
.security #service ul.point h4.autoLine {
  display: flex;
  align-items: center;
  justify-content: center;
}
.security #feature {
    background-color: #d8d1cc;
}
.security #feature .colBox {
    margin: 50px 0 70px;
}
.security #column .puPerson {
    display: flex;
    margin: 40px 0 80px;
}
.security #column .puPerson .img {
    width: 210px;
}
.security #column .puPerson .text {
    padding: 0 35px;
    flex: 1;
}
.security #column .puPerson .name strong {
    font-size: 1.6rem;
}
.security #column .puPerson .name .dept {
    color: #666;
}
.security #column .puColumn {
    margin-bottom: 45px;
}
.security #column .puColumn li a {
    display: flex;
    color: #000;
    background-color: #e4e4e4;
}
.security #column .puColumn li a:hover {
    color: #c42632;
}
.security #column .puColumn li a .text {
    width: 50%;
    padding: 20px 45px;
    align-self: center;
}
.security #column .puColumn li a .title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: bold;
}
.security #column .puColumn li a .img {
    position: relative;
    width: 50%;
    padding-top: 37.5%;
    overflow: hidden;
}
.security #column .puColumn li a .bgImg {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .3s;
}
.security #column .puColumn li a:hover .bgImg {
    transform: scale(1.1);
}
@media screen and (min-width: 768px) {
    #feature table.layout td {
        vertical-align:top;
    }
    #feature .heading {
        padding-right: 0;
    }
    #flow .base {
        padding: 30px;
    }
    #flow .base ul li {
/*        margin: 50px 0 0 0;*//*160912*/
        margin: 70px 0 0 0;
    }
    #flow .base.row ul li {
        width: 300px;
/*        margin: 0 0 0 50px;*//*160912*/
        margin: 0 0 0 70px;
        box-sizing: border-box;
    }
    #flow .base ul li:before {
        position: absolute;
/*        top: -50px;*//*160912*/
        top: -60px;
        font-size: 50px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #flow .base.row ul li:before {
        top: 50%;
/*        left: -25px;*//*160912*/
        left: -35px;
        -webkit-transform: rotate(0) translate(-50%,-50%);
        transform: rotate(0) translate(-50%,-50%);
    }
    #flow .base > ul > li:first-child ul li,
    #flow .base > ul > li:first-child {
        margin: 0;
    }
    #flow .base ul li.col1of2.left {
        width: 50%;
        border-right: 5px solid #ffffff;
    }
    #flow .base ul li.col1of2.right {
        width: 50%;
        border-left: 5px solid #ffffff;
    }
    #comparison .inner {
        padding: 40px;
    }
    #comparison table tbody tr:first-child th{
        font-size: 2rem;
    }
    #download section {
        width: 740px;
    }
    #download img {
        width: 70%;
        height: auto;
    }
    #example section {
        padding-bottom: 160px;
    }
    #example li:nth-child(even) {
        margin-top: 60px;
    }
    #helpful .inner .block {
        width: 50%;
    }
    #helpful .inner .block.block01 {
    }
    #helpful .inner .block.block02 {
        top: 60px;
    }
    #helpful .inner .block:after {
        background: rgba(0,0,0,0.4);/* n_160912 */
    }
    #helpful .inner .block:hover:after {
        background: rgba(0,0,0,0.45);/* n_160912 */
    }
    .procurement #helpful .inner .block:hover .solve:before,
    .procurement #helpful .inner .block:hover .solve:after {
        color: #f2bb17;
    }
    .introduction #helpful .inner .block:hover .solve:before,
    .introduction #helpful .inner .block:hover .solve:after {
        color: #eb941e;
    }
    .operation #helpful .inner .block:hover .solve:before,
    .operation #helpful .inner .block:hover .solve:after {
        color: #df6b36;
    }
    .disposal #helpful .inner .block:hover .solve:before,
    .disposal #helpful .inner .block:hover .solve:after {
        color: #cf3e27;
    }
    .management #helpful .inner .block:hover .solve:before,
    .management #helpful .inner .block:hover .solve:after {
        color: #c32531;
    }
    .operation #helpful .inner .block.block03 {
        top: -63px;
    }
    .introduction #helpful .inner .block.block04 {
        top: -68px;
    }
    .management main #introduction section:after {
        top: 170px;
        height: 90px;
}
    .management #introduction .overlay .logo {
        top: 50px;
    }
    .management #introduction .overlay .inner {
        padding-bottom: 90px;
        font-size: 2.0rem;
}
    .management #introduction .overlay .inner .title {
        margin: 10% 0 0 0;
        font-size: 3.4rem;
    }
    .management #introduction .overlay .btnBox a {
        padding: 12px 80px 12px 40px;
    }
    .management #introduction .overlay .btnBox a:after {
        font-size: 2.4rem;
        right: 40px;
    }
    #example.case .overlayMenu a .txt {
        transform: translateY(-60%);
    }
    #example.case .overlayMenu a .txt .note {
        font-size: 2.2rem;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .data_delete #step .colBox > div {
        width: 50%;
    }
    .data_delete #step .colBox > div:nth-child(odd) {
        left: 2px;
        margin-right: auto;
        padding: 0 50px 50px 0;
        text-align: right;
        border-right: 3px solid #c42632;
        box-sizing: border-box;
    }
    .data_delete #step .colBox > div:nth-child(even) {
        margin-left: auto;
        padding: 0 0 50px 50px;
        border-left: 3px solid #c42632;
    }
    .data_delete #step .colBox > div:last-child {
        border: none;
    }
    .data_delete #step .colBox > div:nth-child(odd):before {
        right: -17px;
    }
    .data_delete #step .colBox > div:nth-child(even):before {
        left: -17px;
    }
    .data_delete #step .colBox > div:nth-child(even):last-child:before {
        left: -14px;
    }
    .data_delete #step h3 {
        font-size: 2.0rem;
    }
    .data_delete #step h3 span {
        font-size: 1.8rem;
    }
    .data_delete #blancco .colBox > div {
        width: 50%;
    }
    .data_delete #blancco  h3 {
        padding: 0 45px;
        font-size: 1.8rem;
        line-height: 50px;
}
    .data_delete #blancco .colBox,
    .data_delete main .inner {
        padding: 0 45px;
    }
    .data_delete #blancco .colBox.reportEx > div {
        padding: 20px;
        width: auto;
        background: #e8e1dc;
    }
    .data_delete #blancco .colBox.reportEx .exImg {
        position: relative;
    }
    .data_delete #blancco .colBox.reportEx .exImg img {
        position: absolute;
        right: -80px;
        top: 2em;
    }
    .data_delete .price {
        padding: 45px;
    }
    #adobe {
        padding: 45px;
    }
    #adobe .colBox{
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .security #feature .colBox.reverse > *:nth-child(2) {
      order: -1;
    }
}
@media screen and (max-width: 767px) {
    #feature table.layout,
    #feature table.layout td {
        display: block;
    }
    #feature table td p {
        margin-bottom: 1em;
    }
    #feature table td.txtR {
        text-align: center !important;
    }
    #feature img {
        width: 100%;
        height: auto;
    }
    #flow .base {
        padding: 20px;
    }
    #flow .base.row ul {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #flow .base ul li {
/*        margin-top: 40px;*//*160912*/
        margin-top: 60px;
    }
    #flow .base.row ul li {
        width: 100%;
/*        margin-top: 40px;*//*160912*/
        margin-top: 60px;
    }
    #flow .base ul li:before,
    #flow .base.row ul li:before {
        position: absolute;
/*        top: -40px;*//*160912*/
        top: -50px;
        font-size: 40px;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #flow .base ul li.col1of2.left {
        width: 50%;
        border-right: 5px solid #ffffff;
    }
    #flow .base ul li.col1of2.right {
        width: 50%;
        border-left: 5px solid #ffffff;
    }
    #comparison .inner {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }    
    #helpful .inner .block {
      pointer-events: none;
    }
    #helpful .inner .block:after {
        background: rgba(0,0,0,0.5);
    }
    #helpful .inner .block img {
        display: none;
    }
    #helpful .inner .block .solve,
    #helpful .inner .block .solve .comment li {
        color: #ffffff;
    }
    .procurement #helpful .inner .block .solve:before,
    .procurement #helpful .inner .block .solve:after {
        color: #f2bb17;
    }
    .introduction #helpful .inner .block .solve:before,
    .introduction #helpful .inner .block .solve:after {
        color: #eb941e;
    }
    .operation #helpful .inner .block .solve:before,
    .operation #helpful .inner .block .solve:after {
        color: #df6b36;
    }
    .disposal #helpful .inner .block .solve:before,
    .disposal #helpful .inner .block .solve:after {
        color: #cf3e27;
    }
    .management #helpful .inner .block .solve:before,
    .management #helpful .inner .block .solve:after {
        color: #c32531;
    }

    .management #example .overlayMenu a .txt {
         top: 30%;
    }
    .assist_plus #example .overlayMenu a .txt {
         top: 30%;
    }
/* 171109 */
    .management main #introduction section:after {
        top: 105px;
        height: 50px;
    }
    .management #introduction .overlay .logo {
        top: 15px;
        width: 15%;
    }
    .management #introduction .overlay .inner {
        padding: 0 0 2.5em 0;
    }
    .management #introduction .overlay .inner .title {
        margin: 2em 0 0.5em 0;
        font-size: 3.5vw;
    }
    .management #introduction .overlay .inner .caption {
        margin: 0;
        font-size: 3vw;
        line-height: 1.6;
    }
    .management #introduction .overlay .btnBox {
        margin-top: 1.5em;
    }
    .management #introduction .overlay .btnBox a {
        display: inline-block;
        font-size: 3vw;
        padding: 8px 40px 8px 40px;
    }
    .management #introduction .overlay .btnBox a:after {
        font-size: 2.8vw;
        position:static;
        margin-left: 1em;

        line-height: 1.1;
        vertical-align: top;
    }
    .data_delete #step .colBox > div:nth-child(odd),
    .data_delete #step .colBox > div:nth-child(even) {
        margin-right: auto;
        padding: 0 0 30px 30px;
        border-left: 3px solid #c42632;
    }
    .data_delete #step .colBox > div:last-child {
        border: none;
    }
    .data_delete #step .colBox > div:nth-child(odd):before,
    .data_delete #step .colBox > div:nth-child(even):before {
        left: -17px;
    }
    .data_delete #step .colBox > div:nth-child(even):last-child:before {
        left: -14px;
    }
    .data_delete #step h3 {
        font-size: 3.8vw;
    }
    .data_delete #step h3 span {
        font-size: 3.5vw;
    }
    .data_delete #blancco .colBox > div {
        margin: 0 0 30px 0;
    }
    .data_delete #blancco h3 {
        padding: 10px 20px;
        margin-left: -20px;
        margin-right: -20px;
        font-size: 3.8vw;
        line-height: 1.6;
}
    .data_delete #blancco .colBox.reportEx {
        margin-top: 1em;
    }
    .data_delete #blancco .colBox.reportEx div {
        margin: 0;
    }
    .data_delete #blancco .colBox,
    .data_delete main .inner {
        padding: 0 20px;
    }
    .data_delete .price {
        padding: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .data_delete main #contact .overlayMenu li {
        width: 100%;
        margin: 0 0 1em 0;
    }
    .data_delete main #contact .overlayMenu a {
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .data_delete main #contact .overlayMenu a:before {
        padding-top: 0;
    }
    .data_delete main #contact .overlayMenu a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 20px;
    }
    .data_delete main #contact .overlayMenu a .txt {
        position: static;
        display: block;
        padding: 0 40px 0 0;
        font-size: 3vw;
        text-align: left;
        transform: translateY(0);
    }
    #adobe {
        padding: 20px;
    }
    #adobe .colBox > div:first-child {
        margin: 0 0 1em 0;
    }
    .security #visual .img {
        position: relative;
        height: 72.4vw;
        background-position: right 5% center;
    }
    .security #visual .inner {
        width: auto;
        margin: 0 auto;
        padding: 0 20px;
    }
    .security #visual .primary {
        margin-top: -90px;
        padding: 20px 20px 30px;
    }
    .security #visual .primary .copy {
        margin: 10px 0 20px;
        font-size: 2.6rem;
    }
    .security #visual .primary .btnAnchor {
        margin-top: 20px;
    }
    .security #visual .primary .btnAnchor a {
        width: 100%;
    }
    .security #visual .secondary {
        display: block;
        padding: 45px 0;
        text-align: center;
    }
    .security #visual .secondary > * {
        margin: 20px 0 0;
    }
    .security #visual .secondary > *:first-child {
        margin: 0;
    }
    /*.security #visual .secondary .btnAnchor {
        margin: 20px 0 0;
        text-align: center;
    }
    .security #visual .secondary .btnAnchor a {
        width: 240px;
    }*/
    .security #visual .secondary .btnAnchor a,
    .security #visual .secondary .btnBox a {
        width: 100%;
    }
    .security .colBox > * {
        margin-bottom: 15px;
    }
    .security #point ul.point li {
        padding: 20px;
    }
    .security #point ul.point li > * {
        margin-bottom: 10px;
    }
    .security #point ul li .icon {
        position: static;
        text-align: center;
    }
    /*.security #service:before {
        height: 80px;
    }*/
    .security #service ul.point {
        /*justify-content: center;*/
        margin-bottom: 20px;
    }
    .security #service ul.point li {
        width: 50%;
    }
    .security #feature .colBox {
        margin: 30px 0 40px;
    }
    .security #column .puPerson {
        display: block;
        margin: 20px 0 40px;
    }
    .security #column .puPerson .text {
        margin-top: 10px;
        padding: 0;
    }
    .security #column .puColumn {
        margin-bottom: 30px;
    }
    .security #column .puColumn li {
        padding: 0 10px;
    }
    .security #column .puColumn li a {
        flex-direction: column;
    }
    .security #column .puColumn li a .text {
        width: 100%;
        padding: 35px 20px;
    }
    .security #column .puColumn li a .title {
        font-size: 1.6rem;
    }
    .security #column .puColumn li a .img {
        width: 100%;
        padding-top: 57.3%;
        order: -1;
    }
    .security #column .puColumn li a .bgImg {
        padding-top: 57.3%;
    }
}
/* page icons
-------------------------------------------------*/
.procurement .panel dt.service01:before {
    content: "\e90d";
}
.assist_plus .procurement .panel dt.service01:before,
.procurement .panel dt.service02:before {
    content: "\e90e";
}
.procurement .panel dt.service03:before {
    content: "\e90f";
}
.introduction .panel dt.service01:before {
    content: "\e910";
}
.introduction .panel dt.service02:before {
    content: "\e911";
}
.assist_plus .introduction .panel dt.service01:before,
.introduction .panel dt.service03:before {
    content: "\e912";
}
.introduction .panel dt.service04:before {
    content: "\e913";
}
.introduction .panel dt.service05:before {
    content: "\e914";
}
.assist_plus .introduction .panel dt.service02:before,
.introduction .panel dt.service06:before {
    content: "\e915";
}
.introduction .panel dt.service07:before {
    content: "\e916";
}
.introduction .panel dt.service08:before {
    content: "\e917";
}
.operation .panel dt.service01:before {
    content: "\e918";
}
.assist_plus .operation .panel dt.service01:before,
.operation .panel dt.service02:before {
    content: "\e919";
}
.operation .panel dt.service03:before {
    content: "\e91a";
}
.operation .panel dt.service04:before {
    content: "\e91b";
}
.operation .panel dt.service05:before {
    content: "\e91c";
}
.assist_plus .management .panel dt.service01:before {
    content: "\e92b";
}
.assist_plus .disposal .panel dt.service01:before,
.disposal .panel dt.service01:before {
    content: "\e927";
}
.assist_plus .disposal .panel dt.service02:before,
.disposal .panel dt.service02:before {
    content: "";
    background: #efeff0 url(../images/icon_disposal02.png) no-repeat;
    background-size: contain;
}
.assist_plus .disposal .panel dt.service02.active:before,
.assist_plus .disposal .panel dt.service02:hover:before,
.disposal .panel dt.service02.active:before,
.disposal .panel dt.service02:hover:before {
    background: #ffffff url(../images/icon_disposal02o.png) no-repeat;
    background-size: contain;
}
.disposal .panel dt.service03:before {
    content: "\e929";
}
.disposal .panel dt.service04:before {
    content: "\e92a";
}
/* page colors
-------------------------------------------------*/
.procurement #flow .base ul li span,
.procurement #comparison table thead tr th:nth-of-type(2),
.procurement #comparison table tbody tr td:nth-of-type(1) {
    background: #f2bb17;
}
.procurement #flow .base ul li:before {
    color: #f2bb17;
}
.introduction #flow .base ul li span,
.introduction #comparison table thead tr th:nth-of-type(2),
.introduction #comparison table tbody tr td:nth-of-type(1) {
    background: #eb941e;
}
.introduction #flow .base ul li:before {
    color: #eb941e;
}
.operation #flow .base ul li span,
.operation #comparison table thead tr th:nth-of-type(2),
.operation #comparison table tbody tr td:nth-of-type(1) {
    background: #df6b36;
}
.operation #flow .base ul li:before {
    color: #df6b36;
}
.disposal #flow .base ul li span,
.disposal #comparison table thead tr th:nth-of-type(2),
.disposal #comparison table tbody tr td:nth-of-type(1) {
    background: #cf3e27;
}
.disposal #flow .base ul li:before {
    color: #cf3e27;
}
.management #flow .base ul li span,
.management #comparison table thead tr th:nth-of-type(2),
.management #comparison table tbody tr td:nth-of-type(1) {
    background: #c32531;
}
.management #flow .base ul li:before {
    color: #c32531;
}
#feature table.layout td.imgMap {

    background-position: right top;
    background-repeat: no-repeat;
}
.procurement #feature table.layout td.imgMap {
    background-image: url(/images/img_sol_procurement01.png);
}
.introduction #feature table.layout td.imgMap {
    background-image: url(/images/img_sol_introduction01.png);
}
.operation #feature table.layout td.imgMap {
    background-image: url(/images/img_sol_operation01.png);
}
.disposal #feature table.layout td.imgMap {
    background-image: url(/images/img_sol_disposal01.png);
}
.management #feature table.layout td.imgMap {
    background-image: url(/images/img_sol_management01.png);
}
area {
    border:none;
    outline:none;
}
@media screen and (max-width: 767px) {
    #feature table.layout td.imgMap {
        background-size: 100% auto;
    }
    #example.case .overlayMenu a .txt {
        top: auto;
        bottom: calc(15% + 32px);
        transform: translateY(0);
    }
}
  
/* add 202001
-------------------------------------------------*/
.security #service h3:not(:first-of-type) {
  margin-top: 85px;
}
.panel.panelService img {
  width: auto;
}
/*.panel.panelService img[width="110"] {
  width: 110px;
}*/
.panel.panelService dt {
  display: flex;
  align-items: center;
  height: 140px;
  padding: 20px 140px 20px 40px;
  line-height: 1.6;
}
.panel.panelService dt img {
  display: inline-block;
  margin-right: 25px;
}
.panel.panelService dt strong {
  font-size: 2.4rem;
}
.panel.panelService dt strong .sub {
  display: inline-block;
  font-size: 0.75em;
}
.panel.panelService dt:before {
  content: none;
}
.panel.panelService dd {
  padding: 40px 150px
}
.panel.panelService dd h4 {
  margin: 0 0 15px;
  font-size: 2rem;
}
.panel.panelService dd h4:not(:first-of-type) {
  margin-top: 60px;
}
.panel.panelService dd h5 {
  margin: 55px 0 10px;
  font-size: 1.6rem;
}
.panel.panelService dd h4 + h5 {
  margin-top: 20px;
}
.panel.panelService dd .btnBox {
  margin-top: 35px;
}
.panel.panelService dd .btnBox img {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.panel.panelService .txtBox {
  margin: 55px -45px 0;
  padding: 40px;
}
.panel.panelService dd .txtBox h5 {
  margin-top: 30px;
  color: #c32531;
}
.panel.panelService dd .txtBox h4 + h5 {
  margin-top: 15px;
}

#feature h3.num {
  display: flex;
  line-height: 1.6;
}
#feature h3.num span {
  padding-right: .5em;
}

.tooltip {
  position: relative; 
}
.tooltip .itemWrap {
	position: absolute;
  display: none;
	left: 50%;
	top: 0;
  padding-top: 90px;
	width: 254px;
  font-size: 1.4rem;
  line-height: 1.7;
  z-index: 1;
  transform: translateX(-50%);
  pointer-events: none;
}
.tooltip .item {
  position: relative;
	border-radius: 5px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.tooltip .item:before {
	content: "";
	position: absolute;
	width: 60px;
  height: 30px;
	top: -7px;
  left: calc(50% + 12px);
	background-color: #e8e1dc;
	box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
	transform: translateX(-50%) rotate(45deg) skew(-10deg,-10deg);
}
.tooltip .item ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 18px;
	background-color: #e8e1dc;
	border-radius: 5px;
}
.tooltip .item ul li {
  margin: 0;
  padding: 0;
  text-align: left;
}
.tooltip .item ul a {
  display: block;
  padding: 3px 0;
  color: #000;
}
.tooltip .item ul a:hover {
  color: #c42632;
}

.panelCard {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  overflow: hidden;
}
.panelCard .item {
  position: relative;
  width: calc(50% - 24px);
  margin: 0 12px 24px;
  padding: 35px 40px 80px;
  background-color: #ececed;
}
.panelCard .title {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.panelCard .title h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  flex: 1;
}
.panelCard .title h3 .kana {
  display: block;
  margin-top: 2px;
  color: #636466;
  font-size: 1.2rem;
}
.panelCard .title .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100px;
  margin: 0 0 0 25px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.panelCard .item .summary + .linkArrow {
  margin-top: -20px;
}
.panelCard .item .linkArrow {
  margin: 0;
}
.panelCard .item .linkArrow a {
  color: #000;
}
.panelCard .title .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.panelCard .item .linkArrow a:after,
.panelCard .item .linkArrow a:hover {
  color: #c42632
}
.panelCard .item .linkArrow a[target="_blank"]:after {
  content: "\e925";
  font-weight: normal;
}
.panelCard .item .linkArrow.linkDetail {
  position: absolute;
  right: 40px;
  bottom: 40px;
}


@media screen and (min-width: 768px) {
  .panel.panelService dd {
    padding: 40px 150px
  }
  .panel.panelService .area-wide {
    margin-left: -45px;
    margin-right: -45px;
  }
  .security #visual .secondary .btnBox a,
  .security #visual .secondary .btnAnchor a {
    padding: 22px 40px 22px 20px;
    border: none;
  }
  .security #visual .secondary .btnBox a:after {
    top: calc(50% - 11px);
  }
  .panelCard .item {
    min-height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .security #visual .secondary .btnBox a,
  .security #visual .secondary .btnAnchor a {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .tooltip .itemWrap {
    display: none !important;
  }
  .security #service h3:not(:first-of-type) {
    margin-top: 50px;
  }
  .panel.panelService dt {
    display: block;
    height: auto;
    padding: 20px 10vw 20px 20px;
  }
  .panel.panelService dt img {
    display: block;
    max-width: 150px;
    margin: 0 0 5px;
  }
  .panel.panelService dt strong {
    font-size: 1.8rem;
  }
  .panel.panelService dd {
    padding: 20px;
  }
  .panel.panelService dd h4:not(:first-of-type) {
    margin-top: 40px;
  }
  .panel.panelService .txtBox {
    margin: 30px -20px 0;
    padding: 20px;
  }
  .panelCard .item {
    width: calc(100% - 24px);
  }
  .panelCard .item {
    padding: 15px 20px;
  }
  .panelCard .item .linkArrow.linkDetail {
    position: static;
    margin-top: 20px;
    text-align: right;
  }
}

@media screen and (max-width: 480px) {
  .panelCard .title {
    display: block;
  }
  .panelCard .title .logo {
    margin: 10px 0 0;
  }
}


/*---------------------------------------------
	solution index 2023/08
  ---------------------------------------------*/
.pclcm-task {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}
.pclcm-task:before,
.pclcm-task:after {
  content: "";
  position: absolute;
  background-color: #fafafa;
}
.pclcm-task:before {
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.pclcm-task:after {
  width: 200px;
  height: 32px;
  left: calc(50% - 100px);
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pclcm-task .task-body {
  position: relative;
  width: 612px;
  padding: 0 80px 30px 0;
  line-height: 1.7;
  box-sizing: border-box;
}
.pclcm-task .task-body:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 165px;
  height: 109px;
  background: url("/images/top/img_task.svg") no-repeat center;
  background-size: contain;
}
.pclcm-task .task-body h4 {
  margin-bottom: 20px;
}
.pclcm-feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1038px;
  margin: -70px auto 50px;
}
.pclcm-feature .lifecycle-set {
  position: relative;
  width: 388px;
}
.lifecycle-set img {
  max-width: 100%;
}
.lifecycle-set a.solution-icon-circle {
  position: absolute;
  width: 27.06%;
  background-position: 50% 35%;
}
.lifecycle-set a.solution-icon-circle.procurement {
  left: 10.309%;
  top: 9.7938%;
}
.lifecycle-set a.solution-icon-circle.introduction {
  left: 63.666%;
  top: 10.56%;
}
.lifecycle-set a.solution-icon-circle.operation {
  left: 62.628%;
  top: 63.4%;
}
.lifecycle-set a.solution-icon-circle.management {
  width: 39.948%;
  left: 30.16%;
  top: 29.6%;
  background-position: 50% 50%;
  background-size: 54% auto;
}
.lifecycle-set a.solution-icon-circle.disposal {
  left: 10.309%;
  top: 62.629%;
}
.pclcm-feature .feature-body {
  width: 586px;
  padding-top: 120px;
}
.pclcm-feature .feature-body .catch {
  margin: 0 0 1em;
  color: #C42632;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.pclcm-feature .feature-body .btnBox {
  justify-content: flex-end;
  margin-top: 30px;
}

.service-menu {
  position: relative;
  padding: 0 25px;
}
.service-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: calc(100% - 120px - 65px);
  background-color: #FAFAFA;
  z-index: -1;
}
.service-menu.menu2nd {
  margin-bottom: 100px;
}
.service-menu.menu2nd:before {
  height: calc(100% - 120px + 65px);
}
.service-menu .menu-item {
  padding: 55px 0 0 30px;
}
.service-menu .menu-item a {
  position: relative;
  display: flex;
  min-height: 220px;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.service-menu .menu-item a:before {
  content: "";
  position: absolute;
  display: block;
  left: -30px;
  top: -30px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.service-menu .menu-item a:after {
  content: "\e92c";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 30px;
  bottom: 30px;
  color: #C42632;
  font-size: 2.6rem;
  line-height: 1;
}
.service-menu .menu-item .solution-icon-circle {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 80px;
  z-index: 1;
}
.service-menu .menu-item .img {
  width: 28.2%;
  border-radius: 6px 0 0 6px;
  overflow: clip;
}
.service-menu .menu-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-menu .menu-item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 71.8%;
  padding: 32px 78px 32px 44px;
  box-sizing: border-box;
}
.service-menu .menu-item h5 {
  margin: 0 0 1em;
  font-size: 1.8rem;
  line-height: 1.7;
}
.service-menu .menu-item .service-desc {
  color: #C42632;
  font-size: 1.3rem;
  font-weight: bold;
}
.service-menu .menu-item a:hover {
  color: #C42632;
}
.service-menu .menu-item a:hover:after {
  content: "\e904";
}
.service-menu .menu-item a:hover .img img {
  transform: scale(1.04);
}

.service-menu + h3 {
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .pclcm-task {
    flex-direction: column;
    padding: 30px 0 20px;
  }
  .pclcm-task:after {
    width: 140px;
    height: 36px;
    left: calc(50% - 70px);
    bottom: -35px;
  }
  .pclcm-task .task-body {
    width: 100%;
    padding: 0 0 90px;
  }
  .pclcm-task .task-body:after {
    right: 0;
    bottom: 0;
    width: 129px;
    height: 84px;
  }
  .pclcm-feature {
    flex-direction: column;
    margin: 65px 0 100px;
  }
  .pclcm-feature .lifecycle-set {
    width: 100%;
    max-width: 388px;
    margin: 0 auto;
  }
  .pclcm-feature .feature-body {
    width: 100%;
    padding-top: 30px;
  }
  .pclcm-feature .feature-body .catch {
    font-size: 2.4rem;
  }
  .pclcm-feature .feature-body .btnBox {
    justify-content: center;
    margin-top: 40px;
  }
  
  .service-menu-container {
    margin: 0 -20px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: clip;
  }
  .service-menu {
    padding: 0 20px 50px 0;
  }
  .service-menu:before {
    top: 200px;
    left: -20px;
    width: calc(100% + 20px);
    height: 200%;
  }
  .service-menu.menu2nd {
    margin-bottom: 0;
  }
  .service-menu.menu2nd:before {
    content: none;
  }
  .service-menu .menu-item {
    padding: 45px 0 0 20px;
    font-size: 1.4rem;
  }
  .service-menu .menu-item a {
    flex-direction: column;
  }
  .service-menu .menu-item a:after {
    right: 24px;
    bottom: 24px;
  }
  .service-menu .menu-item a:before,
  .service-menu .menu-item .solution-icon-circle {
    left: -20px;
    top: -25px;
  }
  .service-menu .menu-item .img {
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
  .service-menu .menu-item .txt {
    width: 100%;
    padding: 30px 20px 60px;
  }
  .service-menu .menu-item p {
    margin-bottom: 1em;
  }
  .service-menu .menu-item .service-desc {
    margin: 0;
    font-size: 1.2rem;
  }
}

.fig-dreams_db {
  position: relative;
  margin: 30px 0 0;
  text-align: center;
}
.fig-dreams_db:before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 545px;
  background-color: #efeff0;
  z-index: -1;
}
.fig-dreams_db img {
  width: 100%;
}
.point-dreams_db {
  display: flex;
  gap:32px;
  margin: 24px 0 0;
}
.point-dreams_db .point-body {
  flex: 1;
}
.point-dreams_db .point-img {
  width: 56.45%;
}
.point-dreams_db .point-img img {
  width: 100%;
}
main .point-dreams_db h5 {
  margin-bottom: 4px;
  color: #C42632;
  font-size: 2rem;
}
.panel dd .label {
  margin-bottom: 10px;
  line-height: 1.5;
}
.panel dd .label span {
  display: inline-block;
  padding: 4px 10px 2px;
  color: #fff;
  background-color: #C42632;
}

.management .panel .service01_01:before {
  background-image: url("../../images/solution/icon_mgmt_panel01_01.svg");
}
.management .panel .service01_02:before {
  background-image: url("../../images/solution/icon_mgmt_panel01_02.svg");
}
.management .panel .service02_01:before {
  background-image: url("../../images/solution/icon_mgmt_panel02_01.svg");
}

.management .panel .service01_01.active:before,
.management .panel .service01_01:hover:before  {
  background-image: url("../../images/solution/icon_mgmt_panel01_01_on.svg");
}
.management .panel .service01_02.active:before,
.management .panel .service01_02:hover:before  {
  background-image: url("../../images/solution/icon_mgmt_panel01_02_on.svg");
}
.management .panel .service02_01.active:before,
.management .panel .service02_01:hover:before  {
  background-image: url("../../images/solution/icon_mgmt_panel02_01_on.svg");
}
.management #helpful .inner .block01 {
    background-image: url("../../images/solution/mgmt_helpful_01_on.jpg");
}
.management #helpful .inner .block02 {
    background-image: url("../../images/solution/mgmt_helpful_02_on.jpg");
}
.management #helpful .inner .block03 {
    background-image: url("../../images/solution/mgmt_helpful_03_on.jpg");
}

@media screen and (min-width: 768px) {
  .txt-dreams_db {
    padding-left: 45px;
  }
  .management #helpful .inner {
    margin-bottom: 60px;
  }
  .management #helpful .inner .block.block02 {
    top: 150px;
  }
  .management #helpful .inner .block03 {
    margin-top: -64px;
  }
}


@media screen and (max-width: 767px) {
  .fig-dreams_db {
    margin: 30px -20px;
  }
  .fig-dreams_db:before {
    content: none;
  }
  .point-dreams_db {
    flex-direction: column;
  }
  .point-dreams_db .point-img {
    width: auto;
  }
}
