@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */


/* underMv_bottom
------------------------------- */

.underMv_bottom {
  background-image: url(../images/service/mv_service.jpg);
}



/* servicePos
------------------------------- */
.servicePos {
  padding: 40px 30px 40px;
  background-image: url(../images/service/bg_service_01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.servicePos_inner {
  float: left;
  width: 455px;
  margin-left: 30px;
  padding: 25px 20px 10px;
  background-color: rgba(255,255,255,0.8);
}

.servicePos_inner:first-child {
  margin-left: 0;
}

.servicePos_inner .tit span {
  display: block;
  line-height: 1.3;
  margin-bottom: 15px;
  padding: 6px 15px 5px;
  color: #fff;
  background-color: #007;
  font-weight: 700;
  font-size: 18px;
}
.servicePos_inner .txt_wrap {
  padding: 0 15px;
}
.servicePos_inner .txt_wrap .text01 {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

/*tablet*/
.tablet .servicePos_inner .tit span {
  font-size: 25px;
}
.tablet .servicePos_inner .txt_wrap .text01 {
  font-size: 22px;
}

@media screen and (max-width:767px) {
  /*スマホ指定*/



  .servicePos {
    padding: 15px;
    background-position: center;
    background-size: cover;
  }

  .servicePos_inner {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
  }
  .servicePos_inner:first-child {
    margin-top: 0;
  }

  .servicePos_inner .txt_wrap {
    padding: 0;
  }

  .servicePos_inner .tit span {
    font-size: 17px;
  }

  .servicePos_inner .txt_wrap .text01 {
    font-size: 15px;
  }
}





/*サービス領域画像PC時*/
.imgwrap{
   text-align: center;
}

@media (max-width: 1099px) {
.imgwrap{
   display: none;
}
}

/*サービス領域画像SP時*/
.imgwrap_sp{
   text-align: center;
}

@media (min-width: 1100px) {
.imgwrap_sp{
   display: none;
}
}












/* .sienBox
------------------------------- */



.sienBox {
  width: 100%;
  padding: 25px;
  background-color: #f0f0f0;
  font-weight: bold;
}




/*tablet*/
.tablet .sienBox {
  width: 100%;
}

@media screen and (max-width:767px) {
  /*スマホ指定*/

  .sienBox {
    width: 100%;
    padding: 15px;
  }
}



/* .serviceFlow
------------------------------- */

.serviceFlow {
  padding: 20px 50px;
  background-color: #f0f0f0;
}


.serviceFlow .flow {
  padding: 25px 0;
  border-top: 2px dotted #808080;
}
.serviceFlow .flow:first-child {
  border-top: none;
}

.serviceFlow .flow .mark {
  float: left;
  width: 140px;
}

.serviceFlow .flow .mark span {
  display: block;
  position: relative;
  padding: 4px;
  color: #fff;
  background-color: #025;
  font-size: 20px;
  text-align: center;
}


.serviceFlow .flow .mark span:after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -70px;
  border-width: 35px 70px 0 70px;
  border-color: #025 transparent transparent transparent;
  border-style: solid;
  content: "";
}


.serviceFlow .flow .mark .term {
  line-height: 1.3;
  margin-top: 45px;
  color: #025;
  font-size: 15px;
  text-align: center;
}




.serviceFlow .flow .cnt {
  float: left;
  width: 735px;
  margin-left: 25px;
}

.serviceFlow .flow .cnt .tit {
  line-height: 1.3;
  margin-bottom: 10px;
  color: #007;
  font-weight: 700;
  font-size: 20px;
}



/*tablet*/
.tablet .serviceFlow .flow .cnt .tit {
  font-size: 25px;
}
.tablet .serviceFlow .flow .cnt .txt {
  font-size: 25px;
}

.serviceFlow .flow .mark span {
  font-size: 22px;
}

.tablet .serviceFlow .flow .mark .term {
  font-size: 18px;
}


@media screen and (max-width:767px) {
  /*スマホ指定*/
  .serviceFlow {
    padding: 0 15px;
  }

  .serviceFlow .flow {
    padding: 15px 0;
  }

  .serviceFlow .flow .mark {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .serviceFlow .flow .mark span {
    margin-bottom: 20px;
  }

  .serviceFlow .flow .mark span:after {
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
    border-width: 15px 20px 0 20px;
  }

  .serviceFlow .flow .mark .term {
    margin-top: 25px;
    font-size: 14px;
  }


  .serviceFlow .flow .cnt {
    width: auto;
    margin-left: 0;
  }

  .serviceFlow .flow .cnt .tit {
    font-size: 17px;
  }

  .serviceFlow .flow .cnt .txt {
    font-size: 15px;
  }
}



/*タブレット*/
@media screen and (min-width:768px) and (max-width: 1200px) {

.serviceFlow {
    padding: 0 15px;
  }

  .serviceFlow .flow {
    padding: 15px 0;
  }

  .serviceFlow .flow .mark {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .serviceFlow .flow .mark span {
    margin-bottom: 20px;
  }

  .serviceFlow .flow .mark span:after {
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
    border-width: 15px 20px 0 20px;
  }

  .serviceFlow .flow .mark .term {
    margin-top: 25px;
    font-size: 14px;
  }


  .serviceFlow .flow .cnt {
    width: auto;
    margin-left: 0;
  }

  .serviceFlow .flow .cnt .tit {
    font-size: 17px;
  }

  .serviceFlow .flow .cnt .txt {
    font-size: 15px;
  }


  
}













