/*メイン画像
-------------------------*/
#mainPic{
    width: 100%;
    height: 320px;
    text-align: center;
    position: relative;
}
#mainPic img{
    width:100%;
    height: 320px;
    position: absolute;
    left: 0;
}
.shade{
    width: 100%;
    height: 320px;
    background-color: #000;
    position: absolute;
    z-index: 100;
    opacity: 0.3;
}
.picText{
    color: white;
    position: absolute;
    left: 50%;
    z-index: 101;
    
    top: 50%;
    transform: translate(-50%,-50%);
}
.picText h2{
    font-weight:900;
    margin: 10px auto;
}
.picText b{
    display: block;
    text-align: center;
    width: 22px;
    border-top:3px solid white;
    margin: 10px 0 10px 218px;
}
.picText p{
    font-size: 18px;
    margin: 10px auto;
}


/*コンテンツ 共通
-------------------------*/
main{
    
}
main img {
    max-width: 100%;
}
.bodyPic{

}
.bodyPicText{
    width: 1000px;
    position: relative;
    z-index: 100;
}
.bodyPicText p{
    font-size: 16px;
    
}
.bodyPicText b {
    display: block;
    font-size: 18px;
    margin-top: 30px;
    text-indent: 2em;
}

[class*="contents0"] {
    padding: 70px 0;
    width: 1000px;
    margin: 0 auto;
}
[class*="contents0"] h2 {
    font-weight: 600;
    margin: 0 0 40px;
    line-height: 1.4;
}
[class*="contents0"] h3 {
    border-left: 10px solid #eaab51;
    padding: 5px 0 5px 15px;
    margin-bottom: 25px;
}

[class*="contents0"] h4 {
    margin: 0 0 15px;
    font-weight: bold;
}

[class*="contents0"] .img-box {
    display: flex;
    justify-content: center;
}

[class*="contents0"] .img-box .img {
    flex: 0 0 45%;
    margin-right: 3%;
    
}

[class*="contents0"] .img-box p {
    line-height: 1.6;
    
}
.bg-color {
    background: #eee;
    
}


/*  systemIntegration contents02
-------------------------*/
.systemIntegration .contents02 .flow-list .flow-item {
    display: flex;
    margin-bottom: 80px;
    position: relative;
}

.systemIntegration .contents02 .flow-list .flow-item::before{
    content: "";
    position: absolute;
    left: 40px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-top: 20px solid #747ab8;
    bottom: -90px;
}
.systemIntegration .contents02 .flow-list .flow-item::after{
    content: "";
    position: absolute;
    width: 10px;
    height: calc(100% - 80px);
    background: #747ab8;
    left: 55px;
    bottom: -50px;
}

.systemIntegration .contents02 .flow-list .flow-item:last-child::before,
.systemIntegration .contents02 .flow-list .flow-item:last-child::after {
    display: none;
}


.systemIntegration .contents02 .flow-list .flow-item:last-child {
    margin-bottom: 0;
}
.systemIntegration .contents02 .flow-list .flow-item .txt {
    margin-top: 20px;
}
.systemIntegration .contents02 .flow-list .flow-item .ico {
    flex: 0 0 120px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.systemIntegration .contents02 .flow-list .flow-item .ico img {
    display: none;
}

.systemIntegration .contents02 .flow-list .flow-item .ico span {
    display: block;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-weight: bold;
    font-size: 17px;
    background: #4a7ab8;
    color: #fff;
}



/* systemIntegration contents03
-------------------------*/
.systemIntegration .contents03 .img-box {
    margin-bottom: 50px;
}

.systemIntegration .contents03 .img-box .img {
    flex: 0 0 25%;
}




/* erpSolution contents02
-------------------------*/
.erpSolution .contents02 h3 {
    margin-bottom: 50px;
}
.erpSolution .contents02 .contents-list {
    display: flex;
    justify-content: center;
}

.erpSolution .contents02 .contents-list .list-item {
    margin: 0 15px;
}

.erpSolution .contents02 .contents-list .list-item .catch {
    text-align: center;
    border-bottom: 1px solid #4a7ab8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.erpSolution .contents02 .contents-list .list-item .catch span {
    color: #4a7ab8;
    font-size: 18px;
    font-weight: bold;
}
.erpSolution .contents02 .contents-list .list-item .txt p {
    font-size: 14px;
    line-height: 1.6;
}



/* erpSolution contents03
-------------------------*/
.erpSolution .contents03 {
    padding-bottom: 110px;
}

.erpSolution .contents03 h4 {
    position: relative;
    padding-left: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}
.erpSolution .contents03 h4::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #4a7ab8;
    left: 0;
}

.erpSolution .contents03 h4 + p {
    margin-bottom: 30px;
}

.erpSolution .contents03 .flex-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.erpSolution .contents03 .flex-box.txt .flex-item {
    flex: 0 0 50%;
    margin: 0;
}
.erpSolution .contents03 .flex-box.img {
    margin: 0 -15px;
}
.erpSolution .contents03 .flex-box.img .flex-item {
    flex: 0 0 22%;
    margin: 0 15px;
}

.erpSolution .contents03 .flex-box .flex-item img {
    max-width: 100%;
    border: 1px solid #ddd;
}


