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

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

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

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

.frame{
  display: block;
  height: 700px;
  text-align:center;
}


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

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

table{  
  border-collapse: collapse;
  border-spacing: 0;
}

.company tr{
  line-height: 3;
  text-align:left;
}

.company th{
padding-right: 10px;
}

.company td{
  line-height: 1.5;
  border-bottom: 1px solid;
  border-color: rgb(126, 126, 126);
  padding-bottom: 10px;
  padding-top: 0px;
  width: 90%;
}

table.company th,
table.company td{
  display: block;
  font-size: 13px;
}

.company-list{
  padding-left: 10px;
}

.company{
  width: 350px;
}

.ship-P{
  display: inline-block;
}
.ship-PP{
  padding-top: 20px;
  display: block;
   gap: 15px;
}

.ship{
  padding-bottom: 20px;
  padding-top: 20px;
  width: 360px;
  border-bottom: 1px solid;
  border-color: rgb(126, 126, 126);
}

.ship img{
  width: 270px;
}

.ship p{
  font-weight: bold;
  line-height:2;
  margin: 0;
}

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



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

{

  .company{
    width: 800px;
  }

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

  .frame-parentB{
    width: 900px;
    height: 400px;
   padding-left: 0px;
  }

  .frame-parentC{
    width: 900px;
    height: 470px;
   padding-left: 0px;
  }

  .frame-parentD{
    width: 900px;
    height: 500px;
   padding-left: 0px;
  }

  .company tr{
    line-height: 4;
    width: 1800px;
  }
  
  .company th{
  padding-right: 10px;
  padding-left: 20px;
  width: 200px;
  }
  
  .company td{
    line-height: 1.5;
    padding-left: 70px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 1150px;
  }
  
  table.company th,
  table.company td{
    display: table-cell;
    font-size: 14px;
    border-bottom: 1px solid;
    border-color: rgb(126, 126, 126);
  }
  
  .company-list{
    padding-left: 30px;
  }

  .ship-PP{
    padding-top: 20px;
    display: flex;
  }
  
  .ship img{
    width: 270px;
  }

  .ship{
    padding-bottom: 0px;
    padding-top: 20px;
    width: 270px;
    border-bottom: 0px solid;
    border-color: rgb(126, 126, 126);
  }
  
}