@charset "UTF-8";
/* Form */

.form div.error,
.form #error_message {
	/*display: none;*/
}


/* フォームのリセット */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea {
	border:none;
	background:#fff;
	-webkit-appearance:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	border:1px solid #bcbcbc;
	border-radius:.5em;
	vertical-align:middle;
/*	font-size:100%;*/
	width:100%;
/*	font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: inherit;*/
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"] {
	height: 50px;
	padding: 0 1em;
}
textarea {
	padding: .5em 1em;

}
input, select, button, textarea {
	font-family: inherit;
 }

 input, select, textarea {
	font-size: 16px;
 }



::placeholder{
  color:#a3a3a3;
}


textarea.comment_s {
	height: 6em;
}

.form select {
	font-size:100%;
	width:100%;
	height:50px;
	border:1px solid #bcbcbc;
	border-radius:.5em;
	max-width: 400px;
	padding: 0 .6em;
}

.form input[type=checkbox] {
 	accent-color: #a78f37;
 	inline-size: 1.5rem;
 	block-size: 1.5rem;
	display: inline-block;
/*	border: 1px solid blue;*/
}

.form input[type=radio] {
 	accent-color: #173185;
 	inline-size: 1.5rem;
 	block-size: 1.5rem;
	display: inline-block;
	border: 1px solid blue;

}
input.name1,
input.name2 {
	inline-size: 45%;
}

th.acc a {
	color: #000;
	text-decoration: underline;
}

input.old {
	width: 5em;
}

input.postal {
	width: 10em;
}

.form .flx {
	align-items: flex-start;
}
.form .flx div.lside input {
	position: relative;
	top: -.3em;
/*	border: 1px solid #000;*/
}
.form .flx div {
	/*height: 3em;
	border: 1px solid blue;*/
}
.msgCheck {
/*	padding-top: 1em;*/
/*	border: 1px solid #000;*/
}

.form label {
	padding-left: .8em;	
	padding-bottom: 1em;
	position: relative;
	top: -.4em;
}



.form td a {
	color: #000;
}




/* エラーメッセージ */
form #error_message {
	display: block;
	color: #ff0000;
	margin-bottom: 10px;
}
form #error_message::before {
	content:url(../img/form/icon_error.png);
	padding-right:3px;
}
.form div.error {
/*	display: block;*/
	color: #ff0000;
/*	margin-top: 6px;*/
}
.form div.error::before {
	content:url(../img/form/icon_error.png);
	padding-right:3px;
}

.form label.error {
	display: block;
	color: #ff31c3;
	padding-top: .8em;
	padding-left: 0;
}
.form label.error::before {
	content:url(../img/form/icon_error.png);
	padding-right:3px;
}

.form .inp_ad {
	line-height: 2;
}







/* 送信ボタン */
input[type="submit"] {
	border:1px solid #000;
	line-height:3em;
	width:10em;
	border-radius:10px;
	font-size:30px;
	cursor:pointer;
}

.form #btn_submit {
	width: auto;
	margin: 30px auto 30px;
	border: 0px solid;
}



input.submit_confirm {
	display: block;
	border:1px solid #a78f37;
	background-color: #a78f37;
/*	line-height:2.6em;*/
	line-height: 1;
	padding-block: .8em .9em;
	width:18em;
	font-size: 16px;
	border-radius: 2em;
	font-weight: bold;
	cursor:pointer;
	margin: 30px auto 30px;
	color: #fff;
	-webkit-appearance:none;
}
input.submit_confirm:disabled {
	background-color: #aaa;
	border:1px solid #aaa;
	cursor:not-allowed;
}

input.submit_confirm.offSubmit {
	background-color: #aaa;
	border:1px solid #aaa;
	cursor:not-allowed;
}


input.submit_back {
	width:75%;
	clear: both;
	float: none;
	display: block;
	border:1px solid #a6a7a4;
	background-color: #a6a7a4;
/*	line-height:2.6em;*/
	line-height: 1;
	padding-block: .8em .9em;
	border-radius: 2em;
	font-weight: bold;
	font-size:20px;
	cursor:pointer;
	margin: 30px auto 30px;
	color: #fff;
	-webkit-appearance:none;
}
input.submit_submit {
	width:75%;
	clear: both;
	float: none;
	display: block;
	border:1px solid #a78f37;
	background-color: #a78f37;
/*	line-height:2.6em;*/
	line-height: 1;
	padding-block: .8em .9em;
	border-radius: 2em;
	font-weight: bold;
	font-size:20px;
	cursor:pointer;
	margin: 30px auto 30px;
	color: #fff;
	-webkit-appearance:none;
}








