@charset "utf-8";


.interviewBox dt{
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 7px 50px;
	color: #fff;
	background-color: #33adf3;
}

.interviewBox dt::before{
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	line-height: 42px;
	text-align: center;
	color: #33adf3;
	font-family: "digital";
	font-size: 28px;
	background-color: #f7ff14;
}
.interviewBox dd{
	margin-bottom:20px;
}

/*.interviewBox .fLeft{
	float: left;
	padding: 0 10px 10px 0;
}

.interviewBox .fRight{
	float: right;
	padding: 0 0 10px 10px;
}
.intimg{
	margin-top: 10px;
	text-align:center;
}

.article p{
	margin: 10px 0;
}

.article p img{
	display: block;
	margin: 0 auto;
}

.backnumber{
	float: right;
	width: 29.7%;
	margin-top: 10px;
	padding: 0 10px 1px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.backnumber li{
	margin-top: 10px;
}*/

/* 980px以下
==============================*/
@media screen and (max-width: 980px) {
/*	.contents::before {
		width: 83px;
	}

	.pageTitle{
		width: 125px;
		height: 30px;
		background: url(./img/sp_title.png) no-repeat 0 0;
		background-size: 98px 30px;
	}

/* 個別ページ */
/*	.article{
		padding: 2.2% 2.7%;
	}

	.article figure img{
		width: 100%;
	}

	.article img{
		max-width: 100%;
		height: auto;
	}
	
	.interviewBox .fLeft{
		width: 40%;
	}

	.interviewBox .fRight{
		width: 40%;*/
	*/}

}/* media */
/* 640px以下
==============================*/
@media screen and (max-width: 640px) {

/* 個別ページ */
/*	.article{
		width: 95%;
		font-size: 14px;
	}
	.articleTitle{
		margin-bottom: 15px;
	}

	.articleTitle h1{
		padding: 50px 10px 10px 0;
		font-size: 16px;
	}

	.articleTitle p{
		font-size: 14px;
	}

	.articleText{
		float: none;
		width: 100%;
	}
	*/
	 dt{
		margin-bottom: 10px;
	}
/*	.backnumber li,
	.backnumber li img{
		width: 100%;
	}

	.backnumber{
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
*/
}/* media */

