@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.pageTitle {
	background: #ffffff url(../img/data/catalog_top.jpg) no-repeat right center;
	background-size: cover;
	padding-top: 140px;
}

.pageTitle h1 {
	color: #fff;
}

#pagePath {
	background: rgba(0, 0, 0, 0.4);
}

#main .content:not(:last-of-type) {
	margin-bottom: 100px;
}

#main .headLine03 {
	margin-bottom: 39px;
	text-align: left;
}

#main .textlead {
	margin-top: -15px;
	margin-bottom: 45px;
	text-align: left;
	font-size: 1.5rem;
}

#main .photoList {
	margin-bottom: 15px;
}

#main .photoList:last-child {
	margin-bottom: 0;
}

#main .photoList>li {
	width: 380px;
	background-color: #FFF;
}

#main .photoList>li:nth-child(3n-1) {
	margin: 0 20px;
}

#main .photoList li .textBox {
	padding: 33px 20px 20px;
}

#main .photoList li .ttl {
	margin-bottom: 33px;
	font-size: 2rem;
	line-height: 1.5;
}

#main .textList {
	margin-bottom: 8px;
}

#main .textList li {
	padding: 5px 1px 4px;
	border-bottom: 1px solid #6F6F6F;
}

#main .textList li:first-child {
	border-top: 1px solid #6F6F6F;
}

#main .textList li dl {
	width: 100%;
	display: table;
	table-layout: fixed;
}

#main .textList li dt,
#main .textList li dd {
	padding: 5px 3px 2px 8px;
	width: 68.8%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}

#main .textList li dt {
	padding-left: 11px;
	width: 31.2%;
	color: #FFF;
	font-size: 1.4rem;
	background-color: #000000;
}

#main .textList li dd {
	font-size: 1.4rem;
	letter-spacing: -1.3px;
}

#main .photoList li .text {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: -0.4px;
	text-align: left;
	line-height: 1.8;
}

#main .photoList li .pho img {
	width: 100%;
}

#main .link {
	padding: 20px;
	margin-top: auto;
}

#main .link a {
	padding: 10px 10px 10px;
	display: block;
	color: #787878;
	font-size: 1.5rem;
	text-decoration: none;
	border: 1px solid #787878;
	background: url(../img/common/icon07.png) no-repeat right 10px center;
	transition: 0.5s;
}

#main .link a:hover {
	color: #FFFFFF;
	background: #787878 url(../img/common/icon12.png) no-repeat right 10px center;
	transition: 0.5s;
}

#main .link2 a {
	padding: 10px 10px 10px;
	display: block;
	width: 330px;
	color: #000000;
	font-size: 1.5rem;
	text-decoration: none;
	border: 1px solid #000000;
	background: #fff url(../img/common/icon07.png) no-repeat right 10px center;
	margin-bottom: 95px;
	transition: 0.5s;
}

#main .link2 a:hover {
	color: #FFFFFF;
	border-color: #C7C7C7;
	background: #000000 url(../img/common/icon12.png) no-repeat right 10px center;
	transition: 0.5s;
}

#main .photoList01>li {
	width: 380px;
	height: 500px;
	float: left;
	background-color: #FFF;
	margin-bottom: 95px;
}

#main .photoList01 li .textBox {
	padding-top: 16px;
}

#main .photoList01 li .ttl {
	margin-bottom: 17px;
}

#main .photoList01 .textList li dt {
	width: 25%;
}

#main .photoList01 .textList li dd {
	padding-left: 13px;
	width: 75%;
}

#main .photoList02 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#main .photoList02>li {
	width: 380px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
}

#main .photoList02 li .textBox {
	padding-top: 16px;
}

#main .photoList02 li .ttl {
	margin-bottom: 17px;
}

#main .photoList02 .textList li dt {
	width: 25%;
}

