@charset "utf-8";

/*solution/intramart/work/index.html用css*/
/*solution/intramart/work/case_XX用css*/

/*solution/intramart/work/index.html用*/
.section-collection {
    padding: 0 0 110px;
}

.explanation,.list-number {
   margin: 50px 0; 
}
.section-collection .block-flex {
   display: flex;
   justify-content: space-between; 
}
.col-2 .block {
   flex: 0 1 48.33%; 
}
.list-flex {
    display: flex;
    justify-content: space-between;
    }

.list-flex .list-number {
    flex: 0 1 50%;
    }

.list-number {
     margin-left: 20px;
    }
.list-number .list-number-top {
    font-weight: bold;
}

.section-caselist .btn-container {
    width: 400px;
    margin: auto;
}

.section-caselist .btn-container .btn-contact {
    display: block;
    line-height: 60px;
    border-radius: 8px;
    background: #004499;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.section-caselist .btn-container .btn-contact:after {
    display: block;
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transition: 0.2s linear;
}

@media screen and (max-width: 768px) {
    .section-collection .block-flex {
        display: block;
    }
    .col-2 .block:first-child {
        margin-bottom: 35px; 
    }
    .list-flex {
        display: block;
    }
    .section-caselist .btn-container {
         width: 100%;
         margin: auto;
    }
}

@media screen and (max-width: 370px) {
    .section-caselist .btn-container .btn-contact:after {
         display: none;
    }
}


/*solution/intramart/work/case_XX用*/
.m-section-pagetitle .pagetitle-work {
  background-image: url(/solution/intramart/work/img/img-pagetitle.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .m-section-pagetitle .pagetitle-work {
    background-image: url(/solution/intramart/work/img/img-pagetitle-sp.jpg);
    height: 100px;
    font-size: 24px;
    }
  }


