@charset "UTF-8";
body {
  font-size: 12px;
}
.form-group.required .control-label:after {
    content: "※";
    color: red;
    font-size: 1em;
}
button[type="submit"] {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    font-weight: bold;
}
.btn.btn-primary.pull-right {
    background: #0074AE;
    border-color: #0074AE;
    text-align: center;
    padding: 10px 20px;
    color:white;
    clear:both;
    border: none;
    margin-top: 20px;
}
.btn.btn-primary.pull-right:hover {
    background: #52B5E6 !important;
    /* opacity: 0.8 !important; */
    outline: none  !important;
}
.form-privacy-policy {
  margin: 0;
  font-size: 10px;
}
.form-buttons {
  text-align: center;
}
.form-buttons .btn.btn-primary.pull-right {
  margin-top: 0;
}
@media (max-width: 768px) {
  .btn.pull-right {
    font-size: 12px;
  }
}

div.form-buttons button.pull-right {
    float: none !important;
}

.btn {
    margin-left:0px !important;
}

	/* 544px以下 20190926 */
@media (max-width: 544px){
}

/* confirm */
.container {
  padding-left: 0;
  padding-right: 0;
}
.table tr th:nth-of-type(1) {
  width: 40%;
}
.btn.pull-right {
  padding: 10px 0px;
  float: none !important;
  width: 100%;
  margin-top: 20px;
}
.btn.pull-right:hover {
  opacity: 0.8 !important;
  outline: none  !important;
  background-color: #999;
  color: #fff;
}
.table, tbody, tr, th, td {
  /* display: inline; */
}
thead {
  display: none;
}
td {
  /* display: block; */
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: none;
}
.table>tbody>tr td:nth-of-type(2) {
  /* border: 1px solid #ccc; */
  /* border-radius: 5px; */
  /* background: #ebebeb; */
}
.table {
  /* display: inline-block; */
}
.jumbotron {
  background: #fff;
}
.jumbotron h3 {
  font-size: 20px;
  text-align: center;
}
.jumbotron div {
  background: #fff !important;
}
tbody {
}
tr {}
td {}
td:nth-of-type(1) {}
td:nth-of-type(2) {}
