@charset "utf-8";
.c-h1Bg01-b {
	margin-bottom: 44px;
}

.catch {
	margin-bottom: 48px;
}
.catch .c-txt {
	margin-bottom: 6px;
}

.list_patrs .patrs_item:last-child {
	margin-bottom: 90px;
}
.list_patrs .parts-wrap {
	margin: 30px auto 50px;
}

.patrs-title {
	border-top: 1px solid #dbdbdb;
}
.patrs-title>span {
	display: inline-block;
	position: relative;
	line-height: 2.5;
	padding-left: 32px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
}
.patrs-title>span:before {
	content: '';
	position: absolute;
	background: url(/system/files/big/benefit/data/img/ico_acc01.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	background-size: 25px auto;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.patrs-title>span:after {
	content: '';
	position: absolute;
	background: url(/system/files/big/benefit/data/img/ico_acc01_open.png) 0 0 no-repeat;
	width: 19px;
	height: 11px;
	background-size: 19px auto;
	right: -30px;
	top: 50%;
	margin-top: -6px;
}
.patrs-title.is-active>span:after {
	background: url(/system/files/big/benefit/data/img/ico_acc01_close.png) 0 0 no-repeat;
	background-size: 19px auto;
}

.col-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-wrap + .c-attention01 {
	margin-top: 27px;
}
.col-wrap > .col {
	width: 543px;
}
.col-wrap > .col:nth-child(n+3) {
	margin-top: 30px;
}
.col-wrap > .col .c-h3Title02 {
	margin-bottom: 10px;
}
.col-wrap > .col sup {
	position: relative;
	top: .3em;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
	.js-accCnt {
		display: block;
	}
}

@media print, screen and (max-width: 767px) {
	.c-h1Bg01-b {
		margin-bottom: 20px;
	}
	.list_patrs,
	.catch {
		padding: 0 10px;
	}
	.catch {
		margin-bottom: 14px;
	}
	.list_patrs .patrs_item:last-child {
		margin-bottom: 40px;
	}
	.list_patrs .parts-wrap {
		margin: 10px auto 50px;
	}
	.patrs-title {
		border-top: 2px solid #dbdbdb;
	}
	.list_patrs .patrs_item:last-child .patrs-title:not(.is-active) {
		border-bottom: 2px solid #dbdbdb;
	}
	.patrs-title>span {
		display: block;
		line-height: 1.15;
		padding: 20px 13.333vw 20px 6.666vw;
		font-size: 4.64vw;
	}
	.patrs-title>span:before {
		width: 5.333vw;
		height: 5.333vw;
		top: 20px;
		margin-top: 0;
		background-size: 5.333vw auto;
	}
	.patrs-title>span:after, .patrs-title.is-active>span:after {
		width: 5.333vw;
		height: 3.2vw;
		right: 4.8vw;
		margin-top: -1.6vw;
		background-size: 5.333vw auto;
	}
	.col-wrap {
		display: block;
	}
	.col-wrap + .c-attention01 {
		margin-top: 11px;
	}
	.col-wrap > .col {
		width: 100%;
	}
	.col-wrap > .col:nth-child(n+3) {
		margin-top: 0;
	}
	.col-wrap > .col + .col {
		margin-top: 25px;
	}
}