@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	customize_form.css
*/
.form {
	padding-bottom: 100px;
}
.form * {
	box-sizing: border-box;
}

/*============================================================
	インプット
*/
:placeholder-shown {
    color: #666666;
}
::-webkit-input-placeholder {
    color: #666666;
}
:-moz-placeholder {
    color: #666666; opacity: 1;
}
::-moz-placeholder {
    color: #666666; opacity: 1;
}
:-ms-input-placeholder {
    color: #666666;
}
select, input, textarea {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	outline: 0;
	background-color: transparent;
	resize: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333333;
	border-radius: 3px;
}
textarea {
	width: 100%;
	border: 1px solid #999999;
	background-color: #f7f7f7;
	padding: 7px 10px;
	cursor: text;
	font-size: 16px;
	line-height: 1.8;
}
select {
	padding: 0 40px 0 10px;
	width: 100%; height: 44px;
	border: 1px solid #999999;
	background: #ffffff url(../img/form_parts_select.png) 100% 50% no-repeat;
	background-color: #f7f7f7;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.8;
}
label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-bottom: 3px;
	line-height: 1.2;
	cursor: pointer;
}
input[type="text"],
input[type="password"] {
	border: 1px solid #999999;
	background-color: #f7f7f7;
	padding: 7px 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	cursor: text;
}
input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	top: 50%; left: 0;
	opacity: 0;
	margin-top: -10px;
    width: 20px; height: 20px;
	cursor: pointer;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
	display: block;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -10px;
    width: 20px; height: 20px;
	cursor: pointer;
}
input[type="checkbox"] + span {
	background: transparent url(../img/form_parts_checkbox.png) 0 0 no-repeat;
	-webkit-background-size: 20px 40px;
	background-size: 20px 40px;
}
input[type="checkbox"]:checked + span {
	background-position: 0px -20px;
}
input[type="radio"] + span {
	background: transparent url(../img/form_parts_radio.png) 0 0 no-repeat;
	-webkit-background-size: 20px 40px;
	background-size: 20px 40px;
}
input[type="radio"]:checked + span {
	background-position: 0px -20px;
}

/*============================================================
	お電話
*/
.phone .row {
	position: relative;
	left: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.phone .row .block {
	flex-basis: 300px;
	max-width: 300px;
	margin-top: 20px;
	text-align: left;
}
.phone .row .block .add {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.3;
}
.phone .row .block .add br {
	display: none;
}
.phone .row .block h4 {
	font-size: 24px;
	line-height: 1.3;
}
.phone .row .block p {
	margin-top: 5px;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
}
.phone .row .block p span {
	padding-right: 5px;
	font-weight: 500;
	font-size: 16px;
}

/*============================================================
	見出し
*/
.form .head {
	padding: 0 20px;
	padding-top: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.form .head h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 1.5;
}
.form .head h3 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.form .head .mess {
	margin-top: 30px;
}
.form .head .error {
	font-weight: 500;
	font-size: 18px;
	color: #fb0f0c;
}

/*============================================================
	フレーム
*/
.form .frame {
	margin: 0 auto;
	margin-top: 30px;
	padding: 40px 60px;
	width: 600px;
	border: 1px solid #cccccc;
}

/*============================================================
	パーツ
*/
.form .parts h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
}
.form .parts .image {
	margin-top: 20px;
}
.form .parts .image img {
	display: block;
	margin: 0 auto;
	width: 360px;
}
.form .parts h4 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 1.3;
}
.form .parts h5 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.6;
}
.form .parts p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 2;
}

/*============================================================
	ボタン
*/
.form .btn {
	margin-top: 30px;
}
.form .btn button,
.form .btn a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 270px;
	border: 2px solid #000000;
	background-color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.form .btn button span,
