/*--QA--*/

.midasih2 {
	margin: 30px 0 16px;
	padding: 0 0 0 10px;
	border: 0;
	border-left: 4px solid #413d80;
	color: #2f2f2f;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.35;
	background: none;
}

.qalist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.qalist-item {
	width: auto;
	margin: 0;
	padding: 14px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.035);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	filter: none;
}

.qalist-item:hover {
	background: #fff;
	filter: none;
}

.qalist-item .qalist-item-link,
.qalist-item-link:hover {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	column-gap: 14px;
	gap: 4px 14px;
	min-height: 82px;
	padding: 0;
	color: #555;
	text-decoration: none;
	background: none;
}

.qalist-item .qalist-item-link:before {
	display: none;
}

.qalist-item-link img {
	grid-row: 1 / 3;
	grid-column: 1;
	width: 86px;
	height: 82px;
	border-radius: 4px;
	object-fit: cover;
}

.qalist-item-link-title {
	display: block;
	grid-row: 1;
	grid-column: 2;
	margin: 0 0 3px;
	color: #2f2f2f;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.45;
	text-decoration: none;
}

.qalist-item-link br {
	display: none;
}

.qalist-item-link span {
	display: block;
	grid-row: 2;
	grid-column: 2;
	min-width: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.7;
}

.tenshoku-hero {
	padding: 28px 24px;
	margin-bottom: 12px;
	font-size: 16px;
}

.tenshoku-hero-inner {
	display: flex;
	align-items: center;
	gap: 28px;
}

.tenshoku-hero-copy {
	min-width: 0;
}

.tenshoku-hero h1 {
	margin: 0;
	padding: 0;
	color: #1b294b;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
}

.tenshoku-hero-lead {
	margin: 14px 0 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	line-height: 1.9;
}

.qa-page-title {
	margin: 20px 0 8px;
	padding: 0 0 0 12px;
	border-left: 4px solid #413d80;
	color: #2f2f2f;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.35;
}

.qa-intro {
	margin: 0 0 20px;
	padding: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.8;
}

.qa-accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}

.qa-accordion-item details {
	border-top: 1px solid #ddd;
}

.qa-accordion-item:last-child details {
	border-bottom: 1px solid #ddd;
}

.qa-accordion-item summary {
	position: relative;
	padding: 14px 36px 14px 44px;
	background: #f9f9f9;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.55;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.qa-accordion-item summary::-webkit-details-marker {
	display: none;
}

.qa-accordion-item summary::before {
	content: "Q";
	position: absolute;
	left: 12px;
	top: 14px;
	color: #413d80;
	font-size: 15px;
	font-weight: bold;
}

.qa-accordion-item summary::after {
	content: "\25be";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
	font-size: 12px;
	transition: transform 0.2s;
}

.qa-accordion-item details[open] > summary::after {
	transform: translateY(-50%) rotate(180deg);
}

.qa-accordion-item details[open] > summary {
	background: #f0eff8;
	color: #413d80;
}

.qa-answer {
	padding: 16px 16px 16px 44px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}

.qa-answer a,
.qa-answer a:visited {
	color: #0066cc;
	text-decoration: underline;
}

.qa-answer-heading {
	margin-bottom: 10px;
	color: #413d80;
	font-size: 14px;
	font-weight: bold;
}

.qa-answer-heading::before {
	content: "A. ";
}

@media screen and (max-width: 767px) {
	.midasih2 {
		margin-right: 2%;
		margin-left: 2%;
	}

	.qalist {
		grid-template-columns: 1fr;
		padding: 0 2%;
	}

	.tenshoku-hero {
		padding: 22px 16px;
	}

	.tenshoku-hero h1 {
		font-size: 1.6em;
	}
}
/* kdl追加 */


.qa_topmidashi{
	height:28px;
	font-size:15pt;
	color:#535353;
	margin-top:7px;
	margin-left:1px;
	padding-top:1px;
	padding-left:40px;
	letter-spacing:2px;
	background:url(../images/qa_topmidashi.gif) no-repeat;
}

.qa_introduction{
	width:540px;
	vertical-align:top;
}

.qa_mokuji{
	height:28px;
	padding-top:5px;
	padding-left:25px;
	color:#666666;
	font-size:12pt;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:15px;
	letter-spacing:3px;
	background:url(../images/qa_kmidashi.gif) no-repeat;
}

.qa_c a{
	display:block;
	width:335px;
	height:75px;
	font-size:16pt;
	color:#000000;
	padding-left:28px;
	padding-top:17px;
	text-decoration:none;
	margin:0px 10px 3px 0px;
	letter-spacing:0px;
	background:url(../images/qa_gk.gif) no-repeat;
}

