/*  detail
 *---------------------------------------------------------- */
#detail {
  background: #fff;
  padding-top: 30px;
}

#detail .section_form {
  margin-bottom: 80px;
}

/*  Form
 *---------------------------------------------------------- */
.section_form{
  width: 100%;
  margin: 0 auto 80px;
  background: #fff;
  text-align: left;
}

#form .section_form{
  margin: 80px auto 80px;
}

.section_form .tit{ 
  margin-bottom: 15px;
  text-align: center;
}

.section_form .inner {
	margin: 0 auto;
	padding: 45px 40px 40px;
	width: 980px;
	background: url(../img/line_bg.png) repeat 0 0;
}

.section_form .form_tit {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
}

.section_form .txt {
	margin-bottom: 15px;
  text-align: left;
}

.section_form .txt em {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 40px;
  height: 22px;
  line-height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  color: #fff;
  background: #da1300;
  font-size: 0.9em;
  margin-right: 7px;
}

/* step */
.stepBar {
  font-weight: bold;
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
 *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  font-weight: bold;
  font-size: 1.2em;
}

.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-left: 4px solid #EDEDED;
  width: 20px;
  height: 30px;
}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}


.stepBar .step.current {
  color: #FFF;
  background-color: #99B31C;
}

.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #99B31C;
}

.stepBar.step2 .step {
  width: 50%;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step4 .step {
  width: 25%;
}

.stepBar.step5 .step {
  width: 20%;
}


/* step end */

.form_wrapper {
  padding: 25px;
  background: #fff;
}

.table-form {
  border-top: 1px dotted #e6d599;
}

.section_form .table-form {
  border-top: 0;
}

.table-form input,
.table-form textarea {
  border: #bbb solid 1px;
  padding: 10px;
  box-sizing: border-box;
}

.table-form select {
  border: #bbb solid 1px;
  padding: 5px;
  box-sizing: border-box;
}

.table-form dl.required dd input,
.table-form dl.required dd select,
.table-form dl.required dd textarea {
  background: #f9e8e8;
  border: #e45d58 solid 1px;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
  width: 500px;
  vertical-align: middle;
  font-size: 1.1em;
}

.table-form input[type="tel"] {
  width: 350px;
}

.table-form input[type="datepicker"] {
  width: 150px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
  border: 0;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.table-form textarea {
  height: 150px;
}

.table-form input#zip {
  width: 250px;
}

.table-form input#mail {
  margin-bottom: 5px;
}

.table-form dl {
  border-bottom: 1px dotted #ccc;
}

.table-form dl.un {
  border-bottom: none;
}

.table-form dt {
  width: 28%;
  padding: 20px 8% 13px 0;
  font-weight: normal;
  text-align: right !important;
  vertical-align: top;
  float: left;
  min-height: 30px;
  line-height: 1.8em;
  box-sizing: border-box;
  position: relative;
}

.table-form dl.required dt:after {
  content: "必須";
  text-align: center;
  font-weight: bold;
  display: block;
  width: 40px;
  height: 22px;
  line-height: 24px;
  border-radius: 4px;
  vertical-align: middle;
  color: #fff;
  background: #da1300;
  font-size: 0.9em;
  position: absolute;
  top: 38%;
  right: 0;
}

.table-form dd {
  width: 66%;
  box-sizing: border-box;
  padding: 16px 10px;
  float: left;
  word-break: break-all;
	text-align: left;
}

.table-form dd #department label {
  width: 30%;
  display: inline-block;
  margin-bottom: 5px;
}

.table-form dd #gender label, .table-form dd #history label, .table-form dd #image label {
  width: 50px;
  display: inline-block;
}

.zip_txt {
  float: right;
  width: 200px;
  font-size: 0.8em;
}

.notice {
  color: #c00;
  font-size: 0.9em;
  padding: 10px;
  border: 1px dotted #c00;
  margin-top: 10px;
  width: 478px;
}

.table-form .calender {
  float: right;
  padding: 0 35px 0 0;
}

.table-form select {
  font-size: 1.1em;
}

.table-form input#items {
  border: 0;
}

.table-form dt span {
  margin-top: 5px;
  font-size: 0.8em;
  color: #666;
  display: block;
}

.table-form td .box-a, .table-form td .box-b {
  float: left;
  width: 200px;
}

.msg {
  color: #c00;
  display: block;
  margin-top: 5px;
}

.btn_confirm, .btn_submit {
  display: block;
  width: 70%;
  margin: 20px auto 10px;
  padding: 20px 0;
  background: #99B31C;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
  cursor: pointer;
}

.btn_confirm:hover, .btn_submit:hover {
  opacity: 0.9;
}

.btn_back, .btn_top a {
  display: block;
  width: 25%;
  margin: 0 auto 10px;
  padding: 7px 0;
  background: #666;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.btn_back:hover, .btn_top a:hover {
  background: #565656;
  color: #fff;
  text-decoration: none;
}

.fa_box{
  float:left;
  width: 190px;
  padding:0 15px 0 0;
  height:130px;
  }
  .fa_box:nth-child(4){
  height:80px;
  }
  .fa_box:nth-child(5){
  height:80px;
  }
.fa_box span{
  background:#d8d8d6;
  padding:5px 5px 5px 7px;
  display:block;
  margin:0 0 6px;
  font-weight:bold;
  }

/* span要素をブロック化しフロートでフォーム部品と横に並べる*/
/*疑似クラス「:after」で <p>の末尾でフロートをクリア*/
.chkradio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
/*チェックボックス全体のブロックの指定*/
dd span.chkradio {
	display:block;
	width:570px;
}
/*各チェックボックスとテキストがくっつかないようにマージンを*/
dd span.chkradio label input {
	margin-right:10px;
}
/*各チェックボックスを横に並べる*/
dd span.chkradio label {
	margin-right: 16px;
	display: block;
	width: 175px;
  line-height:23px;
}
/*疑似クラス「:after」で <span>の末尾でフロートをクリア*/
dd span.chkradio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
/*チェックボックスを囲むlabel要素にロールオーバー時の変化を指定する*/
dd span.chkradio label:hover {
	background : #f3eacd;
	font-weight:bold;
}




.form_bnr02 {
  padding: 50px 0 0;
  text-align: center;
}

.ui-datepicker {
	box-sizing: border-box;
	/*left: 5% !important;*/
	background: #f2f9fd;
	padding: 10px;
}

.ui-datepicker-unselectable .ui-state-default {
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
	background: #f2f9fd url(../img/none.png) no-repeat 50% 50% !important;
	background-size: 7px 6px;
}

.ui-datepicker-calendar {
    table-layout: fixed;
}


.form_thanks {
  text-align: center;
  padding: 30px 0;
}

.form_thanks .btn a {
  width: 60%;
  font-size: 1.2em;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.form_thanks .catch {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.form_thanks iframe {
  margin-bottom: 30px;
}


.btn_top {
  padding: 30px 0 0;
}

.form_footer {
  text-align: center;
}

.table-form dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.table-form dl {
  display: inline-table;
}


/* Hides from IE-mac \*/
* html .table-form dl {
  height: 1%;
}

.table-form dl {
  display: block;
  overflow: hidden;
}


/* End hide from IE-mac */
