@charset "utf-8";
/*------------------------------------------------------------
	benefit
------------------------------------------------------------*/
#container {
	background: url(../img/benefit/bg01.jpg) no-repeat center top / 100%;
}
.pageTitle {
	margin-bottom: 7.3rem;
}
.pageTitle .headLine02 {
	margin-bottom: 1.3rem;
}
.pageTitle .text {
	font-size: 3.2rem;
	line-height: 1.24;
	letter-spacing: 0.064rem;
}
#main .secBox {
	padding-top: 9.6rem;
	border-top: 0.2rem solid #E9E9E9;
}
@media all and (min-width: 960px) {
	#sideBar .linkList li a {
		padding: 1.5rem 2.4rem 1.5rem 0.8rem;
		width: 100%;
		min-height: 6.6rem;
		align-items: center;
		background-position: right 0.8rem top 2.7rem;
	}
	#sideBar .linkList li a .num {
		margin-top: 0.1rem;
	}
	#sideBar .linkList > li:last-child {
		padding-bottom: 1.6rem;
		border-bottom: 1px solid #E9E9E9;
	}
}
#conts {
	padding-top: 0;
	width: calc(100% - 38.7rem);
}
#main section {
	margin-bottom: 9.6rem;
}
#main .photo {
	margin-bottom: 1.7rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .infoBox {
	padding: 3.2rem 0;
	border-bottom: 1px solid #E9E9E9;
}
#main .infoBox .ttl {
	margin-bottom: 1.6rem;
	color: #2A2A2A;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .infoBox .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .infoBox .link {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .infoBox .link a {
	padding-right: 1.9rem;
	text-decoration: underline;
	background: url(../img/common/icon20.png) no-repeat right top calc(50% + 0.1rem) / 1rem;
}
#main .infoBox .link a:hover {
	opacity: 0.7;
}
#main .infoBox .textList {
	padding: 0 0.9rem;
}
#main .infoBox .textList li {
	padding-left: 1.2rem;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
}
#main .infoBox .textList li::before {
	position: absolute;
	top: 1.3rem;
	left: 0;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #1A1A1A;
	content: '';
}
#main .sec03 .imgBox {
	margin-top: 4.8rem;
	padding: 3.2rem;
	border-radius: 0.8rem;
	align-items: flex-start;
	border: 1px solid #E9E9E9;
}
#main .sec03 .imgBox .photoBox {
	width: 9.2rem;
}
#main .sec03 .imgBox .textBox {
	width: calc(100% - 12.3rem);
}
#main .sec03 .imgBox .textBox .ttl {
	margin-bottom: 1.7rem;
	color: #2A2A2A;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .sec03 .imgBox .textBox .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .sec03 .imgBox .textBox .link {
	margin-top: 1.7rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .sec03 .imgBox .textBox .link a {
	padding-right: 1.9rem;
	text-decoration: underline;
	background: url(../img/common/icon20.png) no-repeat right top calc(50% + 0.1rem) / 1rem;
}
#main .sec03 .imgBox .textBox .link a:hover {
	opacity: 0.7;
}
#main .sec04 .listBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}
#main .sec04 .listBox.hasTxt::after {
	position: absolute;
	bottom: 0.2rem;
	right: -5.6rem;
	font-size: 1.4rem;
	content: 'など';
}
#main .sec04 .listBox .textList {
	margin-right: 2.6rem;
	padding: 0 0.9rem;
}
#main .sec04 .listBox .textList:last-child {
	margin-right: 0;
}
#main .sec05 .headLine03 {
	margin-bottom: 0.1rem;
}
#main .sec05 .photoUl {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec05 .photoUl li {
	width: calc((100% - 1.6rem) / 2);
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .sec05 .infoBox {
	padding-top: 4.8rem;
}
#main .sec05 .infoBox .txt {
	margin-bottom: 1.5rem;
}
#main .sec05 .infoBox .link {
	margin-top: 1.8rem;
}
@media all and (max-width: 959px) {
	#container {
		background-image: url(../img/benefit/bg01_sp.jpg);
	}
	.pageTitle {
		margin-bottom: 6.3rem;
	}
	.pageTitle .headLine02 {
		margin-bottom: 3.1rem;
	}
	.pageTitle .text {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#main .secBox {
		padding-top: 6.3rem;
		display: block;
	}
	#conts {
		width: auto;
	}
	#main section {
		margin-bottom: 4.9rem;
	}
	#main section .headLine03 {
		margin-bottom: 3.2rem;
		font-size: 3.2rem;
		line-height: 1.24;
		letter-spacing: 0.02em;
	}
	#main .photo {
		margin-bottom: 0.8rem;
	}
	#main .photo img {
		width: 100%;
	}
	#main .infoBox {
		padding: 2.4rem 0 2.2rem;
	}
	#main .infoBox .ttl {
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
	#main .infoBox .link a {
		font-size: 1.2rem;
	}
	#main .sec03 .imgBox {
		margin-top: 4.8rem;
		padding: 1.5rem 1.5rem 1.7rem;
		display: block;
	}
	#main .sec03 .imgBox .photoBox {
		margin: 0 auto 3.2rem;
	}
	#main .sec03 .imgBox .textBox {
		width: auto;
	}
	#main .sec03 .imgBox .textBox .ttl {
		margin-bottom: 1.6rem;
		font-size: 2rem;
	}
	#main .sec03 .imgBox .textBox .link {
		margin-top: 2.5rem;
		font-size: 1.2rem;
	}
	#main .sec04 .infoBox .ttl {
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
	}
	#main .sec04 .listBox {
		display: block;
		width: auto;
	}
	#main .sec04 .listBox.hasTxt::after {
		margin: 1.7rem 0 0.3rem;
		position: static;
		text-align: right;
		display: block;
	}
	#main .sec04 .listBox .textList {
		margin-right:0;
	}
	#main .sec05 .headLine03 {
		margin-bottom: -1.5rem;
	}
	#main .sec05 .photoUl {
		margin-bottom: 1.6rem;
	}
	#main .sec05 .photoUl li img {
		width: 100%;
	}
	#main .sec05 .infoBox {
		padding-bottom: 3.2rem;
	}
	#main .sec05 .infoBox .ttl {
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
	}
	#main .sec05 .infoBox .textList {
		padding: 0 0.8rem;
	}
	#main .sec05 .infoBox .textList li {
		padding-left: 1rem;
		font-size: 1.2rem;
	}
	#main .sec05 .infoBox .textList li::before {
		width: 0.3rem;
		height: 0.3rem;
		top: 1rem;
	}
	#main .sec05 .infoBox .txt {
		margin-bottom: 1.6rem;
	}
	#main .sec05 .infoBox .link {
		margin-top: 2.5rem;
	}
}