@charset "utf-8";

/* index　
-------------------------------------*/
h2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 5px solid #EE6557;
    line-height: 0;
}
h4.contents_H4 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EE6557;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}
.interview_p{
	width:100%;
	font-size: 16px;
	margin:10px auto;
}
.interview_p span{
	font-size:90%;
}
.innerBox .text{
	margin:5px auto;
	text-align:center;
}
.text span{
		font-size:90%;
}

.innerBox{
	max-width:1000px;
	margin:20px auto 30px;
}

.innerBox ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.innerBox li img{
	width:96%;
}

.interview_Box {
	max-width: 1000px;
	margin:0 auto 30px;
	display:flex;
}
.interview_Box .imgBox {
	width: 400px;
	float: right;
}

.interview_Box ul.pointUL {
	margin:0 auto;
}
.interview_Box ul.pointUL li {
	width: 29%;
	float: left;
	font-size: 14px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	align-items:center;
}

.interview_Box ul.pointUL .pcLI{
	width:100%;
	margin:20px auto 50px;
	text-align:center;
}
.interview_Box ul.pointUL .pcLI  div{
	display:flex;
	justify-content:space-between;
}
.interview_Box ul.pointUL .pcLI div img{
width:29%;
}
.spLI{
	display:none;
}

.interview_Box ul.pointUL li img {
	max-width: 90%;
	height: auto;
	margin:10px auto;
	display:block;
	text-align:center;
	}
.interview_Box ul.pointUL h5 {
	background-color: #adede6;
	color: #16A6B6;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	border: 1px solid #16A6B6;
	font-weight: bold;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.interview_Box ul.pointUL h5 span {
	background-color: #16A6B6;
	color: #fff;
	width: 30px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
    font-size: 14px;
	margin-right: 5px;
}
.interview_Box .textBox p {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.interview_Box .imgBox ul .imgUL {
}
.interview_Box .imgBox ul .imgUL li{
	float: left;
}

@media screen and ( max-width:700px)  {
h4.contents_H4 {
	font-size: 20px;
	line-height:2em;
	}
	
	h2 img {
	max-width: 100%;
	height: auto;
}
.textBox {
	display:block;
}
.interview_Box {
	display:block;
}
.innerBox{
		
	
	display:block;
	}
.innerBox ul{
	width:96%;
	display:block;
	margin:0 auto;
	text-align:center;	
}
.innerBox ul img{
	width:96%;
	}
.innerBox ul li:first-child{
		margin-bottom:20px;
	}
	
p.interview_p {
	width:96%;
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.interview_Box .imgBox {
	width: 96%;
	float: none;
}
.interview_Box .imgBox ul.imgUL li {
	float: left;
	width: 50%;
}
.interview_Box .imgBox ul.imgUL li img {
	max-width: 96%;
	height: auto;
	margin:10px auto;
}
.interview_Box .textBox {
	width: 100%;
	margin-right: 0px;
	
}
.interview_Box ul.pointUL li {
	float: none;
	width: 96%;
	font-size: 12px;
}
.interview_Box ul.pointUL .pcLI{
	display:none;
	}
.interview_Box ul.pointUL .spLI{
	margin:50px auto;
	display:flex;
	width:96%;
	justify-content:space-between;
	}
.interview_Box ul.pointUL .spLI div:first-child{
	width:30%;
	}
		
.interview_Box ul.pointUL .spLI div:nth-child(2){
	width:69%;
	display:block;
}
.interview_Box ul.pointUL .spLI div img{
width:96%;
}

@media only screen and (max-device-width : 480px) {
  	.gazou {
 		  width:90%;
  	}
  }
