@charset "UTF-8";
/* CSS Document */

/* #contentHead
 * --------------------------------------- */
#contentHead {
	background-image: url(/wp-content/themes/sozoku/img/contentHead_voice.jpg);
}

/* #voiceList
 * --------------------------------------- */
#voiceList .box {
	float: left;
	margin: 0 4% 20px 0;
	width: 48%;
}
#voiceList .box:nth-child(2n) {
	margin-right: 0;
}
#voiceList .box a {
	position: relative;
	display: block;
	border: 3px solid #ebdcda;
	box-sizing: border-box;
}
#voiceList .box a:hover {
	background-color: #f5f5f5;
}
#voiceList .box h3 {
	border-bottom: none;
	margin: 0;
	padding: 30px;
}
#voiceList .box .foot {
	position: relative;
	background-color: #ebdcda;
	padding: 10px 20px;
	text-align: left;
}
#voiceList .box .foot::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(/wp-content/themes/sozoku/img/icon_arrow_w200.png) no-repeat center center;
	background-size: contain;
	content: "";
	padding-top: 14px;
	width: 15px;
	height: 15px;
}
#voiceList .box .foot dt {
	display: inline-block;
	color: #9d6861;
	font-weight: bold;
	padding-right: 20px;
}
#voiceList .box .foot dd {
	display: inline-block;
	font-size: 1.6rem;
}
#voiceList .box .new {
	position: absolute;
	top: 0;
	left: 0;
}
#voiceList .box .new::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #ebdcda transparent transparent transparent;
}
#voiceList .box .new span {
	position: absolute;
	top: 2px;
	left: 2px;
	color: #9d6861;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0;
}

@media screen and (max-width: 480px) {
	#voiceList {
		margin-bottom: 50px;
	}
	#voiceList .box {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	#voiceList .box h3 {
		border-bottom: none;
		margin: 0;
		padding: 20px 15px 20px 20px;
	}
	#voiceList .box .foot {
		padding: 8px 15px;
	}
	#voiceList .box .foot::after {
		right: 10px;
	}
	#voiceList .box .foot dt {
		padding-right: 15px;
	}
	#voiceList .box .foot dd {
		font-size: 1.5rem;
	}
	#voiceList .box .new::before {
		border-width: 40px 40px 0 0;
	}
	#voiceList .box .new span {
		top: 1px;
		left: 1px;
		font-size: 1.2rem;
	}
}

/* #voiceDetail
 * --------------------------------------- */
#voiceDetail .title {
	border: 3px solid #ebdcda;
	margin-bottom: 50px;
}
#voiceDetail .title h2 {
	background-color: transparent;
	margin-bottom: 0;
	padding: 30px;
}
#voiceDetail .title .foot {
	background-color: #ebdcda;
	padding: 10px 20px;
	text-align: left;
}
#voiceDetail .title .foot dt {
	display: inline-block;
	color: #9d6861;
	font-weight: bold;
	padding-right: 20px;
}
#voiceDetail .title .foot dd {
	display: inline-block;
	font-size: 1.6rem;
}
#voiceDetail .pdfBox img {
	width: 100%;
}

@media screen and (max-width: 480px) {
	#voiceDetail .title {
		margin-bottom: 30px;
	}
	#voiceDetail .title h2 {
		padding: 20px 15px 20px 20px;
	}
	#voiceDetail .title .foot {
		padding: 8px 15px;
	}
	#voiceDetail .title .foot dt {
		padding-right: 15px;
	}
	#voiceDetail .title .foot dd {
		display: inline-block;
		font-size: 1.5rem;
	}
	
}