@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/**** sp *****/

/* business */
.contents section {
  margin-bottom: 60px;
}
.read{
  margin-bottom: 60px;
  line-height: 2;
}
.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service li{
  width: 47.62%;
  margin-bottom: 40px;
}
.service li .name{
  text-align: center;
  color: #0277BD;
  font-size: 1.8rem;
  padding: 0 10px;
  min-height: 200px;
}
.service li .name img{
  width: 100%;
  margin-bottom: 20px; 
}
.service li .discript{
  font-size: 1.4rem;  
  line-height: 2;
}
.service li .btn{
  margin-top: 10px;
}
.service li .btn a{
  font-size: 1.2rem;
}

/**** tbl *****/
/**** pc *****/
@media screen and (min-width: 768px) {
  .service{
    justify-content: flex-start;
  }
  .service li{
    width: 350px;
    width: 31.532%;
    margin-right: 29px;
  }
  .service li:nth-child(3n){
    margin-right: 0;
  }
  .service li .name{
    padding: 0;
  }
  .service li .name img{
    width: 280px;
    display: block;
    margin: 0 auto 30px auto;
  }
	.service li .discript{
    padding: 20px;
  }
  .service li .btn{
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    text-align: center;
  }
  .service li .btn a{
    font-size: 14px;
    width: 85%;
  }
}
