@charset "utf-8";
/************************************************************************************************************************************
	全ページ共通
************************************************************************************************************************************/
/** .form_table *****************************************************************/
table.form_table {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
table.form_table tbody {
	display: table;
	width: 100%;
}

table.form_table tbody th, 
table.form_table tbody td {
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
	border-bottom: solid 1px #b2b2b2;
}


table.form_table tbody th {
	color: #005bac;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	width: 195px;
	padding: 17px 0px 16px 10px;
}

table.form_table tbody td {
	text-align: left;
	padding: 17px 10px 16px 0px;
}


table.form_table tbody .required {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 40px;
	height: 20px;
	background-color: #ac002d;
	margin-left: 8px;
}


@media print, screen and (min-width: 768px) {
	table.form_table {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	table.form_table, 
	table.form_table tbody, 
	table.form_table tbody th, 
	table.form_table tbody td {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		display: block;
	}
	table.form_table tbody th {
		width: 100%;
		padding: 20px 10px;
		border-bottom: none;
	}
	table.form_table tbody td {
		padding: 0 10px 20px;
		border-top: none;
		border-bottom: none;
	}

}




/** form input text
*********************/
.form_table input[type="text"], 
.form_table input[type="email"], 
.form_table input[type="password"], 
.form_table input[type="url"], 
.form_table input[type="telephone"], 
.form_table input[type="number"], 
.form_table input[type="datetime"] {
	box-sizing: border-box;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	max-width: 250px;
	width: 100%;
	padding: 4px 0.5em;
	background-color: #FFF;
	border: 1px solid #f2f3f6;
	border-radius: 0;
border-radius: 0px;
	-webkit-appearance: none;
	box-shadow: none;
}

.form_table textarea {
/*	resize: none;*/
resize: vertical;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	max-width: 450px;
	width: 100%;
	padding: 4px 0.5em;
	background-color: #FFF;
	border: 1px solid #f2f3f6;
	border-radius: 0;
border-radius: 0px;
	-webkit-appearance: none;
	box-shadow: none;
	resize: none;
}


@media screen and (max-width: 767px) {
	.form_table input[type="text"], 
	.form_table input[type="email"], 
	.form_table input[type="password"], 
	.form_table input[type="url"], 
	.form_table input[type="telephone"], 
	.form_table input[type="number"], 
	.form_table input[type="datetime"] {
		max-width: none;
	}
	.form_table textarea {
		max-width: none;
		width: 100%;
	}

}




/** .checkbox *****************************************************************/
input.checkbox[type="checkbox"] {
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;

	box-sizing: border-box;
	position: relative;
	vertical-align: inherit;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: none;
	background-color: #FFF;
	border: solid 1px #a0a0a0;
	border-radius: 0;


	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.15);
}
input.checkbox[type="checkbox"]:checked {
	background-color: #539cf7;
	box-shadow: none;
}
input.checkbox[type="checkbox"]:checked:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 4px;
	height: 4px;
	margin: auto;
	background-color: #FFF;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	box-shadow: none;
}


@media screen and (max-width: 767px) {
	input.checkbox[type="checkbox"] {
	}
	input.checkbox[type="checkbox"]:checked {
	}
}




/** .form_button *****************************************************************/
.form_button_wrap {
	text-align: center;
	letter-spacing: normal;
	width: 100%;
	margin-top: 75px;
}
.form_button_wrap .form_button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.form_button_wrap .form_button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	display:inline-block;
	cursor: pointer;
	padding: 0;
	background: none;
	background-color: transparent;
	border: none;
	border-radius: 0;


	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #005bac;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Oswald', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 60px;
	text-align: center;
	width: 200px;
	height: 62px;
	padding: 0 44px;
	margin: 0 auto;
	border: solid 1px #005bac;
}
.form_button_wrap .form_button button span {
}
.form_button_wrap .form_button button::after {
	content: " ";
	display: block;
	right: 0; top: 0; bottom: 0;
	position: absolute;
	width: 30px;
	height: 1px;
	margin: auto 0;
	background-color: #005bac;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.form_button_wrap {
		margin-top: 35px;
	}
}















table.form_table tbody td .required_message {
	color: #ff4851;
}

#formSubmit .message_area {
	text-align: center;
	background-color: #FFF;
}
#formSubmit .message_area .error {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 0;
	margin-bottom: 40px;
	border: solid 4px #ff4851;
}
#formSubmit .message_area .success {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 0;
	margin-bottom: 40px;
	border: solid 4px #43E0C6;
}













/** .form_table select *****************************************************************/
.form_table select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;

-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;

	margin: 0px 5px 0px 0;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

	border: 1px solid #aaa;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	font-size: 11px;
	font-family: "メイリオ" , Meiryo , "Meiryo UI" , '小塚ゴシック Pr6N' , 'Kozuka Gothic Pr6N' , '小塚ゴシック Pr 6N' , 'Kozuka Gothic Pr 6N' , '小塚ゴシック Pr6 N' , 'Kozuka Gothic Pr6 N' , '小塚ゴシック Pr 6 N' , 'Kozuka Gothic Pr 6 N' , '小塚ゴシック Pro L' , 'Kozuka Gothic Pro Light' , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 19px;

	height: 23px;
	padding: 0px 13px 0px 7px;
}
.form_table select option {
	font-size: 11px;
	font-family: "メイリオ" , Meiryo , "Meiryo UI" , '小塚ゴシック Pr6N' , 'Kozuka Gothic Pr6N' , '小塚ゴシック Pr 6N' , 'Kozuka Gothic Pr 6N' , '小塚ゴシック Pr6 N' , 'Kozuka Gothic Pr6 N' , '小塚ゴシック Pr 6 N' , 'Kozuka Gothic Pr 6 N' , '小塚ゴシック Pro L' , 'Kozuka Gothic Pro Light' , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1;
}

