@charset "UTF-8";
/* CSS Document */

.contents.common.recruit.page .main.qa {
	background-image: url("../../../../../../wp-content/uploads/2024/10/main_qa.webp");
}

.content_wrapper.qa table {
	width: 90%;
	margin: 20px 5% 0;
	border: none;
}

.content_wrapper.qa table td {
	border: none;
}

.content_wrapper.qa table td:nth-of-type(1) {
	width: 50px;
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.content_wrapper.qa table.question td:nth-of-type(2) {
	font-weight: 700;
}

.content_wrapper.qa table.answer {
	margin-bottom: 50px;
}

/* ************************************************** */
/* Smart-Phone Tate(Portrayte) */
/* ************************************************** */
@media only screen and (max-width:580px){

.content_wrapper.qa table {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	float: left;
}

.content_wrapper.qa table.last {
	margin-bottom: 50px;
}


.content_wrapper.qa table.answer {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	float: left;
}

.content_wrapper.qa table.question td:nth-of-type(1),
.content_wrapper.qa table.answer td:nth-of-type(1) {
	width: 15%;
	margin: 0;
	padding: 0;
	text-align: center;
}


.content_wrapper.qa table td:nth-of-type(1) img {
	float: left;
}

.content_wrapper.qa table.question td:nth-of-type(2) {
	width: 85%;
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.content_wrapper.qa table.answer td:nth-of-type(2) {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}


}