/* CSS Document */
select, option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.formBox {
	padding: 25px 0 35px;
	line-height: 1.5em;
}
.formTitle {
	padding: 40px 0;
}
.formTitle-title {
	text-align: center;
	margin-bottom: 26px;
	font-size: 32px;
}
.formTitle-desc {
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}
.stepFlow {
	display: flex;
}
.stepFlow li {
	background-color: #a0a0a0;
	background-position: 0 50%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #fff;
	flex-basis: 30%;
	flex-grow: 1;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 0 9px 10px;
	text-align: center;
	width: 33%;
}
.stepFlow li:last-child {
	flex-basis: 20%;
}
.stepFlow li + li {
	background-image: url("../../img/form/asset_102.png");
	background-size: auto 100%;
}
.stepFlow li.current {
	background-color: #6fba2c;
}
.stepFlow li + li.current {
	background-image: url("../../img/form/asset_104.png");
}
.stepFlow li.current + li {
	background-image: url("../../img/form/asset_103.png");
}
.paragraph-text {
	margin-top: 25px;
	font-size: 14px;
}
.paragraph-text small {
	font-size: 100%;
}
.paragraph-text a{
	text-decoration:underline;
}
.formTable {
	border-top: 2px solid #8c8774;
	margin-top: 25px;
	width: 100%;
}

