/**************************************************************************************************************

    仕事内容 / Service

**************************************************************************************************************/

@media screen and (max-width:639px){
    
    
    
    #FlowBox{
        padding: 0 0 0 0;
    }

    #FlowBox #FlowBoxInner{
        background-color: #ffffff;
        margin: 30px auto 30px auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }
    
    #FlowBox #FlowBoxInner .text{
        text-align: center;
        margin-bottom: 25px;
        font-size: 12px;
    }
    


.step-list__line {}
.step-list__line:first-child {}
.step-list__cell {
    padding-left: 5px;
  padding-right: 10px;
  vertical-align: top;
}
.step-list__down--blue .step-list__rect {
  background-color: #3498db;
}
.step-list__down--blue .step-list__tri {
  border-top: 15px solid #3498db;
}
.step-list__down--red .step-list__rect {
  background-color: #c0392b;
}
.step-list__down--red .step-list__tri {
  border-top: 30px solid #c0392b;
}
.step-list__down--yellow .step-list__rect {
  background-color: #f39c12;
}
.step-list__down--yellow .step-list__tri {
  border-top: 15px solid #f39c12;
}
.step-list__rect {
  width: 30px;
  min-height: 100px;
  background-color: #3498db;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.step-list__tri {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 20px solid #3498db;
}
.step-list__heading {
  font-size: 14px;
  font-weight: bold;
}
.step-list__text {
  font-size: 12px;
    line-height: 18px;
  margin-bottom: 10px;
}


    
    
}




@media screen and (min-width:640px){
    
    #FlowBox{
        padding: 0 0 0 0;
    }

    #FlowBox #FlowBoxInner{
        width: 780px;
        background-color: #ffffff;
        margin: 30px auto 30px auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }
    
    #FlowBox #FlowBoxInner .text{
        text-align: center;
        margin-bottom: 25px;
    }
    



.title-big{
    padding: 30px;
    margin-right: 10px;
}

.title-big span{
    display: block;
    width: 12px;
}















.step-list__line {}
.step-list__line:first-child {}
.step-list__cell {
  padding-right: 20px;
  vertical-align: top;
}
.step-list__down--blue .step-list__rect {
  background-color: #3498db;
}
.step-list__down--blue .step-list__tri {
  border-top: 30px solid #3498db;
}
.step-list__down--red .step-list__rect {
  background-color: #c0392b;
}
.step-list__down--red .step-list__tri {
  border-top: 30px solid #c0392b;
}
.step-list__down--yellow .step-list__rect {
  background-color: #f39c12;
}
.step-list__down--yellow .step-list__tri {
  border-top: 15px solid #f39c12;
}
.step-list__rect {
  width: 50px;
  min-height: 100px;
  background-color: #3498db;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.step-list__tri {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 30px solid #3498db;
}
.step-list__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step-list__text {
  font-size: 14px;
  margin-bottom: 20px;
}





}







