table, th, td {
  border-collapse : collapse;
  border          : 1px solid #ccc;
  line-height     : 1.5;
}

table.type06 th {
  padding         : 0px;
  margin          : 0px;
  vertical-align  : top;
  background      : #3f3f3f;
  color           : #ffffff;
}

table.large_row th {
  height          : 50px;
};

table.type06 td {
  padding         : 0px;
  margin          : 0px;
  vertical-align  : center;
  text-align      : left;
}

table.type06 td input {
  margin          : 0px;
  padding         : 0px;
}

.large_input_field{
  line-height     : 50px;
  height          : 100%;
};

table.type06 td select {
  margin          : 0px;
  padding         : 0px;
  width           : 100%;
  vertical-align  : middle;
}

.error_field_color {
  background      : #FF0000;
}

  *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-rounded {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 0%;
  background: #fcfff4;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfff4),
    color-stop(40%, #dfe5d7),
    to(#b3bead)
  );
  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  -webkit-box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
}

a.btn-rounded i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-rounded:hover {
  -webkit-box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
}

a.btn-rounded:hover i {
  bottom: 6px;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

@media screen and (min-width:768px){
  div .contents-box {
    margin-left:10%;
    margin-right:10%;
  }
}
