.img100{
	width:100%;
}
.mp0{
	margin:0;
	padding:0;
}
.i-top {
	background-color: #e4007e;
	margin-bottom: 0;
	padding-top: 8px;
	height: 80px;
}
.top_interview {
	background-color: #FFF;
	color: #e4007e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1.5%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	padding-right: 3%;
	padding-left: 3%;
}
.top_message {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: -10px;
}
.mainlead {
	color: #FFF;
	padding: 16px;
	margin: 0 0 30px 0;
	font-size:16px;
	font-weight:lighter;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 50, 84, 1) 0%,rgba(44, 28, 92, 1) 47.15%,rgba(0, 0, 101, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 50, 84, 1) ),color-stop(0.4715,rgba(44, 28, 92, 1) ),color-stop(1,rgba(0, 0, 101, 1) ));
	background : -o-linear-gradient(0deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F3254', endColorstr='#000065' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F3254',endColorstr='#000065' , GradientType=1);
}
.interview-h3{
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.interview-h3 img{
	width:100%;
}
#interview-box h4{
	border-left: 5px solid #8091ea;
	padding:4px 4px 4px 10px;
	text-align: left;
	margin:0 0 20px 0 ;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color:#8091ea;
}
.indent-txt{
	font-size:16px;
	color:#333;
	text-indent: 1em;
	margin:0 0 20px 0 ;
	padding:0;
	font-weight:lighter;

}
.interview-next{
	position: relative;
	margin:0 0 20px 0 ;
	padding:0;
	width:100%;
	height: 100px;
	text-align: center;
	color:#FFF;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(79, 50, 84, 1) 0%,rgba(44, 28, 92, 1) 47.15%,rgba(0, 0, 101, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(79, 50, 84, 1) ),color-stop(0.4715,rgba(44, 28, 92, 1) ),color-stop(1,rgba(0, 0, 101, 1) ));
	background : -o-linear-gradient(0deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F3254', endColorstr='#000065' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(79, 50, 84, 1) 0%, rgba(44, 28, 92, 1) 47.15%, rgba(0, 0, 101, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F3254',endColorstr='#000065' , GradientType=1);
}
.interview-next a{
	color:#FFF;
	display: block;
	height:100px;
	width:100%;
}
.interview-next .p1{
	position:absolute;
	z-index:1;
	top:14%;
	left: 54%;
    transform: translateX(-54%);
    -webkit-transform: translateX(-54%);
    -ms-transform: translateX(-54%);
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	width:90%;
}
.interview-next .p2{
	position:absolute;
	z-index:1;
	top:61%;
	left: 47%;
    transform: translateX(-47%);
    -webkit-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.interview-next .p3{
	position:absolute;
	z-index:1;
	top:61%;
	left: 52%;
    transform: translateX(-52%);
    -webkit-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.interview-next .p2:after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 26%;
    left: 112%;
    margin: auto;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 8px solid #FFF; 
}
.interview-next .p3:before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 26%;
    left: -30%;
    margin: auto;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-right: 8px solid #FFF; 
}
.interview-next hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; 
	border-color: #FFF;
	width:70%;
    position: absolute;
    top: 26px;
	left:15%;
	
}
.contents_top {
	color: #FFF;
	background-color: #e4007e;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	margin:20px 0 0 0 ;
	width:100%;
}
.contents_top a{
	color: #FFF;
	display: block;
}
.interview-thanks {
	/*background: #bdffd3;*/
	padding:3%;
	color: #221715;
	margin-top: 30px;
	margin:0 0 20px 0;
	font-size:15px;
	color:#FFF;
	background :#8091ea;
}
.mb20{
	margin-bottom:20px;
}
.mt20{
	margin-top:20px;
}
#interview-box .copyright{
	margin-top: -15px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 10px;
	color:#333;
}
.movie-box {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-bottom:20px;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prof{
	position: relative;
	padding:0;
	font-size:14px;
	margin-bottom:20px;
}
.prof-title{
	color:#FFF;
	z-index: 2;
	font-size:16px;
	padding:4px 8px;
	background: #000033;
	display: inline-block;
}
.prof a{
	word-break: break-all;
}
.prof-box{
	background: #e6e6eb;
	padding:26px 10px 16px 10px;
	z-index: 1;
	margin-top:-16px;
}
.prof h5{
	color:#000033;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
}
.dashed-box{
	border:#000033 dashed 2px;
	padding:26px 10px 16px 10px;
	z-index: 1;
	margin-top:-16px;

}
.prof hr{
	border-top: 1px solid #cacad5;
	
}
.sp-banner{
	width:100%;
	display: block;
	margin-bottom:20px;
}
.zukan{
	float:right;
	margin:0 0 5px 10px;
	display: block;
	width:36%;
}
/* clear */
.clearfix:after{
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------------------------------------------------ */
@media screen and (max-width: 360px) {
.interview-next .p1,.interview-next .p3{
	font-size:13px;
}
}
/* ------------------------------------------------------------ */
@media screen and (max-width: 340px) {
.interview-next .p1,.interview-next .p3{
	font-size:12px;
}
}