#Content {
	background-color: #fff;
}

.scaleDown {
	max-width:100%;
}

.tinyTxt {
	color: #ee75b9;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 20px 0 10px 0;
}
.boldTxt {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 0 0 10px 0;
}

/*-----------------------------------------------------
Header
-------------------------------------------------------*/
#MvHeader{
	padding: 0;
	margin: 0;
}

#MvHeader img{
    width:100%;
}

#MvHeader h3{
    margin:0;
    padding:0;
}


/*-----------------------------------------------------
Main
-------------------------------------------------------*/
h3.main_illust {
	background: url(/files/user/boms/pc/contents/bm_interview08/images/int01_illust02.png) no-repeat;
	background-size: cover;
	margin: 30px 0;
	width: 100%;
	height: 235px;
}

h3.main_illust img {
	display: none;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
	color: #ee75b9;
}

#Main{
	margin-bottom: 40px;
	padding:0;
	line-height:1.6;
}

.Main_inner{
    background:#fff;
	margin: 0 10px;
	padding: 0px;
}

.job_profile {
	display: flex;
	margin-bottom: 30px;
}

.job_profile .profile_img { margin-right: 20px; }

dl.question { margin-top: 30px; }

dl.question dt,dl.question dd {
	padding: 0 0 20px 40px;
	position: relative;
}

dl.question dt::before,dl.question dd::before {
	content: '';
	background-repeat: no-repeat;
	background-size: 30px;
	left: 0;
	top: -6px;
	position: absolute;
	width: 30px;
	height: 30px;
}

dl.question dt::before { background-image: url(/files/user/boms/pc/contents/bm_interview08/images/q.png); }
dl.question dd::before { background-image: url(/files/user/boms/pc/contents/bm_interview08/images/a.png); }

.main_last {
	background: url(/files/user/boms/pc/contents/bm_interview03/images/bg_onepoint.png);
	border-radius: 10px;
	margin-top: 20px;
	padding: 30px;
	text-align:center;
}

.main_last img{
	max-width:100%;
	height:auto;
}

.main_last h5 {
	color: #ee75b9;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 10px;
}

.main_last h5 span { font-size: 16px; }

.main_last p{
	margin: 0;
	padding-top: 20px;
	text-align:left;
}

.mv_btn {
	margin: 0 auto;
	text-align: center;
	width: 50%;
}

.mv_btn a {
	background: url(/files/user/img/icon/sp/arrow_r_r.png) no-repeat;
	background-position: right 10px top 49%;
	background-size: 8px;
	border: solid 1px #ccc;
	font-weight: 600;
	display: block;
	padding: 15px 20px;
	-webkit-transition: background-color .3s;
	         transform: background-color .3s;
}

.mv_btn a:hover { background-color: #fff3e0; }

br.sp { display: none; }

@media screen and (max-width: 750px) {
	
	/*-----------------------------------------------------
	Main
	-------------------------------------------------------*/
	h3.main_illust {
		background: none;
		height: auto;
	}
	
	h3.main_illust img { display: block; }
	
	h4 {
		font-size: 2.6rem;
		line-height: 1.6;
	}
	
	#Main{
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding:0;
		line-height: 2;
	}
	
	.Main_inner{ margin: 0; }
	
	.job_profile {
		border: solid 2px #ee75b9;
		display: block;
		padding: 20px;
	}
	
	.job_profile .profile_img {
		margin-right: 0;
		width: 100%;
	}
	
	.tinyTxt {
		margin: 0;
		padding: 10px 0;
	}
	
	.boldTxt {
		font-size: 2.6rem;
		padding: 0 0 10px 0;
	}
	
	dl.question { margin-top: 30px; }
	
	
	dl.question dt::before,dl.question dd::before { top: -5px; }

	.main_last { padding: 20px;	}
	
	.main_last h5 { font-size: 2.3rem; }
	
	.main_last h5 span {
		font-size: 2rem;
		display:block;
		line-height: 1.2;
	}
	
	.mv_btn { width: 100%; }
	
	.mv_btn a {
		border: solid 2px #ccc;
		padding: 20px;
	}
	
	br.sp { display: block; }

}