.formTable th {
	position: relative;
	width: 34%;
	padding: 35px 110px 25px 0;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.formTable td {
	padding: 35px 0;
	vertical-align: top;
}
.formTable th small {
	font-size: 12px;
}
/*formTable-withBottom td {
	border-bottom-width: 0;
	padding-bottom: 0;
}*/
.formTable-iconRequired, .formTable-iconAny {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	margin-left: 10px;
	padding: 5px 10px;
}

.formTable-iconRequired {
	background: #f31e42 none repeat scroll 0 0;
}
.formTable-iconAny {
	background: #a0a0a0 none repeat scroll 0 0;
}
.formTable-inputArea + .formTable-inputArea {
	margin-top: 10px;
}
.formTable-inputArea-cat {
	margin-right: 20px;
}
.formTable-notes {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.alerttxt{
	color: #f00 !important;
}
.formTable-list {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-inputText[type=text],
.form-textarea {
	padding: 5px 10px;
	border: 2px solid #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 16px;
	height: 38px;
	/*line-height:38px;*/
}
.form-inputText[type=number]{
	padding: 5px 10px;
	border: 2px solid #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 16px;
	height: 38px;
}

.form-selectText{
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAakMkFAk8Ox1BPO7LAAAAQUlEQVQI12PgnAkCDAwgcgIDgySQEmBgiARSAQxASZAUA8vMmVMYgACkAggsZxoASaAkAwiwTwNTTJMYwKCBgQEADr0TGPTfuEcAAAAASUVORK5CYII=) center right 5px no-repeat;
  background-size: 6px;
	padding: 5px 12px 5px 6px;
	border: 2px solid #ccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	height: 38px;
	vertical-align:top;
}
.form-selectText option{
	font-size:16px;
}
.form-inputText[type=text]:focus,
.form-textarea:focus,
.form-selectText:focus {
	background-color:#FFC;
}
.formBtnList {
	position: relative;
	margin-top: 45px;
	padding-bottom: 25px;
	text-align: center;
}
.formBtnList li { display: inline-block; }
.formBtnList li + li { margin-left: 10px; }

.btn-link {
	display: inline-block;
	min-width: 380px;
	padding: 20px 10px 15px;
	border-radius: 3px;
	font-size: 20px;
	background: #f37e00;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 4px solid #da7100;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
	cursor:pointer;
}
.btn-back {
	display: inline-block;
	width: 100%;
	padding: 20px 10px 15px;
	border-radius: 3px;
	font-size: 20px;
	background: #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 4px solid #ccc;
	color: #666;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
	cursor:pointer;
}
.btn-link02 {
	min-width: 220px;
}
.btn-link:hover,.btn-back:hover{
	opacity:0.8;
}

.errorMessages {
	padding-top: 10px;
	color: #f31e42;
}
.errText {
	padding-top: 10px;
	color: #f31e42;
}

.form-inputText._small { width: 17%; }
.form-inputText._code { width: 160px; }
.form-inputText._medium { width: 53%; }
.form-inputText._large { width: 90%; }
.form-inputText._date {
	width: 27%;
	cursor: pointer;
	background:url(../../img/form/calendar.png) no-repeat 97% 50%;
}
.form-inputText:disabled,
.form-selectText:disabled {
  background-color: #eee;
}
.birthForm_txt {
	vertical-align: bottom;
	font-style: normal;
}
.answerForm_txt {
  vertical-align: middle;
  font-style: normal;
  line-height: 40px;
}
[id*="dispose"] > img{
	width: auto;
	vertical-align:middle;
}
[type="radio"] {
	margin: 3px 0;
}
.form_selectAdress{
	width:53%;
}
.form-textarea {
	width: 90%;
	height: 130px;
	resize: none;
	vertical-align:top;
}
.btn_code_search{
	background-color:#f57e00;
	border-radius:5px;
	padding:8px 12px;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	-webkit-appearance: none;
}
.link_code_search{
	margin-bottom: 15px;
}
ul.check_ul{
	overflow: hidden;
}
ul.check_ul li{
	float:left;
	width:50%;
}
.info_succes{
	background-image: url("../../img/form/icon_ok.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	width:16px;
	height: 38px;
	/*margin-left: 5px;*/
	vertical-align: middle;
}
.info_error{
	background-image: url("../../img/form/icon_error.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	width:16px;
	height: 38px;
	/*margin-left: 5px;*/
	vertical-align: middle;
}
.formPop{
	position:absolute;
	top:88px;
	display:inline-block;
	z-index:9999;
	/*width:95%;*/
	width:395px;
	margin:0 auto;
	right:10px;
	border:1px solid #ddd;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2),-1px -1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2),-1px -1px 3px rgba(0,0,0,0.1);
	border-radius:10px;
	background-color:#fff;
	box-sizing: border-box;
}
.formPop .formpopMiddle{
	font-size:12px;
	line-height:20px;
	position:relative;
	padding:15px 40px 15px 15px;
	font-size:14px;
}
.formPop .formPop_close{
	position:absolute;
	right:3px;
	top:5px;
	cursor:pointer;
}
.formPop .pop_tri{
	position:absolute;
	right:120px;
	top:-14px;
}

.ui-clear-btn{
	text-align:right;
	margin:2px 0;
}
.ui-clear-btn a{
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#e5e5e5));
	background:-moz-linear-gradient(0% 0% -90deg,#fff,#e5e5e5 100%);
	background: -ms-linear-gradient(left,#fff 0%,#e5e5e5 100%); /*IE*/
	border:1px solid #ccc;
	padding:5px 10px;

}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ /* WebKit browsers */
	color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color:#ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
	color:#ccc;
}
.freecall_icon {
	width: 25px;
	padding-right: 5px;
}
.web_interview_form_step {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px;
}
.web_interview_form_step_item {
  flex-basis: 190px;
  margin-right: 10px;
}
.web_interview_form_step_item:last-child {
  margin-right: 0;
}
.web_interview_form_step_item_title {
  font-size: 20px;
  color: #6fba2c;
}
.web_interview_form_step_item_img {
  width: 100%;
  margin-bottom: 20px;
}
.web_interview_form_step_item_img img{
  width: 100%;
}
.web_interview_form_step_item_desc {
  font-size: 12px;
}
.web_interview_form_necessary {
  border: 1px solid #6fba2c;
  border-radius: 5px;
  padding: 30px;
  margin: 20px 0;
}
.web_interview_form_necessary_title {
  font-size: 20px;
  color: #6fba2c;
  margin-bottom: 0.8em;
}
.web_interview_form_necessary_desc {
  font-size: 12px;
}
.web_interview_form_necessary_desc.alerttxt {
  color: #f00;
}
.web_interview_form_necessary_desc.addIndent {
  text-indent: -1em;
  padding-left: 1em;
}
.web_interview_form_necessary_desc.bellowMargin {
  margin-bottom: 0.5em;
}
.web_interview_form_necessary_label {
  color: #fff;
  background: #6fba2c;
  font-size: 14px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.web_interview_form_necessary_img {
  text-align: center;
}
.web_interview_form_necessary_img img{
  width: 85%;
}
.web_interview_form_necessary_specList {
  overflow: hidden;
  margin-bottom: 10px;
}
.web_interview_form_necessary_specTitle {
  float: left;
  clear: left;
  width: 5em;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.web_interview_form_necessary_specDesc {
  float: left;
  font-size: 12px;
}
.web_interview_form_necessary_specDesc:before {
  content: ': '
}
.paragraph-complateMessage {
	margin: 100px 10px 50px;
	line-height: 2em;
	text-align: center;
}
.paragraph-complateMessage .complateError{
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
	margin-bottom:10px;
	display:block;
}
.paragraph-complateAleat{
	font-size: 20px;
	color: #ff0000;
	width: 80%;
	margin:0 auto;
}
.paragraph-complateComments{
	font-size:20px;
	margin: 10px auto 0;
	width: 55%;
	max-width: 870px;
}
.paragraph-complateComments .freecall_icon{
	width: 40px;
}
.link_topPage {
	font-size: 14px;
	margin-top: 30px;
	text-align: right;
}
.formTable-inputArea .check_switch{
  display:inline-block;
  margin-right: 20px;
  margin-bottom: 0.8em;
}
.formTable-inputArea .check_newfont {
  width: 100px;
  height: auto;
  margin: 5px 0 0 20px;
  color: #fff;
  display: table;
  background-color: #6fba2c;
  border-radius: 25px;
  font-size: 75%;
  line-height: 2;
  text-align: center;
  position: relative;
}
.formTable-inputArea .check_newfont:after {
  border-bottom: 6px solid #6fba2c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  margin-left: -6px;
  position: absolute;
  top: -6px;
  left: 50%;
}

 /* PC */
@media screen and (min-width: 768px){
  .inner {
    margin: 0 auto;
    max-width: 940px;
    overflow: hidden;
    padding: 0 10px;
  }
  body.formBody #head .logo_div .logo_right_div{
    float: right;
    padding: 2px 0;
    line-height: 14px;
    font-size: 10px;
    display:block;
  }
  body.formBody #head .logo_div .logo_right_div .headText{
    display:block;
  }
  .formTable tr {
    border-bottom: 1px dotted #8c8774;
  }
  .formTable tr.tr_border_delete{
    border-bottom:none;
  }
  .formTable tr.tr_border_delete th,
  .formTable tr.tr_border_delete td{
    padding-bottom:0;
  }
  .formTable-iconRequired, .formTable-iconAny {
    position: absolute;
    top: 35px;
    right: 14%;
    padding: 6px 10px 3px;
    font-size: 14px;
  }
  .formTable + .paragraph-text { margin-top: 70px; font-size: 14px; }
  .formBox .helpWindow {
    left: -20px;
    bottom: 15px;
    z-index: 4;
  }
  .formBox .helpWindow{
    width:340px;
  }
  .formBox .helpWindow .pop_bg_img img{
    width:340px;
  }
  .request_radio span.info_succes,
  .request_radio span.info_error{
    margin-left:120px;
  }
  li.formBtnList-btnBack {
    left: 0;
    margin: 0;
    max-width: 130px;
    position: absolute;
    top: 0;
    width: 19%;
  }
}


 /* sp */
@media screen and (max-width: 767px){
  /* form sp top */
  body.formBody #head .logo_div .logo_right_div .headText{
    display: none;
  }
  body.formBody #headSp{
    display:block;
  }
  .form_sp_top{
    font-size:10px;
    line-height:16px;
  }
  .form_sp_top .telLogo{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 20px;
    background: url(../../img/form/tel.png) no-repeat left center / auto 10pt;
    /*height: 10pt;*/
    line-height: 10pt;
    margin:2px 0;
  }
  .formPop{
    z-index:13;
    width:95%;
  }
  /* form css */
  .formBox {
    padding: 20px 10px;
  }
  .formTitle {
    padding: 10px 0;
  }
  .formTitle-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .formTitle-desc {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .stepFlow li{
    font-size:14px;
  }
  .paragraph-text {
    margin-top: 20px;
  }
  .paragraph-text small {
    font-size: 12px;
  }
  .formTable {
    margin-top: 15px;
  }
  .formTable th, .formTable td {
    display: block;
    padding: 0 5px;
  }
  .formTable th {
    padding-top: 15px;
    text-align: left;
    font-weight: bold;
    width:100%;
    position:static;
    /*font-size:14px;*/
  }
  .formTable td {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #8c8774;
  }
  .formTable tr.tr_border_delete td{
    border-bottom:none;
    padding-bottom:0;
  }
  .formTable-notes {
    font-size: 12px;
    margin-top: 5px;
  }
  .form-inputText._small { width: 80px;padding:5px; }
  .form-inputText._date { width: 150px;padding:5px; }
  .form-inputText._medium { width: 90%;padding:5px; }
  .form-inputText._large { width: 90%;padding:5px; }
  .form-selectText{
    padding:5px 16px 5px 3px;
  }
  .form_selectAdress{
    width:90%;
  }
  .form-textarea {
    width: 90%;
    height: 150px;
    padding:5px;
    font-size: 100%;
  }
  .request_radio{
    position:relative;
  }
  .request_radio span.info_succes,
  .request_radio span.info_error{
    position:absolute;
    right:0;
    top:26px;
  }
  .formBtnList {
    margin-top: 30px;
    padding-bottom: 15px;
    text-align: center;
  }
  .btn-link{
    min-width: 185px;
    padding: 13px 10px 10px;
    font-size:14px;
    border-radius: 2px;
    border-bottom-width:2px;
  }
  .btn-back{
    padding: 13px 10px 10px;
    font-size:14px;
    border-radius: 2px;
    border-bottom-width:2px;
  }
  li.formBtnList-btnBack {
    max-width: 120px;
    width: 26%;
  }
  .footerSp table {
    border-collapse: collapse;
    box-shadow: 1px 0px 3px #999;
  }
  ul.check_ul li{
    float:none;
    width:auto;
  }
  ul.check_ul li:nth-child(2n){
    width:auto;
  }
  .formBox .helpWindow{
    width:95%;
    left:0;
    bottom: 15px;
  }
  .formBox .helpWindow .pop_bg_img img{
    width:100%;
  }
  .paragraph-complateMessage {
    margin: 60px 10px 30px;
  }
  .paragraph-complateComments{
    font-size:12px;
    margin: 10px auto 0;
  }
  .paragraph-complateAleat{
    font-size: 15px;
    width: 95%;
    margin: 0 auto 0;
  }
  .paragraph-complateComments{
    font-size: 15px;
    width: 100%;
  }
  .paragraph-complateComments .freecall_icon{
    width: 25px;
  }
  .link_topPage {
    font-size: 14px;
  }
  .web_interview_form_step {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .web_interview_form_step_item {
    width: 100%;
    margin-right: 0;
    font-size: 0;
    flex-basis: 100%;
  }
  .web_interview_form_step_item_title {
    font-size: 22px;
  }
  .web_interview_form_step_item_img {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
  }
  .web_interview_form_step_item_desc {
    display: inline-block;
    width: 48%;
    font-size: 13px;
  }
  .web_interview_form_necessary {
    margin: 0;
    padding: 20px;
  }
  .web_interview_form_necessary_title {
    font-size: 22px;
  }
  .web_interview_form_necessary_desc {
    font-size: 13px;
  }
  .web_interview_form_necessary_img {
    width: 100%;
  }
  .web_interview_form_necessary_label {
    margin: 20px 0;
  }
  .web_interview_form_necessary_specDesc {
    width: calc(100% - 6em);
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .answer {
    max-width: 17em;
  }
}

 /* sp 320px screen */
@media screen and (max-width: 374px){
  .form-inputText._date { width: 140px;padding:5px; }
  .request_radio{
    padding-right:20px;
  }
  .formTable-inputArea .check_switch{
    display:block;
    margin-left: 0;
  }
  /*.formBody #headSp{ height:120px; }*/
  .form_xs_top{
    width:97px;
  }
  .formPop{
    top:130px;
  }
  .formPop .pop_tri{
    right:78px;
  }
  .answer {
    max-width: 13em;
  }
}