.qa_c a:visited {
	color:#000000;
	text-decoration:none;
}

.qa_c a:hover{
	color:#666666;
	text-decoration:none;
	background:url(../images/qa_k_hover.gif) no-repeat;
}

.qa_c_g a{
	display:block;
	width:335px;
	height:75px;
	font-size:16pt;
	color:#000000;
	padding-left:28px;
	padding-top:17px;
	text-decoration:none;
	margin:0px 10px 3px 0px;
	letter-spacing:0px;
	background:url(../images/qa_gk.gif) no-repeat;
}

.qa_c_g a:visited {
	color:#000000;
	text-decoration:none;
}

.qa_c_g a:hover{
	color:#666666;
	text-decoration:none;
	background:url(../images/qa_c_ghover.gif) no-repeat;
}

.qamini{
	margin-top:8px;
	margin-left:8px;
}

.qa_main{
	width:540px;
	vertical-align:top;
}

.qa_menu{
	width:190px;
	table-layout:fixed;
	vertical-align:top;
	padding:0px;
}

.qa_category{
	height:30px;
	color:#535353;
	font-size:12pt;
	margin-top:20px;
	margin-bottom:30px;
	padding-left:25px;
	padding-top:4px;
	letter-spacing:1px;
	background:url(../images/qa_koumokumidashi.gif) no-repeat;
}

.qa_category2{
	height:30px;
	color:#535353;
	font-size:12pt;
	margin-top:20px;
	margin-bottom:30px;
	padding-left:25px;
	padding-top:4px;
	letter-spacing:1px;
	background:url(../images/qa_category_g.gif) no-repeat;
}

.question a{
	display:block;
	width:470px;
	color:#000000;
	font-size:10pt;
	margin-top:23px;
	padding-left:50px;
	padding-top:28px;
	text-decoration:none;
	border-top:dashed 1px #ccc;
	background:url(../images/question.gif) no-repeat;
}

.question a:visited {
	color:#000000;
	border-top:dashed 1px #ccc;
	text-decoration:none;
}

.question a:hover{
	color:#0000ff;
	border-top:dashed 1px #ccc;
	text-decoration:none;
}

.qa_link01{
	width:510px;
	margin-top:30px;
	padding:5px 5px 2px 5px;
	border-top:dashed 1px #ccc;
}

