@charset "utf-8";
.faq-form {
	line-height: 1;
	font-size: 1rem;
}
.faq-form form, .faq-form .thanksMsg {
	width: 1000px;
	margin: 0 auto;
}
.faq-form form > .inner, .faq-form .thanksMsg > .inner {
	background-color: #fff;
}
.faq-form .thanksMsg > .inner {
	padding: 50px;
	line-height: 2;
}
.faq-form .box .box_hd {
	background-color: #004898;
	color: #fff;
	padding: 20px 25px;
	font-size: 1.2rem;
}
.faq-form .box_inner {
	padding: 35px 80px 35px;
	line-height: 1.4;
}
.faq-form .box00 .box_inner {
	padding: 30px 25px;
	line-height: 1.4;
}
.faq-form .text_lead {
	padding-bottom: 0.5em;
}
.faq-form .required {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #dc0012;
	font-size: 0.875rem;
	color: #ffffff;
	vertical-align: top;
}
.faq-form .box01 .text, .faq-form .box02 .text {
	padding: 0 0 0.8em;
	position: relative;
}
.faq-form .box01 .text {
	border-bottom: 1px dotted #ccc;
}
.faq-form .box01 .text .required, .faq-form .box02 .text .required {
	position: absolute;
	top: 0;
	left: -50px;
}
.faq-form table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.faq-form tbody {
	max-width: 820px;
}
.faq-form th {
	width: 185px;
	vertical-align: top;
	padding: 25px 65px 0 0;
	text-align: right;
	position: relative;
}
.faq-form th .required {
	position: absolute;
	top: 27px;
	right: 0;
}
.faq-form th, .faq-form td {
	border-bottom: 1px dotted #ddd;
}
.faq-form tr:last-child th, .faq-form tr:last-child td {
	border-bottom: none;
}
.faq-form td {
	padding: 25px 0 25px 25px;
}
.faq-form .note {
	color: #df817e;
	margin: 7px 0 0;
	padding-left: 1.1em;
	position: relative;
	font-size: 0.875rem;
}
.faq-form .note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.faq-form .privacy_box {
	margin: 0 auto;
	text-align: center;
	line-height: 1.4;
}
.faq-form .privacy_box .required {
	margin-right: 1em;
}
.faq-form .privacy_box #privacyText {
	text-align: left;
}
.faq-form .btn_box {
	display: flex;
	justify-content: center;
	padding: 20px 0 40px;
}
.faq-form .btn_box > * {
	margin: 0 10px;
}
.faq-form .btn_box .BtnType01 {
	width: 70%;
	max-width: 400px;
}
.faq-form .btn_box .BtnType04 {
	width: 20%;
	max-width: 120px;
}
.faq-form .btn_box button {
	width: 100%;
	white-space: nowrap;
}

.faq-form textarea {
	width: 100%;
	height: 220px;
	padding: 1em;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-webkit-appearance: none;
	font-size: 1.14rem;
}
.faq-form .input_type01 {
	width: 80%;
	height: 2.2em;
	padding: 0 1em;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	-webkit-appearance: none;
	font-size: 1.14rem;
}
.faq-form .label_type label {
	cursor: pointer;
}
.faq-form .label_type input {
	margin-right: 0.5em;
}
.faq-form .label_type01 {
	margin-top: 1em;
}
.faq-form .label_type01 label {
	display: inline-block;
	width: 200px;
	margin-bottom: 0.5em;
}
.faq-form .label_type02 label {
	display: inline-block;
	margin-left: 2em;
}
.faq-form .label_type02 label:nth-child(1) {
	margin-left: 0;
}
.faq-form .label_type03 {
	text-align: center;
}
/*********************************/
@media screen and (max-width: 600px) {
	.faq-form form, .faq-form .thanksMsg {
		width: auto;
	}
	.faq-form .box_inner {
		padding: 5%;
	}
	.faq-form .box03 .box_inner {
		padding: 0;
	}
	.faq-form .box .box_hd {
		padding: 5%;
		font-size: 1.14rem;
	}
	.faq-form .box .text .required {
		left: auto;
		right: 0;
	}
	.faq-form table, .faq-form tbody, .faq-form tr, .faq-form th, .faq-form td {
		display: block;
		width: auto;
		text-align: left;
	}
	.faq-form tr {
		/*padding: 5%;*/
		border-bottom: 5px solid #ececec;
	}
/*	.faq-form tr:last-child {
		border-bottom: none;
	}*/
	.faq-form th, .faq-form td {
		padding: 20px 5%;
	}
	.faq-form th {
		position: relative;
		border-bottom: none;
	}
	.faq-form th::after, .faq-form tr:last-child th::after {
		content: "";
		border-bottom: 1px solid #ccc;
		width: 90%;
		position: absolute;
		left: 5%;
		bottom: 0;
		/*padding: 0 0 1em;
		border-bottom: 1px solid #ccc;*/
	}
	.faq-form th .required {
		top: 20px;
		right: 5%;
	}
	.faq-form td {
		/*padding: 20px 0 0;*/
		border-bottom: none;
	}
	.faq-form .btn_box > * {
		margin: 0 5px;
	}
	.faq-form .input_type01 {
		width: 100%;
	}
	.faq-form .privacy_box .box_inner {
		background: #fff;
	}
}



.faq-form .errorMsgTop {
	color: #dc0002;
	font-weight: bold;
}
.faq-form .errorMsg {
	margin-top: 1em;
	color: #dc0002;
	font-weight: bold;
}

.faq-form .box .on:not(.box_hd),
.faq-form .privacy_box .on {
	background: rgba(220,0,18,0.05);
	background: #fdf2f3;
}




/*****************************************************************************
filterMsg
 *****************************************************************************/
.filterMsg {
	background: #fff;
	padding: 20px;
	border: 1px solid #dc0002;
	border-radius: 10px;
	width: 90%;
	margin:  0 auto 20px;
	line-height: 1.8;
}


