@charset "utf-8";
/*------------------------------------------------------------
	line
------------------------------------------------------------*/
.mainBox {
	padding-top: 8rem;
}
.mainBox .content {
	max-width: 100rem;
}
.mainBox .comLinkList {
	margin-bottom: 5rem;
}
.mainBox .comLinkList li {
	min-width: 18rem;
}
.mainBox .comLinkList .li02 a {
	padding: 0.4rem 1rem 0 3rem;
}
.mainBox .comLinkList a {
	padding: 0.4rem 2rem 0;
}
.mainBox .tabBox {
	margin-bottom: 13rem;
}
.mainBox .tabBox:last-child {
	margin-bottom: 0;
}
.mainBox .tabBox .photoList {
	margin-top: -5rem;
}
.mainBox .tabBox .photoList li {
	margin-top: 5rem;
	width: 48%;
}
.mainBox .tabBox .photoList .photoBox {
	margin-bottom: 2rem;
	border-radius: 4rem;
	overflow: hidden;
}
.mainBox .tabBox .photoList .textBox .headLine01 {
	margin-bottom: 2.1rem;
	line-height: 1.4;
}
.mainBox .tabBox .photoList .textBox .text {
	font-size: 1.8rem;
	line-height: 1.6;
}
.mainBox .tabBox > .headLine01 {
	margin-bottom: 1.6rem;
}
.mainBox .tabBox > .text {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	line-height: 1.6;
}
.mainBox .tabBox .innerBox {
	margin-bottom: 5rem;
	padding: 2.1rem 0;
	background-color: #fff;
}
.mainBox .tabBox .innerBox .lText,
.mainBox .tabBox .innerBox .rText {
	padding: 0 2rem;
	width: 50%;
	font-size: 1.8rem;
	line-height: 1.6;
}
.mainBox .tabBox .innerBox .lText {
	border-right: 1px dashed #222;
}
.mainBox .tabBox01 .headLine04 {
	margin-bottom: 5rem;
}
@media all and (max-width: 896px) {
	.mainBox .comLinkList {
		margin-bottom: 4rem;
	}
	.mainBox .comLinkList .li02 a {
		padding: 0.4rem 0.2rem 0 1.5rem;
	}
	.mainBox .comLinkList a {
		padding: 0.4rem 1.3rem 0;
	}
	.mainBox .tabBox {
		margin-bottom: 0;
	}
	.mainBox .tabBox .photoList {
		margin-top: 0;
		display: block;
	}
	.mainBox .tabBox .photoList li {
		margin: 0 0 3.9rem;
		width: auto;
	}
	.mainBox .tabBox .photoList li:last-child {
		margin-bottom: 0;
	}
	.mainBox .tabBox .photoList .photoBox {
		margin-bottom: 1.4rem;
	}
	.mainBox .tabBox .photoList .textBox .headLine01 {
		margin-bottom: 1.4rem;
		line-height: 1.4;
	}
	.mainBox .tabBox .photoList .textBox .text {
		font-size: 1.4rem;
	}
	.mainBox .tabBox > .headLine01 {
		margin-bottom: 1.2rem;
	}
	.mainBox .tabBox > .text {
		margin-bottom: 1.3rem;
		font-size: 1.4rem;
	}
	.mainBox .tabBox .innerBox {
		margin-bottom: 4rem;
		padding: 2rem;
		display: block;
	}
	.mainBox .tabBox .innerBox .lText,
	.mainBox .tabBox .innerBox .rText {
		padding: 0;
		width: auto;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.mainBox .tabBox .innerBox .lText {
		border-right: 0;
	}
	.mainBox .tabBox01 .headLine04 {
		margin-bottom: 2.2rem;
	}
}