/* line 3, app/assets/stylesheets/pre_bouzes.scss */
.p-sub_gnav {
  display: none;
}

/* line 8, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block h2 {
  font-size: 2.3rem;
}

/* line 11, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block p {
  line-height: 1.9;
  margin-top: 10px;
}

/* line 15, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block form {
  margin-top: 45px;
}

/* line 18, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .form-group {
  margin-top: 30px;
}

/* line 20, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .form-group.row.string.optional label {
  white-space: nowrap;
}

/* line 23, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .form-group .form-avatar {
  margin-bottom: 15px;
  max-width: 170px;
}

@media (max-width: 575px) {
  /* line 23, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .form-group .form-avatar {
    margin-top: 15px;
  }
}

/* line 33, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .name .row .form-group label, .candidate-block .kana .row .form-group label {
  font-size: 13px;
  padding-right: 0;
}

@media (min-width: 576px) {
  /* line 38, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .name .row .form-group .col-sm-3, .candidate-block .kana .row .form-group .col-sm-3 {
    max-width: 35%;
    flex: 0 0 35%;
  }
  /* line 42, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .name .row .form-group .col-sm-9, .candidate-block .kana .row .form-group .col-sm-9 {
    flex: 0 0 65%;
  }
}

/* line 48, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .name {
  margin-top: 45px;
}

@media (min-width: 768px) {
  /* line 51, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .name .row {
    margin-top: -12px;
  }
}

/* line 56, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .priesthood-tos {
  margin-top: 25px;
}

/* line 59, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .agree-tos {
  margin-top: 25px;
  margin-bottom: 60px;
}

/* line 63, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block attr {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  margin-left: 3px;
  cursor: help;
}

/* line 69, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block input[type="checkbox"] {
  margin-right: 7px;
}

/* line 73, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .table th {
  min-width: 166px;
}

/* line 76, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .table td {
  width: 100%;
  font-size: 16px;
}

/* line 79, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .table td.image-cell {
  padding: 25px;
}

/* line 81, app/assets/stylesheets/pre_bouzes.scss */
.candidate-block .table td.image-cell img {
  max-width: 200px;
  width: 100%;
}

@media (max-width: 568px) {
  /* line 93, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .table th {
    min-width: 80px;
  }
  /* line 96, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .table td {
    width: auto;
    font-size: 14px;
  }
  /* line 99, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .table td.image-cell {
    padding: 5px;
  }
  /* line 101, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .table td.image-cell img {
    max-width: 150px;
  }
}

@media (max-width: 395px) {
  /* line 112, app/assets/stylesheets/pre_bouzes.scss */
  .candidate-block .table th {
    min-width: auto;
  }
}
