@charset "UTF-8";
.carest_wrap {
	text-align: center;
}
.contentLst_wrap li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #004D8A;
	border-radius: 4px;
	color: #004D8A;
	font-weight: 600;
}
.contentLst_wrap li a::before {
	position: absolute;
	content: '';
	background: url(../svg/icn_arw_dw_blu.svg) no-repeat;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.continue_wrap {
	background: #F5F7FA;
	overflow: hidden;
}
.quote_wrap {
	background: #F8FAF8;
	overflow: hidden;
}
.content-ttl {
	color: #fff;
	font-weight: 600;
	line-height: 1.833;
}
.continue_wrap .content-ttl {
	background: #004D8A;
}
.quote_wrap .content-ttl {
	background: #0A643C;
}
.content-txt {
	font-weight: 300;
}
.companyLst_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.companyLst_wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}
.companyLst_wrap li.is-non a {
	position: relative;
	pointer-events: none;
	overflow: hidden;
}
.companyLst_wrap li.is-non a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}
.easy_wrap {
	text-align: left;
}
.quote_sttl {
	position: relative;
	font-weight: 600;
	color: #0A643C;
}
.quote_sttl::before {
	position: absolute;
	content: '';
	background: #0A643C;
	width: 100%;
	height: 1.5px;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.quote_txt {
	font-weight: 300;
}
.quoteBtn_wrap a {
	position: relative;
	background: #0A643C;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
}
.quoteBtn_wrap a::before {
	position: absolute;
	content: '';
	background: url(../svg/icn_arw_r_hw.svg) no-repeat;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.self_wrap {
	text-align: left;
}
@media (min-width: 896px) {
	.page_wrap {
		padding: 0 40px;
	}
	.carest_wrap {
		padding: 55px 0 0;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.contentLst_wrap {
		display: flex;
		gap: 0 20px;
		justify-content: center;
		align-items: center;
		margin-bottom: 53px;
	}
	.contentLst_wrap li a {
		width: 334px;
		height: 60px;
		transition: all 0.2s;
	}
	.contentLst_wrap li a::before {
		width: 14px;
		height: 10px;
		right: 18px;
	}
	.contentLst_wrap li a:hover {
		background: #004D8A;
		color: #fff;
	}
	.contentLst_wrap li a:hover::before {
		background: url(../svg/icn_arw_dw_hw.svg) no-repeat;
	}
	.continue_wrap {
		padding-bottom: 60px;
		margin-bottom: 46px;
	}
	.quote_wrap {
		padding-bottom: 46px;
	}
	.content-ttl {
		padding: 4px 0;
		font-size: 24px;
	}
	.content-txt {
		font-size: 18px;
		line-height: 1.444;
		margin: 28px 0 21px;
	}
	.companyLst_wrap {
		gap: 0 30px;
	}
	.companyLst_wrap li a {
		width: 290px;
		height: 120px;
		border: 2px solid #fff;
		transition: all 0.2s;
	}
	.continue_wrap .companyLst_wrap li a:hover {
		border: 2px solid #004D8A;
	}
	.quote_wrap .companyLst_wrap li a:hover {
		border: 2px solid #0A643C;
	}
	.easy_wrap {
		padding: 40px 35px 0;
	}
	.quote_sttl {
		padding: 0 0 9px 5px;
		font-size: 24px;
		line-height: 1.833;
		margin-bottom: 14px;
	}
	.quote_sttl .is-fz {
		font-size: 18px;
		margin-left: 64px;
	}
	.quote_txt {
		font-size: 16px;
		line-height: 1.625;
		margin-bottom: 15px;
	}
	.quoteBtn_wrap a {
		width: 344px;
		height: 60px;
		transition: all 0.2s;
		font-size: 18px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
	}
	.quoteBtn_wrap a:hover {
		opacity: 0.8;
	}
	.quoteBtn_wrap a::before {
		width: 8px;
		height: 11px;
		right: 18px;
	}
	.self_wrap {
		padding: 62px 35px 0;
	}
}
@media screen and (min-width:896px) and (max-width:1080px) {
	.companyLst_wrap {
		gap: 0 20px;
	}
	.companyLst_wrap li a {
		width: clamp(245px,20.139vw,290px);
	}
}
@media only screen and (max-width: 896px) {
	.carest_wrap {
		padding: 25px 15px 0;
	}
	.contentLst_wrap {
		margin-bottom: 29px;
	}
	.contentLst_wrap li a {
		width: 100%;
		max-width: 279px;
		margin: 0 auto;
		padding: 11px;
		font-size: 15px;
	}
	.contentLst_wrap li {
		margin-bottom: 22px;
	}
	.contentLst_wrap li:last-child {
		margin-bottom: 0;
	}
	.contentLst_wrap li a::before {
		width: 12px;
		height: 8px;
		right: 15px;
	}
	.continue_wrap {
		padding-bottom: 30px;
		margin-bottom: 37px;
	}
	.quote_wrap {
		padding-bottom: 30px;
	}
	.content-ttl {
		padding: 10px 0 10px;
		font-size: 17px;
		line-height: 1.294;
	}
	.content-txt {
		font-size: 13px;
		line-height: 1;
		margin: 23px 0 14px;
	}
	.companyLst_wrap {
		gap: 17px 25px;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.quote_wrap .companyLst_wrap {
		padding: 0;
	}
	.companyLst_wrap li a {
		width: 145px;
		height: 60px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
		border-radius: 3px;
	}
	.easy_wrap {
		padding: 28px 15px 0;
	}
	.quote_sttl {
		padding: 0 0 14px 0;
		font-size: 17px;
		line-height: 1.294;
		margin-bottom: 17px;
	}
	.quote_sttl .is-fz {
		display: inline-block;
		font-size: 13px;
	}
	.quote_txt {
		font-size: 13px;
		line-height: 1.385;
		margin-bottom: 14px;
	}
	.quoteBtn_wrap a {
		max-width: 257px;
		width: 100%;
		height: 46px;
		font-size: 13px;
	}
	.quoteBtn_wrap a::before {
		width: 8px;
		height: 11px;
		right: 18px;
	}
	.self_wrap {
		padding: 37px 15px 0;
	}
}
@media only screen and (max-width: 374px) {
	.companyLst_wrap li {
		width: 100%;
	}
	.companyLst_wrap li a {
		width: 100%;
	}
}