@charset "UTF-8";
/*index page setting*/

@media screen and (min-width: 641px) {
header nav ul li.gnav05 a {
	display: block;
	color: #333333;
	border-bottom: 5px solid #333333;
}
#form {
	position: relative;
	width: 857px;
	margin: 0 auto 60px;
}
#form.complete {
	position: relative;
	width: 857px;
	margin: 60px auto 200px;
}
#form .lead {
	margin-bottom: 40px;
	text-align: center;
}
#form .lead p {
	display: inline-block;
	text-align: left;
}

table.form_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
	
}
table.form_table th {
	width: 250px;
	padding: 0 40px 20px 0;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	
}
table.form_table th span.required {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 6px;
	background: #ff0000;
	border-radius: 4px;
	line-height: 1.0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
span.icon_required {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 6px;
	background: #ff0000;
	border-radius: 4px;
	line-height: 1.0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
table.form_table th span.normal {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 6px;
	background: #666;
	border-radius: 4px;
	line-height: 1.0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
table.form_table td {
	width: 607px;
	padding: 0 0 20px 0;
	vertical-align: top;
}
table.form_table td input {
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
input.text01 {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input[type="radio"] {
	margin-right: 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.radioGroup label {
	margin-right: 10px;
	
}
input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.checkboxGroup label {
	margin-right: 10px;
	
}
input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
select {
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	border: 1px solid #ccc;
	padding: 8px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.formCompanyList {
	width: 100%;
	overflow: hidden;
}
.formCompanyList dl {
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}
.formCompanyList dl dt {
	width: 100%;
	border: 2px solid #e8f0f5;
	margin-bottom: 5px;
}
.formCompanyList dl dt img {
	width: 100%;
}
.formCompanyList dl dd {
	font-size: 12px;
	line-height: 1.4;
}

.inquirySubTxt{
	padding: 20px;
	background-color: #eee;
	text-align: center;
}
.inquirySubTxt p{
	margin-bottom: 10px;
}
.inquirySubTxt_chk{
	display: inline-block;
	padding: 16px 20px;
	background: #2f94cd;
	color: #fff;
	font-weight: normal;
}


.formBtnArea {
	text-align: center;
}
.formBtnArea_subTxt{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.formBtnArea { margin: 52px 0; }
.formBtnArea_checkBtn {
	display: block;
	width: 46%;
	margin: 0 auto 20px;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 22px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 16px;
	cursor: pointer;
	background-color: #ffdb00;
}
/*.formBtnArea__checkBtn:disabled {
  color: #bababa;
  background-color: #d9d9d9;
}*/
.formBtnArea_backBtn {
	display: block;
	width: 36%;
	margin: 0 auto;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 16px;
	cursor: pointer;
	background-color: #ccc;
}
.resultDspt{
	width: 542px;
	padding: 35px 20px;
	margin: 0 auto;
	background-color: #eeeeee;
}


}

@media screen and (max-width: 640px){
#form {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 25px;
}
#form.complete {
	width: 92%;
	margin: 0 auto;
	padding: 25px 0 60px;
}
#form .lead {
	margin-bottom: 20px;
	text-align: center;
}
#form .lead p {
	display: inline-block;
	text-align: left;
}

table.form_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	
}
table.form_table th {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	
}
table.form_table th span.required {
	display: inline-block;
	margin-left: 6px;
	padding: 4px 6px;
	background: #ff0000;
	border-radius: 4px;
	line-height: 1.0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
span.icon_required {
	display: inline-block;
	margin-left: 6px;
	padding: 4px 6px;
	background: #ff0000;
	border-radius: 4px;
	line-height: 1.0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
table.form_table th span.normal {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 6px;
	background: #666;
	border-radius: 4px;
	line-height: 1.0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
table.form_table td {
	display: block;
	margin-bottom: 25px;
	vertical-align: top;
}
table.form_table td input {
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
input.text01 {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input[type="radio"] {
	margin-right: 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.radioGroup label {
	margin-right: 10px;
	
}
input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.checkboxGroup label {
	margin-right: 10px;
	
}
input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
select {
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	border: 1px solid #ccc;
	padding: 8px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.formCompanyList {
	width: 100%;
	overflow: hidden;
}
.formCompanyList dl {
	float: left;
	width: 23%;
	margin: 0 2% 2% 0;
}
.formCompanyList dl dt {
	box-sizing:border-box;
	width: 100%;
	border: 2px solid #e8f0f5;
	margin-bottom: 5px;
}
.formCompanyList dl dt img {
	width: 100%;
}
.formCompanyList dl dd {
	font-size: 9px;
	line-height: 1.4;
}

.inquirySubTxt{
	padding: 20px;
	background-color: #eee;
	text-align: center;
}
.inquirySubTxt p{
	margin-bottom: 10px;
}
.inquirySubTxt_chk{
	padding: 16px 20px;
	display: inline-block;
	background: #2f94cd;
	color: #fff;
	font-weight: normal;
}


.formBtnArea {
	text-align: center;
}
.formBtnArea_subTxt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.formBtnArea { margin: 25px 0; }
.formBtnArea_checkBtn,
.formBtnArea__backBtn {
	width: 80%;
	margin-bottom: 15px;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 18px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 12px;
	cursor: pointer;
}
.formBtnArea_checkBtn { background-color: #ffdb00; }
/*.formBtnArea__checkBtn:disabled {
  color: #bababa;
  background-color: #d9d9d9;
}*/
.formBtnArea_backBtn {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 1em 0;
	/*color: #fff;*/
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	border: 3px solid #333;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ccc;
}
.resultDspt{
	box-sizing:border-box;
	width: 100%;
	padding: 6%;
	margin: 0 auto;
	background-color: #eeeeee;
}
  
}
