
.recruit-form #container {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
}

@media (min-width: 950px) {
  .recruit-form #container {
    margin: 0 auto;
    width: 952px;
    background-image: url(../img/container_background.png);
    background-repeat: repeat-y;
  }
}

.recruit-form #header {
  margin: 0;
  padding: 0;
  height: 48px;
  background-image: url(../img/contents_header_background.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}

.recruit-form #header h1 {
  margin: 0 0 0 8px;
  padding: 8px 0 0 0;
  width: 255px;
  height: 32px;
}

.recruit-form #header h1 img:first-child {
  width: 49px;
  height: 31px;
}

.recruit-form #header h1 img:last-child {
  width: 206px;
  height: 31px;
}

@media (min-width: 950px) {
  .recruit-form #header {
    margin: 0;
    padding: 0;
    height: 61px;
  }
  .recruit-form #header h1 {
    margin: 0 0 0 22px;
    padding: 4px 0 0 0;
    width: 433px;
    height: 54px;
    float: left;
  }
  .recruit-form #header h1 img:first-child {
    width: 85px;
    height: 54px;
  }
  .recruit-form #header h1 img:last-child {
    width: 348px;
    height: 54px;
  }
}

.recruit-form #contents {
  margin: 0;
  padding: 0 0 20px 0;
  border-left: none;
  border-right: none;
  background-image: url(../img/contents_backgroung.jpg);
  background-repeat: repeat-x;
  background-color: #e7e7e7;
}

@media (min-width: 950px) {
  .recruit-form #contents {
    margin: 0 10px;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
  }
}

.recruit-form #container-footer {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
  box-shadow: 1px 0 6px 2px rgba(50,50,50,0.2);
  background-image: none;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 950px) {
  .recruit-form #container-footer {
    margin: 0 auto 30px auto;
    width: 952px;
    height: 10px;
    box-shadow: none;
    background-color: rgba(255,255,255,0);
    background-image: url(../img/container_footer_background.png);
  }
}

.recruit-form br.sp-only {
  display: inline;
}

.recruit-form div.sp-only {
  display: block;
}

@media (min-width: 480px) {
  .recruit-form br.sp-only,
  .recruit-form div.sp-only {
    display: none;
  }
}

.recruit-form #mainvisual h2 {
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 48px;
  background: #008837;
  border-left: solid 5px #FECF2E;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  box-sizing: border-box;
}

@media (min-width: 950px) {
  .recruit-form #mainvisual h2 {
    padding: 0 0 0 32px;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
  }
}

.flow {
  position: relative;
  margin: 16px 8px 0 8px;
  padding: 0;
  width: auto;
  height: 48px;
}

.recruit-form .flow .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.recruit-form .flow .bg:after {
  content: "";
  display: block;
  clear: both;
}

.recruit-form .flow .bg .bg1,
.recruit-form .flow .bg .bg2,
.recruit-form .flow .bg .bg3 {
  width: 32%;
  margin-left: 2%;
  height: 48px;
  float: right;
	position: relative;
	background: #EAEAEA;
}

.recruit-form .flow .bg .bg2:before,
.recruit-form .flow .bg .bg3:before {
  position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 12px solid #fff;
}

.recruit-form .flow .bg .bg1:after,
.recruit-form .flow .bg .bg2:after {
  position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	content: "";
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 12px solid #EAEAEA;
}

.recruit-form .flow .bg .bg1.active,
.recruit-form .flow .bg .bg2.active,
.recruit-form .flow .bg .bg3.active {
  background: #008837;
}

.recruit-form .flow .bg .bg1.active:after,
.recruit-form .flow .bg .bg2.active:after,
.recruit-form .flow .bg .bg3.active:after {
  border-left-color: #008837;
}

.recruit-form .flow .bg .bg1 {
  margin-left: 0;
}

