@import url(../style_member/style_member_form.css);
@import url(../../style_table_area.css);

	.form_listArea{
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr)) 100px 42px;
		gap: .3125rem;
		width: 100%;
	}
	.form_listArea .form_list{
		width: 100%;
	}


	.table_contentBg table td:first-of-type {
		width: 10%;
		max-width: 10%;
		border-left: solid 1px #d6d6d6;
	}
	.table_contentBg table td:nth-of-type(2) {
		width: 50%;
		max-width: 50%;
		border-left: solid 1px #d6d6d6;
	}
	.table_contentBg table td:nth-of-type(3) {
		width: 10%;
		max-width: 10%;
		border-left: solid 1px #d6d6d6;
	}
	.table_contentBg table td:last-of-type {
		width: 10%;
		max-width: 10%;
		border-left: solid 1px #d6d6d6;
	}

@media (max-width: 990px) {

	.table_contentBg table tr:first-of-type {
		display: none;
	}

	.table_contentBg table td {
		display:block;
		width: 100%;
		border:none;
		text-align:left;
		border-left: solid 1px #d6d6d6;
		border-right: solid 1px #d6d6d6;
		padding: .3125rem .875rem;
		position: relative;
		vertical-align: middle;
    	word-break: break-all;
        width: 100% !important;
		max-width: 100% !important;
	}
		.table_contentBg table td:first-of-type {
			width: 100%;
			max-width: 100%;
			padding: 10px 14px 5px 14px;
			border-top: solid 1px #d6d6d6;
		}
		.table_contentBg table td:last-of-type {
			width: 100%;
			max-width: 100%;
			border-bottom: solid 1px #d6d6d6;
		}

		.table_contentBg td:before {
			content:attr(data-name);
			font-weight: bold;
		}

}


@media (max-width: 990px){
	.form_listArea{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .3125rem;
		width: 100%;
	}
	.btn_area.search{
		grid-column-start: 1;
		grid-column-end: 3;
	}
}


@media (max-width: 524px) {

	.table_contentBg table td {
		/* font-size: 13px; */
		。line-height: 17px;
	}
		.table_contentBg td:before{
			/* font-size: 13px;
			line-height: 17px; */
		}
		
}

@media (max-width: 410px){
	.form_listArea{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: .3125rem;
		width: 100%;
	}
	.btn_area.search{
		grid-column-start: unset;
		grid-column-end: unset;
	}
	
		
}
@media (max-width: 413px){
	
	.table_contentBg table td:first-of-type:before {
		display: block;
		padding-bottom: 5px;
	}
}













.form_list select {
    min-height: 2.625rem;
	font-weight: 300;
}