@charset "utf-8";

#single.detail_youtube{
	max-width:1200px;
}

.main_image{
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}

.youtube_area{
	margin-top:70px;
}

.youtube_area .sub_title{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

.youtube_area ul.human_list{
	justify-content:center;
	display:flex;
	flex-wrap:nowrap;
	margin-top:40px;
}

.youtube_area ul.human_list > li{
	margin-right:20px;
}

.youtube_area ul.human_list > li:last-child{
	margin-right:0;
}

.youtube_area ul.human_list > li ul{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.youtube_area ul.human_list > li ul li .job{
	font-size:15px;
	line-height:20px;
	margin-bottom:10px;
}

.youtube_area ul.human_list > li ul li ruby{
	font-size:20px;
}

.youtube_area ul.human_list > li ul li:first-child{
	width:130px;
}

.youtube_area ul.human_list > li ul li:last-child{
	flex:1;
}

.youtube_area .talk_area{
	margin:80px auto 0 auto;
	max-width:850px;
}

.youtube_area .talk_area a{
	text-decoration:underline;
	color:#0056b3;
}

.youtube_area .talk_area h2.talk_title{
	font-size:24px;
	margin:0 0 60px 0;
	text-align:left;
	font-weight:bold;
}

.youtube_area .talk_area dl{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}

.youtube_area .talk_area dl dt{
	width:150px;
	font-size:18px;
}

.youtube_area .talk_area dl dt img{
	vertical-align:middle;
	width:50px;
	margin-right:20px;
}

.youtube_area .talk_area dl dd{
	flex:1;
	font-size:16px;
	line-height:29px;
}

.youtube_others{
	max-width:850px;
	margin:40px auto;
}

.youtube_others .other_image + .other_image{
	margin-top:20px;
}

.youtube_others .other_image div{
	font-size:16px;
	line-height:29px;
}

.youtube_others .ohter_content{
	margin-top:100px;
}

.youtube_others .ohter_content h2{
	font-size:24px;
	line-height:46px;
	text-align:left;
	font-weight:bold;
}

.youtube_others .ohter_content .catch_copy{
	font-size:16px;
	line-height:29px;
	margin-top:30px;
}

.youtube_others .youtube_link{
	margin-top:50px;
}

.youtube_others .youtube_link img{
	max-width:425px;
}

.youtube_others .ohter_content_bottom{
	margin-top:30px;
}

.youtube_others .ohter_content_bottom h3{
	font-size:21px;
	line-height:32px;
}

.youtube_others .ohter_content_bottom .detail_comment{
	font-size:16px;
	line-height:29px;
	margin-top:10px;
}

@media only screen and (min-width: 767px) {
}


@media only screen and (min-width: 1000px) {

}

@media (max-width: 999px) {
	.youtube_area ul.human_list{
		display:block;
	}

	.youtube_area ul.human_list > li{
		width:100%;
		margin-bottom:15px;
	}


}

@media (max-width: 767px) {

	.youtube_area .talk_area h2.talk_title{
		margin-left:0;
	}

	.youtube_area .talk_area dl{
		display:block;
	}

	.youtube_area .talk_area dl dt{
		width:100%;
	}

}


