/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1025px), print {
  .sec__mh {
    background: url(../../imgs/business/mv.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .business__con {
    width: 900px;
    margin: 0 auto;
  }
  .business__con-1 {
    margin-top: 80px;
  }
  .business__con-1__clm {
    overflow: hidden;
  }
  .business__con-1__clm_img {
    width: 400px;
    float: left;
  }
  .business__con-1__clm_img > img {
    width: 100%;
  }
  .business__con-1__clm_txt {
    width: 470px;
    float: right;
  }
  .business__con-1__flow {
    margin: 50px 0;
  }
  .business__con-1__flow_list {
    overflow: hidden;
  }
  .business__con-1__flow_list > li {
    float: left;
    width: 190px;
  }
  .business__con-1__flow_list > li + li {
    margin-left: 46px;
    position: relative;
  }
  .business__con-1__flow_list > li + li::before {
    font-family: "icomoon";
    content: "\e902";
    color: #CBCBCB;
    font-size: 19px;
    position: absolute;
    top: 45px;
    left: -31px;
    font-weight: 600;
  }
  .business__con-1__flow_list > li:nth-of-type(1) .img img {
    width: 46px;
  }
  .business__con-1__flow_list > li:nth-of-type(2) .img img {
    width: 60px;
  }
  .business__con-1__flow_list > li:nth-of-type(3) .img img {
    width: 53px;
  }
  .business__con-1__flow_list > li:nth-of-type(4) .img img {
    width: 47px;
  }
  .business__con-1__flow_list_item .img {
    background: #F1F9F4;
    text-align: center;
    position: relative;
    height: 120px;
  }
  .business__con-1__flow_list_item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
         transform: translateY(-50%) translateX(-50%);
  }
  .business__con-1__flow_list_item .img > span {
    background: #06A139;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: center;
    padding: 6px 0 8px;
  }
  .business__con-1__flow_list_item .tt {
    text-align: center;
    font-weight: 600;
    color: #06A139;
    font-size: 16px;
    line-height: 1;
    margin: 20px 0 17px;
  }
  .business__con-2 {
    margin: 80px 0 0;
    padding: 70px 0 80px;
    background: #F4F4F4;
  }
  .business__con-2__clm {
    overflow: hidden;
  }
  .business__con-2__clm_img {
    width: 400px;
    float: left;
  }
  .business__con-2__clm_img > img {
    width: 100%;
  }
  .business__con-2__clm_txt {
    width: 470px;
    float: right;
  }
  .business__con-3 {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .business__con-3__clm {
    overflow: hidden;
  }
  .business__con-3__clm_img {
    width: 400px;
    float: left;
  }
  .business__con-3__clm_img > img {
    width: 100%;
  }
  .business__con-3__clm_txt {
    width: 470px;
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .sec__mh {
    background: url(../../imgs/business/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .business__con {
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .business__con-1 {
    margin-top: 5rem;
  }
  .business__con-1__clm {
    overflow: hidden;
  }
  .business__con-1__clm_img {
    width: 100%;
  }
  .business__con-1__clm_img > img {
    width: 100%;
  }
  .business__con-1__clm_txt {
    margin-top: 1em;
  }
  .business__con-1__flow {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .business__con-1__flow_list {
    overflow: hidden;
  }
  .business__con-1__flow_list > li + li {
    position: relative;
    text-align: center;
  }
  .business__con-1__flow_list > li + li::before {
    font-family: "icomoon";
    content: "\e900";
    color: #CBCBCB;
    font-size: 1.9rem;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    padding: 0.5em 0 0.6em;
  }
  .business__con-1__flow_list > li:nth-of-type(1) .img img {
    width: 4.6rem;
  }
  .business__con-1__flow_list > li:nth-of-type(2) .img img {
    width: 6rem;
  }
  .business__con-1__flow_list > li:nth-of-type(3) .img img {
    width: 5.3rem;
  }
  .business__con-1__flow_list > li:nth-of-type(4) .img img {
    width: 4.7rem;
  }
  .business__con-1__flow_list_item {
    width: 100%;
  }
  .business__con-1__flow_list_item .img {
    background: #F1F9F4;
    text-align: center;
    position: relative;
    width: 40%;
    height: 12rem;
    float: left;
  }
  .business__con-1__flow_list_item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
         transform: translateY(-50%) translateX(-50%);
  }
  .business__con-1__flow_list_item .img > span {
    background: #06A139;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
    padding: 0.3em 0 0.5em;
  }
  .business__con-1__flow_list_item .tt {
    text-align: center;
    display: table;
    width: 60%;
    height: 12rem;
  }
  .business__con-1__flow_list_item .tt span {
    font-weight: 600;
    color: #06A139;
    font-size: 1.6rem;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
  }
  .business__con-1__flow_list_item .txt {
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
    text-align: left;
  }
  .business__con-2 {
    margin-top: 5rem;
    padding: 5rem 0 5rem;
    background: #F4F4F4;
  }
  .business__con-2__clm {
    overflow: hidden;
  }
  .business__con-2__clm_img {
    width: 100%;
  }
  .business__con-2__clm_img > img {
    width: 100%;
  }
  .business__con-2__clm_txt {
    margin-top: 1em;
  }
  .business__con-3 {
    margin-top: 5rem;
  }
  .business__con-3__clm {
    overflow: hidden;
  }
  .business__con-3__clm_img {
    width: 100%;
  }
  .business__con-3__clm_img > img {
    width: 100%;
  }
  .business__con-3__clm_txt {
    margin-top: 1em;
  }
  /* top_tb
=================================================================== */
}

@media screen and (max-width: 767px) {
  .sec__mh {
    background: url(../../imgs/business/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .business__con {
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .business__con-1 {
    margin-top: 5rem;
  }
  .business__con-1__clm {
    overflow: hidden;
  }
  .business__con-1__clm_img {
    width: 100%;
  }
  .business__con-1__clm_img > img {
    width: 100%;
  }
  .business__con-1__clm_txt {
    margin-top: 1em;
  }
  .business__con-1__flow {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .business__con-1__flow_list {
    overflow: hidden;
  }
  .business__con-1__flow_list > li + li {
    position: relative;
    text-align: center;
  }
  .business__con-1__flow_list > li + li::before {
    font-family: "icomoon";
    content: "\e900";
    color: #CBCBCB;
    font-size: 1.9rem;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    padding: 0.5em 0 0.6em;
  }
  .business__con-1__flow_list > li:nth-of-type(1) .img img {
    width: 4.6rem;
  }
  .business__con-1__flow_list > li:nth-of-type(2) .img img {
    width: 6rem;
  }
  .business__con-1__flow_list > li:nth-of-type(3) .img img {
    width: 5.3rem;
  }
  .business__con-1__flow_list > li:nth-of-type(4) .img img {
    width: 4.7rem;
  }
  .business__con-1__flow_list_item {
    width: 100%;
  }
  .business__con-1__flow_list_item .img {
    background: #F1F9F4;
    text-align: center;
    position: relative;
    width: 40%;
    height: 12rem;
    float: left;
  }
  .business__con-1__flow_list_item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
         transform: translateY(-50%) translateX(-50%);
  }
  .business__con-1__flow_list_item .img > span {
    background: #06A139;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
    padding: 0.3em 0 0.5em;
  }
  .business__con-1__flow_list_item .tt {
    text-align: center;
    display: table;
    width: 60%;
    height: 12rem;
  }
  .business__con-1__flow_list_item .tt span {
    font-weight: 600;
    color: #06A139;
    font-size: 1.6rem;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
  }
  .business__con-1__flow_list_item .txt {
    width: 100%;
    overflow: hidden;
    margin-top: 1em;
    text-align: left;
  }
  .business__con-2 {
    margin-top: 5rem;
    padding: 5rem 0 5rem;
    background: #F4F4F4;
  }
  .business__con-2__clm {
    overflow: hidden;
  }
  .business__con-2__clm_img {
    width: 100%;
  }
  .business__con-2__clm_img > img {
    width: 100%;
  }
  .business__con-2__clm_txt {
    margin-top: 1em;
  }
  .business__con-3 {
    margin-top: 5rem;
  }
  .business__con-3__clm {
    overflow: hidden;
  }
  .business__con-3__clm_img {
    width: 100%;
  }
  .business__con-3__clm_img > img {
    width: 100%;
  }
  .business__con-3__clm_txt {
    margin-top: 1em;
  }
}
