.frame-parent{
  text-align:left;
  margin:0 auto;
  height: 1600px;
  width: 90%;
}


.frame{
  height: 700px;
}


.frame-head{
  height: 70px;
  border: 1px solid;
  background-color: rgb(241, 243, 255);
}

h3{
  padding-left:30px;
  text-align:left;
  padding-bottom: 0px;
  height:30px;
}

.shelf{
  text-align:center;
}

.bissiness-box{
  display: block;
  justify-content: center;
  gap: 6px 90px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  border-color: rgb(126, 126, 126);

}

.bissiness-img{
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 0px solid;
  border-color: rgb(126, 126, 126);
}

.work{
  font-weight: bold;
}

.workP{
  font-weight: bold;
  font-size: 40px;
margin: 0;
}


.bissiness-box img{
  width: 300px;
}

.table-head{
  height: 70px;
  border-bottom: 1px solid;
  border-color: rgb(126, 126, 126);
  background-color: rgb(243, 255, 241);
  display:block;
}

.table-body{
  display: inline-block;
  width: 320px;
  height: 180px;
  border: 1px solid;
  border-color: rgb(126, 126, 126);
}

.table-head p{
  font-weight: bold;
  font-size: 20px;
  text-align:center;
  height:70px;
  line-height:70px;
  margin:0;
}

.text-body{
  text-align:center;
  line-height: 2;
  margin:0;
  padding-left: 0px;
}



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



/* 768px以上 */
@media screen and (min-width: 768px) 

{

  .frame-parent{
    width: 900px;
    height: 1600px;
   padding-left: 0px;
  }

  .bissiness-box{
    display: flex;
    justify-content: center;
    gap: 6px 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-color: rgb(126, 126, 126);
  }

  .bissiness-box img{
    width: 500px;
  }
  
  .bissiness-img{
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid;
    border-color: rgb(126, 126, 126);
  }

.detail{
  padding-top: 50px;
  padding-left: 50px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}

.table-head{
  width: 220px;
  height: 70px;
}

.table-body{
  width: 220px;
  height: 375px;
}

.text-body{
  text-align:left;
  padding-left: 10px;
}

}


