@charset "UTF-8";

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

フォームガイド

***************/
#formGuide{
	text-align:center;
	width:90%;
	margin:0 auto;
} 
#formGuide li{
	position: relative;
	display: inline-block;
	padding:1em 0;
	background:#ccc;/*非アクティブカラー*/
}
#formGuide li:after{
	content: '';
	width: 36px;
	height: 36px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -18px;
	background:#ccc;/*非アクティブカラー*/
	z-index:5;
}
#formGuide li.active{
	background:#90c31f;/*アクティブカラー*/
	color:#fff;
}
#formGuide li.active:after{
	content: '';
	width: 36px;
	height: 36px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:  -18px;
	margin-top: -18px;
	background:#90c31f;/*アクティブカラー*/
	z-index:5;
}
#formGuide li:last-child:after{
	display:none;
}

@media screen and (max-width: 767px) {
#formGuide li:after{
	display:none;
}
}

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

フォームベース

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

#form{
	display:block;
	width:60%;
	margin:0 auto 100px;
	padding-top:60px;
}
.zippad{
	padding-top:15px;
}

.formConfList{
	border-bottom:1px dotted #000;
	padding-bottom:15px;
	margin-bottom:30px;
}
.formConfList label{
	display:block;
}

.formThx{
	border-bottom:1px dotted #000;
	margin-bottom:20px;
	padding-bottom:30px;
}
.formThx .title{
	font-size:200%;
	margin-bottom:20px;
}
.formThx .inqdata{
	border-top:1px dotted #000;
	margin-top:50px;
	padding-top:30px;
}
@media screen and (max-width: 767px) {
#form{
	width:100%;
}
.zippad{
	padding-top:0;
}


}

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

フォームB
オリジナルバージョン

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

#firstSel label{
	padding:10px 50px;
	background:#fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.formveg{
	display:inline;
	width:80px !important;
	margin:0 10px;
}

.subBtn{
	background:#cc0000!important;
	border:0!important;
	padding:20px 100px!important;
}

#sell{
	display:none;
}

#sell .form-check-inline:first-child{
	padding-left:0;
}
@media screen and (max-width: 767px) {
	
#firstSel{
	text-align:center;
	padding:10px 20px;
	background:none;
}
#firstSel label{
	margin:0!important;
	width:100%!important;
	margin-bottom:5px!important;
}

.subBtn{
	background:#cc0000!important;
	border:0!important;
	padding:20px 50px!important;
}

#sell .form-check-inline{
	padding-left:0;
	margin-bottom:20px;
}

}