/* 送信完了画面 */
.form #msg_thanx {
	font-size: 22px;
	/*color: #816c38;*/
	text-align: center;
	position: relative;
}
.form #msg_thanx br {
	display: inline-block;
}
.form #msg_thanx:after {
	content: '';
	border-top: 1px solid #816c38;
	width: 100%;

	position: absolute;
	left: 0;
	bottom: -4px;
}
#form_area.thanks {
	padding-block-start: 100px;
}

.form #msg_complete {
	text-align: center;
	margin: 0px 0 80px;
	line-height: 2.4;
}
.form #msg_complete #completed {
	font-size: 17px;
	font-weight: bold;
	color: #a78f37;
	position: relative;
	line-height: 1.4;
}
.form #msg_complete p {
	line-height: 1.7;
	text-align: center;
}
.form #msg_complete p span.br {
	display: block;
}

.form #msg_complete .enc {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.form #msg_complete .enc div {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.form #msg_complete .enc div.icn {
	width: 20px;
	padding-top: 5px;
}
.form #msg_complete .enc div.num {
	font-size: 24px;
	font-weight: bold;
	padding-left: .3em;
}
.form #msg_complete .enc div.num a {
	color: #000;
	text-decoration: none;
}

#form_area.thanks {
	background-color: #fff;
	
}











/* フォームのテーブル */
.form table {
	border-collapse:collapse;
	box-sizing: border-box;
	width: 100%;
}
.form table tr {
	display: table-row;
}
.form table th,
.form table td {
	box-sizing: border-box;
	display: block;
}
.form table th {
/*	background-color: #fff;*/
/*	font-size: 14px;*/
	padding: 0.9em 2em 0.0em 0em;
	width: 100%;
	position: relative;
	font-weight: block;
	border-bottom: 0px dotted #bebebd;
}
.form table th.req {
	padding: 0.9em 2em 0.0em 0em;
}

.form table th br.sbr {
	display: none;
}


.form table td {
/*	background-color: #fff;*/
	padding: 0.3em 1em 0.3em 0em;
	/*border-left: 0px solid #fff;*/
	width: 100%;
/*	border-bottom: 1px dotted #bebebd;*/
}

.form table th span {
	color: #d73a1b;
}

.form table td .note {
	font-size: 13px;
	margin-block-start: .5em;
}

.form table td .list_adr input:nth-of-type(1),
.form table td .list_adr input:nth-of-type(2) {
	margin-block-start: .6em;
}

/*プライバシーポリシー*/
.form table td .ppolicy {
	border: 1px solid #a4a4a4;
	padding: 1.0em 1.5em;
	height: 15em;
	overflow-y: scroll;
	background-color: #fff;
	margin-block-end: 2em;

	font-size: 93.8%;
}


/* その他の要素 */

.form .msg_req {
	padding: 10px 0;
}


/* 要素のリスト */
.form ul.list_check li {
	margin-bottom: 1.2em;
}
.form ul.list_check li div {
	display: table;
}
.form ul.list_check li div span {
	display: table-cell;
	vertical-align: top;
	border: 0px solid #000;
}
.form ul.list_check li div span.chk {
	width: 1.9em;
}
.form ul.list_check li div span label {
	padding-left: 0;
}

/* 共通 */
.form {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.form .msg_top {
	text-align: left;
	margin-top: 1em;
}
.form .msg_last {
	text-align: left;
}


.form .sel_type .fcol {
/*	font-size: 14px;*/
	font-weight: bold;	
}
.form .sel_type .fcol:nth-of-type(1) {
	margin-bottom: .5em;
}
.form .sel_type .fcol:nth-of-type(2) {
	margin-bottom: .5em;
}
.form .sel_type .fcol:nth-of-type(3) {
	margin-bottom: .5em;
}
.form .sel_type .fcol:nth-of-type(4) {
	margin-bottom: .5em;
}.form .sel_type .fcol:nth-of-type(5) {
	margin-bottom: 0em;
}.form .sel_type .fcol:nth-of-type(6) {
	margin-bottom: 0em;
}



.form #check_agree {
	text-align: center;
}
.form #check_agree a {
	text-decoration: underline;
}

