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

.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-apply .btn-submit {
  margin-bottom: 120px !important; }
  @media (max-width: 767px) {
    .form-apply .btn-submit {
      margin-bottom: 60px !important; } }

.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: 218px;
    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; }
  .form select.form-control {
    height: 50px; }

.check-wrap {
  background-color: #f3f6f9;
  padding-top: 15px;
  padding-bottom: 1px;
  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: #006ef5; }

.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; }

.list-form-check:last-child {
  display: none; }

a.go-privacy {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  font-weight: 300; }

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border: 1px solid #006ef5; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: white; }

.control input:checked ~ .control__indicator {
  background: #006ef5; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #006ef5; }

.control input:disabled ~ .control__indicator {
  background: #006ef5;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.select select::-ms-expand {
  display: none; }

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000; }

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc; }
