@charset "utf-8";

/* メイン：企業インタビュー
----------------------------------------------- */

.contents_m .interview .body {}

.contents_m .interview .body ul {}

.contents_m .interview .body ul li {
	overflow: hidden;
	margin: 0 auto 15px;
	max-width: 500px;
	position: relative;
	display: block;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #D9D9D9;
}
.page_interview .contents_m .interview .body ul li {
	max-width: none;
}
.contents_m .interview .body ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.contents_m .interview .body ul li:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #BCC8E0;
    border-right: 2px solid #BCC8E0;
    transform: rotate(45deg) translate(0,-50%);
}
.contents_m .interview .body ul li .img {
	float: left;
	width: 200px;
}
.contents_m .interview .body ul li .img a img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #DDD;
}
.page_interview.detail .contents_m #social {
	display: none;
}
.contents_m .interview .body ul li .title {
	margin: 0 0 15px 210px;
	display: -webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4rem;
	padding-right: 0;
}
.contents_m .interview .body ul li .title a {
	color: #0A7096;
	text-decoration: none;
}
.contents_m .interview .body ul li .cate {
	margin: 5px 0 5px 210px;
	font-size: 12px;
	line-height: 1rem;
	color: #707070;
}
.contents_m .interview .body ul li .cate .date {
	display: block;
	margin-top: 5px;
}
.contents_m .interview .body ul li .text {
	display: none;
}
@media screen and (max-width: 480px) {
	.contents_m .interview .body ul li .img {
		width: 114px;
	}
	.contents_m .interview .body ul li .title {
		margin-left: 124px;
		font-size: 12px;
		line-height: 1.2rem;
		margin-bottom: 0px;
	}
	.contents_m .interview .body ul li .cate {
		margin-left: 124px;
		font-size: 10px;
	}
	.contents_m .interview .body ul li .cate .date {
		margin-top: 0;
	}
}

/* メイン：企業インタビュー(詳細)
----------------------------------------------- */

.contents_m .interview_detail {
	margin-bottom: 20px;
}

.contents_m .interview_detail > h2 {
	border: none;
	padding: 10px 0;
}

.contents_m .interview_detail > h2 + p {}

.contents_m .interview_detail > h2 + p > img {
	width: 100%;
	height: auto;
}

.contents_m .interview_description {
/* 	background: #FFF; */
	margin: 20px 0;
/* 	padding: 10px 15px; */
	line-height: 1.8;
	font-size: 14px;
}

.contents_m .interview_body {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #BCC8E0;
	padding: 15px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.contents_m .interview_body h3 {
	clear:both;
	border:0;
	margin:20px 0 10px;
	padding:0;
	font-size:16px;
}

.contents_m .interview_body h3::before {
	content: "─── ";
}

.contents_m .interview_body p {
	clear: both;
	margin: 0 0 40px;
	line-height: 1.5;
	font-size: 14px;
}

.contents_m .interview_body p img {
	float:left;
	border:1px solid #ccc;
	padding:3px;
	margin-right:15px;
	margin-bottom: 10px;
}

.page_interview .contents_m .interview_body p img.rightImage {
	float:right;
	border:1px solid #ccc;
	padding:5px;
	margin-left:15px;
}

.page_interview .contents_m .interview_body + .interview_date {
	text-align:right;
}
.page_interview .contents_m .cuser_container {
	margin-bottom: 0;
}
.page_interview .contents_m .cuser_container .box {
	margin-bottom: 30px;
}
.page_interview .contents_m .info_table {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #BCC8E0;
	padding: 15px;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;
}
.page_interview .contents_m .info_table h3 {
	font-size: 16px;
}
.page_interview .contents_m .info_table table th {
	width: 160px !important;
	vertical-align: top;
	padding: 0 0 5px;
}
.page_interview .contents_m .info_table table td{
	padding: 0 0 5px;
}
.page_interview .contents_m .embed_job.pickup_job .companyName {
	display: none;
}
.page_interview .contents_m .embed_job.pickup_job .body h4 a {
	margin-top: 10px;
}
@media screen and (max-width: 480px) {
	.page_interview .contents_m .interview_body p img,
	.page_interview .contents_m .interview_body p img.rightImage {
		float: none;
		display: block;
		margin: 0 auto 16px;		
	}
	.page_interview .contents_s {
		padding: 0;
	}
	.page_interview .contents_m .info_table table th {
		width: 100px !important;
	}	
}

/* プライバシーポリシー */
@media screen and (max-width: 480px) {
	.page_privacypolicy .contents_m .page_text{
		padding: 15px;
	}
}