/*---------------------------------------------------

 common

---------------------------------------------------*/

.main_form{
  letter-spacing: 0;
}

.main_form .article_h2{
}

.main_form .article_h2 h2 span.en {
  line-height: 1.2;
}

.container {
	width: 980px;
}

.cnt_remaining {
	position: fixed;
	bottom: 50px;
	right: 100px;
	background: #c00;
	color: #fff;
	padding: 5px 5px 10px 10px;
	border-radius: 5px;
	font-size: 15px;
  font-family: 	"source-han-serif-japanese", "a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
}

.cnt_remaining var {
	font-size: 20px;
}

.ssl_box{
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
}

.ssl_box p{
  display:inline-block;
  vertical-align:top;
}

.ssl_box p:last-child{
  width:380px;
  padding-left:20px;
}

.section_form {
    margin: 0 auto;
    opacity : 1.0;
  transition : none;
}

.section_form div,
.section_form dl,
.section_form ul {
  opacity : 1.0;
  transition : none;
}

.section_form .inner {
	background: rgba(211,185,102,.12);
	padding: 65px 80px 80px;
	width: auto;
}

.section_form img {
	border-radius: 0;
}

.section_form .section {
	width: 974px;
	margin: 0 auto;
	padding: 25px;
	background: #f3f3f3;
}

.section_form .tit_box{
  width:100%;
  margin:0 auto 30px;
  border-top:1px solid #2d2d2d;
  border-bottom:1px solid #2d2d2d;
  padding:15px 20px;
  text-align:center;
  font-size:14px;
}

.section_form .tit_box h3{
  font-size:22px;
  color:#c79600;
  line-height:1.2;
  margin-bottom:5px;
}

.section_form .privacy{
  text-align:center;
  margin:20px 0;
}

/*---------------------------------------------------

 stepBar

---------------------------------------------------*/

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.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: #888;
  font-size: 1.2em;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-left: 4px solid #f9f7ee;
  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 {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step: first-child:before, .stepBar .step: first-child:after {
  content: none;
}
.stepBar .step: last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #838f71;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #838f71;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}


/*---------------------------------------------------

 form

---------------------------------------------------*/

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

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

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

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

.table-form dt p.tit {
	width: 20%;
	padding: 20px 12px 13px;
	font-weight: normal;
	text-align: right !important;
	vertical-align: top;
	float: left;
	min-height: 30px;
	line-height: 30px;
	box-sizing: border-box;
  margin-top:6px;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table-form dt p.must {
	text-align: right;
	width: 8%;
  margin-top:6px;
	vertical-align: top;
	float: left;
	padding: 10px;
	box-sizing: border-box;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table-form dt p.must span {
text-align: center;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 36px;
    vertical-align: middle;
    color: #FFF;
    background: rgba(211,185,102,1);
    font-size: 0.8em;
  letter-spacing: 0;
}

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

.table-form dd #gender{
  margin-bottom:20px;
}

.table-form dd #gender label{
	width:70px;
	background:#f4ece6;
	padding:8px 10px 5px;
	line-height:1.0;
	border:1px solid rgba(217,155,133,0.6);
  text-align:left;
  display:inline-block;
  margin-bottom: 10px;
}

/*.table-form dd #gender label:nth-child(2){
	background:#a3d9f2;
	border:1px solid #A0C9DC;
}*/

.table-form dd #gender label input{
	padding:5px 0px;
	font-size:1.2em;
	    vertical-align: middle;
      text-align:left;
}


.table-form input.must,
.table-form textarea.must,
.table-form select.must {
	background: #F8E2E6;
	border: #bbb solid 1px;
}

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

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
	width: 250px;
}

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

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

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

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

.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 select {
	font-size: 1.1em;
}

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

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

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

.form_thanks .btn {
	width: 60%;
}

.section_form .catch {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 15px;
}

/*---------------------------------------------------

 button

---------------------------------------------------*/

input.btn_confirm,
input.btn_submit {
	display: block;
	width: 70%;
	margin: 20px auto 10px;
	padding: 20px 0;
	background: rgba(211,185,102,1);
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	position: relative;
	border: none;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#submit{
  position:relative;
}
#submit::after {
display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    border-left: 7px solid #FFF;
    transition-duration: 200ms;
}

input.btn_confirm:hover,
input.btn_submit:hover {
  opacity:0.8;
	cursor: pointer;
}

input.btn_back,
input.btn_top a {
	display: block;
	width: 55%;
	margin: 0 auto 10px;
	padding: 15px 0;
	background: #aaa;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

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


.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 */


