@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 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;
}



@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{ 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;
	}


}
