@charset "utf-8";

/* -------------------------------------------------- */
/* お問い合わせフォーム */
/* -------------------------------------------------- */
#container {
	min-width: auto;
}

#entry {
	width: 90%;
	margin: 30px auto 0;
}

#entry #udHeader{
	margin-top: 67px;
}

.contactTit {
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.8rem;
	background: #f6f6f3;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

#contactTxt {
	padding-bottom: 40px;
	text-align: left;
	font-size: 1.6rem;
}

.form {
	position: relative;
}

/* お問い合わせフロー */
#contactFlow {
	text-align: center;
	padding: 0 0 70px 0;
}

#contactFlow li {
	position: relative;
	/* width: 170px; */
	margin-right: 10px;
  padding: 5px 10px;
	display: inline-block;
	color: #cccccc;
	font-size: 1.2rem;
	font-weight: bold;
	border: 3px solid #cccccc;
	border-radius: 35px;        /* CSS3用 */
	-webkit-border-radius: 35px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 35px;   /* Firefox用 */
	box-sizing:border-box;
}

#contactFlow li:after {
	position: absolute;
	top: 50%;
	right: -17px;
	margin-top: -5px;
	content:"";
	width: 10px;
	height: 11px;
	background: url(../../img/common/icon15.png) 0 0 no-repeat;
}

#contactFlow li.flowCurrent:after {
	background: url(../../img/common/icon16.png) 0 0 no-repeat;
}

#contactFlow li.last {
	margin-right: 0;
}

#contactFlow li.last:after {
	background: none!important;
}

#contactFlow li span {
	position: absolute;
    top: 4px;
    right: -38px;
}

#contactFlow li.flowCurrent {
	color: #00a0e9;
	border: 3px solid #00a0e9;
}

/* フォーム周り */

#contactForm .formInput input[type="text"],
#contactForm .formInput input[type="tel"],
#contactForm .formInput input[type="email"] {
	width: 100%;
	padding: 15px 20px;
	border: none;
	box-sizing:border-box;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	font-size: 1.6rem;
	font-family: inherit;
	border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

#contactForm .formInput input[type="text"]:focus,
#contactForm .formInput input[type="tel"]:focus,
#contactForm .formInput input[type="email"]:focus {
	border: 1px solid #00a0e9;
	-webkit-box-shadow: 0 0 4px 0 #00a0e9;
	-moz-box-shadow: 0 0 4px 0 #00a0e9;
	box-shadow: 0 0 4px 0 #00a0e9;
	transition: all 0.3s ease-in-out 0s;
}

/* 郵便番号 */
#contactForm .formInput input#e_zip01  { display: inline-block; width: 168px; margin-right: 20px; }
#contactForm .formInput input#e_zip02  { display: inline-block; width: 168px; margin-left: 20px; }
#contactForm .formInput span#post_line { display: inline-block; height: 50px; vertical-align: middle; }

/* テキストエリア */
#contactForm .formInput textarea {
	width: 100%;
	height: 20em;
	padding: 20px;
	border: none;
	box-sizing:border-box;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	font-size: 1.6rem;
	font-family: inherit;
	border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

#contactForm .formInput textarea:focus {
	border: 1px solid #00a0e9;
	box-shadow: 0 0 4px 0 #00a0e9;
	border-radius: 5px;        /* CSS3用 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	outline: 0;
	transition: all 0.3s ease-in-out 0s;
}

/*
#contactForm .selectBox select {
	width: 300px;
	padding: 15px 20px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: url(img/common/icon11.png) 90% center no-repeat;
	border: 1px #c9c9c9 solid;
	border-radius: 5px;
	font-size: 1.6rem;
	font-family: inherit;
	cursor: pointer;
}
*/

::-ms-expand {
	display: none;
}

/* ラジオボタン */
.formRadio li {
	display: inline-block;
	vertical-align: middle;
}

.choiceRadio{
  display: none;
}
.choiceRadio + span{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	display: inline-block;
}
.choiceRadio + span:before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.choiceRadio:checked + span{
  color: #007130;
}
.choiceRadio:checked + span:after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #007130;
  border-radius: 50%;
}


/* ファイル選択 */
.fileBtn input[type="file"] {
	display: none;
}

.originalBtn {
	padding: 10px 60px;
	margin-bottom: 10px;
	border: 2px solid #007130;
	cursor: pointer;
	border-radius: 5px;
	color: #007130;
	background: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: inherit;
	transition: all 0.3s ease-in-out 0s;
}

.fileBtn {
	letter-spacing: -0.4em;
}

.originalBtn:hover {
	color: #FFF;
	background: #007130;
}

.jsFile button {
	width: 100%;
	letter-spacing: normal;
}

.filename {
	margin-left: 10px;
    display: inline-block;
    font-size: 1.4rem;
	letter-spacing: normal;
}

.fileclone {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	letter-spacing: normal;
}

#fileArea > p {
	font-size: 14px;
	margin-bottom: 15px;
}

