.formApplyToWatch_title {
  font-size: 3rem;

  margin-bottom: 32px;

  color: white;
  background: #3cb371;
}

.formApplyToWatch_title h1 {
  text-align: center;
}

.site-content table.formApplyToWatch_content,
.site-content table.formApplyToWatch_content tbody th,
.site-content table.formApplyToWatch_content tbody td {
  border: 0 none;
}

table.formApplyToWatch_content {
  margin-bottom: 24px;
}

.formApplyToWatch_content input[type='radio'] + label:after,
.formApplyToWatch_content input[type='radio'] + label:before {
  display: none;
}

.formApplyToWatch_content .formRadio {
  margin-bottom: 8px;
}

.formApplyToWatch_content .formRadio label p {
  display: inline-block;

  padding-left: 0;

  vertical-align: bottom;
}

.site-content table.formApplyToWatch_content tbody th {
  font-weight: bold;

  text-align: left;

  color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: initial;
  background: #00c3d1;
}

.site-content table.formApplyToWatch_content tbody td {
  border-bottom: solid 1px #e0e0e0;
}

.formApplyToWatch_content.confirm p {
  text-align: left !important;
}

.site-content table.formApplyToWatch_content.confirm tbody th {
  font-weight: bold;

  width: 300px;

  text-align: left;

  color: #fff;
  background: #00c3d1;
}

.site-content table.formApplyToWatch_content tbody td input[type='radio'] {
  display: inline;
}

.formRadio span {
  font-size: 1.5rem;
  line-height: 2;
}

.concernPoint_list {
  margin-bottom: 24px;
}

tbody td div.concernPoint_list p {
  font-size: 1.5rem;
  line-height: 2;

  text-align: left;
}

.site-content table.formApplyToWatch_content .rankingTable th {
  background: #a9a9a9;
}

.freeField {
  font-size: 2rem;
}

.formApplyToWatch_btn {
  margin-top: 10px;

  text-align: center;
}

.formApplyToWatch_btn input[type='submit'],
.formApplyToWatch_btn button {
  font-size: 2rem;
  line-height: 42px;

  display: inline-block;
  align-items: flex-end;

  width: 200px;
  padding: 4px;

  cursor: pointer;
  text-align: center;

  color: white;
  border: none;
  background: #3cb371;
}

.site-content table tbody td .error_box p {
  text-align: left;
}

.text_block {
  display: inline-block;
}

form .formApplyToWatch_btn input[type='submit']:hover,
form .formApplyToWatch_btn button:hover {
  opacity: .6;
  background: #3cb371;
}

.formCheckBox {
  margin-bottom: 8px;
}

.formCheckBox input[type='checkbox']:checked + label:before {
  border: 1px solid #2899fa;
  background: #fff;
}

.formCheckBox input[type='checkbox'] + label:after {
  background: #2899fa;
}

@media screen and (max-width: 768px) {
  .site-content table.formApplyToWatch_content tbody td::before {
    display: none;
  }

  tbody td div.concernPoint_list p {
    padding: 0;
  }

  .concernPoint_list {
    margin-bottom: 16px;
  }

  .rankingTable tbody {
    display: flex;
  }

  .rankingTable_container table.rankingTable td {
    height: 44px;
    padding: 0 0 0 16px;
  }

  .site-content table.formApplyToWatch_content.confirm tbody th {
    box-sizing: border-box;
    width: 100%;
  }

  .site-content table.formApplyToWatch_content.confirm tbody td p {
    padding-left: 0;
  }

  .formApplyToWatch_content.confirm td {
    min-height: 20px;
  }

  table.formApplyToWatch_content.apply_box {
    margin-bottom: 0;
  }
}
