@charset "UTF-8";

/*======================================
	職場インタビュー
=======================================*/

/* 詳細 */
#top_image{
	font-weight: bold;
	margin-bottom: 60px;
}
#top_image .mainimg{
	margin-bottom: 30px;
}
#top_image .catchcopy{
	font-size: 237.5%;
	color: #eb6d8e;
	margin-bottom: 25px;
	line-height: 1.4;
}
#top_image .company_name{
	font-size: 140%;
}
#top_image .name{
	font-size: 237.5%;
}



/* 詳細（パーツ） */
#page_contents{
	color: #4c4948;
}
#page_contents .parts {
	/* margin-bottom: 1em; */
	margin-bottom: 35px;
}
#page_contents p.img {
	text-align: left;
}
#page_contents p.img img {
	margin-bottom: 1em;
}
#page_contents p.img a{
	text-decoration:none;
}
#page_contents .parts1{
	margin-bottom:0;
}
#page_contents .parts1 h3 {
	font-size: 160%;
	background: #ffeef0;
	border: 1px solid #eab7bc;
	padding: 10px;
	margin: 0 0 1.5em 0;
}
#page_contents .parts1 h3:before{
	content: "";
	width: 32px;
	height: 30px;
	display: inline-block;
	background: url(../img/interview/icon_ie.png) left bottom no-repeat;
	background-size: contain;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

#page_contents .parts2{
	margin-bottom:0;
}
#page_contents .parts2 h4 {
	font-size: 140%;
	background: url(../img/interview/line_stripe.png) left bottom repeat-x;
	padding-bottom: 10px;
	margin: 0 0 1.5em 0;
}
#page_contents .parts2 h4:before{
	content: "";
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../img/interview/maru.png) left bottom no-repeat;
	background-size: contain;
	margin: 0 10px 5px 0;
	vertical-align: middle;
}

#page_contents .parts4 p.img,
#page_contents .parts5 p.img {
	width: 41%;
}
#page_contents .parts4 p.txt,
#page_contents .parts5 p.txt {
	width: 57%;
}
#page_contents .parts4 p.img {
	float: right;
}
#page_contents .parts5 p.img {
	float: left;
}
#page_contents .parts4 p.txt {
	float: left;
}
#page_contents .parts5 p.txt {
	float: right;
}

#page_contents .parts6 p.img{
}

#page_contents .parts7 p.img {
	width: 47.2%;
	float: left;
}
#page_contents .parts7 p.img:nth-child(1){
	margin-right:5.6%;
}

#page_contents .parts8 p.img {
	width: 30%;
	float: left;
}
#page_contents .parts8 p.img:nth-child(1),
#page_contents .parts8 p.img:nth-child(2){
	margin-right:5%;
}

#page_contents .parts10 {
	min-height: 3em;
}

hr{
	border:0;
	background:url(../img/interview/line_dot.png) left top repeat-x;
	background-size:auto 100%;
	height:6px;
}
hr.border{
	border-top: solid 1px #4c4948;
	background: none;
	height: 1px;
}


/* 企業情報 */
#page-interview_detail .company_data{
	margin-top: 30px;
}
#page-interview_detail .company_data.no_image .right_cont{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}


/*======================================
	タブレット
=======================================*/
@media screen and (max-width:768px){

}



/*======================================
	スマホ
=======================================*/

@media screen and (max-width: 640px){

	#top_image{
		font-size: 85%;
	}
	
	/* 詳細 */
	#page_contents .parts4 p.img,
	#page_contents .parts5 p.img {
		width: 100%;
		float:none;
		margin-bottom:1em;
	}
	#page_contents .parts4 p.txt,
	#page_contents .parts5 p.txt {
		width: 100%;
		float:none;
		margin-bottom:1em;
	}
	
	#page_contents .parts7 p.img,
	#page_contents .parts8 p.img{
		width:100%;
		margin:0 0 3em 0;
	}
}

/* リンク */
#page_contents a.url2link {
	text-decoration: underline !important;
}
#page_contents a.url2link::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../img/common/link.png) left center no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 8px;
}
