/*common */

a:link,
a:visited{
	color: #E26B42;
}
a:hover{
	color: #990000;
}

img{
  vertical-align:bottom;
}

body{
	max-width:790px;
	margin: 20px auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*　titleArea　*/
.contents{
	padding: 40px;
	box-sizing: border-box;
}

.titleArea{
	display: flex;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.titleArea .titleText{
	/*display: flex;
	flex-direction: column;*/
	padding-left: 20px;
}
.titleArea .subTitle{
	font-size: 0.75rem;
}
.titleArea h2{
	/*font-size: 2.625rem;*/
	font-size: 1.7rem;
	color: #7F0206;
	font-weight: bold;
	padding-bottom:1rem;
}
.titleArea .titleText ul{
	display: flex;
	font-size: 0.75rem;
}
.titleArea .titleText .juko_target{
	font-size: 0.75rem;
}
.titleArea .titleText ul li:last-child{
	margin-left: 1rem;
}
.titleArea .titleText ul li:before,
.titleArea .titleText .juko_target:before{
	content: '\25A0';
	font-size: 0.6rem;
	color: #7F0206;
	padding-right: 0.15rem;
}

.show_file{
	font-size: 0.875rem;
	text-align: center;
	margin-top: 0.25rem;
}

/* cacheArea */
.cacheArea{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0px;
}
.cacheArea dt{
	font-size: 1.5rem;
	font-weight: bold;
	/*color: #505050;*/
	padding-right: 1.5rem;
}
.cacheArea dt img{
	width: 100%;
	height: auto;
}
.cacheArea dd img{
	width: 240px;
	height: auto;
}

.cvrBtn{
	text-align: center;
	padding-top: 40px;
}
.cvrBtn a{
	display: block;
	background-color: #CB181D;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	font-size: 1.125rem;
	box-sizing: border-box;
	position: relative;
}
.cvrBtn a:link,
.cvrBtn a:visited{
	color: #fff;
	text-decoration: none;
}
.cvrBtn a:hover{
	opacity: 0.7;
}

/* section */
section{
	font-size: 0.875em;
}

.footerColumn{
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
	margin-top: 60px;
}
.footerColumn span{
	padding-left: 1.5rem;
}

.pcp{
	margin-top: .5rem;
}
.pazz img,
.pcp img{
	width: 300px;
}
.pcp2 img{
	width:100%;
}
.pcp2 p{
	padding-top: .75rem;
}

/*** SP ***/
/* 700pxまでの幅の場合に適応される */
@media screen and (max-width: 700px) {

	body{
		margin: 0;
		border: none;
	}

	.contents{
		padding: 20px;
	}
	.titleArea .titleText,
	.cacheArea{
		padding: 20px 0;
	}

	.titleArea,
	.titleArea .titleText,
	.titleArea .titleText ul,
	.cacheArea,
	.footerColumn{
		display: block;
	}

	.titleArea{
		padding-bottom: 0;
	}
	.titleArea h2{
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.titleArea .kbn{
		text-align: center;
	}
	.titleArea .titleText ul li:last-child{
		margin-left: 0;
	}

	.cacheArea dt{
		padding-bottom: 10px;
		font-size: 1.25rem;
	}
	/*.cacheArea dt br{
		display: none;
	}*/
	.cacheArea dd img{
		width:100%;
		margin: 0 auto;
		display: block;
	}

	.footerColumn{
		margin-top: 30px;
	}
	.footerColumn span{
		display: block;
		padding: 0;
	}
	.footerColumn li:last-child{
		padding-top: 10px;
	}

	.pazz img,
	.pcp img{
		width: 100%;
	}

	.cvrBtn a{
		width: 100%;
	}


}


