@charset "utf-8";

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

.pageTitle h1 {
	color: #FFF;
}

#pagePath {
	background: rgba(201, 201, 201, 0.23);
}

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

#main .photoList,
#main .blockList {
	margin-bottom: 95px;
}

@media all and (min-width: 0) and (min-width: 768px) {

	#main .photoList,
	#main .blockList {
		display: flex;
		flex-grow: 1;
		flex-wrap: wrap;
		gap: 20px;
	}
}

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

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

#main .blockList>div {
	display: flex;
	flex-direction: column;
}

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

#main .photoList li .textBox {
	padding: 33px 20px 20px;
	display: flex;
	flex-direction: column;
}

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

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

#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: 35px;
	font-size: 1.2rem;
	letter-spacing: -0.4px;
	text-align: right;
}

#main .link a {
	padding: 9px 10px 7px;
	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;
}

#main .link a:hover {
	color: #FFF;
	border-color: #C7C7C7;
	background: #C7C7C7 url(../img/common/icon12.png) no-repeat right 10px center;
}

#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%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		min-height: 130px;
		padding-bottom: 30px;
		box-sizing: border-box;
		padding-top: 80px;
		background-color: #F5F5F5;
		background: #333333 url(../img/device/device_top.jpg) no-repeat center 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%;
		margin-top: 20px;
	}

	#main .photoList>li:first-of-type {
		margin-top: 0;
	}

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

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

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

	#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: 0.6rem;
		letter-spacing: -0.45px;
	}

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

	#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 .photoList01 li .textBox {
		padding-top: 10px;
	}

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

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

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