@charset "utf-8";
/* CSS Document */

/*********************************
 * 会員登録 ページ
 *********************************/

.flow {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.flow .stage {
	display: inline-block;
	color: #502a13;
	background-color: #e3d9b5;
	width: 160px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 50px;
	margin: 5px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.flow .stage.active {
	color: #ffffff;
	background-color: #af1656;
}

.flow .arrow {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
.flow .arrow img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-10px 0 0 -10px;
}

.form-group {
	margin: 20px 0px 0px 0px;
}
.qtitle { /* フォーム 項目名 */
	float: left;
	width: 270px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
.qtitle_in { /* フォーム 姓 名 */
	font-size: 13px;
	font-weight: bold;
}
.popup .qtitle
{
	width: 130px;
}
.qbox {
	text-align: left;
	font-size: 13px;
	overflow: hidden;
}
.required { /* 必須マーク */
	color: #b8335c;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 20px;
}
.help_s1 { /* 注釈 */
	font-size: 9pt;
	margin-top: 3px;
	line-height: 1.2em;
}
.help_s2 {
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
}
.help_s3 {
	font-size: 8pt;
	font-weight: bold;
}
.qbox a,
.qbox a,
.qbox a
{
	color: #af1656;
}
input.textbox2 { /* テキストボックス */
	color: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border: #d3d3d3 1px solid;
}
input.textbox2.size_ss {
	width: 10%;
	min-width: 60px;
}
input.textbox2.size_s {
	width: 20%;
	min-width: 120px;
}
input.textbox2.size_m {
	width: 30%;
	min-width: 180px;
}
input.textbox2.size_l {
	width: 40%;
	min-width: 240px;
}
input.textbox2.size_ll {
	width: 50%;
	min-width: 300px;
}
input.btn { /* 住所検索ボタン */
	margin-left: 5px;
	vertical-align: bottom;
	color: #fff;
}
.sendbutton {
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

.popup .sendbutton {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 640px) {
	.qtitle {
		float: none;
		display: block;
		clear: right;
		text-align: left;
		width: auto;
	}
	input.textbox2.size_ss {
		width: 20%;
	}
	input.textbox2.size_s {
		width: 25%;
	}
	input.textbox2.size_m,
	input.textbox2.size_l,
	input.textbox2.size_ll {
		width: 95%;
	}
	.qbox label
	{
		display: block;
	}

	.flow {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.flow .stage {
		display: inline-block;
		color: #502a13;
		background-color: #e3d9b5;
		width: 60px;
		height: 40px;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
		margin: 5px 0px;
		padding: 0px 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	}

	.flow .arrow {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
	}

	.flow .arrow img {
		position: absolute;
		width: 15px;
		height: auto;
		top: 50%;
		left: 50%;
		margin:-10px 0 0 -10px;
	}
}
@media (max-width: 890px) {
	.help_s2 {
		display: block;
		clear: left;
	}
}
