@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: 116px;
	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_p.png) ;}
.MainSub dl.question_answer dd::before{ background-image: url(/files/user/boms/smt/contents/bm_faq00/icon_answer_p.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_p.png); }
.question .answer_text::before { background-image: url(/files/user/boms/smt/contents/bm_faq00/icon_answer_s_p.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;
}

/* CTAエリア ============================================== */

.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

.nav-serch {
    margin: 20px;
    padding: 20px 0;
    text-align: center;
    background-color: #F4F4F4;
    color: #5C5C5C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.nav-serch p {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 12px;
}

.nav-serch span.red {
    color: #f43e3e;
}

.nav-serch a {
    display: block;
    width: 354px;
    margin: 0 auto;
    padding: 20px 0 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #61c650;
    border-radius: 30px;
    box-shadow: 0 3px 0 #57ad45;
    position: relative;
}

.nav-serch a:hover,
.btm_cta a:hover {
    opacity: 0.7;
}

.nav-serch a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btm_cta {
    position: relative;
	margin: 20px;
}

.btm_cta a {
    display: block;
    width: 390px;
    margin: 0 auto;
    padding: 22px 0 18px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #61c650;
    border-radius: 30px;
    box-shadow: 0 4px 0 #57ad45;
    position: absolute;
    left: 34px;
    top: 140px;
}

.btm_cta a::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 24px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@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: 5px 0 5px 90px; }
	.MainSub dl.question_answer .pt02,
	.MainSub dl.question_answer .pt04{ padding: 0 0 0 90px; }
	.MainSub dl.question_answer .pt03{ padding: 18px 0 17px 90px; }
	
	.MainSub dl.question_answer dt,
	.MainSub dl.question_answer dd {
		font-size: 2.2rem;
		padding: 5px 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;
	}

	/* CTAエリア ============================================== */

	.spOnly {
		display: block;
	}

	.pcOnly {
		display: none;
	}

	.nav-serch {
		padding: 14px 0 18px;
		margin: 20px 0;
	}

	.nav-serch p {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.nav-serch a {
		width: calc(100% - 8vw);
		margin: 0 4vw;
		font-size: 16px;
	}

	.nav-serch a::after {
		top: 22px;
	}

	.nav-serch a:hover,
	.btm_cta a:hover {
		opacity: 1;
	}

	.btm_cta {
		margin: 20px 0;
	}
	
	.btm_cta a {
		width: calc(100% - 8vw);
		padding: 5.2vw 0 4.9vw;
		font-size: 4.3vw;
		border-radius: 10vw;
		left: 4vw;
		top: 44.2vw;
	}

	.btm_cta a::after {
		right: 6.8vw;
		top: 6vw;
		width: 2.2vw;
		height: 2.2vw;
	}	

}