
article.company div.row {
  line-height: 200%;
}

div.invalid-feedback {
  display: block; clear: both;
}

/* plugins */
span.odometer {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  vertical-align: baseline !important;
}
div.datepicker {
  background-color: #eeeeff;
}


/* title */
div.title {
  border-width: 2px !important;
}
div.title h4 {
  font-size: 2.2em;
}
div.title p {
  font-size: 1.3em;
}
h4 {
  font-size: 1.8em;
}
h4.wing {
  font-size: 1.8em;
}
h4.wing:after {
  content: url(/images/matching_entry/icon-wing-right.png);
  vertical-align: middle;
  display: inline-block;
  margin: 10px 20px;
}
h4.wing:before {
  content: url(/images/matching_entry/icon-wing-left.png);
  vertical-align: middle;
  display: inline-block;
  margin: 10px 20px;
}

/* form label */
div.form-check {
  margin: 0 0.5em 0.5em 0;
}
input.form-check-input {
  display: none;
}
label.form-check-label {
  width: 100%;
  color: #007bff;
  padding: 20px;
  color: #007bff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #007bff;
  border-radius: 5px;
}
input.form-check-input:checked + label {
  border-color: #FFA500;
  background: #FFA500;
  color: #ffffff !important;
  font-weight: bold;
}
label.form-check-label {
  border-color: #AAAAAA;
  color: #AAAAAA;
  font-weight: bold;
}
input.form-check-input:checked + label {
  background-color: #FFA500;
}
div.col-sm-9 div.form-check {
  padding: 0;
  //width: 31%;
}
div.col-sm-6 div.form-check {
  padding: 0;
  //width: 47%;
}
div.col-sm-9 div.form-check-w5 {
  width: 18%;
}
div.col-sm-9 div.form-check-w3 {
  width: 31%;
}
div.form-group label.col-form-label {
  line-height: 2em !important;
}

input#is_urgent {
  -webkit-transform: scale(1.8) !important;
  transform: scale(1.8) !important;
  margin: 0 0.5em !important;
}

/* form button */

button {
  width: initial !important;
}
button:disabled {
  background-color: #ffff99 !important;
}

/* header */
header h3 {
  font-size: 2.2em !important;
}

/* form frame */
h4 + div.form-group,
p + div.form-group {
  border-top: 4px solid #eae1e4;
}
div.form-group label.col-form-label {
  background-color: #E6E6E6;
  padding: 1em;
  line-height:4em;
  font-size:18px;
}
div.form-group {
  border-bottom: 1px solid #eae1e4;
  margin-bottom: 0 !important;
}
div.form-group > div {
  padding: 1em;
}


@media screen and (max-width:480px) {
.pc-none{
   display: block;
}
.sp-none{
   display: none;
}
.section-inner{
  width: 94%;
  margin: 0 auto;
}

/* SPメイン */
.main{
  margin-top: 75px;
}
.main img{
  width: 100%;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  div.title h4 {
    font-size: 1.2em;
  }
  div.title p {
    font-size: 1.0em;
  }
  h4 {
    font-size: 1.2em;
  }
  h4.wing {
    font-size: 1.2em;
  }
  div.form-group {
    border: 0;
    padding: 0;
  }
  h4 + div.form-group,
  p + div.form-group {
    border: 0;
  }
  div.form-group label.col-form-label {
    background-color: initial !important;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  div.form-check {
    width: 46% !important;
  }
  article.company div.row label {
    font-weight: bold;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
