/*---------------

footer

----------------*/
.Footer_Eyecatch_Wrap {
	position: relative;
	z-index: 10;
}
.Footer {
	background-color: var(--f_main);
}

.Footer_Py {
	padding-top: 64px;
	padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.Footer_Py {
		padding-top: 78px;
		padding-bottom: 73px;
	}
}

.Footer_Logo {
	max-width: 100%;
	width: 174px;
	margin-bottom: 64px;
}

@media screen and (min-width: 992px) {
	.Footer_Logo {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.Footer_Grid {
		display: grid;
		grid-template-columns: 38fr 16fr 22fr 28fr;
		column-gap: var(--f_space_3);
	}
}

.Footer_Tel_Link {
	font-size: 2.4rem;
	font-family: var(--f_family_en);
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.Footer_Tel_Link {
		font-size: 3.2rem;
	}
}

.Footer_Tel_Icon {
	width: 5.8rem;
	max-width: 5.8rem;
	min-width: 5.8rem;
	height: 5.4rem;
	max-height: 5.4rem;
	min-height: 5.4rem;
	fill: var(--f_dark);
	margin-right: var(--f_space_4);
}

.Footer_Sns_Ttl {
	color: var(--f_light);
	font-size: 1.6rem;
	font-family: var(--f_family_en);
	font-weight: 700;
}

.Footer_Sns_Flex {
	display: flex;
	margin-bottom: var(--f_space_4);
}

.Footer_Sns_Flex li:not(:first-of-type) {
	margin-left: var(--f_space_4);
}

.Footer_Nav {
	margin-bottom: var(--f_space_2);
}

.Footer_Nav li {
	margin-bottom: 0.3rem;
}

.Footer_Dot_Txt {
	display: inline-block;
	position: relative;
	font-size: clamp(2rem, 2vw, 2.4rem);
	padding-left: 3rem;
	line-height: 1.45;
	font-weight: 700;
	margin-bottom: var(--f_space_2);
}

.Footer_Dot_Txt::before {
	content: "";
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background-color: var(--f_light);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.Footer_Copyright {
	border-top: dashed 2px var(--f_light);
	color: var(--f_dark);
	text-align: center;
	padding: 0 var(--f_space_3) var(--f_space_1) var(--f_space_3);
}

.SnsIcon {
	width: 4rem;
	max-width: 4rem;
	min-width: 4rem;
}

.UnionList {
	font-size: 1.5rem;
	line-height: 1.4;
}

.Atf {
	width: 180px;
}



/* Google広告用モーダル */
#About_Using_Pawn_Modal .btn-close{
	position: absolute;
	top: 24px;
	right: 24px;
}

#About_Using_Pawn_Modal h4{
	color: var(--f_main-deep);
	font-size: 20px;
	margin: 24px 0 16px;
}

#About_Using_Pawn_Modal p{
	font-size: 1.6rem;
	color: var(--f_dark);
	margin-bottom: 14px;
}

@media screen and (max-width: 576px) {
	#About_Using_Pawn_Modal .modal-content{
		width: 90vw;
		margin: 5vh auto;
	}
}