@charset "utf-8";
/* CSS Document */

#form-area {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}
#form-area img {
    margin: 100px 0 50px;
}
.inner-efo-default-theme {
    width: 100%!important;
}
.inner-efo-default-theme fieldset {
    border: none!important;
}
.inner-efo-default-theme legend {
    display: none!important;
}
.inner-efo-default-theme fieldset {
    padding: 0!important;
}
.ttl-item {
    margin-bottom: 10px;  
}
.inner-efo-default-theme .font-size-m {
    font-size: 16px!important;
    text-align: left;
}

.tabs p.select-contact{
    font-weight: 600;
    font-size: 16px;
    width: 800px;
    text-align: left;
}
.tabs p.select-contact span{
    color: #fff;
    background-color: #C44303;
    padding: 4px;
    margin: 0 0 0 18px;
    border-radius: 4px;
    font-size: 0.8rem;
    vertical-align: text-bottom;
}

.tabs {
    width: 800px;
    margin: 0 auto;
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tab_item:hover {
    opacity: 0.75;
}

.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}



input[type="radio"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
label::before,
label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
label:hover::before {
  background: #fff;
}
label::after {
  opacity: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #3498db;
}
input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tab_content label::before {
    display: none;
}
.tab_content label {
  padding: 0;
}
.inner-efo-default-theme .select-s select, .inner-efo-default-theme select.select-s {
    height: 40px!important;
    font-size: 16px!important;
}
.inner-efo-default-theme .input-s {
    height: 40px!important;
    font-size: 16px!important;
}
.inner-efo-default-theme input, .inner-efo-default-theme textarea {
    font-size: 16px!important;
}
.inner-efo-default-theme .button, .inner-efo-default-theme button {
    height: 70px!important;
    font-size: 16px!important;
}

@media (max-width: 767px) {
  #form-area {
    width: 90%;
  }
  .tabs p.select-contact{
    width: 100%;
  }
  .tabs {
      width: 100%;
      padding: 0;  
      box-shadow: none;
  }

  label {
    display: block;
    margin-bottom: 10px;
}

}