@media (min-width: 950px) {
  
  .recruit-form .flow {
    margin: 32px auto 0 auto;
    width: 830px;
    height: 64px;
  }
  
  .recruit-form .flow .bg .bg1,
  .recruit-form .flow .bg .bg2,
  .recruit-form .flow .bg .bg3 {
    width: 270px;
    margin-left: 10px;
    height: 64px;
  }

  .recruit-form .flow .bg .bg2:before,
  .recruit-form .flow .bg .bg3:before {
    border-top-width: 32px;
    border-bottom-width: 32px;
    border-left-width: 16px;
  }

  .recruit-form .flow .bg .bg1:after,
  .recruit-form .flow .bg .bg2:after {
    left: 270px;
    border-top-width: 32px;
    border-bottom-width: 32px;
    border-left-width: 16px;
  }
  
  .recruit-form .flow .bg .bg1 {
    margin-left: 0;
  }
  
}

.recruit-form .flow .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.recruit-form .flow .step:after {
  content: "";
  display: block;
  clear: both;
}

.recruit-form .flow .step .step1,
.recruit-form .flow .step .step2,
.recruit-form .flow .step .step3 {
  font-size: 9px;
  color: #666;
  font-weight: bold;
  line-height: 48px;
  width: 32.3%;
  float: left;
  margin: 0 0 0 1%;
  text-align: center;
  padding: 0;
}

.recruit-form .flow .step .step2 {
  width: 30.3%;
  margin-left: 3%;
}

.recruit-form .flow .step .step3 {
  width: 29.3%;
  margin-left: 4%;
}

.recruit-form .flow .step .step1.active,
.recruit-form .flow .step .step2.active,
.recruit-form .flow .step .step3.active {
  color: #fff;
}

@media (min-width: 440px) {
  
  .recruit-form .flow .step .step1,
  .recruit-form .flow .step .step2,
  .recruit-form .flow .step .step3 {
    font-size: 12px;
  }

}

@media (min-width: 880px) {
  
  .recruit-form .flow .step .step1,
  .recruit-form .flow .step .step2,
  .recruit-form .flow .step .step3 {
    font-size: 14px;
  }
  
}

@media (min-width: 950px) {
  
  .recruit-form .flow .step .step1,
  .recruit-form .flow .step .step2,
  .recruit-form .flow .step .step3 {
    font-size: 16px;
    line-height: 64px;
  }
  
}

.recruit-form #maincontent {
  margin: 16px 16px 0 16px;
  width: auto;
}

@media (min-width: 950px) {
  .recruit-form #maincontent {
    margin: 32px auto 0 auto;
    width: 830px;
  }
}

.recruit-form #maincontent h3 {
  margin: 20px 0 0 0;
  width: auto;
  padding: 0;
  background-image: none;
  background-repeat: no-repeat;
  font-size: 16px;
}

.recruit-form #maincontent p {
  margin-top: 0;
  font-size: 14px;
}

.recruit-form #maincontent .error {
  margin-top: 16px;
  padding: 16px;
  background: #FFDDDD;
  border-radius: 8px;
}

.recruit-form #maincontent .error,
.recruit-form #maincontent .error-item {
  display: none;
}

.recruit-form #maincontent .error.show {
  display: block;
}

.recruit-form #maincontent .error-item.show {
  display: list-item;
  font-weight: bold;
}


.recruit-form #maincontent .error h3 {
  margin: 0;
  padding: 0;
  color: #E91114;
}

.recruit-form #maincontent .error ul {
 
}

.recruit-form #maincontent .error ul li {
  color: #E91114;
  line-height: 20px
}



.recruit-form #maincontent .select-area {
  margin: 8px 0 0 0;
  padding: 16px 0 0 0;
}

.recruit-form #maincontent .select-area:after {
  content: "";
  display: block;
  clear: both;
}

.recruit-form #maincontent .select-area .item {
  width: 51%;
  margin-left: 2%;
  float: left;
  padding: 0;
  margin-bottom: 16px;
  border: solid 1px #ced4da;
  border-radius: .25rem;
  background: #fff;
  box-sizing: border-box;
}

.recruit-form #maincontent .select-area .item:nth-child(odd) {
  margin-left: 0;
  width: 47%;
}

@media (min-width: 768px) {
  .recruit-form #maincontent .select-area .item {
    width: 24%;
  }
  .recruit-form #maincontent .select-area .item:nth-child(odd) {
    margin-left: 2%;
    width: 23%;
  }
  .recruit-form #maincontent .select-area .item:first-child {
    margin-left: 0;
    width: 23%;
  }
}

