@charset "utf-8";

/* -----------------------------------------------------------
   メールエラー
-------------------------------------------------------------- */
.check-area {
	margin-bottom: 80px;
}

.mail-check-list {
	display: flex;
	flex-direction: column;
	background: url("../img/nuance-bg01.jpg")no-repeat center / cover;
	padding: 30px;
	margin: 20px 0 40px;
	gap: 20px;
}

.mail-check-list li {
	padding: 30px;
	background-color: #fff;
}

.mail-check-list li .ttl {
	font-size: 2rem;
	font-weight: 700;
}

.mail-check-list li .txt {
	margin-top: 20px;
}

/**/
.contact-link {
	margin-top: 20px;
	width: 300px;
}

.contact-link a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #F1F0EF;
	text-align: center;
	font-weight: 700;
}

.contact-link a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 1.5rem;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.check-area {
		margin-bottom: 40px;
	}

	.mail-check-list {
		padding: 15px;
		margin: 20px 0 20px;
		gap: 15px;
	}

	.mail-check-list li {
		padding: 15px;
	}

	.mail-check-list li .ttl {
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.mail-check-list li .txt {
		margin-top: 10px;
	}
	}



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


@media screen and (max-width: 768px) {
	
	}


	