body {
  background-color: #fff;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  min-height: 100vh;
}
.choose_box {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size:large;
}
.choose_box a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.choose_box a:hover {
  text-decoration-color: #2791d4;
  color: #2791d4;
}
button {
  display:inline-block;
  width: 50%;
  border: none;
  border-radius: 5px;
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 25px;
  text-align: center;
  font-size: large;
  font-weight: 600;
  color: #fff;
  background-color: #2791d4;
  cursor: pointer;
  text-decoration: none;
}
.b {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.fit {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 800px;
  table-layout: fixed;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 3px solid rgb(160 160 160);
}
table tr:last-child{
   border-bottom: none
}
table th:nth-child(1) {
  width: 180px;
}
table th:nth-child(2) {
  width: 160px;
}
table th:nth-child(3) {
  width: 100px;
}
table th:nth-child(4) {
  width: 170px;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
  color: #090600;
}
img {
  display: block;
  margin: 0 auto;
  height: 90px;
  width: 100px;
  border-radius: 50%;
}
td {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .choose_box p {
    font-size: large; /* 16(px) / 620(px) * 100vw */
    margin-top: 5vw;
  }
  button {
    border-radius: 5px;
    margin: 5px;
    padding: 15px 18px;
    font-size: large;
    /*
    font-weight: 600;
      span {
        margin-top: 10px;
      }*/
  }
  table {
    border: 0;
    width:100%;
    margin: 0 auto;
  }
  table th {
    font-size: 16px;
    display: block;
    margin: auto;
    border-right: none;
    border-bottom: 3px solid rgb(160 160 160);
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  table thead {
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
    clip: rect(0 0 0 0);
    margin: -1px;
    */
  }
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    position: relative;
    border-right: none;
    /*padding: .625em .625em .625em 4em;*/
  }
}






/*
table td::before {
content: attr(data-label);
font-weight: bold;
position: absolute;
left: 10px;
}
table td:last-child {
border-bottom: 0;
}*/

/*
tr:nth-of-type(odd) {
  background-color: #eee;
}
*/
/*
th[scope="col"] {
  text-align: center;
  background-color: #fff;
}
*/
/*
th[scope="row"] a{
  color: #fff;
}
*/
/*
a:hover {
  text-decoration: underline;
  color : #5887d8;
}
.choose_box p {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.choose_box p.left{
  font-size:large;
  display: inline-block;
  text-align: left;
}*/

  /*
.doc {
  font-size:large;
  display: inline-block;
}
*/
/*
.fit.toto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fit.toto p, .fit.toto * {
  max-width: 600px;
 }
.fit.toto button {
  width: 100%;
 }
*/