.recruit-form #maincontent .select-area h3.label {
  margin: 0;
  padding: 8px 0 8px;
  font-size: 14px;
  line-height: 14px;
  background: #eee;
  text-align: center;
}

.recruit-form #maincontent .select-area div.value {
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 480px) {
  .recruit-form #maincontent .select-area .item:first-child div.value {
    width: auto;
    height: auto;
    margin: 0;
  }
}

.recruit-form #maincontent .form-area {
  margin: 0;
  padding: 16px 0 0 0;
  border-bottom: solid 1px #ccc;
}

.recruit-form #maincontent span.require {
  color: #E91114;
  font-weight: bold;
}

.recruit-form #maincontent h3 span.require {
  color: #E91114;
  font-weight: bold;
  padding-left: 4px;
}

.recruit-form #maincontent .form-area:first-child {
  border-top: solid 1px #ccc;
}

.recruit-form #maincontent .form-area:after {
  content: "";
  display: block;
  clear: both;
}

.recruit-form #maincontent .form-area h3.label {
  margin: 0;
  padding: 0 0 8px 0;
  width: auto;
}

.recruit-form #maincontent .form-area div.value {
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}

.recruit-form #maincontent .form-area div.value span {
  font-size: 14px;
  padding-right: 20px;
  display: block;
}

.recruit-form.confirm #maincontent .form-area div.value span {
  color: #777;
}

.recruit-form.confirm #maincontent .form-area div.value span.confirm-text {
  color: #000;
  font-weight: bold;
}

.recruit-form #maincontent .form-area div.value span.utility {
  font-size: 12px;
  padding-right: 0;
  display: block;
  text-align: left;
}

.recruit-form #maincontent .form-area div.value p.caution {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #E91114;
  padding-right: 0;
  padding-top: 0;
}

.recruit-form #maincontent .form-area div.value input {
  display: inline-block;
  height: auto;
  padding: 10px 8px;
  font-size: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.recruit-form #maincontent .form-area div.value input.w-10 {
  width: 48px;
}

.recruit-form #maincontent .form-area div.value input.w-20 {
  width: 72px;
}

.recruit-form #maincontent .form-area div.value input.w-80 {
  width: 192px;
}

.recruit-form #maincontent .form-area div.value input.w-80 {
  width: 100%;
  box-sizing: border-box;
}

.recruit-form #maincontent .form-area div.value select {
  display: inline-block;
  width: auto;
  height: 44px;
  padding: 8px 16px;
  font-size: 16px;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.recruit-form #maincontent .form-area div.value .birth:after {
  content: "";
  display: block;
  clear: both;
}

.recruit-form #maincontent .form-area div.value .birth .item {
  float: left;
  margin-right: 8px;
}

.recruit-form #maincontent .form-area div.value .seibetsu:after,
.recruit-form #maincontent .form-area div.value .license:after {
  content: "";
  display: block;
  clear: both;
}

.recruit-form #maincontent .form-area div.value .seibetsu .item,
.recruit-form #maincontent .form-area div.value .license .item,
.recruit-form #maincontent .form-area div.value .policy {
  float: left;
  margin-right: 8px;
  position: relative;
}

.recruit-form #maincontent .form-area div.value .policy {
  padding: 16px 0;
}

.recruit-form #maincontent .form-area div.value .seibetsu .item input,
.recruit-form #maincontent .form-area div.value .license .item input {
  position: absolute;
  top: 4px;
}

.recruit-form #maincontent .form-area div.value .policy input {
  position: absolute;
  top: 18px;
}

.recruit-form #maincontent .form-area div.value .seibetsu .item label,
.recruit-form #maincontent .form-area div.value .license .item label,
.recruit-form #maincontent .form-area div.value .policy label {
  line-height: 32px;
  padding-left: 24px;
  padding-right: 32px;
}

.recruit-form #maincontent .form-area div.value .policy label {
  font-size: 16px;
  font-weight: bold;
}

.recruit-form #maincontent .form-area div.value .seibetsu .item label:hover,
.recruit-form #maincontent .form-area div.value .license .item label:hover,
.recruit-form #maincontent .form-area div.value .policy label:hover {
  cursor: pointer;
}

