@charset "utf-8";
/* CSS Document */

/* PC
-------------------------------------------------- */
@media screen and (min-width:768px){

.mainVisual{
	margin-top:30px;
	text-align:center;
}

.overview{
	margin-top:27px;
	font-size:16px;
	line-height:1.6em;
}

.overview span{
	font-weight:bold;
	text-decoration:underline;
}

#flexLeft h1{
	font-weight:normal;
}

.update{
	font-weight:normal;
}

#flexLeft h2{
	font-size:20px;
	line-height:20px;
	padding:15px 10px;
	background:#efefef;
	margin:50px 0 -20px;
	font-weight:normal;
}

.interviewBlock{
	display:-webkit-flex;
	display:flex;
	margin-top:40px;
}

.interviewBlock .icon{
	width:68px;
	height:68px;
}

.interviewTxt{
	margin-left:5px;
}

.interviewTxt div:nth-child(1){
	font-size:12px;
	font-weight:bold;
}

.interviewTxt div:nth-child(2){
	box-sizing:border-box;
	position: relative;
	width: 687px;
	margin:10px 0 0 20px;
	padding:10px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size:16px;
	line-height:1.5em;
}

.interviewTxt div:nth-child(2)::before,
.interviewTxt div:nth-child(2)::after{
	content: '';
	position: absolute;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
}

.interviewTxt div:nth-child(2)::before{
	border-color: transparent #ccc transparent transparent;
	left:-20px;
	top:12px;
}

.interviewTxt div:nth-child(2)::after{
	border-color: transparent #fff transparent transparent;
	left: -18px;
	top:13px;
}

.answerBlock{
	display:-webkit-flex;
	display:flex;
	margin-top:20px;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.answerBlock .icon{
	width:68px;
	height:68px;
}

.answerTxt{
	margin-right:5px;
}

.answerTxt span{
	background: linear-gradient(transparent 60%, #fbef86 60%);
}

.answerTxt div:nth-child(1){
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

.answerTxt div:nth-child(2){
	box-sizing:border-box;
	position: relative;
	width: 687px;
	margin:10px 20px 0 0;
	padding:10px 20px;
	background: #fff;
	border: 1px solid #c4a35c;
	border-radius: 8px;
	font-size:16px;
	line-height:1.5em;
}

.answerTxt div:nth-child(2)::before,
.answerTxt div:nth-child(2)::after{
	content: '';
	position: absolute;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
}

.answerTxt div:nth-child(2)::before{
	border-color: #c4a35c transparent transparent transparent;
	right:-20px;
	top:12px;
}

.answerTxt div:nth-child(2)::after{
	border-color: #fff transparent transparent transparent;
	right: -18px;
	top:13px;
}

.interviewPhoto{
	margin:30px auto 0;
	text-align:center;
}

.interviewPhoto p{
	text-align:center;
	margin-top:5px;
	font-size:14px;
	color:#999999;
}

}





/* SP
-------------------------------------------------- */
@media screen and (max-width:767px){

.mainVisual{
	margin-top:20px;
	text-align:center;
}

.mainVisual img{
	width:100%;
}

#flexLeft h1{
	text-align: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3em;
}

#flexLeft h2{
	font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    padding: 10px;
    background: #efefef;
    margin-top: 30px;
}

.overview {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6em;
}

.interviewBlock{
	display:-webkit-flex;
	display:flex;
	margin-top:40px;
}

.interviewBlock .icon{
	width: 50px;
	height: 50px;
	display:block;
}

.interviewBlock .icon img{
	width: 50px;
}

.interviewTxt{
	margin-left:5px;
}

.interviewTxt div:nth-child(1){
	font-size:12px;
	font-weight:bold;
}

.interviewTxt div:nth-child(2){
	box-sizing:border-box;
	position: relative;
	width: 93%;
	margin:10px 0 0 20px;
	padding:10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size:14px;
	line-height:1.5em;
}

.interviewTxt div:nth-child(2)::before,
.interviewTxt div:nth-child(2)::after{
	content: '';
	position: absolute;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
}

.interviewTxt div:nth-child(2)::before{
	border-color: transparent #ccc transparent transparent;
	left:-20px;
	top:12px;
}

.interviewTxt div:nth-child(2)::after{
	border-color: transparent #fff transparent transparent;
	left: -18px;
	top:13px;
}

.answerBlock{
	display:-webkit-flex;
	display:flex;
	margin-top:20px;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.answerBlock .icon{
	width:50px;
	height:50px;
}

.answerBlock .icon img{
	width:50px;
}

.answerTxt{
	margin-right:5px;
}

.answerTxt span{
	background: linear-gradient(transparent 60%, #fbef86 60%);
}

.answerTxt div:nth-child(1){
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

.answerTxt div:nth-child(2){
	box-sizing:border-box;
	position: relative;
	width: 93%px;
	margin:10px 20px 0 0;
	padding:10px;
	background: #fff;
	border: 1px solid #c4a35c;
	border-radius: 8px;
	font-size:14px;
	line-height:1.5em;
}

.answerTxt div:nth-child(2)::before,
.answerTxt div:nth-child(2)::after{
	content: '';
	position: absolute;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
}

.answerTxt div:nth-child(2)::before{
	border-color: #c4a35c transparent transparent transparent;
	right:-20px;
	top:12px;
}

.answerTxt div:nth-child(2)::after{
	border-color: #fff transparent transparent transparent;
	right: -18px;
	top:13px;
}

.interviewPhoto{
	margin:30px auto 0;
	text-align:center;
}

.interviewPhoto img{
	width:100%;
}

.interviewPhoto p{
	text-align:center;
	margin-top:5px;
	font-size:14px;
	color:#999999;
}

}