#main .photoList02 .textList li dd {
	padding-left: 13px;
	width: 75%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .content:not(:last-of-type) {
		margin-bottom: 40px;
	}


	#main .textlead {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: left;
		font-size: 1.2rem;
	}

	.pageTitle {
		min-height: 130px;
		padding-bottom: 30px;
		box-sizing: border-box;
		padding-top: 80px;
		background-color: #F5F5F5;
		background: #333333 url(../img/data/catalog_top.jpg) no-repeat right 10% top;
	}

	.pageTitle h1 {
		margin: 0 auto;
		padding: 0 20px;
		width: auto;
		font-size: 2.3rem;
		letter-spacing: 1px;
	}

	#main .h2Ttl01 {
		padding-top: 24px;
	}

	#main .headLine03 {
		font-size: 2rem;
		margin-bottom: 14px;
	}

	#main .photoList {
		margin-bottom: 20px;
	}

	#main .photoList>li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	#main .photoList>li img {
		width: 100%;
		height: 100%;
	}

	#main .photoList>li img.pc {
		display: inline !important;
	}

	#main .photoList>li:nth-child(3n-1) {
		margin: 0px 0px 20px 0px;
	}

	#main .photoList>li:nth-child(2n) {
		float: center;
	}

	#main .photoList li .textBox {
		padding: 17px 5% 17px;
	}

	#main .photoList li .ttl {
		margin-bottom: 17px;
		font-size: 1.8rem;
		line-height: 1.25;
	}

	#main .textList {
		margin-bottom: 4px;
	}

	#main .textList li {
		padding: 2px 0;
	}

	#main .textList li dt,
	#main .textList li dd {
		padding: 3px 0 0 3px;
		width: 69.2%;
		font-size: 1.3rem;
	}

	#main .textList li dt {
		padding-left: 3px;
		width: 30.8%;
	}

	#main .photoList li .text {
		margin-bottom: 12px;
		font-size: 1.2rem;
		letter-spacing: -0.45px;
		padding: 0px 20px;
	}

	#main .photoList li .text:last-of-type {
		margin-bottom: 0;
	}

	#main .link {
		padding: 10px;
	}

	#main .link a {
		margin: 15px 10px;
		padding: 10px 10px 8px 8px;
		font-size: 1.4rem;
		letter-spacing: -0.7px;
		background-size: 6px 9px;
		background-position: right 4px center;
		background-color: #fff;
	}

	#main .link a:hover {
		color: #787878;
		border-color: #787878;
		background: #FFF url(../img/common/icon07.png) no-repeat right 4px center;
		background-size: 6px 9px;
	}

	#main .link2 a {
		padding: 10px 10px 8px 8px;
		font-size: 1.4rem;
		display: block;
		width: 100%;
		letter-spacing: -0.7px;
		background-size: 6px 9px;
		background-position: right 4px center;
		background-color: #fff;
		margin-bottom: 39px;
		box-sizing: border-box;
	}

	#main .link2 a:hover {
		color: #787878;
		border-color: #787878;
		background: #FFF url(../img/common/icon07.png) no-repeat right 4px center;
		background-size: 6px 9px;
	}


	#main .photoList01 li .textBox {
		padding: 20px 0px 0;
		margin-bottom: 20px;
		height: auto;
	}

	#main .photoList01 li .ttl {
		margin-bottom: 10px;
		padding: 0px 10px;
	}

	#main .photoList01 .textList li dt {
		width: 23.2%;
	}

	#main .photoList01 .textList li dd {
		padding-left: 3px;
		width: 76.8%;
		letter-spacing: -0.45px;
	}

	#main .photoList02 li .textBox {
		padding: 20px 0px 0;
		margin-bottom: 20px;
		height: auto;
	}

	#main .photoList02 li .ttl {
		margin-bottom: 10px;
		padding: 0px 20px;
	}

	#main .photoList02 .textList li dt {
		width: 23.2%;
	}

	#main .photoList02 .textList li dd {
		padding-left: 3px;
		width: 76.8%;
		letter-spacing: -0.45px;
	}
}