@charset "UTF-8";
h1 {
  margin: 0 auto 40px;
}

h2 {
  margin: 30px 0;
}

.form .row,
.form div {
  letter-spacing: 0;
}

/*
borderBox
--------------------------- */
.borderBox {
  padding: 23px 20px 23px;
  border: 1px solid #dcdddd;
}

* + .borderBox {
  margin-top: 24px;
}

.borderBox__head__title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 114.28571%;
  line-height: 125%;
  color: #000;
}

* + .borderBox__body {
  margin-top: 18px;
}

/* font-family */
body,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Noto Sans JP", sans-serif;
}

/* Responsive */
@media all and (min-width: 768px) {
  p.description {
    white-space: normal;
  }
}
.contentHeader {
  margin-bottom: 10px;
  padding: 15px 0;
  border-radius: 20px;
}

/* Required */
.required .formHeading:after {
  content: attr(data-lang-css);
  display: inline-block;
  padding: 1px 4px;
  border-radius: 3px;
  color: #FFFFFF;
  background: #FF0000;
}

/* Error */
.errors,
.alert-danger {
  color: #FF0000;
}

input.error,
textarea.error,
select.error {
  background-color: #FFE1E1;
}

p.error,
div.error {
  color: #FF0000;
}

/* Submit Button */
.btn-primary {
  color: #FFFFFF;
  background-color: #002D72;
  border-color: #002D72;
  font-size: 1.1em;
  padding: 8px 48px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #002D72;
  border-color: #002D72;
}

.display-none {
  visibility: hidden;
}

.display-none label {
  visibility: visible;
  white-space: nowrap;
}

/* Placeholder */
input.form-control:placeholder-shown {
  color: #AAAAAA !important;
}

input.form-control::-webkit-input-placeholder {
  color: #AAAAAA !important;
}

input.form-control::-ms-input-placeholder {
  color: #AAAAAA !important;
}

input.form-control::-moz-placeholder {
  color: #AAAAAA !important;
}

.formArea {
  margin-top: 39px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group:after {
  content: "";
  display: block;
  margin: 0 15px 15px 15px;
  padding-bottom: 20px;
  height: auto;
  width: 100%;
  border-bottom: dotted 1px #CCC;
}

.formInputInner.name {
  display: block;
  float: left;
  padding-right: 5px;
  width: 50%;
}
.formInputInner.zip_wrapper:before {
  content: "〒";
  padding-right: 5px;
}
.formInputInner .zip {
  display: inline-block;
}
.formInputInner .zip,
.formInputInner select {
  width: 8em;
}
.formInputInner.city input {
  width: 12em;
}
.formInputInner.state, .formInputInner.city {
  display: block;
  padding-right: 5px;
}
.formInputInner.address {
  width: 100%;
}
.formInputInner.state, .formInputInner.city, .formInputInner.address {
  float: left;
  margin-top: 10px;
}

.confirm {
  padding: 40px 20px 0;
}
.confirm table, .confirm tbody, .confirm tr, .confirm th, .confirm td {
  border: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  width: 16rem;
  padding: 0px 20px 25px 0px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}

td {
  padding-top: 0px;
  padding-bottom: 25px;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  word-break: break-all;
}

.button.center {
  margin-top: 40px;
  text-align: center;
}
.button.center div {
  display: inline-block;
}
