
.ssl {
    padding: 0 20px;
    margin-bottom:30px;
}

.ssl .img {
 float: left;
 width: 27%;
}

.ssl .txt {
  float: right;
  width: 70%;
  font-size: 11px;
}

.main_form .container{
  background:#FFF;
}

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

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

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


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

stepBar

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

.stepBar {
	position: relative;
	list-style: none;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
	width: 90%;
	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: 40px;
	padding: 0 15px 0 5px;
	background-color: #ccc;
	box-sizing: border-box;
	color: #888;
	font-weight: bold;
}

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

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

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

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

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

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

.stepBar.step3 .step:nth-child(1) {
	width: 34%;
}

.stepBar.step3 .step:nth-child(2) {
	width: 33%;
}

.stepBar.step3 .step:nth-child(3) {
	width: 33%;
}


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

input btn

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

.nodisplay{
  display: none;
}

.value {
	margin-bottom: 20px;
}

input.btn-success {
	width: 90%;
	margin: 0 auto;
}

input.btn_confirm, input.btn_submit {
	-webkit-appearance: button;
	display: block;
	width: 86%;
	margin: 0 auto 10px;
	padding: 12px 0;
	background: #db374c;
	font-weight: bold;
	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;
}

/*input#upsell.btn_confirm {
  padding: 30px 10%;
  white-space: pre-line;
    word-break: break-all;
    -webkit-appearance: none;
}*/

.upsel_box p.submit.upsell {
	width: 300px;
	height: 192px;
	margin: 0 auto 10px;
}

.upsel_box p.submit.upsell input{
  width: 300px;
	height: 192px;
	background: url(../survey/img/btn.gif);
	background-size: 100% auto;
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
}


.upsel_box .submit.non input.btn_submit {
  background: #FFF;
  color: #888;
  border: 1px solid #aaa;
}

input.btn_confirm:hover, input.btn_submit:hover {
	background: #e08268;
}

input.btn_back,input#edit, .btn_top a {
	-webkit-appearance: button;
	display: block;
	width: 70%;
	margin: 0 auto 10px;
	padding: 8px 0;
	background: #aaa;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
	text-decoration: none;
  font-family: "a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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


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

table_form

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

.section_form{
  padding:20px 0 0;
  background:#FFF;
}

.table_form dt {
	margin-top: 10px;
	background: #f7f2ee;
	padding: 7px;
}

.table_form dt p.tit {
	width: auto;
	padding: 0 0 0 8px;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	float: left;
}

.table_form dt p.tit br {
	display: none;
}

.table_form dt p.must {
	width: auto;
	padding: 5px 0 0 5px;
	text-align: left;
	float: left;
}

.table_form dt p.must span {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
	background: #c44137;
	font-size: 1em;
}

.table_form dt p.must img {
	display: none;
}

.table_form dt:after {
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
}

.table_form dd {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.table_form dd input, .table_form dd textarea {
	font-size: 13px;
	background: #efefef;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table_form dd select {
	font-size: 13px;
	height: 40px;
}

.table_form dd #department label {
	width: 100%;
	display: inline-block;
	margin-bottom: 8px;
}

.table_form dd #gender label {
	display: inline-block;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
}

.table_form dd #gender label:first-child {
	background: #f1caca;
}

.table_form dd #gender label:last-child {
	background: #b8dbea;
}

.table-form.us dd label {
	display: inline-block;
	margin: 0 5px;
}

.table_form input[type="text"],
.table_form input[type="tel"],
.table_form input[type="email"],
.table_form textarea {
	width: 96%;
	padding: 15px;
	box-sizing: border-box;
}

.table_form input#zip {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

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

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

.table_form .w350 {
	width: 100%;
}

.table_form .w120,
.table_form .w180 {
	width: 40%;
}

.table_form .w50,
.table_form .w80 {
	width: 35%;
}

#item {
	width: 100%;
	font-size: .85em;
}

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

.policy {
	padding: 0 15px;
}

.policy a {
	color: #f89200;
	text-decoration: none;
}

.policy a:hover {
	color: #ff0000;
}

.ui-datepicker {
	width: 90% !important;
	box-sizing: border-box;
	left: 5% !important;
}

.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;
}

.table_form .zip_txt {
	width: auto;
	float: none;
	text-indent: 0;
	padding: 0;
}

.table_form .zip_txt br {
	display: none;
}

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

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

form_thanks

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

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

.form_thanks .btn {
	margin-top: 20px;
}

.form_thanks .catch {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.4;
	margin-bottom: 15px;
}