.qa_list_midashi{
	height:31px;
	margin-top:20px;
	margin-bottom:-7px;
	padding-top:6px;
	padding-left:10px;
	color:#333333;
	font-size:11pt;
	background:url(../images/tenshoku/qa/qa_list_midashi.gif) no-repeat;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-filter:text-shadow(color=#e5e5ee,offX=0,offY=1);
	        filter:text-shadow(color=#e5e5ee,offX=0,offY=1);
}

.qa_list li a:visited {
	color:#666666;
	text-decoration:none;
}

.qa_list li a:hover{
	color:#000000;
	text-decoration:none;
	background:url(../images/qa_list_hover02.gif) no-repeat;
}

.qa_menuwaku{
	width:178px;
	margin:0px;
	padding:5px;
	font-size:8pt;
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.yokuaru {
	text-align: center;
	margin-bottom: 20px;
}
.qabase{
	width:540px;
	padding-top:0px;
	padding-bottom:25px;
	margin-bottom:7px;
	background:url(../images/qabase.gif) no-repeat bottom;
}

.qabase_inner{
	margin-top:0px;
	background:url(../images/qabase_inner.gif) no-repeat;
}

.que{
	height:30px;
	color:#000000;
	font-size:11pt;
	margin:13px 30px 20px 20px;
	padding-left:55px;
	padding-top:11px;
	letter-spacing:0px;
	background:url(../images/Q.gif) no-repeat;
}

.ans1{
	height:30px;
	color:#000000;
	margin:20px 30px 20px 20px;
	font-size:11pt;
	font-weight:bolder;
	padding-top:11px;
	padding-left:55px;
	letter-spacing:0px;
	background:url(../images/A.gif) no-repeat;
}

.ans{
	height:30px;
	color:#000000;
	margin:20px 30px 20px 20px;
	font-size:11pt;
	font-weight:bolder;
	padding-top:37px;
	padding-left:55px;
	letter-spacing:0px;
	border-top:dashed 2px #ccc;
	background:url(../images/A.gif) no-repeat;
}

.ans_nomidashi{
	height:30px;
	color:#000000;
	margin:20px 30px 20px 20px;
	padding-top:37px;
	padding-left:55px;
	border-top:dashed 2px #ccc;
	background:url(../images/A.gif) no-repeat;
}

.dash{
	width:480px;
	margin:30px 25px;
	border-bottom:2px dashed #ccc;
	align:center;
}

.answer{
	margin:20px 35px 30px;
}

.qa_link02{
	margin:30px 15px 0px;
	padding-top:5px;
	padding-right:12px;
	padding-bottom:2px;
	background:url(../images/dot_pattarn.gif) repeat-x;
	background-position:top;
}

.qa_pre{
	float:left;
	font-size:12px;
}

.qa_next{
	font-size:12px;
	text-align:right;
}

.qa_touroku a{
	display:block;
	margin-top:5px;
	margin-left:8px;
	margin-bottom:5px;
	width:170px;
	height:50px;
	background:url(../images/qa_touroku.gif) no-repeat;
}

.qa_touroku a:hover{
	background:url(../images/qa_touroku_hover.gif) no-repeat;
}

.qa_tourokutitle{
	height:22px;
	padding-top:4px;
	padding-left:20px;
	font-weight:bold;
	font-size:11pt;
	color:#ffffff;
	letter-spacing:0px;
	background-color:#999999;
}

.qa_tourokuwaku{
	width:190px;
	margin:0px;
	padding:3px;
	font-size:8pt;
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.qa_margin{
	margin:0px 30px;
}











/*--QA_new-------*/
.q_list a{
	display:block;
	text-decoration:none;
	padding:5px 0 8px;
	padding-left:35px;
	color:#333333;
	font-size:110%;
	background:url(../images/tenshoku/qa/q_list.gif) no-repeat;
}

.q_list a:visited{
	text-decoration:none;
	color:#333333;
	background:url(../images/tenshoku/qa/q_list.gif) no-repeat;
}

.q_list a:hover{
	text-decoration:underline;
	color:#666666;
	background:url(../images/tenshoku/qa/q_list_b.gif) no-repeat;
}

.q_list_border{
	border-bottom:dotted 1px #cccccc;
}

.q_list_waku{
	padding-top:15px;
	padding-bottom:40px;
	margin-right:10px;
}

.q_category{
	height:26px;
	border-left: 5px solid #00a0ff;
	color:#333333;
	font-size:130%;
	margin-top:0px;
	margin-bottom:30px;
	padding-left:25px;
	padding-top:4px;
	font-weight:normal;
	clear:both;
	letter-spacing:1px;
	background: #f4f4f4
	/*background:url(../images/tenshoku/qa/qa_midashi_b.gif) no-repeat;*/
}

.qa_top_category a{
	width:261px;
	height:85px;
	display:block;
	margin-top:10px;
	margin-right:10px;
	padding:15px 10px 10px 50px;
	color:#333333;
	line-height:1.2;
	text-decoration:none;
	background:url(../images/tenshoku/qa/qa_top_category.gif) no-repeat;
}

.qa_top_category a:visited{
	text-decoration:none;
	color:#333333;
	background:url(../images/tenshoku/qa/qa_top_category.gif) no-repeat;
}

.qa_top_category a:hover{
	text-decoration:underline;
	color:#666666;
	background:url(../images/tenshoku/qa/qa_top_category_h_blue.gif) no-repeat;
}

.qa_top_category em{
	font-size:150%;
}

.qa_top_category span{
	font-size:100%;
}

#qa_bg{
	width:750px;
}

.q_midashi_b{
	/* height:30px; */
	min-height:30px;
	padding-left:40px;
	padding-top:5px;
	font-size:120%;
	color:#333333;
	background:url(../images/tenshoku/qa/mark_b.gif) no-repeat;
}

.q_midashi_r{
	/* height:30px; */
	min-height:30px;
	padding-left:40px;
	padding-top:5px;
	font-size:120%;
	color:#333333;
	background:url(../images/tenshoku/qa/mark_r.gif) no-repeat;
}

.qa_naiyo{
	padding-top:15px;
	padding-left:35px;
}

.qa_naiyo_flame{
	margin:10px;
	padding:10px 30px;
	border:solid 1px #cccccc;
}

.qa_flame{
	padding:10px 30px 20px 5px;
}

.qa_link{
	padding:20px 10px 40px 10px;
	border-top:solid 1px #cccccc;
	background-position:top;
	text-align:right;
}

.qa_border{
	margin:5px;
	border-top:dotted 1px #cccccc;
}

.qa_bm{
	border:solid 1px #cccccc;
	background-color:#ffffff;
}

.qa_bookmark{
	margin:0px 0px 0px 350px;
}
