/* CSS Document */
footer
{
	background-image: url(images/base_bg_photo.jpg);
}

#head
{
	margin-top: -100px;
	padding-top: 0px;
}

#head p
{
	text-align: center;
}


#interview .body
{
	position: relative;
}

#interview .profile
{
	min-height: 400px;
}


#interview .profile .sub_title
{
	display:block;
	margin-bottom: 30px;

}


#interview .profile h4
{
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}


#interview .profile h4 big
{
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	color: #FFF;
	background-color: #FF5C26;
	padding: 10px;
	margin-bottom: 20px;
}

#interview .profile .photo
{
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 0px;
}

#interview .voice
{
	background-color: #f0f0e1;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative;
	margin-bottom: 60px;
}

#interview .voice .comment_box
{
	background-color: #FFF;
	position: relative;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 60px;
}

#interview .voice .comment_box .text
{
	width: 600px;
}

#interview .voice .comment_box:nth-last-of-type(2)
{
	margin-bottom: 0px;
}


#interview .voice .comment_box:first-of-type .text
{
	width:auto;
}

#interview .voice .comment_box:nth-of-type(2n) 
{
	min-height: 340px;
}

#interview .voice .comment_box:nth-of-type(2n) .text
{
	margin-right: 0px;
	margin-left: auto;
}


#interview .voice h5
{
	font-size: 20px;
	line-height: 1;
	color: #663300;
	background-image: url(images/h5_bg.gif);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-width: 500px;
	position: relative;
	top: -20px;
}

#interview .voice h6
{
	font-size: 26px;
	line-height: 1.2;
	color: #FF5C26;
	margin-bottom: 20px;
	text-align: justify;
}

#interview .voice .comment_box:nth-of-type(2n) .text .photo
{
	position: absolute;
	left: 30px;
	top: 50px;
}

#interview .voice .comment_box:nth-of-type(2n+1) .text .photo 
{
	position: absolute;
	right: 60px;
	bottom: 0px;
}

#interview .voice .bg_01
{
	background-image: url(images/photo_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#interview .from_now
{
	min-height: 440px;
	padding-top: 70px;
}

#interview .from_now h4
{
	font-size: 40px;
	line-height: 1;
	color: #663300;
	margin-bottom: 20px;
}

#interview .from_now h4 big
{
	font-size: 40px;
	line-height: 1;
	display: inline-block;
}

#interview .from_now h4 small
{
	display: block;
	margin-bottom: 20px;
}

#interview .from_now .text
{
	width: 670px;
}

#interview .from_now .text .photo
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#interview .next_box_center a
{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 18px;
	font-weight: bold;
}

#interview .next_box_center a:before
{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1920px)
{


}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{

#head
{
	margin-top: calc(100vw * (-80 / 1920));
}

#interview .profile
{
	min-height: initial;
}

#interview .profile .sub_title
{
	margin-bottom: 20px;
}

#interview .profile h4 big
{
	font-size: calc(100vw * (30 / 768));
	line-height: 1;
	padding: 10px;
	margin-bottom: 10px;
}

#interview .voice
{
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#interview .voice .comment_box
{
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



#interview .photo
{
	width: 52%;
}


#interview .voice h5
{
	font-size: 20px;
	line-height: 1;
	min-width: initial;
	top: -20px;
}

#interview .voice .comment_box .text
{
	width: 54%;
}


#interview .voice .comment_box:nth-of-type(2n) 
{
	min-height: initial;
}


#interview .voice .comment_box:nth-of-type(2n) .text .photo
{
	width: 40%;
	left: 3%;
}

#interview .voice .comment_box:nth-of-type(2n+1) .text .photo
{
	width: 32%;
	right: 3%;
}

#interview .voice .comment_box:nth-of-type(2n+1) .text 
{
	width: 58%;
}


#interview .voice .bg_01
{
	-ms-background-size: 40% auto;
	-o-background-size: 40% auto;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	background-size: 40% auto;
}

#interview .voice .bg_01 .text
{
	width: 80%;
	padding-bottom: calc(100vw * (160 / 1200));
}

#interview .from_now
{
	min-height: calc(100vw * (440 / 1180));
	padding-top: 60px;
}

#interview .from_now h4
{
	font-size: calc(100vw * (31 / 1024));
	line-height: 1.2;
	margin-bottom: 20px;
}

#interview .from_now h4 big
{
	font-size: calc(100vw * (31 / 1024));
	line-height: 1.2;
}

#interview .from_now h4 small
{
	margin-bottom: 20px;
}

#interview .from_now .text
{
	width: 56%;
}

#interview .from_now .text .photo
{
	width: 40%;

	position: absolute;
	right: 0px;
	bottom: 0px;
}

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#interview .from_now h4
{
	font-size: calc(100vw * (28 / 1024));
	line-height: 1.2;
}

#interview .from_now h4 big
{
	font-size: calc(100vw * (28 / 1024));
	line-height: 1.2;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#head p
{
	text-align: justify;
}



#interview .profile .sub_title
{
	text-align: center;
	margin-bottom: 10px;
}

#interview .profile h4
{
	margin-top: -20px;
	margin-bottom: 10px;
}


#interview .profile h4 big
{
	font-size: calc(100vw * (30 / 360));
	line-height: 1;
	padding: 10px;
	margin-bottom: 10px;
}


#interview .profile .photo
{
	text-align: center;
	position: static;
	width: auto;
}

#interview .voice
{
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


#interview .voice h5
{
	font-size: 16px;
	line-height: 1;
	padding-right: 10px;
	padding-left: 10px;
}

#interview .voice h6
{
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 10px;
}


#interview .voice .comment_box .text,
#interview .voice .comment_box:nth-of-type(2n+1) .text 
{
	width: auto;
}

#interview .voice .comment_box:nth-of-type(2n) .text .photo,
#interview .voice .comment_box:nth-of-type(2n+1) .text .photo
{
	width: auto;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	position: static;
}

#interview .voice .bg_01
{
	-ms-background-size: 60% auto;
	-o-background-size: 60% auto;
	-webkit-background-size: 60% auto;
	-moz-background-size: 60% auto;
	background-size: 80% auto;
}

#interview .voice .bg_01 .text
{
	padding-bottom: calc(100vw * (100 / 360));
}

#interview .from_now 
{
	min-height: initial;
}

#interview .from_now .text
{
	width:auto;
}

#interview .from_now h4 big
{
	font-size: 28px;
	line-height: 1.2;
}

#interview .from_now .text .photo
{
	text-align: right;
	display: block;
	width:auto;
	margin-bottom: 20px;
	position: static;
}


#interview .from_now .text .photo img
{
	width: 80%;
}


}