/* エラー */
.errIcon {
	position: absolute;
	top: -33px;
	left: 0px;
}

.errIcon li.ok.off {
	display: none;
}

.errIcon li.ng.off {
	display: none;
}

.errIcon li.ok {
	display: block;
	width: 20px;
	color: #fff;
}

.errIcon li.ng {
	display: block;
	width: 20px;
	color: #fff;
}

#choiceArea .errIcon {
	position: absolute;
	top: 3px;
	left: 173px;
}

#choiceArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#nameArea .errIcon {
	position: absolute;
	top: -2px;
  left: 95px;
}

#nameArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#ageArea .errIcon {
	position: absolute;
	top: -2px;
  left: 80px;
}

#ageArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#furiganaArea .errIcon {
	position: absolute;
	top: -2px;
  left: 110px;
}

#furiganaArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#telArea .errIcon {
	position: absolute;
	top: -2px;
  left: 110px;
}

#telArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#mailArea .errIcon {
	position: absolute;
	top: -1px;
  left: 156px;
}

#mailArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#checkMailArea .errIcon {
	position: absolute;
	top: -1px;
  left: 185px;
}

#checkMailArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#jobArea .errIcon {
	position: absolute;
	top: -1px;
	left: 110px;
}

#jobArea .errIcon li.ng {
	position: absolute;
	top: 0;
	left: 0;
}

#workArea .errIcon {
	position: absolute;
	top: -1px;
	left: 110px;
}

#workArea .errIcon li.ng {
	position: absolute;
	top: 0;
	left: 0;
}

#bodyArea .errIcon {
	position: absolute;
	top: 0px;
  left: 235px;
}

#bodyArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0px;
}

.errIcon li img {
	width: 100%;
}

.err {
	color: #f00;
	font-size: 1.3rem;
}

/* 入力 */
/* ---------------------------- */
#contactForm {
	width: 100%;
	font-size: 1.6rem;
	margin: 0 auto 20px;
}

#contactForm .form {
	padding-bottom: 40px;
}

#contactForm h3 {
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 5px;
}

.name {
	vertical-align: middle;
}


.need {
	padding: 2px 5px;
	margin-left: 10px;
	color: #FFF;
	font-size: 1rem;
	background: #007130;
	vertical-align: middle;
}

#contactForm .formInput {
	width: 100%;
}

#ppTxt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
}

.contactBtn {
	text-align: center;
}

#contactBtnWrap {
	padding-bottom: 100px;
	display: block;
	text-align: left;
}

.sendBtn {
	text-align: center;
}
.backBtn {
    text-align: center;
}
.contactBtn .btn3 {
	padding: 20px 60px 14px;
    margin-bottom: 10px;
    border: 2px solid #007130;
    background: #007130;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: inherit;
    transition: all 0.3s ease-in-out 0s;
	line-height: 1.2;
}

#contactBtnTxt01 {
	font-size: 1.2rem;
}

#contactBtnTxt02 {
	font-size: 1.8rem;
}

/* 確認 */
/* ---------------------------- */
#confirmForm {
	width: 100%;
	margin: 0 auto;
}

#confirmForm h3 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #999;
}

.confirmBox {
	font-size: 1.8rem;
	padding: 15px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
}

.sendBtn .btn3 {
	display: inline-block;
	padding: 17px 60px;
    margin-bottom: 10px;
    border: 2px solid #007130;
    background: #007130;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: inherit;
    transition: all 0.3s ease-in-out 0s;
    line-height: 1.2;
}

.backBtn:before {
	content:"";
	width: 7px;
	height: 12px;
	margin-right: 5px;
	background: url(../../img/common/icon24.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.backBtn a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: #999;
}

#btnArea {
	text-align: center;
}

#announcement {
	text-align: center;
	padding-bottom: 30px;
}

#announcement .anno {
	color: #FF0000;
	font-size: 1.6rem;
	padding-bottom: 30px;
}

/* 完了 */
/* ---------------------------- */

#complete {
	text-align: center;
	padding-bottom: 10px;
}

#complete .anno {
	color: #FF0000;
	font-size: 1.6rem;
	padding-bottom: 30px;
}

#completeTxt {
	text-align: left;
	font-size: 1.6rem;
	padding-bottom: 30px;
}

#completeTxt .telLink {
	display: inline;
}

#completeTxt .telLink a {
	font-size: 1.6rem;
	color: #333;
}

#thxImg {
	padding: 0 0 20px;
	text-align: center;
}

#thxImg img {
	width: 100%;
}

.topBackBtn {
	padding-bottom: 100px;
	text-align: center;
}
.topBackBtn a {
    display: inline-block;
	padding: 17px 60px;
    margin-bottom: 10px;
    border: 2px solid #007130;
    background: #007130;
    cursor: pointer;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: inherit;
    transition: all 0.3s ease-in-out 0s;
    line-height: 1.2;
}
