@charset "utf-8";
/* CSS Document */


/* ==========================================================

	faq11 cabaret/girlsbar style

===========================================================*/

#MvHeader h2 {
	border-right: solid 5px #585656;
	border-left: solid 5px #585656;
}

#Main,#Main_top { border: solid 5px #585656; }


/* other page =========================================== */

#Main .MainSub h3.tagline {
	background: #585656;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 15px 0 20px 20px;
}

.MainSub p {
	line-height: 2;
	padding-right: 20px;
	padding-left: 20px;
}

.MainSub dl.question_answer{ margin: 20px; }

.MainSub dl.question_answer dt { margin-bottom: 20px; }

.MainSub dl.question_answer .pt01,
.MainSub dl.question_answer .pt03 {	padding: 32px 0 28px 130px; }
.MainSub dl.question_answer .pt04 { padding: 6px 0 1px 130px; }

.MainSub dl.question_answer dt,
.MainSub dl.question_answer dd {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 18px 0 13px 130px;
	position:relative;
}

.MainSub dl.question_answer dt::before,
.MainSub dl.question_answer dd::before {
	content: '';
	background-repeat: no-repeat;
	background-size: 115px;
	left: 0;
	top: 0;
	position: absolute;
	width: 115px;
	height: 100px;
}

.MainSub dl.question_answer dt::before{ background-image: url(/files/user/boms/smt/contents/bm_faq00/icon_ttl_r.png) ;}
.MainSub dl.question_answer dd::before{ background-image: url(/files/user/boms/smt/contents/bm_faq00/icon_answer_r.png) ;}

.MainSub .backTop { padding: 20px; }

.MainSub dl.question_answer a,.MainSub .backTop { text-decoration: underline !important; }

/* top page ============================================= */

.theme { border-top: solid 5px #585656; }

.theme:first-child { border-top: none; }

h3.ttl {
	background: #585656;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 15px;
}

.theme .question {
	background: url(/files/user/img/icon/sp/arrow_r_r.png) no-repeat;
	background-position: right 10px top 50%;
	background-size: 10px;
	border-bottom: dotted 1px #585656;
	display: block;
	margin: 0 20px;
	padding: 20px 30px 20px 0;
}

.theme .question:last-child { border-bottom: none; }

.theme p { padding: 0; }

.question .question_text,.question .answer_text {
	padding: 0 0 0 40px;
	position:relative;
}

.question .question_text::before,.question .answer_text::before {
	content: '';
	background-repeat: no-repeat;
	background-size: 30px;
	left: 0;
	top: 2px;
	position: absolute;
	width: 30px;
	height: 30px;
}

.question .question_text::before { background-image: url(/files/user/boms/smt/contents/bm_faq00/icon_question_s_r.png); }
.question .answer_text::before { background-image: url(/files/user/boms/smt/contents/bm_faq00/icon_answer_s_r.png); }

.question .answer_text {
	font-size: 1.1rem;
	font-weight: 600;
}


/* 関連バイト案件リンク */

.faq_findlink {
	border: 4px solid #585656;
	font-weight: bold;
	margin: 20px 0;
}

.faq_findlink h3 {
	color: #fff;
	background: #585656;
	font-size: 1.2rem;
	padding: 13px 20px 15px 40px;
	position: relative;
}

.faq_findlink h3::before {
	background: url(/files/user/boms/smt/contents/bm_faq00/icon_search_r.png) no-repeat;
	background-size: 20px;
	content: '';
	display: block;
	left: 15px;
	top: 15px;
	position: absolute;
	height: 20px;
	width: 20px;
}

.faq_findlink dl {
	display: flex;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 20px;
}

.faq_findlink dd {
	width: 30%;
}

.faq_findlink dd a {
	background: url(/files/user/img/icon/sp/arrow_r_r.png) no-repeat;
	background-position: right 0 top 50%;
	background-size: 8px;
	display: block;
	margin-right: 10px;
	padding: 10px 20px 10px 0;
}


@media screen and (max-width: 750px) {
	
	#MvHeader h2 {
		border: none;
	}
	
	#Main,#Main_top {
		border: none;
	}
	
	#Main .MainSub h3.tagline {
		font-size: 2.4rem;
		padding: 20px;
	}
	
	.MainSub dl.question_answer{ margin: 20px 0; }
	
	.MainSub dl.question_answer dt { margin-bottom: 10px; }
	
	.MainSub dl.question_answer .pt01{ padding: 10px 0 5px 90px; }
	.MainSub dl.question_answer .pt02,
	.MainSub dl.question_answer .pt04{ padding: 0 0 0 90px; }
	.MainSub dl.question_answer .pt03{ padding: 20px 0 17px 90px; }
	
	.MainSub dl.question_answer dt,
	.MainSub dl.question_answer dd {
		font-size: 2.2rem;
		padding: 10px 0 5px 90px;
	}
	
	.MainSub dl.question_answer dt::before,
	.MainSub dl.question_answer dd::before {
		background-size: 80px;
		width: 115px;
		height: 100px;
	}

	.MainSub p {
		font-size: 2rem;
		line-height: 2;
		padding: 0;
	}
	
	.MainSub .backTop {
		padding: 0 0 5px 0;
	}


	/* top page ============================================= */

	.theme {
		border-top: none;
	}
	
	h3.ttl {
		font-size: 2.4rem;
		font-weight: 600;
		padding: 15px;
	}
	
	.theme .question {
		border-bottom: dotted 2px #585656;
		background-position: right 5px top 50%;
		margin: 0;
		padding: 15px 25px 15px 10px;
	}
	
	.question .answer_text {
		font-size: 2rem;
	}


	/* 関連バイト案件リンク */

	.faq_findlink {
		border: none;
	}
	.faq_findlink h3 {
		font-size: 2.4rem;
		padding: 15px 20px 15px 40px;
	}
	
	.faq_findlink h3::before {
		top: 16px;
	}
	
	.faq_findlink dl {
		margin: 20px 0 0 10px;
	}
	
	.faq_findlink dd {
		font-size: 2.2rem;
		padding: 0;
		width: 49%;
	}

	.faq_findlink dd a {
		padding: 15px 10px 15px 0;
	}


}
