p {
    line-height: 2em;
}
p span{
font-weight:700;
}
.h1Box {
    background-image: url(../contents/interview/images/header.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 60%;
    position: relative;
    top: 0;
    left: 0;
}
.h1Box h1 {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 40px;
}
h2 {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #ddd;
    margin-top: 40px;
    line-height: 1.5em;
}
.profile {
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.teacher {
    color: #446984;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.profile_img {
width: 200px;
height: 200px;
border-radius: 100px;
float: right;
margin-bottom: 20px;
overflow: hidden;
margin-left: 20px;
}
h3{
	font-size: 24px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
    line-height: 1.5em;
}
h4 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
h4 span{
    padding: 8px;
    margin-bottom: -1px;
}
h4:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h4:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
p.question {
    color: #FC5185;
    font-weight: bold;
}
p.answer{
	text-indent:1em;
}
.imgBox{
	margin:10px auto 30px;
	max-width:900px;
}
.imgBox img{
	width:100%;
	object-fit:contain;
}
@media only screen and (max-width:768px) {
.h1Box h1 {
    font-size: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width:480px) {
p {
    font-size: 14px;
}
.h1Box h1 {
    font-size: 24px;
}
.profile {
    padding-right: 20px;
    padding-left: 20px;
}
h2 {
    font-size: 18px;
    margin-top: 30px;
}
h3{
	font-size: 18px;
	margin-top: 30px;
}
.imgBox{
	width:100%;
	}
}