.recruit-form #maincontent .form-area div.value textarea {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 120px;
  padding: 12px;
  font-size: 16px;
  line-height: 32px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.recruit-form.confirm #maincontent .form-area div.value p.confirm-text {
  font-weight: bold;
}

.recruit-form #maincontent .btn-area {
  margin: 0;
  padding: 16px 0 0 0;
  text-align: center;
}

.recruit-form #maincontent .btn-area button.btn {
  width: 192px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  margin: 0 auto;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
  background: #008837;
  color: #fff;
  font-weight: bold;
}

.recruit-form.confirm #maincontent .btn-area button.btn {
  width: 46%;
}

.recruit-form.confirm #maincontent .btn-area button.btn.back {
  background: #aaaaaa;
  width: 46%;
  margin-right: 4%;
  
}

@media (min-width: 440px) {
  .recruit-form.confirm #maincontent .btn-area button.btn {
    width: 192px;
  }
  .recruit-form.confirm #maincontent .btn-area button.btn.back {
    margin-right: 16px;
    width: 192px;
  }
}

.recruit-form #maincontent .btn-area button.btn[disabled] {
  background: #aaaaaa;
  cursor: default;
}

@media (min-width: 768px) {

  .recruit-form #maincontent .form-area {
    margin: 0;
    padding: 16px 0 0 0;
    border-bottom: solid 1px #ccc;
  }

  .recruit-form #maincontent span.require {
    color: #E91114;
    font-weight: bold;
  }

  .recruit-form #maincontent h3 span.require {
    color: #E91114;
    font-weight: bold;
    padding-left: 4px;
  }

  .recruit-form #maincontent .form-area:first-child {
    border-top: solid 1px #ccc;
  }

  .recruit-form #maincontent .form-area:after {
    content: "";
    display: block;
    clear: both;
  }

  .recruit-form #maincontent .form-area h3.label {
    margin: 0;
    padding: 0 0 16px 0;
    width: 20%;
    float: left;
  }

  .recruit-form #maincontent .form-area div.value {
    width: 80%;
    float: right;
    text-align: left;
    margin-bottom: 16px;
  }

  .recruit-form #maincontent .form-area div.value span {
    font-size: 16px;
    padding-right: 16px;
    display: inline;
  }

  .recruit-form #maincontent .form-area div.value span.utility {
    font-size: 12px;
    padding-right: 0;
    display: inline;
    text-align: left;
  }

  .recruit-form #maincontent .form-area div.value input.w-80 {
    width: 384px;
  }

  .recruit-form #maincontent .form-area div.value select {
    width: auto;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    appearance: none;
  }

  .recruit-form #maincontent .form-area div.value .birth:after {
    content: "";
    display: block;
    clear: both;
  }

  .recruit-form #maincontent .form-area div.value .birth .item {
    float: left;
    margin-right: 8px;
  }

  .recruit-form #maincontent .form-area div.value .seibetsu:after,
  .recruit-form #maincontent .form-area div.value .license:after {
    content: "";
    display: block;
    clear: both;
  }

  .recruit-form #maincontent .form-area div.value .seibetsu .item,
  .recruit-form #maincontent .form-area div.value .license .item,
  .recruit-form #maincontent .form-area div.value .policy {
    float: left;
    margin-right: 8px;
    position: relative;
  }
  
  .recruit-form #maincontent .form-area div.value .policy {
    padding: 0;
  }

  .recruit-form #maincontent .form-area div.value .seibetsu .item input,
  .recruit-form #maincontent .form-area div.value .license .item input {
    top: 4px;
  }

  .recruit-form #maincontent .form-area div.value .policy input {
    top: 6px;
  }
  
  .recruit-form #maincontent .form-area div.value .policy label {
    top: 2px;
  }

  .recruit-form #maincontent .form-area div.value textarea {
    width: 576px;
    height: 120px;
  }
  
}

.recruit-form.comp #maincontent p.text {
  margin-top: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 950px) {
  .recruit-form.comp #maincontent p.text {
    margin-top: 32px;
  }
}
