/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@media (max-width: 767px) {
  h1 {
    font-size: 6vw; } }

.mx-auto {
  display: block !important;
  margin: 24px auto !important; }

@media (max-width: 767px) {
  .pc-only {
    display: none; } }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media (max-width: 767px) {
  p {
    font-size: 4vw; } }

@media (max-width: 767px) {
  .notice-req {
    text-align: right; } }

@media (max-width: 767px) {
  .navbar-brand {
    padding: 8px 0px; } }

.b-table {
  display: table !important;
  width: 100%; }

form {
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.form {
  max-width: 800px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .form tbody,
    .form tr {
      display: table;
      width: 100%; } }
  .form td {
    border-top: 4px solid white !important;
    width: 540px; }
    @media (max-width: 767px) {
      .form td {
        display: table;
        width: 100%;
        padding: 2px !important; } }
  .form th {
    width: 180px;
    border-top: 4px solid white !important;
    padding-top: 1em !important; }
    @media (max-width: 767px) {
      .form th {
        display: table;
        width: 100%;
        padding: 8px !important; } }
  .form .form-control {
    background-color: #f3f6f9;
    border-color: #c6d5e5;
    padding: 24px 12px !important; }

.check-wrap {
  background-color: #f3f6f9;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  padding-right: 24px;
  padding-left: 24px;
  width: 280px; }

.btn-submit {
  background: #0660fb;
  color: white;
  width: 280px;
  padding-top: 12px;
  height: auto;
  padding-bottom: 12px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  display: inline-block;
  border: none !important; }
  @media (max-width: 767px) {
    .btn-submit {
      width: 100%;
      margin-bottom: 48px; } }

.btn-back {
  background: #dcdcdc;
  width: 280px;
  padding-top: 12px;
  height: auto;
  padding-bottom: 12px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  display: inline-block;
  border: none !important; }
  @media (max-width: 767px) {
    .btn-back {
      width: 100%;
      margin-bottom: 12px; } }

.checkbox01-input {
  display: none; }

.checkbox01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px; }

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #0a56ff;
  border-radius: 2px; }

.t-blue {
  color: #0a56ff; }

.t-red {
  color: #ff0000; }

.block-val {
  background-color: #e3ecff;
  border-radius: 4px;
  border-radius: 4px;
  padding: 16px; }

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0660fb;
  border-right: 3px solid #0660fb; }
