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


.interviewMenu p{text-align:center; margin-top: 60px;}
.interviewMenu p a{margin:0 18px; background: #ccc; padding:20px; border-radius: 50px; font-size: 18px;}
.interviewMenu p a:hover{background-color:#99DC92;}

#interviewGaiyo{background: url("../image/interview/intervew0.png") no-repeat; padding:60px 180px; text-align: center;}
#interviewGaiyo p{margin-top:40px; font-size:18px; line-height: 1.6;}
figure{text-align: center;}
h2.interviewTitle{font-size:60px;font-weight:bold; color:#666;text-align:center; font-family: "じゅん 201"; margin:30px 0;}
h3.interview{font-size:36px; border-bottom:1px solid #666;  padding-bottom:15px; text-align: center; font-weight: bold;font-family: "じゅん 201"; }	
h4.interview{font-size:30px; border-bottom:1px solid #666; margin-top:60px;margin-bottom: 20px; padding-bottom:15px; text-align: left; font-family: "じゅん 201"; }
.text13{text-align: left; margin-top:30px;}
.flexBox{display: flex; justify-content: flex-end; margin-top: 30px; margin-bottom: 30px;}
.flexBox p{padding:30px; font-size:18px; line-height: 1.6;}
.flexBox figure{margin-left:20px; margin-right:20px; vertical-align: bottom; align-self: flex-end;}

.flexBoxL{display: flex; justify-content: flex-start; margin-top: 30px; margin-bottom: 30px;}
.flexBoxL p{padding:30px; font-size:18px; line-height: 1.6;}
.flexBoxL figure{margin-left:20px; vertical-align: bottom; align-self: flex-end;}

/*吹き出し右*/
.fukidasiR {
	width:80%;
	position: relative;
	background: #FDE7C6;
	border-radius: 15px;
	margin-left:40px;
	text-align: left;
}
.fukidasiR:after, .fukidasiR:before {
	left: 100%;
	top: 70%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidasiR:after {
	border-color: rgba(253, 231, 198, 0);
	border-left-color: #FDE7C6;
	border-width: 20px;
	margin-top: -20px;
}
.fukidasiR:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-top: -40px;
}
/*吹き出し左ブルー*/
.fukidasiLB {
	width:80%;
	position: relative;
	background: #C7E8FA;
	margin-left:20px;
	border-radius: 20px;
	text-align: left;
}
.fukidasiLB:after, .fukidasiLB:before {
	right: 100%;
	top: 70%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidasiLB:after {
	border-color: rgba(253, 231, 198, 0);
	border-right-color: #C7E8FA;
	border-width: 20px;
	margin-top: -20px;
}
.fukidasiLB:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-top: -40px;
}

/*吹き出し左グリーン*/
.fukidasiLG {
	width:80%;
	position: relative;
	background: #E7F1CF;
	border-radius: 20px;
	margin-left:20px;
	text-align: left;
}
.fukidasiLG:after, .fukidasiLG:before {
	right: 100%;
	top: 70%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidasiLG:after {
	border-color: rgba(253, 231, 198, 0);
	border-right-color: #E7F1CF;
	border-width: 20px;
	margin-top: -20px;
}
.fukidasiLG:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-top: -40px;
}

/*吹き出し左ピンク*/
.fukidasiLP {
	width:80%;
	position: relative;
	background: #FADBE1;
	border-radius: 20px;
	margin-left:20px;
	text-align: left;
}
.fukidasiLP:after, .fukidasiLP:before {
	right: 100%;
	top: 70%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fukidasiLP:after {
	border-color: rgba(253, 231, 198, 0);
	border-right-color: #FADBE1;
	border-width: 20px;
	margin-top: -20px;
}
.fukidasiLP:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-top: -40px;
}
	@media screen and (max-width: 768px){
					.interviewMenu p{text-align:center; padding:0; margin:10px 0;}
					.interviewMenu p a{margin:0 2px; padding:10px 2px; border-radius: 20px; font-size: 12px;}

					#interviewGaiyo{background:none; border:3px solid #8EE1E8; border-radius:10px;  padding:10px; margin-top:10px; text-align: left;}
					#interviewGaiyo p{margin-top:0; font-size:14px;}
					figure{text-align: center;}
					.text13{ margin-top:10px;}
					h2.interviewTitle{font-size:30px; margin:10px 0;}
					h3.interview{font-size:20px; padding-bottom:5px;}	
					h4.interview{font-size:18px; margin-top:10px;margin-bottom:10px; padding-bottom:5px; font-weight: bold;}
					.text13{font-size:13px;}
					.flexBox{display: flex; justify-content: flex-end; margin-top:10px; margin-bottom:10px;}
					.flexBox p{padding:10px; font-size:13px;}
					.flexBox figure{margin-left:10px; margin-right:5px;}

					.flexBoxL{display: flex; justify-content: flex-start; margin-top:10px; margin-bottom:10px; margin-left:0;}
					.flexBoxL p{padding:10px; font-size:13px;}
					.flexBoxL figure{margin-left:-10px;}

					/*吹き出し右*/
					.fukidasiR {
						width:90%;
						position: relative;
						background: #FDE7C6;
						border-radius: 10px;
						margin-left:0;
					}

					/*吹き出し左ブルー*/
					.fukidasiLB {
						width:80%;
						position: relative;
						background: #C7E8FA;
						margin-left:0;
						border-radius: 10px;
					}
					/*吹き出し左グリーン*/
					.fukidasiLG {
						width:80%;
						position: relative;
						background: #E7F1CF;
						border-radius: 10px;
						margin-left:0;
					}
					
					/*吹き出し左ピンク*/
					.fukidasiLP {
						width:80%;
						position: relative;
						background: #FADBE1;
						border-radius: 10px;
						margin-left:0;
					}
	}