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

/* ============================
		Reset
 ============================ */



.kenshin_h04 {
font-size: 1.8rem;
font-weight: bold;
color: #b32d24;
line-height: 1.75em;
margin-bottom: 0.5em;
}

.kenshin_h04 a {
font-size: 1.8rem;
}



.categoryListSection {
margin-bottom: 0;
}


/* ============================
		leadSection
 ============================ */


.leadSection .pdfGallery001 {
margin-bottom: 3em;
}

.leadSection .pdfGallery001 a {
display: block;
}

.leadSection .pdfGallery001 li {
margin-bottom: 1em;
text-align: center;
float: left;
width: calc(50% - 10px);
}
.leadSection .pdfGallery001 li:nth-child(even) {
float: right;
}

.leadSection .pdfGallery001 li img {
width: auto;
height: 480px;
border: 1px solid #ddd;
}

.leadSection .pdfGallery001 a:hover img {
opacity: 1;
}


.leadSection .pdfGallery002 {
margin-bottom: 4em;
}

.leadSection .pdfGallery002 li {
text-align: center;
margin-bottom: 2em;
}


.leadSection .pdfGallery002 li {
float: left;
width: calc(50% - 10px);
margin-bottom: 20px;
}
.leadSection .pdfGallery002 li:nth-child(even) {
float: right;
}

.leadSection .pdfGallery002 li:nth-child(odd) {
clear: both;
}

.leadSection .pdfGallery002 li .caption {
display: block;
font-size: 1.4rem;
text-align: center;
}

.leadSection .pdfGallery002 li img {
width: 100%;
max-width: 169px;
border: 1px solid #ddd;
margin-bottom: 0.5em;
}


@media screen and (min-width: 1201px) {

	.kenshin_h04 {
	font-size: 2.2rem;
	margin-bottom: 0.5em;
	}

	.kenshin_h04 a {
	font-size: 2.2rem;
	}


	.leadSection .pdfGallery001 {
	text-align: center;
	}

	.leadSection .pdfGallery001 li {
	margin: 0 1em 1em 1em;
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	}
	.leadSection .pdfGallery001 li:nth-child(even) {
	float: none;
	}


	.leadSection .pdfGallery001 li img {
	width: auto;
	max-width: 418px;
	border: 1px solid #ddd;
	}

	.leadSection .pdfGallery002 {
	display: block;
	text-align: center;
	}

	.leadSection .pdfGallery002 li {
	float: none;
	width: auto;
	margin-bottom: 0px;
	display: inline-block;
	margin: 0 1em;
	}

	.leadSection .pdfGallery002 li:nth-child(even) {
	float: none;
	}

	.leadSection .pdfGallery002 li:nth-child(odd) {
	clear: none;
	}

	.leadSection .pdfGallery002 li .caption {
	font-size: 1.8rem;
	}

	.leadSection .otherSentence001 p {
	margin-left: 1.5em;
	}

}


/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){


	.leadSection .pdfGallery001 {
	text-align: center;
	}

	.leadSection .pdfGallery001 li {
	margin: 0 1em 1em 1em;
	text-align: center;
	float: none;
	width: auto;
	display: inline-block;
	}
	.leadSection .pdfGallery001 li:nth-child(even) {
	float: none;
	}


	.leadSection .pdfGallery001 li img {
	width: auto;
	max-width: 280px;
	height: auto;
	border: 1px solid #ddd;
	}

	.leadSection .pdfGallery002 {
	display: block;
	text-align: center;
	}

	.leadSection .pdfGallery002 li {
	float: none;
	width: auto;
	display: inline-block;
	margin: 0 1em;
	}

	.leadSection .pdfGallery002 li:nth-child(even) {
	float: none;
	}

	.leadSection .pdfGallery002 li:nth-child(odd) {
	clear: none;
	}

	.leadSection .pdfGallery002 li .caption {
	font-size: 1.8rem;
	}



}

/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

/* for PCX */
@media screen and (min-width: 1501px) {
}

