@charset "utf-8";

/* 共通設定 */
body {
  width: 98%;
  height: 80%;
  /*  min-width: 900px; */
  margin: auto;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
}

.tableWrap {
  position: fixed;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
*/
  top: 300px;
  left: 400px;
  background-color: rgb(55, 70, 88);
  padding: 20px;
  border: 10px double white;
}

.errorMsg {
  position: fixed;
  top: 630px;
  left: 480px;
  width: 400px;
  color: red;
}

input {
  width: 190px;
  height: 22px;
  font-size: 100%;
  margin-top: 3px;
}

select {
  width: 197px;
  height: 25px;
  margin-top: 3px;
}

label {
  display: inline-block;
  background-color: rgb(173, 201, 236);
  color: black;
  width: 100px;
  height: 25px;
  text-align: center;
}

.label-corp {
  background-color: initial;
  color: white;
  width: 400px;
  text-align: initial;
  font-size: 80%;
}

button {
  width: 100px;
  height: 25px;
}

button:hover {
  background-color: #aaaaaa;
  /* ホバー時の背景色 */
  color: #555555;
}


.subcontainer {
  display: flex;
  width: 600px;
  height: 120px;
  border: none;
  /*  background-color: rgb(55, 70, 88); */
}

.subcontainer2 {
  display: flex;
  width: 600px;
  height: 60px;
  margin-top: 20px;
  background-color: rgb(55, 70, 88);
  border: 1px solid white;
}

.box {
  display: inline-block;
  /* 枠線 */
  /* border: 1px solid black; */
  /* 余白 */
  padding: 15px;
  height: 90px;
  margin: initial;
}

.box .caption {
  position: absolute;
  top: 0;
  left: 5;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  /* background-color: white; */
  /*color: red transform: translateY(-50%) translateX(1em); */
  background-color: rgb(55, 70, 88);
  color: white;
  margin-top: 60px;
}

.left-box {
  width: 370px;
  margin-left: 50px;
  /*  margin-top: -10px; */
  border: 1px solid white;
}

.right-box {
  width: 130px;
}

.under-box {
  width: 550px;
  height: 30px;
  margin-left: 10px;
  margin-top: 50px;
  /*  margin-top: -10px; */
  border: 1px solid white;
}

.checkbox {
  display: inline-block;
  width: 20px;
  /* 1.5倍の大きさに */
  /*  transform: scale(1.5); */
  /* margin-left: -80px;*/
  vertical-align: -5px;
}

.checkbox-pw {
  width: 200px;
  background-color: initial;
  color: white;
  margin-top: 30px;
  margin-left: -35px;
}