@charset "UTF-8";

#work dl, .part-driver div:first-child p {
  width: 95%;
  background: #ebeadf;
  padding: 1rem;
}
.recruit-title {
  font-size: 1.5rem;
  border-left: solid #5f4c3f .8rem;
  padding: .5rem;
  color: #5f4c3f;
  font-weight: bold;
}
.recruit-note {
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
}
.part-driver {
  color: #604c3f;
}
.part-driver ul {
  font-size: 1.2rem;
  color: #b59760;
  font-weight: bold;
  letter-spacing: .2rem;
  justify-content: flex-start;
  line-height: 2rem;
}
.bg-gray {
  background: #ddd;
}
#company div{
  background: #ebeadf;
}
/* ////////// PC //////////*/
@media screen and (min-width: 415px){
  .tab {
    width: 500px;
  }
  .cont1 {
  	margin-top: 3%!important;
  }
  .c2_left {
    background: #b39b66;
  	font-size: ;
  	font-weight: bold;
  	color: #fff;
  }

  #work > div {
  	align-items: flex-end;
  }

  #work dt {
  	font-size: 1.2rem;
    letter-spacing: .2rem;
    padding: 1rem 0;
  }



  /* ============
   outline
  ========================= */
  .outline {
  	width: 100%;
  }
  .outline p {
  	width: 100%;
  	background: rgba(0, 0, 0, 0.43);
  }
  .outline a {
  	color: #fff;
  	background: #000;
  }
  .nav_tab {
    width: 500px;
  }
}





/* 追加 */
.tab {
  width: 90%;
}
.nav_tab {
  width: 90%;
}
row.form-group {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}

.control-label {
	padding-top: 11px;
}

.form-group .required {
	background: #af2d32;
	color: #fff;
	margin-left: 5px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
}

.form-control {
	font-family: "st","Yu Gothic", Arial, sans-serif;
	box-shadow: none;
	background: transparent;
	/*border: 2px solid rgba(0,0,0,0.1);*/
	height: 54px;
	font-size: 18px;
}

.form-control.preview {
	height: auto;
	border-color: transparent;
	font-weight: bold;
	/*border-bottom: 1px solid #4D4D4D;*/
}
.form-control:read-only,
.input:-internal-autofill-selected {
	background: white;
}

.form-control.w-auto {
	width: auto;
}

input[type="checkbox"].readonly,
input[type="radio"].readonly {
	opacity: 0.4;
}

input[type="text"].readonly,
input[type="date"].readonly,
input[type="email"].readonly,
input[type="tel"].readonly,
textarea.readonly,
select.readonly {
	border-color: transparent;
	background-color: transparent;
	outline: none;
	font-weight: bold;
}
select.readonly {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.readonly::-ms-expand {
	display: none;
}
.control-label.readonly {
	opacity: 0.4;
}

.chk-wrap .control-label {
	font-size: 18px;
}

.hide {
	display: none !important;
}

.error_message {
	color: #e00000;
	font-weight: bold;
	margin-top: 0.5em;
}

.link-button {
	color: #fff;
	background-color: #000;
	padding: 12px;
}

.block-contact form > button {
	margin-top: .5rem!important;
}

.form-group {
  margin-bottom: 80px;
}

form, textarea{
	width: 100%;
}
form hr {
	color: #fff;
	border: solid #fff 1px;
}

.contact button {
	line-height: 3rem;
}

#mail p {
	background: #d1cd86;
	padding: 3rem 0!important;
}
#mail p a {
	width: 90%;
	display: block;
	margin: auto;
}
.cont1 {
	width: 800px;
	margin: 0 auto!important;
	display: block;
	position: relative;
}
.faq {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 15%;
}


@media screen and (min-width: 641px) {


}


/* ////////// PC //////////*/
@media screen and (min-width: 415px){
  .tab {
    width: 500px;
  }
  .cont1 {
  	margin-top: 3%!important;
  }
  .c2_left {
    background: #b39b66;
  	font-size: ;
  	font-weight: bold;
  	color: #fff;
  }
  #company div{
  	background: #ebeadf;
  }
  #work > div {
  	align-items: flex-end;
  }
  #work dl {
  	background: #ebeadf;
  	padding: 1rem;
  	margin: 1rem;
  }
  #work dt {
  	font-size: 1.2rem;
    letter-spacing: .2rem;
    padding: 1rem 0;
  }

  /* ============
   outline
  ========================= */
  .outline {
  	width: 100%;
  }
  .outline p {
  	width: 100%;
  	background: rgba(0, 0, 0, 0.43);
  }
  .outline a {
  	color: #fff;
  	background: #000;
  }
  .nav_tab {
    width: 500px;
  }
  #mail p {
	padding: 5rem 0!important;
}
}