@charset "utf-8";
/*-----------------------------------------------------------
===	[ Inquiry Format ]	-	$key="inquiry-form" =============
------------------------------------------------------------*/

/* form-title */
.inquiry-form-title01 {
	margin: 60px 0 20px;
}
/* text-notice */
.text-notice {
	margin: 25px 0;
}
.text-notice span {
	color: #c20011;
}
/* form */
.inquiry-form form {
	position: relative;
}
table.form {
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 25px 0 0;
	border-collapse: separate;
}
table.form + table.form,
section + table.form {
	margin: 40px 0 0;
}
table.form th,
table.form td {
	border-bottom: 1px solid #cdcdcd;
	box-sizing: border-box;
}
table.form th {
	font-weight: bold;
	background: #f2f2f2;
	width: 280px;
	padding: 18px 70px 18px 20px;
	position: relative;
}
table.form .error-blc th {
	background: #fff2f2;
}
table.form td {
	padding: 18px 30px;
}
#confirm table.form th {
	padding: 18px 20px 18px 20px;
}
#confirm table.form td {
	vertical-align: middle;
}
table.form td p {
	margin: 8px 0 2px;
}
table.form td .errorTxt + p {
	margin: 0;
}
table.form td ul.errorTxt, .login-form-container form.form ul.errorTxt {
	line-height: 1;
	margin: 0 0 8px;
}
table.form td ul.errorTxt li, .login-form-container form.form ul.errorTxt li {
	color: #e50000;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.25;
}
.login-form-container form.form ul.errorTxt li {
	font-size: 1.3rem;
	font-weight: normal;
}
table.form td .select-category01-blc01 > ul.errorTxt:first-child {
	margin: 8px 0 -8px;
}
/* must */
.inquiry-form span.must {
	display: inline-block;
	height: 26px;
	border: 1px solid #cc0000;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	color: #cc0000;
	font-size: 1.2rem;
	line-height: 2.4rem;
	vertical-align: middle;
	margin: -0.2em 5px 0 0;
	padding: 0 10px;
}
.inquiry-form table.form th span.must {
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
/* tips */
table.form .tips {
	font-size: 1.4rem;
	margin-top: 5px;
}
table.form .tips2 {
	font-size: 1.3rem;
	margin-top: 8px;
	line-height: 1.6;
}
/* unit */
table.form .unit {
	margin: 0 20px;
}
/* checkbox */
.checkbox {
	margin: 10px 0 2px;
}
.checkbox:first-child {
	margin-top: 0;
}
.errorTxt + .checkbox {
	margin: 0;
}
.checkbox:after {
	content: "";
	clear: both;
	display: block;
}
.checkbox li {
	margin: 5px 0 0;
	width: calc(50% - 15px);
}
.checkbox li:nth-of-type(odd) {
	float: left;
	clear: both;
}
.checkbox li:nth-of-type(even) {
	float: right;
}
.checkbox li:nth-of-type(-n+2) {
	margin-top: 0;
}
/* radio */
.radio {
	margin: 10px 0 2px;
}
.radio:first-child {
	margin-top: 0;
}
.errorTxt + .radio {
	margin: 0;
}
.radio:after {
	content: "";
	clear: both;
	display: block;
}
.radio li {
	margin: 5px 0 0;
	width: calc(50% - 15px);
}
.radio li:nth-of-type(odd) {
	float: left;
	clear: both;
}
.radio li:nth-of-type(even) {
	float: right;
}
.radio li:nth-of-type(-n+2) {
	margin-top: 0;
}
.radio li.radio-wide01 {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}
.radio input.text {
	width: 380px;
	height: 40px;
	margin: 0 0 0 12px;
}
/* select-category01 */
.select-category01-area01 {
}
.select-category01-area01:after {
	content: "";
	clear: both;
	display: block;
}
.select-category01-label01 {
	display: table;
	width: 90px;
	height: 50px;
	float: left;
}
.select-category01-label01 em {
	display: table-cell;
	vertical-align: middle;
}
.select-category01-inner01 {
}
.select-category01-blc01 {
}
.select-category01-box01 {
	display: none;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
/* select-category02 */
.select-category02-area01 {
	margin: 13px 0 0;
}
.select-category02-area02 {
	margin: 13px 0 0;
}
.select-category02-area01 + .select-category02-area01 {
	background: url("../img/c_bg_line_dot_3.png") repeat-x left top;
	padding: 13px 0 0;
	margin: 18px 0 0;
}
.select-category02-area01 + .select-category02-area02 {
	background: url("../img/c_bg_line_dot_3.png") repeat-x left top;
	padding: 8px 0 0;
	margin: 18px 0 0;
}
.select-category02-area01:after {
	content: "";
	clear: both;
	display: block;
}
.select-category02-label01 {
	display: table;
	width: 110px;
	height: 50px;
	float: left;
	margin: 6px 0 2px;
}
.select-category02-label01 em {
	display: table-cell;
	vertical-align: middle;
}
.select-category02-label02 {
	display: table;
	width: 110px;
	height: 50px;
	float: left;
	margin: 0;
}
.select-category02-label02 em {
	display: table-cell;
	vertical-align: middle;
}
.select-category02-inner01 {
	width: calc(100% - 90px);
	float: right;
	margin: 0 -30px 0 0;
}
/* text-error */
.text-error {
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #cc0000;
	padding: 24px;
	margin: -10px 0 30px;
}
/* policy */
.inquiry-form .policy {
	height: 320px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 20px 30px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.inquiry-form .policy .title-lv3 {
	margin: 35px 0 10px;
}
.inquiry-form .policy .sew p {
	margin: 1.2em 0 0;
}
.inquiry-form .policy .sew p:first-child {
	margin: 0;
}
.inquiry-form .policy section ol.doc li {
	margin: 0;
}
.inquiry-form .policy table.simple-line tbody th {
	width: auto;
	padding: 16px 20px;
}
/* .control */
.policy-wrap + .control {
	margin-top: 50px;
}
/* .form-privacy */
.btn button.form-privacy {
	display: block;
	width: 570px;
	height: 50px;
	overflow: hidden;
}
/* .form-complete-txt */
.form-complete-txt {
	margin: -10px 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.8;
}
/* .form-complete-link */
.form-complete-link {
	margin: 45px 0 0;
}
/* .inquiry-list01 */
.inquiry-list01 {
	margin: 18px 0 0;
}

.formInputLayout_row {
	display: flex;
	justify-content: space-between;
}
.formInputLayout_row-item {
	flex: 0 0 50%;
	display: flex;
}
.formInputLayout_row-item_inner {
}
.formInputLayout_row-item .row-label {
	padding: 10px;
	flex: 1 0 34px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.formInputLayout_row-item .row-input {
	flex: 0 1 auto;
}

.radio.col-3 {
	display: flex;
	flex-wrap: wrap;
}
.radio.col-3 li{
	float:none;
	width: auto;
	flex: 0 1 33%;;
}
.radio.col-4 {
	display: flex;
	flex-wrap: wrap;
}
.radio.col-4 li{
	float:none;
	width: auto;
	margin-top: 0;
	flex: 1 1 25%;;
}
.radio.col-4 li.radio-wide01 {
	clear: both;
	width: 100%;
	margin-top: 15px;
	flex: 0 0 100% !important;
	display: flex;
	align-items: center;
}
.radio.col-4 li.radio-wide01 input.text {
	flex: 1 0 auto;
	max-width: none;
	height: 50px;
}