/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
/* main button color
----------------------------------------*/
.sec-content {
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-content {
		padding-bottom: 0;
	}
}

.sec-content a {
	color: #00315e;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.sec-content a:hover {
		color: #0082e2;
	}
}

.sec-content .sec-title {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 70px;
	padding-left: 4.545%;
	color: #00315e;
	white-space: nowrap;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-title {
		font-size: 5.33333vw;
		padding-left: 5.33333vw;
		margin-bottom: -2vw;
	}
}

.sec-content .sec-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background-color: #00315e;
	margin-left: 1.5em;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-title:after {
		width: 5.33333vw;
	}
}

.information-wrap {
	padding: 70px 4.545%;
	position: relative;
	display: flex;
}

@media screen and (max-width: 750px) {
	.information-wrap {
		display: block;
		padding: 5.33333vw 5.33333vw 10.66667vw;
	}
}

.information-wrap:after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background-color: rgba(0, 91, 172, 0.07);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.information-wrap .label {
	white-space: nowrap;
	font-weight: bold;
	color: #00315e;
	margin-right: 4em;
}

@media screen and (max-width: 750px) {
	.information-wrap .label {
		margin-right: 0;
		margin-bottom: 1em;
		font-size: 3.46667vw;
	}
}

.information-wrap .information-list {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.information-wrap .information-list .date:nth-child(n + 3),
.information-wrap .information-list .detail:nth-child(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.information-wrap .information-list .date:nth-child(n + 3),
	.information-wrap .information-list .detail:nth-child(n + 4) {
		margin-top: 4vw;
	}
}

.information-wrap .information-list .date {
	float: left;
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
}

@media only screen and (max-width: 750px) {
	.information-wrap .information-list .date {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.information-wrap .information-list .date {
		font-size: 3.2vw;
		line-height: 2.0;
	}
}

.information-wrap .information-list .detail {
	margin-left: 9em;
}

@media screen and (max-width: 750px) {
	.information-wrap .information-list .detail {
		font-size: 3.2vw;
		margin-left: 7em;
	}
}

.cont-wrap {
	position: relative;
	margin-top: 150px;
}

@media screen and (max-width: 750px) {
	.cont-wrap {
		margin-top: 18.66667vw;
	}
}

.link-lists {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-top: 1px solid #eee;
	padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.link-lists {
		display: block;
		border-top: none;
		padding-top: 10.66667vw;
		padding-bottom: 10.66667vw;
	}
}

.link-lists:after {
	content: '';
	display: block;
	width: 75%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 25%;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.link-lists:after {
		width: 50%;
		left: 50%;
	}
}

.link-lists .item {
	position: relative;
	z-index: 2;
	width: 50%;
	background-color: white;
	border-bottom: 1px solid #eee;
}

@media screen and (max-width: 750px) {
	.link-lists .item {
		width: 88vw;
	}
	.link-lists .item:first-child {
		border-top: 1px solid #eee;
	}
}

.link-lists .item:nth-child(2n) {
	border-left: 1px solid #eee;
}

@media screen and (max-width: 750px) {
	.link-lists .item:nth-child(2n) {
		border-left: none;
	}
}

.link-lists .item a {
	padding: 25px 10% 25px 9.09%;
	display: block;
	background: url(/renew_assets/common/img/icon-arr-right-bl.svg) 92.424% 50% no-repeat;
	background-size: 12px;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.link-lists .item a {
		padding: 4vw 5.33333vw;
		background-size: 2.93333vw;
		background-position: 94% 50%;
	}
}

.link-lists.type02 {
	border-top: none;
	padding-bottom: 0;
}

@media screen and (max-width: 750px) {
	.link-lists.type02 {
		display: flex;
		padding-top: 0;
	}
}

.link-lists.type02:after {
	display: none;
}

.link-lists.type02 .item {
	width: 25%;
	background-color: transparent;
	border-bottom: none;
}

@media screen and (max-width: 750px) {
	.link-lists.type02 .item {
		width: 50%;
	}
	.link-lists.type02 .item:first-child {
		border-top: none;
	}
}

.link-lists.type02 .item:nth-child(2n) {
	border-left: none;
}

.link-lists.type02 .item a {
	padding: 15px 19% 15px 18.181%;
	background-position: 84.849% 50%;
}

@media screen and (max-width: 750px) {
	.link-lists.type02 .item a {
		padding: 4vw 5.33333vw;
		background-position: 90% 50%;
	}
}

/*# sourceMappingURL=../../../_map/renew_assets/guarantor/css/style.css.map */