.form .btn a span {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.form .btn button span i,
.form .btn a span i {
	position: absolute;
	top: 50%; right: 0;
	margin-top: -7px;
	width: 14px; height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #fb0f0c;
}
.form .btn button:hover,
.form .btn a:hover {
	background-color: #000000;
	color: #ffffff;
}

.form .btn-back {
	margin-top: 20px;
	text-align: center;
}
.form .btn-back button,
.form .btn-back a {
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.form .btn-back button span,
.form .btn-back a span {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
.form .btn-back button span i,
.form .btn-back a span i {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -7px;
	width: 14px; height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.form .btn-back button:hover,
.form .btn-back a:hover,
.form .btn-back button:hover span i,
.form .btn-back a:hover span i {
	color: #fb0f0c;
}

/*============================================================
	必須
*/
.form .must {
	display: block;
	padding-bottom: 2px;
	width: 60px;
	border: 2px solid #fb0f0c;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #fb0f0c;
	white-space: nowrap;
}

/*============================================================
	入力画面
*/
/* テーブル */
.form .form-input .table {
	display: table;
	margin-top: 20px;
	width: 100%;
}
.form .form-input .table .row {
	display: table-row;
}
.form .form-input .table .row .col {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 20px;
}
.form .form-input .table .row .col:last-child {
	padding-left: 20px;
	padding-top: 6px;
	width: 1px;
}
.form .form-input .table .row .col .alert {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #fb0f0c;
}
.form .form-input .table .row .col ul {
	display: table;
	width: 100%;
}
.form .form-input .table .row .col ul li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 6px 0;
	font-size: 16px;
	line-height: 1.5;
}

/*============================================================
	確認画面
*/
/* その他 */
.form .form-confirm .other {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
}
/* テーブル */
.form .form-confirm .table {
	display: table;
	margin-top: 30px;
	width: 100%;
}
.form .form-confirm .table .row {
	display: table-row;
}
.form .form-confirm .table .row .col {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 40px;
}
.form .form-confirm .table .row .col div {
	position: relative;
	white-space: nowrap;
}
.form .form-confirm .table .row .col p {
	padding-right: 75px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
}
.form .form-confirm .table .row .col:first-child {
	width: 1px;
}
.form .form-confirm .table .row .col:last-child {
	padding-left: 40px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
}
.form .form-confirm .table .row .col .must {
	position: absolute;
	top: 0; right: 0;
}

/*============================================================
	完了画面
*/
.form .form-complete .head .lead {
	margin: 40px 0 60px 0;
}
.form .form-complete .btn {
	margin-top: 80px;
}


/*============================================================
	メディアクエリ （タブレット）
*/
@media screen and (max-width: 1140px) {



}

/*============================================================
	メディアクエリ （タブレット）
*/
@media screen and (max-width: 820px) {



}

/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 620px) {

	.form {
		padding: 0 10px;
		padding-bottom: 20px;
	}

	/*============================================================
		インプット
	*/
	textarea {
		padding: 5px 8px;
		font-size: 12px;
		line-height: 1.8;
	}
	select {
		padding: 1px 40px 0 10px;
		height: 33px;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		font-size: 12px;
		line-height: 1.8;
	}
	label {
		padding-left: 25px;
		padding-bottom: 3px;
		line-height: 1.2;
	}
	input[type="text"],
	input[type="password"] {
		padding: 5px 8px;
		font-size: 12px;
		line-height: 1.8;
	}
	input[type="checkbox"],
	input[type="radio"] {
		margin-top: -10px;
    	width: 20px; height: 20px;
	}
	input[type="checkbox"] + span,
	input[type="radio"] + span {
		margin-top: -10px;
    	width: 20px; height: 20px;
	}
	input[type="checkbox"] + span {
		-webkit-background-size: 20px 40px;
		background-size: 20px 40px;
	}
	input[type="checkbox"]:checked + span {
		background-position: 0px -20px;
	}
	input[type="radio"] + span {
		-webkit-background-size: 20px 40px;
		background-size: 20px 40px;
	}
	input[type="radio"]:checked + span {
		background-position: 0px -20px;
	}

	/*============================================================
		お電話
	*/
	.phone .row {
		justify-content: flex-start;
		left: 0;
		margin-top: 10px;
		width: 310px;
	}
	.phone .row .block {
		flex-basis: 50%;
		max-width: 50%;
	}
	.phone .row .block h4 {
		font-size: 13px;
		line-height: 1.3;
	}
	.phone .row .block .add {
		margin: 3px 0 0 0;
		font-size: 9px;
		line-height: 1.3;
	}
	.phone .row .block .add br {
		display: block;
	}
	.phone .row .block p {
		margin-top: 3px;
		font-size: 16px;
		line-height: 1;
	}
	.phone .row .block p span {
		padding-right: 5px;
		font-weight: 500;
		font-size: 10px;
	}

	/*============================================================
		見出し
	*/
	.form .head {
		padding: 0;
		padding-top: 30px;
		font-size: 12px;
		line-height: 2;
	}
	.form .head h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.form .head h3 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5;
	}
	.form .head .mess {
		margin-top: 30px;
	}
	.form .head .error {
		font-size: 16px;
	}

	/*============================================================
		フレーム
	*/
	.form .frame {
		margin-top: 20px;
		padding: 20px 10px;
		width: 100%;
	}

	/*============================================================
		パーツ
	*/
	.form .parts h3 {
		font-size: 18px;
		line-height: 1.3;
	}
	.form .parts .image {
		margin-top: 15px;
	}
	.form .parts .image img {
		width: 80%;
	}
	.form .parts h4 {
		margin-top: 15px;
		font-size: 18px;
		line-height: 1.3;
	}
	.form .parts h5 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	.form .parts p {
		margin-top: 0;
		font-size: 12px;
		line-height: 2;
	}

	/*============================================================
		ボタン
	*/
	.form .btn {
		margin-top: 10px;
	}
	.form .btn button,
	.form .btn a {
		padding: 10px 0;
		width: 100%;
		border-width: 1px;
		font-size: 12px;
		line-height: 1.5;
	}
	.form .btn button span,
	.form .btn a span {
		padding-right: 18px;
	}
	.form .btn button span i,
	.form .btn a span i {
		margin-top: -6px;
		width: 11px; height: 11px;
		font-size: 11px;
		line-height: 11px;
	}

	.form .btn-back {
		margin-top: 10px;
	}
	.form .btn-back button,
	.form .btn-back a {
		padding: 10px 0;
		font-size: 12px;
		line-height: 1.5;
	}
	.form .btn-back button span,
	.form .btn-back a span {
		padding-left: 18px;
	}
	.form .btn-back button span i,
	.form .btn-back a span i {
		margin-top: -6px;
		width: 11px; height: 11px;
		font-size: 11px;
		line-height: 11px;
	}

	/*============================================================
		必須
	*/
	.form .must {
		padding: 0 4px;
		padding-bottom: 2px;
		width: auto;
		border-width: 1px;
		font-size: 11px;
		line-height: 1.5;
	}

	/*============================================================
		入力画面
	*/
	/* テーブル */
	.form .form-input .table {
		margin-top: 20px;
	}
	.form .form-input .table .row .col {
		padding-bottom: 15px;
	}
	.form .form-input .table .row .col:last-child {
		padding-left: 10px;
		padding-top: 6px;
	}
	.form .form-input .table .row .col .alert {
		margin-top: 2px;
		font-size: 12px;
		line-height: 1.5;
	}
	.form .form-input .table .row .col ul li {
		padding: 3px 0;
		font-size: 12px;
		line-height: 1.5;
	}

	/*============================================================
		確認画面
	*/
	/* その他 */
	.form .form-confirm .other {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #eeeeee;
		font-size: 12px;
		line-height: 1.8;
	}
	/* テーブル */
	.form .form-confirm .table {
		display: block;
		margin-top: 10px;
	}
	.form .form-confirm .table .row {
		display: block;
		padding: 10px 0;
		border-top: 1px solid #eeeeee;
	}
	.form .form-confirm .table .row .col {
		display: block;
		padding-bottom: 0;
	}
	.form .form-confirm .table .row .col div {
		display: inline-block;
		padding-right: 40px;
		line-height: 1.3;
	}
	.form .form-confirm .table .row .col p {
		display: inline-block;
		padding-right: 0;
		font-size: 14px;
		line-height: 1.3;
	}
	.form .form-confirm .table .row .col:first-child {
		width: 100%;
	}
	.form .form-confirm .table .row .col:last-child {
		padding-top: 5px;
		padding-left: 15px;
		font-size: 12px;
		line-height: 1.8;
	}

	/*============================================================
		完了画面
	*/
	.form .form-complete .head .lead {
		margin: 20px 0 30px 0;
	}
	.form .form-complete .head .lead p br {
		display: none;
	}
	.form .form-complete .btn {
		margin-top: 40px;
	}

}