.hl_form {
	text-align: center;
}
















@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */

.form table td br.sbr {
	display: none;
}

/* end of media query(iphone6) */	
}








@media handheld, only screen and (min-width: 480px) {

.select_date span.brtf  {
	display: inline;
}	

textarea.comment_s {
	height: 16em;
}

/* 送信ボタン */
.form #btn_submit {
	width: 12em;
	font-size:30px;
	margin: 30px auto 30px;
}

input.submit_confirm {
/*	line-height:2.3em;*/
	line-height: 1;
	padding-block: .8em .9em;
	width:18em;
	font-size:18px;
	margin: 30px auto 30px;
}

input.submit_back {
	width: 6em;
	font-size: 20px;
	clear: none;
	float: left;
}
input.submit_submit {
	width:8em;
	font-size: 20px;
	clear: none;
	float: right;
}

/* 送信完了画面 */
.form #msg_complete {
	text-align: center;
	margin: 0px 0 80px;
	line-height: 2.4;
}
.form #msg_complete #completed {
	font-size: 22px;
	position: relative;
}
.form #msg_complete p {
	line-height: 1.7;
}



/* 送信完了画面 */
.form #msg_thanx {
	font-size: 28px;
}
.form #msg_thanx br {
	display: none;
}

.form #msg_complete p span.br {
	display: inline;
}

/* 要素のリスト */
.form ul.list_check li {
	margin-bottom: .9em;
}
.form ul.list_check li div span.chk {
	width: 1.7em;
}

/* フォームのテーブル */
.form table th {
/*	font-size: 15px;*/
}

.form .sel_type .fcol {
/*	font-size: 15px;*/
}

.form table td .note {
	font-size: 14px;
}

/* end of media query */
}










@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* お問い合わせ */
/* 送信完了画面 */
.form #msg_thanx {
	font-size: 32px;
}
.form #msg_complete p {
	text-align: center;
}

/* フォームのテーブル */
.form table th {
/*	font-size: 16px;*/
}

.form .sel_type .fcol {
/*	font-size: 16px;*/
}

/* end of media query */	
}






@media handheld, only screen and (min-width: 900px) {

/* 送信ボタン */
.form #btn_submit {
	width: 14em;
	margin: 30px auto 30px;
	border: 0px solid;
}

input.submit_confirm {
/*	line-height:2.8em;*/
	line-height: 1;
	padding-block: .8em .9em;
	width:14em;
	font-size:22px;
	margin: 30px auto 30px;
}

input.submit_back {
	width: 8em;
	font-size:22px;
	clear: none;
	float: left;
}
input.submit_submit {
	width:10em;
	font-size:22px;
	clear: none;
	float: right;
}


/* フォームのテーブル */
.form table th {
/*	font-size: 18px;*/
}
/*プライバシーポリシー*/
.form table td .ppolicy {
	padding: 1.5em 2em;
	height: 15em;
}


/* 送信完了画面 */
.form #msg_thanx {
	font-size: 36px;
}
.form #msg_complete #completed {
	font-size: 26px;
}


/* 要素のリスト */
.form .list_naiyo {
	clear: none;
}
.form .list_naiyo li {
	clear: none;
	float: left;
	width: 19em;
	white-space: nowrap;
}

.form .msg_top {
	text-align: center;
}
.form .msg_last {
	text-align: center;
}

.form .sel_type .fcol {
/*	font-size: 18px;*/
}

/* end of media query */	
}

@media handheld, only screen and (min-width: 1040px) {


.form .sel_type .fcol:nth-of-type(1) {
	margin-bottom: .4em;
}
.form .sel_type .fcol:nth-of-type(2) {
	margin-bottom: .4em;
}
.form .sel_type .fcol:nth-of-type(3) {
	margin-bottom: .4em;
}
.form .sel_type .fcol:nth-of-type(4) {
	margin-bottom: .4em;
}.form .sel_type .fcol:nth-of-type(5) {
	margin-bottom: .4em;
}.form .sel_type .fcol:nth-of-type(6) {
	margin-bottom: .4em;
}


/* end of media query */	
}

