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

/*******************

PC contact

********************/

.contact__box {
  margin: 0 auto;
  width: 1100px;
}
.contact__box .send{
	text-align:center;
	min-height:400px;
	padding-top:50px
}
.form__txt {
	text-align:center;
	margin-bottom:2em;
}
.contact__sttl {
  background-color: #5e952d;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 5px 20px;
  line-height: 1.4em;
}
.contact__catch {
  margin: 30px auto;
  font-size: 22px;
  line-height: 1.75em;
  text-align: center;
}
.contact__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 40px 0;
  border-bottom: 1px solid #7d7d7d;
  width: 100%;
}
.contact__table dt {
  font-size: 24px;
  font-weight: 400;
  vertical-align: middle;
  width: 320px;
}
.contact__table dt.req:after {
  content: "必須";
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 3px 6px 5px;
  vertical-align: middle;
  margin-left: 18px;
}
.contact__table dd {
  width: 780px;
  margin: 0;
}
.contact__table input[type="text"],
.contact__table input[type="email"],
.contact__table input[type="tel"],
.contact__table textarea {
  margin: 0;
  background: #f0f0f0;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 6px 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contact__item--long {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.contact__item--long2 {
  width: 100%;
  display: block;
  margin: 20px auto 30px;
}
.contact__table .contact__item--long input {
  width: 100%;
}
.contact__table .contact__item--long textarea {
  width: 100%;
}


.contact__box .error {
  color: #e00;
  font-size: 0.9em;
}
.contact__btn {
  text-align: center;
  margin: 50px auto;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.contact__item--middle {
  display: block;
  margin: 0 auto;
  width: 100%;
}


.error + .contact__item {
  margin-top: 20px;
}
.contact__item + .contact__item {
  margin-top: 20px;
}

.error + .contact__item--middle ,
.contact__item--middle + .contact__item--middle {
  margin-top: 20px;
}
.contact__item > div ,
.contact__item > label {
  width: 44%;
  box-sizing: border-box;
  padding-right: 50px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.contact__item > div > span ,
.contact__item > label > span {
  font-size: 22px;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
  padding-right: .5em;
  word-break: keep-all;
}

.contact__item--middle > div ,
.contact__item--middle > label {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.contact__item--middle > div span:first-of-type ,
.contact__item--middle > label span:first-of-type {
  font-size: 22px;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
  padding-right: .5em;
  word-break: keep-all;
  width: 6em;
}
.contact__item--middle > div span:first-of-type + span ,
.contact__item--middle > label span:first-of-type + span {
  width: 100%;
}
.contact__item--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.contact__table .contact__item--zip input {
  width: 5em;
}

.contact__table select {
  background: #f0f0f0 url(../../shared/img/select_ar.png) no-repeat 100% 50%;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 6px 50px 6px 20px;
  width: 340px;
  cursor: pointer;
  position: relative;
}
.contact__txt {
  font-size: 16px;
}
.pref--rabel {
  box-sizing: border-box;
  padding-bottom: 40px;
}
.contact__table #address {
  width: 100%;
}

.contact__table input[type="radio"] {
  display: none;
}
.contact__table input[type="radio"] + span {
  position: relative;
  padding-left: 1.5em;
  display: block;
}
.contact__table input[type="radio"] + span:before {
  content: "";
  box-sizing: border-box;
  border: 1px solid #3f3f3f;
  border-radius: 1em;
  display:block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.55em;
}
.contact__table input[type="radio"]:checked + span:after {
  content: "";
  background: #5e952d;
  box-sizing: border-box;
  border-radius: 1em;
  display:block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.55em;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.btn__back {
  display: block;
  background: #959595;
  box-sizing: border-box;
  color: #fff;
  width: 7em;
  margin: 40px auto;
  border-radius: 2em;
  padding: .2em .3em;
}
.contact__table .field label span{
	padding-right:1em;
	}
.recruit__field{
padding: 40px 0;
}