
.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:#aa8b45;
  line-height:1.2;
  margin-bottom:5px;
}

.section_form .privacy{
  text-align:center;
  margin:20px 10px;
}

.form_head {
	margin: 0 0 26px;
}
.form_head .tit {
	margin: 0 0 16px;
	font-size: 20px;
	text-align: center;
}
.form_head .htel{
  font-size: 26px;
	line-height: 26px;
  position: relative;
}
.form_head .htel a {
	display: block; text-align: center;
	margin-bottom: 10px;
}

.form_head .htel span {
	font-size: 16px;
	padding-right: 3px;
}

.form_head .htel img {
	width: 16px;
	margin: 0 3px 0 7px;
	vertical-align: baseline;
}
.form_head .htel small {
	display: inline-block;
	font-size: 0.7em;
}

/**************************************

form_line

**************************************/
.form_line {
	width:90%;
	margin: 0 auto 30px;
	padding:20px 5%;
	border-radius:10px;
	border:solid 2px #00b900;
	background: #e5f8e5;
	position:relative;
	transition: .3s;
}
.form_line dl dt {
	margin: 0 0 15px;
	display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
	font-size: 1.6em;
	color: #00b900;
	line-height: 1.3;
}
.form_line dt a {
	width:54px;
	margin: 0 27px 0 0;
	display:block;
}
.form_line img {
	max-width:100%;
}
.form_line dl dd {
	font-size: 1.1em;
	text-align: center;
}
.form_line dl dd b {
	color: #00b900;
	font-size: 1.125em;
	font-weight: normal;
}
.form_line dl dd strong {
	color: #E6A199;
	font-size: 1.125em;
	font-weight: normal;
}
.form_line dl dd a {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
	padding:10px 0;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	border-radius: 100px;
	background:#00b900;
	position:relative;
	transition: .3s;
}
.form_line dl dd a:last-child {margin-top: 10px;}
.form_line dl dd a::after {
	content: "";
	position:absolute;
	top:50%;
	right:12px;
	width: 6px;
	height:6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: 0.3s;
	transform: translateY(-50%) rotate(45deg);
}

/**************************************

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: #473e34;
}

.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #473e34;
}

.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

**************************************/

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: #e0553b;
	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.btn_confirm:hover, input.btn_submit:hover {
	background: #e0553b;
}

input.btn_back, .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;
	position:relative;
}

.table_form dt p.tit {
	width: auto;
	padding: 0 0 0 46px;
	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;
	position: absolute;
	top: 11px;
	left: 10px;
}

.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 input[type="text"],
.table_form input[type="tel"],
.table_form input[type="email"],
.table_form textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.table_form dd.must input,
.table_form dd.must select,
.table_form dd.must textarea {
  border: 1px solid #B84148;
  background-color: rgb(252, 233, 233);
}

.table_form dd.must input:focus, .table_form dd.must select:focus, .table_form dd.must textarea:focus {
    background: none repeat scroll 0 0 #FFF;
}

.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;
}

.f_tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_tel li {
	width: 48%;
}
.f_tel li:first-child:last-child {
	margin: 0 auto;
}

.f_tel li img {
	width: 100%;
}

/**************************************

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;
}
